@charset "UTF-8";
/* layout
--------------------------------------------------------------------------------*/
body {
    margin: 0;
    background: #0a1f35;
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 1.73;
}
body .wrapper {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.webfont-e {
    font-family: "Montserrat", sans-serif;
}

.container {
  width: 100%;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp {
  display: none;
}

.aC{
    text-align: center;
}

.mt_40{
		margin-top: 40px;
	}

.sp_br {
  display: none !important;
}

.ipad_br {
  display: none !important;
}

.pc_br {
  display: inline !important;
}

/* タブレット用 */
@media screen and (max-width: 1024px) {
.ipad_br {
    display: inline !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
    
    .sp_br {
    display: inline !important;
  }
    
    .pc_br {
  display: none !important;
}
    
}

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}

/* common
--------------------------------------------------------------------------------*/
/*.section {
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/*.section.visual {
  position: relative;
  height: 606px;
  padding: 40px 10px;
  color: #fff;
}*/

.visual_icon {
  display: inline-block;
  margin-bottom: 15px;
}

.visual_lead {
  margin-bottom: 60px;
	text-align: center;
}

.bg-color {
  background-color: #f6f4ee;
  margin: auto -10px;
}

.pc-none {
  display: none;
}

.sp_space {
  display: none;
}

@media screen and (max-width: 1024px){
.wrap {
    padding: 0 20px 0
}
}


@media only screen and (max-width: 767px) {
  .section {
    padding: 0 18px 0;
  }
  .section.visual {
      height: auto;
      padding: 20px 10px;
  }
  .visual_icon {
    margin-bottom: 7px;
  }
  .visual_icon img {
    width: 50%;
  }
  .visual_lead {
    margin-bottom: 30px;
    font-size: 21px;
  }
  .visual_txt {
    font-size: 12px;
  }
  .pc-none {
    display: block;
  }
    .sp_space {
    display: block;
    margin-top: 12px; /* ← スマホでの上余白 */
    content: "";
  }
}

/* header
--------------------------------------------------------------------------------*/
.header {
  padding: 0;
}

.header_title {
	width: 100%;
    height: 25px;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.header_title h1 {
  max-width: 1160px;
    margin: 0 auto;
    padding-top: 4px;
    color: #7d7d7d;
	font-size: 12px;
}

/* nav
--------------------------------------------------------------------------------*/

body .gHeader .siteTitle {
    position: absolute;
    width: 190px;
    background-color: #333;
    display: inline-block;
    padding: 6px 9px 10px;
    z-index: 100;
}


.nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
	body .gHeader .siteTitle {
    background-color: #fff;
}
  .nav {
    /*top: 0;
    bottom: inherit;*/
  }
}

.nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav li {
  position: relative;
  width: 100%;
  background-color: #FFF;
  text-align: center;
}

.nav li a:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  width: 38px;
  height: 25px;
  background: url("../imgs/nav-icon.png") 0 0 no-repeat;
}

.nav li:after {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.31%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.nav li a {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.nav .nav_list-01 a {
  background-color: #b3972c;
}

.nav li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .nav li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 16%;
    margin: 0 auto;
    width: 19px;
    height: 13px;
    margin-top: -6px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .nav li:first-child a:before {
    left: 8%;
  }
  .nav li:after {
    margin-top: -10px;
    font-size: 20px;
    line-height: 1;
  }
  .nav li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}


/* 追従ボタン
--------------------------------------------------------------------------------*/
.fixed-request {
  position: fixed;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.fixed-request a {
  display: block;
}

.fixed-request img {
  display: block;
  width: 58px;      /* 画像サイズに合わせて調整 */
  height: auto;
  transition: opacity 0.3s ease;
}

.fixed-request a:hover img {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
	
	.fixed-request {
    top: 0;
    right: 0;
    transform: none;       /* ← 中央寄せ解除 */
  }

  .fixed-request img {
    width: 150px;           /* スマホ用に少し小さく */
  }
}

/* メインビジュアル
--------------------------------------------------------------------------------*/
.section-01 img{
  width: 100%;
  height: auto;
  display: block;
}

.section-01 .visual_icon {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	
  .section-01.visual {
    padding-top: 20px;
	  text-align: center;
  }
  .section-01 .visual_icon {
    margin-bottom: 20px;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  .section-01 .visual_icon img {
    width: 100%;
  }
  .section-01 .visual_lead {
    width: 90%;
	  margin: 0 auto;
  }
}

/* Problem
--------------------------------------------------------------------------------*/
.problem .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 70px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.problem h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.problem h2 span.ttl_medium{
    font-size: 42px;
    color: #d9b557;
}

.problem .container_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.col4 {
    width: calc(25% - 21px);
}

.arrow01{
    margin-top: 56px;
}


@media only screen and (max-width: 767px) {
    .problem .ttl_sub {
    font-size: 18px;
    margin-top: 40px;
}

.problem h2 {
    padding-top: 5px;
    font-size: 24px;
    line-height: 1.3;
}

.problem h2 span.ttl_medium{
    font-size: 32px;
}

.problem .container_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.col4 {
    width: calc(50% - 10px);
}
    
    .col4:nth-child(n+3) {
        margin-top: 15px;
    }


.arrow01{
    margin-top: 30px;
}
}
/* Solution
--------------------------------------------------------------------------------*/
.solution .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.solution h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.solution h2 span.ttl_medium{
    font-size: 42px;
}

.solution h2 span.ttl_large{
    margin-top: 5px;
    display: inline-block;
    width: 740px;
}

.solution h6{
    color: #c29f42;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.solution h5{
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    margin-top: 5px;
}

.solution .container_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.solution .col3 {
    width: 344px;
    text-align: center;
    background-color: #fff;
    padding: 26px 25px 34px;
    border-radius: 12px 12px 0 12px;
}

.solution span.sup {
    vertical-align: super; 
    font-size: 0.6em;
}

.solution figure {
    width: 156px;
    margin: 36px auto 0;
}

.solution .txt {
    font-size: 22px;
    color: #222;
    line-height: 1.6;
    margin-top: 30px;
}

/* タブレット用 */
@media screen and (max-width: 1024px) {
      .solution .container_col {
    justify-content: center;
    margin-top: 40px;
}

.solution .col3 {
    width: 48%;   /* ← 2カラムにする */
    margin-bottom: 20px;
}
    
    .solution .col3:nth-child(odd) {
      margin-right: 2%;
  }

.solution span.sup {
    vertical-align: super; 
    font-size: 0.6em;
}

.solution figure {
    width: 156px;
    margin: 36px auto 0;
}
}


@media only screen and (max-width: 767px) {
    .solution .ttl_sub {
        font-size: 18px;
        margin-top: 30px;
}

.solution h2 {
    padding-top: 5px;
    font-size: 24px;
    line-height: 1.3;
}

.solution h2 span.ttl_medium{
    font-size: 34px;
}

.solution h2 span.ttl_large{
    margin-top: 10px;
    display: inline-block;
    width: 92%;
}

.solution h6{
    font-size: 22px;
    text-underline-offset: 6px;
}

.solution h5{
    font-size: 24px;
    margin-top: 5px;
}

.solution .container_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 20px 0;
}

.solution .col3 {
    width: 100%;
    padding: 18px 20px 22px;
    border-radius: 12px 12px 0 12px;
}
    
    .solution .col3:nth-child(n+2) {
        margin-top: 20px;
    }

.solution span.sup {
    vertical-align: super; 
    font-size: 0.6em;
}

.solution figure {
    width: 26%;
    margin: 15px auto 0;
}

.solution .txt {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 12px;
}
}

/* cta_l
--------------------------------------------------------------------------------*/
.cta_l{
    padding: 40px;
    margin: 80px auto 0;
    background-image:url("../imgs/cta_bg.png");
    background-repeat:no-repeat;
    background-size: cover;
}

.ctal_container {
    display: flex;
    flex-wrap: wrap;
	padding: 0 60px;
    align-items: center;
}

.cta_l .ctal_column_l {
    width: 320px;
}

.cta_l .ctal_column_r {
    text-align: center;
    margin: 0 auto;
    padding-left: 62px;
}

.cta_l p{
    font-size: 24px;
    font-weight: 500;
}

.btn_copy {
    display: inline-flex;
    font-size: 30px;
    position: relative;
    margin:26px auto 0;
    text-align: center;
    align-items:center;
    line-height: 1;
}

.btn_copy img{
    width: 20px;
    margin: 0 16px
}

.btn_copy .txt_color{
    color: #d9b557;
    padding-bottom: 14px;
}

.btn_copy .fnt_l{
    font-size: 40px
}

.btn_brown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 592px;
    margin:10px auto 0;
    padding: 15px 40px;
    border: none;
    border-bottom: solid 4px #715408;
    border-radius: 100vw;
    background-color: #ba983d;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    transition: .5s ease;
}

.btn_brown::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.btn_brown:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}

/* タブレット用 */
@media screen and (max-width: 1024px) {
 .cta_l{
    padding: 40px;
    margin: 80px auto 0;
    background-image:url("../imgs/cta_bg.png");
    background-repeat:no-repeat;
    background-size: cover;
}

.ctal_container {
    display: flex;
    flex-wrap: wrap;
	padding: 0 20px;
    align-items: center;
}

.cta_l .ctal_column_l {
    width: 30%;
}

.cta_l .ctal_column_r {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-left: 20px;
}

.cta_l p{
    font-size: 24px;
    font-weight: 500;
}

.btn_copy {
    display: inline-flex;
    font-size: 25px;
    position: relative;
    margin:26px auto 0;
    text-align: center;
    align-items:center;
    line-height: 1;
}

.btn_copy img{
    width: 20px;
    margin: 0 16px
}

.btn_copy .txt_color{
    color: #d9b557;
    padding-bottom: 14px;
}

.btn_copy .fnt_l{
    font-size: 40px
}

.btn_brown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:10px auto 0;
    padding: 15px 40px;
    border: none;
    border-bottom: solid 4px #715408;
    border-radius: 100vw;
    background-color: #ba983d;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    transition: .5s ease;
}

.btn_brown::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.btn_brown:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}
}


