@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
body {
  font-weight: 500;
  color: #111; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 1.3rem;
      text-align: left; } }

.skipLink {
  opacity: 0;
  position: absolute;
  top: -50px; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

#container {
  line-height: 1.8; }

.contents {
  max-width: 1200px;
  padding: 65px 0;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .contents {
      margin: 0 30px; } }
  @media screen and (max-width: 600px) {
    .contents {
      margin: 0 0px; } }

　
p {
  margin: 0 0 20px; }
  @media screen and (max-width: 600px) {
    　
    p {
      font-size: 1.4rem; } }

.indentfront {
  text-indent: -1em;
  padding-left: 1em; }

.indentfront02 {
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin: 0 0 5px; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #004b75;
  text-decoration: none;
  border-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    text-decoration: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

/*

 header
-----------------------------------*/
#header_fixed {
  width: 100%;
  background: #fff;
  z-index: 99999;
  position: relative;
  box-shadow: 0 0 10px #ddd;
  /*border-bottom: 1px solid #ddd;*/ }

.header {
  padding: 10px 0; }

.header .logo img {
  width: 230px;
  height: auto; }

#header_fixed .content {
  width: 100%;
  position: relative; }

#header_fixed p {
  padding: 0 !important; }

.header .logo {
  margin-top: 0;
  margin-right: 15px;
  padding-top: 0px; }

@media screen and (max-width: 600px) {
  #header_fixed {
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-sizing: border-box; }

  #header_fixed .content {
    padding: 5px 6px 3px;
    box-sizing: border-box; }

  #header_fixed p {
    padding: 0 !important; }

  .header .logo {
    width: 150px;
    float: none;
    margin-top: 0;
    padding-top: 0px; }

  .header .logo img {
    width: 150px;
    height: auto; } }
/*

 footer
-----------------------------------*/
.footNav {
  text-align: center;
  font-size: 1.2rem;
  padding: 0 0 15px;
  max-width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .footNav {
      padding: 50px 0 10px; } }
  @media screen and (max-width: 600px) {
    .footNav {
      padding: 50px 0 10px; } }

.footNav ul {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .footNav ul {
      margin: 0 50px;
      display: block; } }
  @media screen and (max-width: 600px) {
    .footNav ul {
      margin: 0 20px;
      display: block; } }

.footNav ul li {
  font-size: 1.4rem;
  border-right: 1px solid #ddd;
  line-height: 1.2; }
  @media screen and (max-width: 1100px) {
    .footNav ul li {
      font-size: 1.2rem; } }
  @media screen and (max-width: 1024px) {
    .footNav ul li {
      font-size: 1.1rem; } }
  @media screen and (max-width: 768px) {
    .footNav ul li {
      float: left;
      width: 33%;
      text-align: left;
      font-size: 1.4rem;
      padding: 0 0 20px;
      line-height: 1.2;
      border: none; } }
  @media screen and (max-width: 600px) {
    .footNav ul li {
      width: 100%;
      float: none;
      text-align: center;
      font-size: 1.3rem;
      padding: 0 0 20px;
      line-height: 1.2;
      border: none; } }

.footNav ul li:first-child {
  border-left: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .footNav ul li:first-child {
      border: none; } }

.footNav a {
  color: #111;
  padding: 0 9px;
  text-decoration: none; }

footer {
  padding: 50px 0 30px;
  margin: 0;
  overflow: hidden;
  clear: both;
  text-align: center;
  background: #fff; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 0px 0 120px; } }
  @media screen and (max-width: 600px) {
    footer {
      padding: 0px 0 90px; } }

footer p {
  font-size: 1.4rem;
  color: #000; }

footer a {
  text-decoration: none;
  color: #000; }

footer a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s; }

.copy {
  clear: both;
  font-size: 1.1rem;
  padding: 0px 0 0; }
  @media screen and (max-width: 600px) {
    .copy {
      font-size: 0.8rem; } }

.footer_logo {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
  clear: both; }

.topBtn {
  position: absolute;
  display: block;
  top: -20px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 99999; }
  @media screen and (max-width: 768px) {
    .topBtn {
      top: 20px;
      right: 10px;
      width: 30px;
      height: 30px; } }
  @media screen and (max-width: 600px) {
    .topBtn {
      top: 20px;
      right: 10px;
      width: 30px;
      height: 30px; } }
  .topBtn img {
    width: 100%;
    height: auto; }

.topBtn:hover {
  opacity: 0.7; }

.header .sub__nav {
  position: absolute;
  top: 21px;
  right: 20px; }
  @media screen and (max-width: 768px) {
    .header .sub__nav {
      position: absolute;
      top: 35px;
      right: 20px; } }
  @media screen and (max-width: 600px) {
    .header .sub__nav {
      position: absolute;
      top: 13px;
      right: 10px; } }
.header .sub__nav a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 0 20px;
  background: url("../img/icon_arrow_circle.svg") center left no-repeat;
  background-size: 17px auto;
  padding: 0 0 0 20px; }
  @media screen and (max-width: 768px) {
    .header .sub__nav a {
      font-size: 1.4rem;
      display: block;
      line-height: 1.3; }
      .header .sub__nav a br {
        display: none; } }
  @media screen and (max-width: 600px) {
    .header .sub__nav a {
      font-size: 0.9rem;
      display: block;
      line-height: 1.3; }
      .header .sub__nav a br {
        display: block; } }

.top_nav-container-scroll {
  display: block;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 9999;
  background: #004B75;
  box-shadow: 0 0 5px #999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*ul.top-nav li:first-child{
  	border-left: 1px dotted #ccc;
  }*/ }
  @media screen and (max-width: 600px) {
    .top_nav-container-scroll {
      display: none; } }
  .top_nav-container-scroll ul.top-nav {
    max-width: 1100px;
    margin: 25px auto 25px;
    display: flex;
    justify-content: center; }
  .top_nav-container-scroll ul.top-nav li {
    text-align: center;
    vertical-align: middle;
    /*border-right: 1px dotted #ccc;*/
    padding: 0 30px;
    line-height: 1.4;
    font-size: 1.5rem; }
    @media screen and (max-width: 1024px) {
      .top_nav-container-scroll ul.top-nav li {
        padding: 0 20px;
        font-size: 1.4rem; } }
  .top_nav-container-scroll ul.top-nav li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: block; }