@media only screen and (max-width: 767px) {
    
    .cta_l{
    padding: 20px;
    margin: 60px auto 0;
    background-image:url("../imgs/cta_bg_sp.png");
    background-repeat:no-repeat;
    background-size: cover;
     text-align: center;
}
    
    .cta_l img{
        width: 94%;
            
}

.ctal_container {
    display: flex;
    flex-wrap: wrap;
	padding: 0;
    align-items: center;
}

.cta_l .ctal_column_l {
    width: 100%;
    margin: 0 auto;
}

.cta_l .ctal_column_r {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
}

.cta_l p{
    font-size: 18px;
    margin-top: 10px;
}

.btn_copy {
    font-size: 20px;
    position: relative;
    margin:5px auto 0;
    line-height: 1;
}

.btn_copy img{
    width: 15px;
    margin: 0 5px
}

.btn_copy .txt_color{
    color: #d9b557;
    padding-bottom: 14px;
}

.btn_copy .fnt_l{
    font-size: 36px
}

.btn_brown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto 0;
    padding: 15px 32px;
    border: none;
    border-bottom: solid 4px #715408;
    border-radius: 100vw;
    background-color: #ba983d;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    transition: .5s ease;
    line-height: 1.3;
}

.btn_brown::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.btn_brown:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}
}
/* Reason
--------------------------------------------------------------------------------*/
.reason .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 80px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.reason h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.reason h2 span.ttl_medium{
    font-size: 42px;
    color: #d9b557;
}