.txt__marker {
  background: #FFF898; }
  .txt__marker strong {
    font-size: 2.4rem; }

.attention {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem !important;
  color: #666; }
  @media screen and (max-width: 600px) {
    .attention {
      font-size: 1.1rem !important; } }

.attention02 {
  font-size: 1.0rem !important;
  color: #666; }
  @media screen and (max-width: 600px) {
    .attention02 {
      font-size: 1.1rem !important; } }

.txt__underline {
  border-bottom: 1px solid #31c2dd;
  font-weight: bold; }

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

/*

 btn
-----------------------------------*/
.btn__more a {
  background: #004b75 url("../img/icon_arrow_white.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.6rem;
  max-width: 500px;
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    .btn__more a {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .btn__more a {
      max-width: 200px;
      margin: 0 auto;
      padding: 10px 0;
      border-radius: 10px;
      background: #004b75 url("../img/icon_arrow_white.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    .btn__more a br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .btn__more a br {
      display: block; } }

.btn__link a {
  background: #004b75 url("../img/icon_link.svg") center right 20px no-repeat;
  background-size: 15px auto;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.6rem;
  max-width: 300px;
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    .btn__link a {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .btn__link a {
      max-width: 250px;
      margin: 0 auto;
      padding: 12px 0;
      border-radius: 10px;
      background: #004b75 url("../img/icon_link.svg") center right 10px no-repeat;
      background-size: 12px auto;
      font-size: 1.4rem;
      line-height: 1.4; } }
  @media screen and (max-width: 768px) {
    .btn__link a br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .btn__link a br {
      display: block; } }

.btn__more--large a {
  background: #FFDD00 url("../img/icon_arrow_grey.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-align: center;
  color: #111;
  border-radius: 10px;
  padding: 20px 50px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.8rem;
  max-width: 700px;
  margin: 30px auto 0; }
  @media screen and (max-width: 768px) {
    .btn__more--large a {
      font-size: 1.8rem;
      line-height: 1.4; } }
  @media screen and (max-width: 600px) {
    .btn__more--large a {
      border-radius: 10px;
      background: #FFDD00 url("../img/icon_arrow_grey.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.2rem;
      margin: 10px auto 0;
      line-height: 1.4;
      padding: 15px 15px; } }

.btn__more--largearea a {
  background: #FFDD00;
  text-align: center;
  color: #111;
  padding: 35px 0;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 2.8rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  position: relative;
  z-index: 99999; }
  @media screen and (max-width: 768px) {
    .btn__more--largearea a {
      font-size: 1.8rem;
      padding: 20px;
      line-height: 1.5;
      position: fixed;
      bottom: 0;
      left: 0;
      margin: 0; } }
  @media screen and (max-width: 600px) {
    .btn__more--largearea a {
      background: #FFDD00;
      background-size: 7px auto;
      font-size: 1.4rem;
      padding: 15px 40px 15px 10px;
      line-height: 1.5;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 9998;
      margin: 0;
      box-sizing: border-box; } }
  .btn__more--largearea a span {
    background-size: 10px auto;
    padding: 0 50px 0 0; }
    @media screen and (max-width: 768px) {
      .btn__more--largearea a span {
        background: none;
        padding: 0; } }
    @media screen and (max-width: 600px) {
      .btn__more--largearea a span {
        background: none;
        padding: 0; } }
  @media screen and (max-width: 768px) {
    .btn__more--largearea a .img__gosoudan {
      width: 110px;
      position: absolute;
      right: 50%;
      bottom: 2px;
      margin: 0 -260px 0 0; } }
  @media screen and (max-width: 600px) {
    .btn__more--largearea a .img__gosoudan {
      width: 90px;
      position: absolute;
      bottom: 2px;
      right: 5px;
      margin: 0; } }

.btn__gosoudan a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 420px; }
  @media screen and (max-width: 768px) {
    .btn__gosoudan a {
      display: none; } }
  .btn__gosoudan a img {
    width: 100%;
    height: auto; }
  .btn__gosoudan a:hover {
    bottom: 35px;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0; }

/*

 kv
-----------------------------------*/
.kv {
  background: #fff;
  position: relative;
  padding: 120px 50px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .kv {
      padding: 80px 0 100px; } }
  @media screen and (max-width: 600px) {
    .kv {
      padding: 50px 0 50px; } }
  .kv .inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .kv .inner {
        width: 55%; } }
    @media screen and (max-width: 600px) {
      .kv .inner {
        width: 80%; } }
    .kv .inner img {
      width: 100%;
      height: auto; }
  .kv .btn__kinri a {
    position: fixed;
    bottom: 20px;
    left: 30px;
    width: 180px;
    z-index: 999999; }
    @media screen and (max-width: 1024px) {
      .kv .btn__kinri a {
        bottom: 10px;
        left: 20px;
        width: 150px; } }
    @media screen and (max-width: 768px) {
      .kv .btn__kinri a {
        bottom: 100px;
        left: 20px;
        width: 150px; } }
    @media screen and (max-width: 600px) {
      .kv .btn__kinri a {
        bottom: 80px;
        left: 10px;
        width: 100px;
        z-index: 99999; } }
    .kv .btn__kinri a img {
      width: 100%;
      height: auto;
      transition: 0.5s all; }
    .kv .btn__kinri a:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1.0;
      opacity: 1.0; }
      .kv .btn__kinri a:hover img {
        transform: scale(1.05, 1.05);
        transition: 0.3s all; }

/*

 point
-----------------------------------*/
#point {
  background-image: linear-gradient(180deg, #01b4d6, rgba(165, 228, 240, 0.69));
  /*background:#01B4D6;*/
  padding: 100px 0;
  /*padding: 150px 0;
  border-radius:0 200px 0 0;*/
  /*
  h2{
  	text-align: center;
  	font-size: 5rem;
  	font-weight: 900;
  	color: #004B75;
  	margin: 0 0 30px;
  	@include mq(slarge, max) {
  			font-size:4.545vw;
  		}
  	@include mq(medium, max) {
  		font-size: 3.5rem;
  	}
  	@include mq(small, max) {
  		font-size: 1.8rem;
  		margin: 0 0 15px;
  	}
  	span{
  		font-size: 7.5rem !important;
  		@include mq(medium, max) {
  			font-size: 5rem !important;
  		}
  		@include mq(small, max) {
  			font-size: 3rem !important;
  		}
  	}
  	
  }
  */ }
  @media screen and (max-width: 1180px) {
    #point {
      padding: 100px 30px; } }
  @media screen and (max-width: 768px) {
    #point {
      padding: 80px 50px 80px; } }
  @media screen and (max-width: 600px) {
    #point {
      padding: 30px 15px 50px; } }
  #point h2 {
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.4;
    color: #004B75;
    font-size: 5rem;
    font-weight: bold;
    padding: 0 0 15px;
    border-bottom: 10px double #01B4D6; }
    @media screen and (max-width: 768px) {
      #point h2 {
        font-size: 3.5rem;
        margin: 0 0 20px; } }
    @media screen and (max-width: 600px) {
      #point h2 {
        font-size: 2.2rem;
        padding: 10px 0 10px;
        margin: 0 0 10px;
        line-height: 1.4;
        border-bottom: 5px double #01B4D6; } }
  #point .inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 100px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 80px;
    /*border-radius:0 100px 0 100px;*/ }
    @media screen and (max-width: 1024px) {
      #point .inner {
        border-radius: 60px;
        padding: 50px; } }
    @media screen and (max-width: 768px) {
      #point .inner {
        border-radius: 40px;
        padding: 40px; } }
    @media screen and (max-width: 600px) {
      #point .inner {
        border-radius: 20px;
        padding: 20px; } }
  #point .point__flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px; }
    @media screen and (max-width: 768px) {
      #point .point__flex {
        display: block; } }
    #point .point__flex .txt {
      width: 60%; }
      @media screen and (max-width: 768px) {
        #point .point__flex .txt {
          width: 100%;
          margin: 0 0 30px; } }
      #point .point__flex .txt .ttl {
        font-size: 2.6rem;
        font-weight: bold;
        margin: 0 0 20px; }
        @media screen and (max-width: 768px) {
          #point .point__flex .txt .ttl {
            font-size: 2.2rem;
            margin: 0 0 10px; } }
        @media screen and (max-width: 600px) {
          #point .point__flex .txt .ttl {
            font-size: 1.5rem;
            margin: 0 0 10px; } }
        @media screen and (max-width: 1180px) {
          #point .point__flex .txt .ttl br {
            display: none; } }
    #point .point__flex .img {
      width: 35%; }
      @media screen and (max-width: 768px) {
        #point .point__flex .img {
          width: 50%;
          margin: 0 auto; } }
      @media screen and (max-width: 600px) {
        #point .point__flex .img {
          width: 50%;
          margin: 0 auto; } }
      #point .point__flex .img img {
        width: 100%;
        height: auto; }
  #point h3 {
    background: #E0F6FA;
    padding: 10px 0 20px 20px;
    font-size: 3.5rem;
    font-weight: 700;
    color: #004B75;
    margin: 0 0 30px;
    line-height: 1.0;
    border-left: 8px solid #01B4D6;
    border-radius: 6px; }
    @media screen and (max-width: 768px) {
      #point h3 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 600px) {
      #point h3 {
        font-size: 1.4rem;
        padding: 10px 0 15px 5px;
        margin: 0 0 15px;
        border-left: 6px solid #01B4D6; } }
    #point h3 span {
      font-size: 4.5rem !important; }
      @media screen and (max-width: 768px) {
        #point h3 span {
          font-size: 4rem !important; } }
      @media screen and (max-width: 600px) {
        #point h3 span {
          font-size: 2rem !important; } }
  #point h5 {
    font-size: 2.2rem;
    position: relative;
    padding: 0 0 10px;
    color: #004B75;
    box-sizing: border-box;
    border-bottom: 3px solid #004B75;
    margin: 0 0 15px; }
    @media screen and (max-width: 600px) {
      #point h5 {
        font-size: 1.6rem; } }
    #point h5 .icon__red02 {
      background: url("../img/icon_yen.svg") bottom right no-repeat;
      background-size: 30px auto;
      padding: 0 35px 0 0; }
      @media screen and (max-width: 600px) {
        #point h5 .icon__red02 {
          background: url("../img/icon_yen.svg") bottom right no-repeat;
          background-size: 20px auto;
          padding: 0 25px 0 0; } }
  #point .txt__flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px; }
    @media screen and (max-width: 600px) {
      #point .txt__flex {
        margin: 0 0 20px; } }
    #point .txt__flex .txt {
      width: 80%; }
      @media screen and (max-width: 600px) {
        #point .txt__flex .txt {
          width: 70%; } }
    #point .txt__flex .img {
      width: 15%; }
      @media screen and (max-width: 600px) {
        #point .txt__flex .img {
          width: 25%; } }
      #point .txt__flex .img img {
        width: 100%;
        height: auto;
        border: 1px solid #ddd; }

.point__col2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 102%;
  margin: 0 0 50px; }
  @media screen and (max-width: 600px) {
    .point__col2 {
      margin: 0 0 20px; } }
  .point__col2 .point__col2--item {
    width: 48%;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 30px 50px;
    margin: 0 2% 2% 0;
    border: 1px solid #004B75;
    position: relative; }
    @media screen and (max-width: 768px) {
      .point__col2 .point__col2--item {
        padding: 30px; } }
    @media screen and (max-width: 600px) {
      .point__col2 .point__col2--item {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #004B75;
        margin: 0 0 15px; } }
    .point__col2 .point__col2--item .icon__number {
      width: 40px;
      height: 40px;
      font-size: 1.6rem;
      font-weight: bold;
      border-radius: 100px;
      color: #fff;
      background: #004B75;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 10px;
      left: 10px; }
      @media screen and (max-width: 768px) {
        .point__col2 .point__col2--item .icon__number {
          width: 30px;
          height: 30px;
          font-size: 1.6rem;
          top: 10px;
          left: 10px; } }
    .point__col2 .point__col2--item h4 {
      text-align: center;
      color: #004B75;
      font-size: 2.0rem;
      font-weight: 600;
      line-height: 1.5;
      margin: 0 0 20px; }
      @media screen and (max-width: 768px) {
        .point__col2 .point__col2--item h4 {
          font-size: 1.7rem; } }
      @media screen and (max-width: 600px) {
        .point__col2 .point__col2--item h4 {
          font-size: 1.6rem;
          margin: 0 0 10px; } }
    .point__col2 .point__col2--item p {
      font-size: 1.5rem; }
      @media screen and (max-width: 600px) {
        .point__col2 .point__col2--item p {
          font-size: 1.3rem; } }
    .point__col2 .point__col2--item .attention {
      font-size: 1.1rem !important; }