.reason .container_col {
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
}

.reason .reason_column_l {
    width: 400px;
}

.reason .reason_column_r {
    width: 700px;
    padding-left: 36px;
}

.reason .h3_sub {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    background-color: #d9b557;
    color: #0a1f35;
    padding: 2px 12px;
    border-radius: 3px;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.reason h3 {
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    padding: 10px 0 0;
    line-height: 1.4;
}

.reason h3 span{
    color: #d9b557;
}

.reason p.txt{
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin-top: 18px;
}

.reason div.line{
    margin: 50px 0;
}

.reason .reason_txtL{
    margin-top: 55px;
}

/* タブレット用 */
@media screen and (max-width: 1024px) {
.reason .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 80px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.reason h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.reason h2 span.ttl_medium{
    font-size: 42px;
    color: #d9b557;
}

.reason .container_col {
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
}

.reason .reason_column_l {
    width: 30%;
}

.reason .reason_column_r {
    width: 70%;
    padding-left: 20px;
}

.reason .h3_sub {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    background-color: #d9b557;
    color: #0a1f35;
    padding: 2px 12px;
    border-radius: 3px;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.reason h3 {
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    padding: 10px 0 0;
    line-height: 1.4;
}

.reason h3 span{
    color: #d9b557;
}

.reason p.txt{
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin-top: 18px;
}

.reason div.line{
    margin: 50px 0;
}

.reason .reason_txtL{
    margin-top: 55px;
}
}

@media only screen and (max-width: 767px) {
    .reason .ttl_sub {
    font-size: 18px;
    margin-top: 40px;
}

.reason h2 {
    padding-top: 5px;
    font-size: 24px;
    line-height: 1.3;
}

.reason h2 span.ttl_medium{
    font-size: 32px;
}

.reason .container_col {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.reason .reason_column_l {
    width: 96%;
    margin: 0 auto;
}

.reason .reason_column_r {
    width: 100%;
    padding-left: 0;
    margin: 20px 0 0;
}

.reason .h3_sub {
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 3px;
}

.reason h3 {
    font-size: 26px;
    padding: 10px 0 0;
    line-height: 1.4;
}

.reason p.txt{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 16px;
    text-align: left;
}
    
    .aki {
        display: block;
        margin-top: 12px; /* ← 上に空けたい余白 */
        content: "";
  }


.reason div.line{
    margin: 20px 0 40px;
}

.reason .reason_txtL{
    margin-top: 35px;
}
}
/* Otherlink
--------------------------------------------------------------------------------*/
.otherlink {
    background-color: #093b58;
    margin-top: 75px;
    padding: 45px;
}

.otherlink h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.otherlink .container_col {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 50px 140px 20px;
}

.otherlink .col3 {
    position: relative;
    width: 344px;
    text-align: center;
    background-color: #fff;
    padding: 40px 20px 45px;
    border-top: 4px solid;
    border-image: linear-gradient(to right, #c58e29, #faf5a2, #c58e29) 1;
}

.otherlink img {
    width: 304px;
}

.otherlink .txt {
    font-size: 24px;
    color: #222;
    line-height: 1.6;
    margin-top: 16px;
}

.otherlink .txt span.min {
    font-size: 18px;
}

.otherlink .arrow02{
    position: absolute;
    right: 0;
    bottom: -6px;

}

.otherlink .arrow02 img{
    width: 30px;  
}

hr{
    margin-top: 80px;
    border-top: 2px solid;
    border-image: linear-gradient(to right, #c58e29, #faf5a2, #c58e29) 1;
}

/* タブレット用 */
@media screen and (max-width: 1024px) {
.otherlink {
    margin-top: 55px;
    padding: 30px 15px;
}

.otherlink h3 {
    font-size: 22px;
}

.otherlink .container_col {
    margin: 40px 60px 20px;
}
    
    .otherlink .container_col a {
        width: calc(50% - 5px);
    }

.otherlink .col3 {
    width: 100%;
    padding: 25px 5px 30px;
    border-top: 2px solid;
} 
    
.otherlink img {
    width: 90%;
}

.otherlink .txt {
    font-size: 16px;
    color: #222;
    line-height: 1.6;
    margin-top: 16px;
}

.otherlink .txt span.min {
    font-size: 14px;
}

.otherlink .arrow02{
    position: absolute;
    right: 0;
    bottom: -6px;

}

.otherlink .arrow02 img{
    width: 22px;  
}
    
    hr{
    margin-top: 60px;
}
}

@media only screen and (max-width: 767px) {
    .otherlink {
    margin-top: 55px;
    padding: 30px 15px;
}

.otherlink h3 {
    font-size: 20px;
}

.otherlink .container_col {
    margin: 30px 0 10px;
}
    
    .otherlink .container_col a {
        width: calc(50% - 5px);
    }

.otherlink .col3 {
    width: 100%;
    padding: 25px 5px 30px;
    border-top: 2px solid;
} 
    
.otherlink img {
    width: 90%;
}

.otherlink .txt {
    font-size: 14px;
    color: #222;
    line-height: 1.6;
    margin-top: 16px;
}

.otherlink .txt span.min {
    font-size: 12px;
}

.otherlink .arrow02{
    position: absolute;
    right: 0;
    bottom: -6px;

}

.otherlink .arrow02 img{
    width: 22px;  
}
    
    hr{
    margin-top: 50px;
}
}

/* Performance
--------------------------------------------------------------------------------*/
.performance .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 80px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.performance h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.performance .performance_content{
    margin-top: 56px;
}

.performance .img_m{
    margin-top: 24px;
    text-align: center;
}

.performance p.min{
    margin-top: 10px;
    font-size: 14px;
}

.cta_m{
    margin: 74px auto 0;
    text-align: center;
}

.btn_copy_2 {
    display: inline-flex;
    font-size: 30px;
    position: relative;
    text-align: center;
    align-items:center;
    line-height: 1;
}

.btn_copy_2 img{
    width: 20px;
    margin: 0 16px
}

.btn_copy_2 .txt_color{
    color: #d9b557;
    padding-bottom: 14px;
}

.btn_copy_2 .fnt_l{
    font-size: 40px
}

@media screen and (max-width: 1024px){
.cta_m{
    margin: 30px 8% 0;
    text-align: center;
}
}


@media only screen and (max-width: 767px) {
    .performance .ttl_sub {
    font-size: 18px;
    margin-top: 40px;
}

.performance h2 {
    padding-top: 5px;
    font-size: 30px;
    line-height: 1.3;
}

.performance .performance_content{
    margin-top: 30px;
}

.performance .img_m{
    margin-top: 10px;
}

.performance p.min{
    margin-top: 10px;
    font-size: 14px;
}

.cta_m{
    margin: 30px auto 0;
    text-align: center;
}

.btn_copy_2 {
    font-size: 20px;
    position: relative;
    margin: 5px auto 0;
    line-height: 1;
}

.btn_copy_2 img{
    width: 15px;
    margin: 0 5px;
}

.btn_copy_2 .txt_color{
    padding-bottom: 14px;
}

.btn_copy_2 .fnt_l{
    font-size: 36px
}


}

/* Voice
--------------------------------------------------------------------------------*/
.voice .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 75px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.voice h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.voice .container_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 56px;
}

.voice .col3 {
    display: block;
    flex-wrap: wrap;
    width: 344px;
    text-align: left;
    background-color: #093b58;
    padding: 18px 20px 20px;
    border-radius: 12px 12px 0 12px;
    z-index: -5;
}

.voice_deco::before{
    width: 32px;
    height: 36px;
    content: "";
    display: block;
    position: absolute;
    background: url("../imgs/voice_bg.png") no-repeat center center / contain;
    z-index: -1;
}

.voice .box_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    padding-bottom: 25px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #c58e29, #faf5a2, #c58e29) 1;
}

.voice .voice_col_l {
    width: 90px;
}

.voice .voice_col_r {
    width: 214px;
    padding-left: 12px;
}

.voice .voice_ttl{
    text-box: trim-both cap alphabetic;
    font-size: 22px;
    color: #d9b557;
    line-height: 1.5;
}

.voice .item_txt {
    height: 272px;
}

.voice .txt {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
    font-weight: 400;
}

.voice .item_name {
    font-size: 16px;
    margin-top: 20px;
    text-align: right;
    color: #d9b557;
}
@media screen and (max-width: 1024px){
 .voice .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 75px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.voice h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.voice .container_col {
    justify-content: center; 
    margin: 45px auto 0;
}

.voice .col3 {
    width: 48%;   /* ← 2カラムにする */
    margin-bottom: 20px;
}
    
    .voice .col3:nth-child(odd) {
      margin-right: 2%;
  }

.voice_deco::before{
    width: 32px;
    height: 36px;
    content: "";
    display: block;
    position: absolute;
    background: url("../imgs/voice_bg.png") no-repeat center center / contain;
    z-index: -1;
}

.voice .box_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    padding-bottom: 25px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #c58e29, #faf5a2, #c58e29) 1;
}

.voice .voice_col_l {
    width: 90px;
}

.voice .voice_col_r {
    width: 214px;
    padding-left: 12px;
}

.voice .voice_ttl{
    text-box: trim-both cap alphabetic;
    font-size: 22px;
    color: #d9b557;
    line-height: 1.5;
}

.voice .item_txt {
    height: auto;
}

.voice .txt {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
    font-weight: 400;
}

.voice .item_name {
    font-size: 16px;
    margin-top: 20px;
    text-align: right;
    color: #d9b557;
}
}
@media only screen and (max-width: 767px) {
    
    .voice .ttl_sub {
    font-size: 18px;
    margin-top: 40px;
}

.voice h2 {
    padding-top: 5px;
    font-size: 30px;
    line-height: 1.3;
}

.voice .container_col {
    margin-top: 30px;
}

.voice .col3 {
    width: 100%;
    padding: 12px 20px 15px;
    border-radius: 12px 12px 0 12px;
    z-index: -5;
}
    
.voice .col3:nth-child(n+2) {
  margin-top: 20px;
}

.voice_deco::before{
    width: 32px;
    height: 36px;
    content: "";
    display: block;
    position: absolute;
    background: url("../imgs/voice_bg.png") no-repeat center center / contain;
    z-index: -1;
}

.voice .box_content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
    padding-bottom: 18px;
}

.voice .voice_col_l {
    width: 20%;
}

.voice .voice_col_r {
    width: 80%;
    padding-left: 15px;
}

.voice .voice_ttl{
    font-size: 18px;
}

.voice .item_txt {
    height: auto;
}

.voice .txt {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
    font-weight: 400;
}

.voice .item_name {
    font-size: 16px;
    margin-top: 20px;
    text-align: right;
    color: #d9b557;
}
}
/* Flow
--------------------------------------------------------------------------------*/
.flow .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 75px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.flow h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.flow .flow_content{
    margin-top: 56px;
}

.flow .container_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow .flow_col_l {
    width: 186px;
}

.flow .flow_col_r {
    width: 914px;
    padding-left: 48px;
    text-box: trim-both cap alphabetic;
}

.flow .flow_col_r h4{
    font-size: 34px;
    font-weight: bold;
    color: #d9b557;
}

.flow .flow_col_r p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.flow .flow_arrow{
    width: 23px;
    margin:5px 0 5px 82px;
}

@media screen and (max-width: 1024px){
.flow .ttl_sub {
    font-size: 24px;
    margin-top: 75px;
}

.flow h2 {
    padding-top: 10px;
    font-size: 42px;
}

.flow .flow_content{
    margin-top: 56px;
}

.flow .container_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow .flow_col_l {
    width: 15%;
}

.flow .flow_col_r {
    width: 85%;
    padding-left: 38px;
    text-box: trim-both cap alphabetic;
}

.flow .flow_col_r h4{
    font-size: 34px;
    font-weight: bold;
    color: #d9b557;
}

.flow .flow_col_r p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.flow .flow_arrow{
    width: 23px;
    margin:5px auto 10px;
}
}

@media only screen and (max-width: 767px) {
    .flow .ttl_sub {
    font-size: 18px;
    margin-top: 40px;
}

.flow h2 {
    padding-top: 5px;
    font-size: 30px;
    line-height: 1.3;
}

.flow .flow_content{
    margin: 30px 0 0;
}

.flow .container_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow .flow_col_l {
    width: 32%;
    margin: 0 auto;
}

.flow .flow_col_r {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
}

.flow .flow_col_r h4{
    font-size: 28px;
    font-weight: bold;
    color: #d9b557;
}

.flow .flow_col_r p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    text-align: left;
}

.flow .flow_arrow{
    width: 23px;
    margin:28px auto 16px;
}
}
/* Office Location
--------------------------------------------------------------------------------*/
.office .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 75px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.office h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.office .flow_content{
    margin-top: 50px;
}