.point__img {
  text-align: center;
  padding: 0 0 50px; }
  .point__img img {
    width: 90%;
    height: auto; }
    @media screen and (max-width: 1024px) {
      .point__img img {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .point__img img {
        width: 70%; } }
    @media screen and (max-width: 600px) {
      .point__img img {
        width: 100%; } }

/*

 type
-----------------------------------*/
#type {
  margin: -30px 0 0;
  padding: 100px 0 0; }
  @media screen and (max-width: 600px) {
    #type {
      margin: 40px 0 0;
      padding: 0; } }
  #type h2 {
    background: #E0F6FA;
    padding: 10px 0 20px 20px;
    font-size: 3.5rem;
    font-weight: 700;
    color: #004B75;
    margin: 0 0 30px;
    line-height: 1.0;
    border-left: 8px solid #01B4D6;
    border-radius: 6px; }
    @media screen and (max-width: 600px) {
      #type h2 {
        font-size: 1.8rem;
        margin: 0 0 15px;
        border-left: 6px solid #01B4D6; } }
    #type h2 span {
      font-size: 4.5rem !important; }
      @media screen and (max-width: 768px) {
        #type h2 span {
          font-size: 5rem !important; } }
      @media screen and (max-width: 600px) {
        #type h2 span {
          font-size: 3rem !important; } }
  #type .type__flex {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    /*margin: 50px 50px;*/
    position: relative;
    z-index: 0; }
    @media screen and (max-width: 600px) {
      #type .type__flex {
        display: block;
        margin: 20px 0; } }
    #type .type__flex .type__flex--kosodate {
      width: 49%; }
      @media screen and (max-width: 600px) {
        #type .type__flex .type__flex--kosodate {
          width: 100%;
          margin: 0 0 30px; } }
    #type .type__flex .type__flex--machi {
      width: 49%; }
      @media screen and (max-width: 600px) {
        #type .type__flex .type__flex--machi {
          width: 100%;
          margin: 0 0 30px; } }
  #type .type__accordion .btn__accordion {
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid #004B75;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    cursor: pointer;
    background: #004B75 url("../img/icon_arrow_down_white.svg") center right 20px no-repeat;
    background-size: 20px auto; }
    @media screen and (max-width: 768px) {
      #type .type__accordion .btn__accordion {
        background: #004B75 url("../img/icon_arrow_down_white.svg") center right 20px no-repeat;
        background-size: 15px auto;
        max-width: 500px;
        line-height: 1.6;
        font-size: 1.6rem; } }
    @media screen and (max-width: 600px) {
      #type .type__accordion .btn__accordion {
        max-width: 270px;
        margin: 0 auto;
        padding: 10px 0;
        font-size: 1.4rem;
        background: #004B75 url("../img/icon_arrow_down_white.svg") center right 10px no-repeat;
        background-size: 10px auto;
        line-height: 1.4; } }
    @media screen and (max-width: 768px) {
      #type .type__accordion .btn__accordion br {
        display: none; } }
    @media screen and (max-width: 600px) {
      #type .type__accordion .btn__accordion br {
        display: block; } }
  #type .type__accordion .type__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 3.4rem;
    color: #004B75; }
    @media screen and (max-width: 768px) {
      #type .type__accordion .type__ttl {
        font-size: 2.4rem; } }
    @media screen and (max-width: 600px) {
      #type .type__accordion .type__ttl {
        font-size: 1.7rem; } }
  #type .type__accordion .type__list {
    margin: 30px 0 0; }
    @media screen and (max-width: 600px) {
      #type .type__accordion .type__list {
        margin: 15px 0 0; } }
    #type .type__accordion .type__list td {
      border: 1px solid #fff;
      padding: 20px; }
      @media screen and (max-width: 768px) {
        #type .type__accordion .type__list td {
          padding: 10px; } }
      @media screen and (max-width: 600px) {
        #type .type__accordion .type__list td {
          padding: 5px;
          font-size: 1.0rem; } }
      @media screen and (max-width: 600px) {
        #type .type__accordion .type__list td .attention02 {
          font-size: 0.8rem !important; } }

.bg__blue {
  background: #004B75 !important;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 600px) {
    .bg__blue {
      font-size: 0.8rem !important; } }

.bg__pink {
  background: #FBDED3;
  font-weight: bold; }

.bg__pink02 {
  background: #FDEEE9; }

.bg__green {
  background: #E2EEC4;
  font-weight: bold; }

.bg__green02 {
  background: #F0F6E1; }

.btn__more--pink a {
  background: #F8A789 url("../img/icon_arrow_grey.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-align: center;
  color: #111;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.8rem;
  max-width: 300px;
  margin: -35px auto 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .btn__more--pink a {
      max-width: 200px;
      margin: 0 auto 5px;
      padding: 12px 0;
      border-radius: 8px;
      background: #F8A789 url("../img/icon_arrow_grey.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.4rem;
      margin: -25px auto 0; } }
  @media screen and (max-width: 600px) {
    .btn__more--pink a {
      max-width: 250px;
      margin: 0 auto 5px;
      padding: 12px 0;
      border-radius: 8px;
      background: #F8A789 url("../img/icon_arrow_grey.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.4rem;
      margin: -25px auto 0; } }
  .btn__more--pink a:hover {
    background: #FBDED3 url("../img/icon_arrow_grey.svg") center right 20px no-repeat;
    background-size: 8px auto;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 600px) {
      .btn__more--pink a:hover {
        background: #FBDED3 url("../img/icon_arrow_grey.svg") center right 20px no-repeat;
        background-size: 5px auto; } }

.btn__more--green a {
  background: #BCD679 url("../img/icon_arrow_grey.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-align: center;
  color: #111;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.8rem;
  max-width: 300px;
  margin: -35px auto 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .btn__more--green a {
      max-width: 200px;
      margin: 0 auto 5px;
      padding: 12px 0;
      border-radius: 8px;
      background: #BCD679 url("../img/icon_arrow_grey.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.4rem;
      margin: -25px auto 0; } }
  @media screen and (max-width: 600px) {
    .btn__more--green a {
      max-width: 250px;
      margin: 0 auto 5px;
      padding: 12px 0;
      border-radius: 8px;
      background: #BCD679 url("../img/icon_arrow_grey.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.4rem;
      margin: -25px auto 0; } }
  .btn__more--green a:hover {
    background: #E2EEC5 url("../img/icon_arrow_grey.svg") center right 20px no-repeat;
    background-size: 8px auto;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 600px) {
      .btn__more--green a:hover {
        background: #BCD679 url("../img/icon_arrow_grey.svg") center right 10px no-repeat;
        background-size: 5px auto; } }

/*

 kinri
-----------------------------------*/
#kinri {
  margin: -70px 0 0;
  padding: 60px 0 0; }
  @media screen and (max-width: 600px) {
    #kinri {
      margin: -40px 0 0;
      padding: 40px 0 0; } }
  #kinri h3 {
    background: #E0F6FA;
    padding: 15px 0 20px 20px;
    font-size: 3.5rem;
    font-weight: 700;
    color: #004B75;
    margin: 0 0 30px;
    line-height: 1.0;
    border-left: 8px solid #01B4D6;
    border-radius: 6px; }
    @media screen and (max-width: 768px) {
      #kinri h3 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 600px) {
      #kinri h3 {
        padding: 15px 0 18px 5px;
        font-size: 1.4rem;
        margin: 0 0 15px;
        border-left: 6px solid #01B4D6; } }
    #kinri h3 span {
      font-size: 3.8rem !important; }
      @media screen and (max-width: 768px) {
        #kinri h3 span {
          font-size: 2.8rem !important; } }
      @media screen and (max-width: 600px) {
        #kinri h3 span {
          font-size: 1.6rem !important; } }
  #kinri .sub {
    font-size: 1.8rem;
    margin: 0 0 30px;
    font-weight: bold; }
  #kinri s
  .txt__area {
    margin: 0 0 50px; }
    #kinri s
    .txt__area .ttl {
      font-size: 1.8rem; }
  #kinri .kinri__flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px; }
    @media screen and (max-width: 768px) {
      #kinri .kinri__flex {
        display: block; } }
    @media screen and (max-width: 600px) {
      #kinri .kinri__flex {
        margin: 0 0 30px; } }
    #kinri .kinri__flex .txt {
      width: 60%; }
      @media screen and (max-width: 768px) {
        #kinri .kinri__flex .txt {
          width: 100%;
          margin: 0 0 30px; } }
      @media screen and (max-width: 600px) {
        #kinri .kinri__flex .txt {
          margin: 0 0 15px; } }
      #kinri .kinri__flex .txt .ttl {
        font-size: 2.4rem;
        font-weight: bold;
        margin: 0 0 20px; }
        @media screen and (max-width: 768px) {
          #kinri .kinri__flex .txt .ttl {
            font-size: 2.2rem;
            margin: 0 0 10px; } }
        @media screen and (max-width: 600px) {
          #kinri .kinri__flex .txt .ttl {
            font-size: 1.5rem;
            margin: 0 0 10px; } }
        @media screen and (max-width: 1180px) {
          #kinri .kinri__flex .txt .ttl br {
            display: none; } }
    #kinri .kinri__flex .img {
      width: 35%; }
      @media screen and (max-width: 768px) {
        #kinri .kinri__flex .img {
          width: 70%;
          margin: 0 auto; } }
      @media screen and (max-width: 600px) {
        #kinri .kinri__flex .img {
          width: 70%;
          margin: 0 auto; } }
      #kinri .kinri__flex .img img {
        width: 100%;
        height: auto; }
  #kinri .kinri__box:last-child {
    margin: 0; }
  #kinri .kinri__box {
    margin: 0 0 50px; }
    @media screen and (max-width: 600px) {
      #kinri .kinri__box {
        margin: 0 0 30px; } }
    #kinri .kinri__box a {
      text-decoration: underline; }
    #kinri .kinri__box h5 {
      font-size: 2.2rem;
      position: relative;
      padding: 0 0 10px;
      box-sizing: border-box;
      color: #004B75;
      border-bottom: 3px solid #004B75;
      margin: 0 0 20px; }
      @media screen and (max-width: 600px) {
        #kinri .kinri__box h5 {
          font-size: 1.7rem;
          line-height: 1.5; } }
      #kinri .kinri__box h5 .icon__red {
        color: #D10000;
        background: url("../img/icon_arrow_red_down.svg") bottom right no-repeat;
        background-size: 35px auto;
        padding: 0 40px 0 0; }
        @media screen and (max-width: 600px) {
          #kinri .kinri__box h5 .icon__red {
            background: url("../img/icon_arrow_red_down.svg") bottom right no-repeat;
            background-size: 28px auto;
            padding: 0 30px 0 0; } }
      @media screen and (max-width: 768px) {
        #kinri .kinri__box h5 br {
          display: none; } }
      @media screen and (max-width: 600px) {
        #kinri .kinri__box h5 br {
          display: block; } }
    #kinri .kinri__box .txtbox {
      display: flex;
      justify-content: space-between;
      margin: 0 0 30px;
      align-items: flex-start; }
      @media screen and (max-width: 600px) {
        #kinri .kinri__box .txtbox {
          display: block;
          margin: 0 0 20px; } }
      #kinri .kinri__box .txtbox p {
        width: 56%; }
        @media screen and (max-width: 600px) {
          #kinri .kinri__box .txtbox p {
            width: 100%;
            margin: 0 0 15px; } }
      #kinri .kinri__box .txtbox .red__box {
        border: 3px solid #e60012;
        border-radius: 15px !important;
        padding: 10px 20px;
        overflow: hidden !important;
        text-align: center;
        width: 38%;
        box-sizing: border-box;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          #kinri .kinri__box .txtbox .red__box {
            padding: 10px 10px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 600px) {
          #kinri .kinri__box .txtbox .red__box {
            border: 2px solid #e60012;
            border-radius: 10px !important;
            width: 100%; } }
        #kinri .kinri__box .txtbox .red__box span {
          color: #e60012;
          font-size: 1.9rem;
          font-weight: bold;
          display: block;
          line-height: 1.2;
          padding: 5px 0 0; }
          @media screen and (max-width: 768px) {
            #kinri .kinri__box .txtbox .red__box span {
              font-size: 1.6rem;
              padding: 5px 0 0; } }
          @media screen and (max-width: 600px) {
            #kinri .kinri__box .txtbox .red__box span {
              font-size: 1.8rem; } }
        #kinri .kinri__box .txtbox .red__box .attention {
          color: #111;
          font-weight: 400; }
    #kinri .kinri__box .kinri__list {
      margin: 0 0 10px; }
      #kinri .kinri__box .kinri__list td {
        padding: 10px 30px;
        border: 1px solid #ddd;
        background: #FFFFF3;
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          #kinri .kinri__box .kinri__list td {
            padding: 10px 10px;
            text-align: center !important; } }
        @media screen and (max-width: 600px) {
          #kinri .kinri__box .kinri__list td {
            padding: 5px;
            font-size: 1.0rem;
            text-align: center !important; } }