.map {
    position: relative;
    width: 100%;
    margin-top: 55px;
    padding-top: 42.85%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

.office h3 {
    padding-top: 30px;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
}

.office .container_col {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.office .col2 {
    position: relative;
    width: 530px;
}

.office a img:hover {
   opacity: 0.75; /* 25％ほど透明にする */
}

@media screen and (max-width: 1024px){
.office .ttl_sub {
    font-size: 24px;
    margin-top: 75px;
}

.office h2 {
    padding-top: 10px;
    font-size: 42px;
}

.office .flow_content{
    margin-top: 50px;
}

.office h3 {
    padding-top: 30px;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
}

.office .container_col {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.office .col2 {
    position: relative;
    width: 49%;
}
    
    .office .col2:nth-child(odd) {
      margin-right: 1%;
  }

.office a img:hover {
   opacity: 0.75; /* 25％ほど透明にする */
}
}

@media only screen and (max-width: 767px) {
    .office .ttl_sub {
    font-size: 18px;
    margin-top: 30px;
}

.office h2 {
    padding-top: 5px;
    font-size: 30px;
    line-height: 1.3;
}

.office .flow_content{
    margin-top: 30px;
}

.map {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-top: 80.85%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.office h3 {
    padding-top: 20px;
    font-size: 22px;
}

.office .container_col {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.office .col2 {
    width: 100%;
}
    
    .office .col2:nth-child(n+2) {
  margin-top: 10px;
}

.office a img:hover {
   opacity: 0.75; /* 25％ほど透明にする */
}
}

/* faq
--------------------------------------------------------------------------------*/
.faq .ttl_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 75px;
    color: #d9b557;
    letter-spacing: 0.065em;
}

.faq h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 56px;
}

.faq .content_col{
    display: flex;
    align-items: center; /* 縦ズレ防止 */
    background-color: #093b58;
    border-left: 4px solid;
    border-image: linear-gradient(to bottom, #c58e29, #faf5a2, #c58e29) 1;
    padding: 26px 30px 26px 68px;
    margin-top: 2px;
}

.faq .faq_col_l {
    flex: 1;
    min-width: 0; /* ← これ重要（はみ出し防止） */
}

.faq .faq_col_r {
    flex: 0 0 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
}

.qa-6 h5 {
    font-size: 22px;
    position: relative;
    color: #d9b557;
    font-weight: 500;
    cursor: pointer;
    padding-left: 39px;
    line-height: 1.4;
}



.qa-6 h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 30px;
    height: 26px;
    background: url("../imgs/faq_q.png") no-repeat;
    background-size: contain;
}

.qa-6 p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    margin-top: 12px;
}

.faq a img:hover {
   opacity: 0.75; /* 25％ほど透明にする */
}

@media screen and (max-width: 1024px){
.faq .ttl_sub {
    font-size: 24px;
    margin-top: 75px;
}

.faq h2 {
    padding-top: 10px;
    font-size: 42px;
    margin-bottom: 56px;
}

.faq .content_col{
    display: flex;
    align-items: center;
    background-color: #093b58;
    border-left: 4px solid;
    border-image: linear-gradient(to bottom, #c58e29, #faf5a2, #c58e29) 1;
    padding: 20px 22px 20px 26px;
    margin-top: 2px;
}

.faq .faq_col_l {
    flex: 1;
    min-width: 0; /* ← これ重要（はみ出し防止） */
}

.faq .faq_col_r {
    flex: 0 0 158px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qa-6 h5 {
    font-size: 22px;
    position: relative;
    color: #d9b557;
    font-weight: 500;
    cursor: pointer;
    padding-left: 39px;
    line-height: 1.4;
}



.qa-6 h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 30px;
    height: 26px;
    background: url("../imgs/faq_q.png") no-repeat;
    background-size: contain;
}

.qa-6 p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    margin-top: 12px;
}

.faq a img:hover {
   opacity: 0.75; /* 25％ほど透明にする */
}
}

@media only screen and (max-width: 767px) {
    .faq .ttl_sub {
    font-size: 18px;
    margin-top: 30px;
}

.faq h2 {
    padding-top: 5px;
    font-size: 30px;
    margin-bottom: 30px;
}

.faq .content_col{
    flex-direction: column;   /* ← 縦並び */
    align-items: stretch;
    display: flex;
    background-color: #093b58;
    border-left: 2px solid;
    border-image: linear-gradient(to bottom, #c58e29, #faf5a2, #c58e29) 1;
    padding: 20px 17px;
    margin-top: 2px;
}

.faq .faq_col_l {
    flex: 1;
    min-width: 0; /* ← これ重要（はみ出し防止） */
}

.faq .faq_col_r {
    width: 80%;
    flex: none;
    margin: 15px auto 0;  
    justify-content: center;
}

.qa-6 h5 {
    font-size: 18px;
    padding-left: 25px;
    line-height: 1.3;
}



.qa-6 h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 20px;
    height: 26px;
    background: url("../imgs/faq_q.png") no-repeat;
    background-size: contain;
}

.qa-6 p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    margin-top: 12px;
}

.faq a img:hover {
   opacity: 0.75; /* 25％ほど透明にする */
}
}

/* section-other
--------------------------------------------------------------------------------*/
.section-other_02 {
  padding: 5px 0 0;
}
@media only screen and (max-width: 767px) {
	.section-other {
  padding: 3px 0 0;
}
}
/* section-07
--------------------------------------------------------------------------------*/
.section-09 {
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
	.section-09 {
  padding: 30px 15px 0;
}
}
/* section-07
--------------------------------------------------------------------------------*/
.section-10 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
	.section-10 {
  padding: 30px 15px;
}
}
/* section-07
--------------------------------------------------------------------------------*/
.section-11 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
	.section-11 {
  padding: 30px 15px 30px;
}
}