.font__red {
  color: #D10000;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4; }
  @media screen and (max-width: 600px) {
    .font__red {
      font-size: 2.0rem; } }

.font__black {
  color: #111111;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4; }
  @media screen and (max-width: 600px) {
    .font__black {
      font-size: 2.0rem; } }

/*

 chintai
-----------------------------------*/
#chintai {
  background-image: linear-gradient(180deg, #01b4d6, rgba(165, 228, 240, 0.69));
  /*background:#B38055;*/
  padding: 100px 0; }
  @media screen and (max-width: 1180px) {
    #chintai {
      padding: 100px 30px; } }
  @media screen and (max-width: 768px) {
    #chintai {
      padding: 70px 50px 70px; } }
  @media screen and (max-width: 600px) {
    #chintai {
      padding: 50px 15px; } }
  #chintai h2 {
    text-align: center;
    margin: 0 0 50px;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      #chintai h2 {
        margin: 0 0 30px; } }
    @media screen and (max-width: 600px) {
      #chintai h2 {
        margin: 0 0 20px;
        line-height: 1.4; } }
    #chintai h2 span {
      font-size: 4rem;
      font-weight: bold;
      color: #111;
      border: 5px solid #0097d3;
      border-radius: 100px;
      padding: 30px 70px;
      background: #fff;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        #chintai h2 span {
          font-size: 3rem;
          padding: 30px 30px; } }
      @media screen and (max-width: 600px) {
        #chintai h2 span {
          padding: 15px 20px;
          font-size: 1.8rem;
          border: 3px solid #0097d3; } }
  #chintai .inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 100px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50px;
    /*border-radius:0 100px 0 100px;*/ }
    @media screen and (max-width: 1024px) {
      #chintai .inner {
        border-radius: 60px;
        padding: 50px; } }
    @media screen and (max-width: 768px) {
      #chintai .inner {
        border-radius: 40px;
        padding: 40px; } }
    @media screen and (max-width: 600px) {
      #chintai .inner {
        border-radius: 20px;
        padding: 30px; } }
  #chintai h3 {
    background: #E0F6FA;
    padding: 20px 0 20px 30px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #004B75;
    margin: 0 0 20px;
    line-height: 1.0;
    border-left: 8px solid #01B4D6;
    border-radius: 6px; }
    @media screen and (max-width: 600px) {
      #chintai h3 {
        margin: 0 0 15px;
        padding: 15px 0 15px 15px;
        font-size: 1.6rem;
        border-left: 6px solid #01B4D6; } }
  #chintai h6 {
    margin: 20px 0 0; }
  #chintai .kinri__list {
    margin: 5px 0 10px; }
    #chintai .kinri__list td {
      padding: 10px 30px;
      border: 1px solid #ddd;
      background: #FFFFF3;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        #chintai .kinri__list td {
          padding: 10px 10px;
          text-align: center !important; } }
      @media screen and (max-width: 600px) {
        #chintai .kinri__list td {
          padding: 5px;
          font-size: 1.0rem;
          text-align: center !important; } }

.chintai__accodion .chintai__accodion--ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  cursor: pointer;
  padding: 0 0 30px;
  background: url("../img/icon_arrow_down_blue.svg") bottom center no-repeat; }
  @media screen and (max-width: 768px) {
    .chintai__accodion .chintai__accodion--ttl {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .chintai__accodion .chintai__accodion--ttl {
      background: url("../img/icon_arrow_down_blue.svg") bottom center no-repeat;
      background-size: 30px auto;
      font-size: 1.4rem;
      padding: 0 0 20px; } }
  .chintai__accodion .chintai__accodion--ttl a {
    pointer-events: none;
    color: #000; }
.chintai__accodion .chintai__accodion--ttl:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.chintai__accodion .chintai__accodion--contents {
  margin: 50px 0 0; }
  @media screen and (max-width: 600px) {
    .chintai__accodion .chintai__accodion--contents {
      margin: 30px 0 0; } }

.chintai__box01 {
  border: 2px solid #01B4D6;
  padding: 40px 40px;
  border-radius: 15px;
  margin: 0 0 10px;
  position: relative;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .chintai__box01 {
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    .chintai__box01 {
      margin: 0 0 0px;
      border-radius: 10px;
      padding: 20px;
      border: 2px solid #01B4D6; } }
  .chintai__box01 li {
    background: url("../img/icon_check.svg") top 5px left no-repeat;
    background-size: 40px auto;
    padding: 0 0 0 55px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 10px; }
    @media screen and (max-width: 768px) {
      .chintai__box01 li {
        background: url("../img/icon_check.svg") top 4px left no-repeat;
        background-size: 25px auto;
        font-size: 1.6rem;
        padding: 0 0 0 30px; } }
    @media screen and (max-width: 600px) {
      .chintai__box01 li {
        background: url("../img/icon_check.svg") top 4px left no-repeat;
        background-size: 20px auto;
        padding: 0 0 0 30px;
        font-size: 1.4rem; } }

.chintai__box02:last-child {
  margin: 0; }

.chintai__box02 {
  background: #fff;
  margin: 0 0 20px; }
  @media screen and (max-width: 600px) {
    .chintai__box02 {
      margin: 0 0 15px; } }
  .chintai__box02 a {
    text-decoration: underline; }
  .chintai__box02 h4 {
    font-size: 2.2rem;
    position: relative;
    padding: 0 0 10px;
    box-sizing: border-box;
    border-bottom: 3px solid #004B75;
    margin: 0 0 15px; }
    @media screen and (max-width: 600px) {
      .chintai__box02 h4 {
        font-size: 1.8rem; } }
  .chintai__box02 h5 {
    color: #004B75;
    font-size: 1.8rem;
    box-sizing: border-box;
    margin: 0 0 10px; }
    @media screen and (max-width: 600px) {
      .chintai__box02 h5 {
        font-size: 1.5rem; } }
  .chintai__box02 h6 {
    font-size: 1.7rem;
    box-sizing: border-box;
    margin: 0 0 10px; }
    @media screen and (max-width: 600px) {
      .chintai__box02 h6 {
        font-size: 1.4rem; } }
  .chintai__box02--inner {
    padding: 0 0 40px;
    font-size: 1.6rem; }
    @media screen and (max-width: 600px) {
      .chintai__box02--inner {
        font-size: 1.3rem;
        padding: 0 0 20px; } }
    .chintai__box02--inner .chintai__flex {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .chintai__box02--inner .chintai__flex {
          display: block; } }
      .chintai__box02--inner .chintai__flex .chintai__flex--txt {
        width: calc(100% - 350px); }
        @media screen and (max-width: 768px) {
          .chintai__box02--inner .chintai__flex .chintai__flex--txt {
            width: 100%;
            margin: 0 0 20px; } }
        @media screen and (max-width: 600px) {
          .chintai__box02--inner .chintai__flex .chintai__flex--txt {
            width: 100%;
            margin: 0 0 20px; } }
      .chintai__box02--inner .chintai__flex .chintai__flex--img {
        width: 300px; }
        @media screen and (max-width: 768px) {
          .chintai__box02--inner .chintai__flex .chintai__flex--img {
            width: 70%;
            margin: 0 auto; } }
        @media screen and (max-width: 600px) {
          .chintai__box02--inner .chintai__flex .chintai__flex--img {
            width: 100%;
            max-width: 100%; } }
        .chintai__box02--inner .chintai__flex .chintai__flex--img img {
          width: 100%;
          height: auto; }
    .chintai__box02--inner .comment {
      margin: 20px auto;
      text-align: center;
      max-width: 650px; }
      .chintai__box02--inner .comment img {
        width: 100%;
        height: auto; }
  .chintai__box02 .chintai__box--txt {
    margin: 0 0 20px 25px; }
    @media screen and (max-width: 600px) {
      .chintai__box02 .chintai__box--txt {
        margin: 0 0 20px 20px; } }