/* section-07
--------------------------------------------------------------------------------*/
.section-07 {
  padding: 60px 0;
}

.section-07 dl {
  max-width: 830px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-07 dt {
  font-size: 20px;
  font-weight: bold;
  width: 190px;
  border-right: 1px solid #bfbfbf;
  margin-right: 40px;
}

.section-07 dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-07 dd li {
  text-indent: -3.9em;
  padding-left: 3.9em;
}

.section-07 .attention {
  font-size: 12px;
  max-width: 1100px;
  margin: 0 auto;
}

.section-07 ul.notes {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
}

.section-07 ul.notes li {
  list-style: none;
  font-size: 12px;
  line-height: 1.6;
}

.section-07 ul.notes li:nth-child(n+2) {
  margin-top: 8px;
}

.section-07 ul.notes li .notes_head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.5em;
}

.section-07 ul.notes li .notes_body {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 1024px){
.section-07 {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 767px) {
  .section-07 {
    padding: 40px 10px;
  }
  .section-07 dl {
    display: block;
    margin-bottom: 10px;
  }
  .section-07 dt {
    border: none;
    font-size: 18px;
    border-bottom: 1px solid #bfbfbf;
    width: auto;
    padding-bottom: 3px;
    margin: 0 0 10px 0;
  }
  .section-07 .attention {
    font-size: 10px;
  }
}

/* section-08
--------------------------------------------------------------------------------*/
.section-08 {
  padding: 50px 10px;
  background-color: #eeeeee;
}

.section-08 ul {
  text-align: center;
}

.section-08 li {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 .2%;
}

.section-08 li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.section-08 li a:hover {
  opacity: 0.7;
}

.section-08 li img {
  width: auto;
  height: 55px;
}

@media only screen and (max-width: 767px) {
  .section-08 {
    padding: 25px 10px;
    background-color: #eeeeee;
  }
  .section-08 li {
    width: 170px;
    margin: 0 6px 20px;
  }
  .section-08 li:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .section-08 li:last-child {
    margin-bottom: 0;
  }
	.section-08 li img {
  width: auto;
  height: 47px;
}
}

/* footer
--------------------------------------------------------------------------------*/
.copyright {
  color: #1f73b9;
  font-size: 12px;
  letter-spacing: .01em;
  font-smoothing: antialiased;
  padding: 10px 0;
}

.footer {
  padding: 0 15px;
  text-align: center;
  background: white;
}

.footer div {
  max-width: 1040px;
  padding: 30px 0 25px;
  margin: 0 auto;
}

.footer p {
  margin-bottom: .5rem;
}

.footer img {
  max-width: 200px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .footer img {
  max-width: 200px;
  width: auto;
}
}

@media (min-width: 769px) {
  .copyright {
    font-size: 12px;
  }
  .footer {
    padding: 0 60px;
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */