@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{  height:100%;}
body{
    -webkit-text-size-adjust: 100%;
}
html{
    font-size: 62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
  letter-spacing: 1px;
}
a{
  color: #000;
}
.ft_tsuku{
  font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPr5-B", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", sans-serif;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*, *:before, *:after{
    box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container{
  display: block;
}

@media screen and (min-width: 768px){
  .hover {
   transition: opacity 0.3s ease-out;
  }
  .hover:hover {
   opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .display_sp{
    display: none !important;
  }

  .container{
    padding-top: 102px;
    min-width: 1500px;
  }

.home .container{
    padding-top: 82px;
    min-width: 1500px;
  }
}

@media screen and (max-width: 768px){
  .display_pc{
    display: none !important;
  }

  .container{
    padding-top: 14vw;
  }

.home .container{
    padding-top: 6vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header .header_bar{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 102px;
  background: #153891;
}
#header .header_bar .ttl_site a{
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
#header .header_bar .ttl_site .logo{
  display: block;
}
#header .header_bar .ttl_site .ttl{
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px){
  #header .header_bar{
    padding: 0 35px;
  }
}

@media screen and (min-width: 769px){
  #header .header_bar{
    min-width: 1500px;
  }
  #header .header_bar .ttl_site .logo{
    width: 417px;
  }
  #header .header_bar .ttl_site .ttl{
    padding-left: 20px;
    font-size: 1.6rem;
  }
  #header .header_bar .menu{
    display: flex;
    align-items: center;
  }
  #header .header_bar .menu .item_nav{
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
    margin-left: 40px;
  }
  #header .header_bar .menu .item_nav > a{
    position: relative;
    display: block;
    text-decoration: none;
    line-height: 1.6;
    font-weight: bold;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    transition: font-size 0.4s;
  }
  #header .header_bar .menu .item_nav > a::after{
    content: attr(title);
    display: block;
    line-height: 1;
    font-weight: bold;
    font-weight: 500;
    font-size: 1.2rem;
    color: #fff;
  }
  #header .header_bar .menu .item_nav > a::before{
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background-color: #fff;
  }
  #header .header_bar .menu .item_nav > a:hover::before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  #header .header_bar .menu .btn_entry > a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    font-weight: bold;
    color: #fff;
    background: #cbaa53;
    transition: color 0.4s, background 0.4s;
	font-size: 1.4em;
  }
  #header .header_bar .menu .btn_entry > a::after,
  #header .header_bar .menu .btn_entry > a::before{
    display: none;
  }
  #header .header_bar .menu .btn_entry > a:hover{
    color: #cbaa53;
    background: #fff;
  }
  #header .header_bar .sub-menu{
    position: absolute;
    left: 50%;
    top: calc( 100% + 23px );
    transform: translateX(-50%);
    width: 280px;
    padding: 28px;
    background: rgba(255,255,255,0.9);
    visibility: hidden;
    -webkit-transition: all .3s cubic-bezier(.04, .61, .58, 1) .1s;
    -o-transition: all .3s cubic-bezier(.04, .61, .58, 1) .1s;
    transition: all .3s cubic-bezier(.04, .61, .58, 1) .1s;
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
    opacity: 0;
  }
  #header .header_bar .menu .item_nav:hover .sub-menu{
    visibility: visible;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
  }
  #header .header_bar .sub-menu li a{
    position: relative;
    display: inline-block;
    line-height: 2;
    font-weight: 500;
    font-size: 1.6rem;
    text-decoration: none;
  }
  #header .header_bar .sub-menu li a::after{
    position: absolute;
    left: 0;
    bottom: 3px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background-color: #000;
  }
  #header .header_bar .sub-menu li a:hover::after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width: 768px){
  #header .header_bar{
    height: 14vw;
    padding: 0 3.75vw 0 5vw;
  }
  #header .header_bar .ttl_site .logo{
    width: 60vw;
    padding-top: 0.5vw;
  }
  #header .header_bar .ttl_site .ttl{
    padding-left: 1em;
    line-height: 1;
    font-size: 1rem;
  }
  #header .header_bar .btn_menu{
    position: relative;
    width: 8.125vw;
    height: 8.125vw;
    background: #fff;
    border-radius: 100%;
  }
  #header .header_bar .box_line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5vw;
    height: 2.75vw;
  }
  #header .header_bar .box_line .line{
    position: absolute;
    display: block;
    width: 100%;
    height: 0.375vw;
    border-radius: 0.375vw;
    background: #153891;
    transition: all 0.4s;
  }
  #header .header_bar .box_line .line:nth-child(1){
    top: 0;
  }
  #header .header_bar .box_line .line:nth-child(2){
    top: 1.1875vw;
  }
  #header .header_bar .box_line .line:nth-child(3){
    bottom: 0;
  }
  #header .header_bar .btn_menu.active .box_line .line:nth-of-type(1) {
      -webkit-transform: translateY(1.1875vw) rotate(145deg);
      transform: translateY(1.1875vw) rotate(45deg);
  }
  #header .header_bar .btn_menu.active .box_line .line:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      -webkit-animation: active-menu-bar .8s forwards;
      animation: active-menu-bar .8s forwards;
  }
  @-webkit-keyframes active-menu-bar {
      100% {
        height: 0;
      }
  }
  @keyframes active-menu-bar {
      100% {
        height: 0;
      }
  }
  #header .header_bar .btn_menu.active .box_line .line:nth-of-type(3) {
      -webkit-transform: translateY(-1.1875vw) rotate(-45deg);
      transform: translateY(-1.1875vw) rotate(-45deg);
  }
  body.fixed{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
  }
  #header .header_menu{
    position: fixed;
    top: 14vw;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #153891;
  }
  #header .header_menu .area_nav_sp{
    padding: 0 0 8.667vw;
    border-top: 1px solid #fff;
  }
  #header .header_menu .area_nav_sp .link_parent{
    position: relative;
  }
  #header .header_menu .area_nav_sp .link_parent::after{
    content: "";
    position: absolute;
    top: 6vw;
    right: 6.6vw;
    width: 2.4vw;
    height: 2.4vw;
    background: transparent;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.4s;
  }
  #header .header_menu .area_nav_sp .link_parent.active::after{
    transform: translateY(1vw) rotate(-135deg);
  }
  #header .header_menu .area_nav_sp .link_parent > a{
    position: relative;
    margin-right: 15vw;
    padding-left: 15vw;
  }
  #header .header_menu .area_nav_sp .link_parent > a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #fff;
  }
  #header .header_menu .area_nav_sp .link_parent a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16vw;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
  }
  #header .header_menu .area_nav_sp .sub-menu{
    display: none;
  }
  #header .header_menu .area_nav_sp .sub-menu li{
    border-bottom: 1px solid #153891;
  }
  #header .header_menu .area_nav_sp .sub-menu li a{
    height: 12vw;
    text-decoration: none;
    color: #153891;
    background: #fff;
  }
  #header .header_menu .area_nav_sp .btn_entry{
    margin-top: 5.333vw;
  }
  #header .header_menu .area_nav_sp .btn_entry a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 91.067vw;
    height: 8.667vw;
    margin: auto;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    background: #cbaa53;
  }
  #header .header_menu .area_nav_sp .txt_copy{
    margin-top: 10.267vw;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    font-size: 0.95rem;
    color: #fff;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape){
  #header .header_menu{
    padding-bottom: 20vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#footer .box_entry{
  padding: 95px 0 90px;
  background: linear-gradient(45deg, rgba(21, 56, 145, 1) 10%, rgba(39, 94, 215, 1) 40%, rgba(21, 56, 145, 1) 65%, rgba(19, 39, 80, 1) 90%);
}
#footer .box_entry .ttl{
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
}
#footer .box_entry .list_btn{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .box_entry .item_btn .btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 624px;
  height: 149px;
  background: #d7b352;
}
#footer .box_entry .item_btn .btn::before{
  background: #fff;
}
#footer .box_entry .item_btn .btn::after{
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
#footer .box_entry .item_btn .btn:hover::after{
  transform: translate(4px,4px);
}
#footer .box_entry .item_btn .btn .btn_txt{
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
}
#footer .box_entry .item_btn .btn:hover .btn_txt{
  color: #d7b352;
}
#footer .box_entry .item_btn .btn .btn_arrow{
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
  width: 63px;
  height: 25px;
}
#footer .box_entry .item_btn .btn .btn_arrow{
  transition: transform 0.4s;
}
#footer .box_entry .item_btn .btn:hover .btn_arrow{
  transform: translate(50%, -50%);
}
#footer .box_entry .item_btn .btn:hover .btn_arrow .cls-1{
  stroke: #d7b352;
}

#footer .box_other_link{
  padding: 105px 0 66px;
  background: #e5e5e5;
}
#footer .box_other_link .ttl{
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 3.5rem;
  color: #333;
}
#footer .box_other_link .list_btn{
  display: flex;
  justify-content: center;
  gap: 30px;
}
#footer .box_other_link .list_btn .item_btn{
	width: calc( ( 100% - 30px * 4 ) / 5 );
}
#footer .box_other_link .list_btn .item_btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 295px;
  width: 100%;
  text-decoration: none;
  background: #fff;
}
#footer .box_other_link .list_btn .item_btn .bnr{
  display: block;
  text-align: center;
}
#footer .box_other_link .list_btn .item_btn .txt{
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #acacac;
}

.btn_pagetop{
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 10000;
  width: 85px;
  height: 85px;
  font-size: 0;
  border-radius: 100%;
  background: #4c4c4c;
}
.page_btm{
   position: relative;
}
.page_btm .btn_pagetop{
  position: absolute;
  bottom: 80px;
}
.btn_pagetop::after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: margin 0.4s;
  content: "";
  width: 23px;
  height: 12px;
  background: url(../img/common/ico_arrow02.svg) 50% 50% no-repeat;
}
.btn_pagetop:hover::after{
  margin-top: -5px;
}

#footer .box_sitemap{
  padding: 115px 0 70px;
}
#footer .box_sitemap .menu{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
}
#footer .box_sitemap .menu .item01{
  width: 100%;
  margin-bottom: 45px;
}
#footer .box_sitemap .menu a{
  position: relative;
  text-decoration: none;
  color: #000;
}
#footer .box_sitemap .menu a::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
  -o-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background-color: #000;
}
#footer .box_sitemap .menu a:hover::after{
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#footer .box_sitemap .menu > li > a{
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
}
#footer .box_sitemap .menu .sub-menu{
  margin-top: 25px;
}
#footer .box_sitemap .menu .sub-menu li{
  line-height: 2.3;
  font-weight: 500;
  font-size: 1.4rem;
}
#footer .box_sitemap .menu .sub-menu li::before{
  content: "・";
}

#footer .box_copy{
  padding-bottom: 60px;
}
#footer .box_copy .txt_copy{
  text-align: center;
  font-size: 1.4rem;
  color: #333333;
}

@media screen and (min-width: 769px){
  #footer{
    min-width: 1500px;
  }
}

@media screen and (max-width: 768px){
  #footer .box_entry{
    padding: 11vw 0 12vw;
  }
  #footer .box_entry .ttl{
    margin-bottom: 6.9vw;
    font-size: 1.2rem;
  }
  #footer .box_entry .list_btn{
    display: block;
  }
  #footer .box_entry .item_btn + .item_btn{
    margin-top: 3.8vw;
  }
  #footer .box_entry .item_btn .btn{
    width: 79.394vw;
    height: 16vw;
    margin: auto;
  }
  #footer .box_entry .item_btn .btn::after{
    top: -0.53vw;
    left: -0.53vw;
  }
  #footer .box_entry .item_btn .btn .btn_txt{
    font-size: 1.35rem;
  }
  #footer .box_entry .item_btn .btn .btn_arrow{
    right: 8.48vw;
    width: 7.8vw;
    height: 3vw;
  }

  #footer .box_other_link{
    padding: 10vw 0 7.4vw;
  }
  #footer .box_other_link .ttl{
    margin-bottom: 3.9vw;
    font-size: 1.9rem;
  }
  
  #footer .box_other_link .list_btn {
    flex-wrap: wrap;
	gap: calc( 30/800 * 100vw ) calc( 35/800 * 100vw );
	justify-content: flex-start;
	width: calc( 635/800 * 100vw );
	margin-right: auto;
	margin-left: auto;
  }
  #footer .box_other_link .list_btn .item_btn{
    margin: 0;
	width: 37.37vw;
	width: calc( 300 / 800 * 100vw );
  }
  #footer .box_other_link .list_btn .item_btn:nth-child(even) {
    
  }
  #footer .box_other_link .list_btn .item_btn:nth-child(n+3) {

  }
  #footer .box_other_link .list_btn .item_btn a{
    /* width: 37.37vw; */
    height: 100%;
  }
  #footer .box_other_link .list_btn .item_btn .bnr{
    width: 80%;
    margin: 0 auto 1vw;
  }
  #footer .box_other_link .list_btn .item_btn .txt{
    bottom: 1.5vw;
    font-size: 0.6rem;
  }

  .btn_pagetop{
    right: 5vw;
    bottom: 7vw;
    width: 7.8vw;
    height: 7.8vw;
  }
  .page_btm .btn_pagetop{
    position: fixed;
    right: 5vw;
    bottom: 7vw;
  }
  .btn_pagetop::after{
    width: 2.5vw;
    height: 2vw;
  }

  #footer .box_copy{
    padding: 7.5vw 0;
  }
  #footer .box_copy .txt_copy{
    font-size: 0.95rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  area_title
* --------------------------------------------------------------------------------------------------*/
.area_title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 533px;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.area_title h1 .en{
  display: block;
  margin-bottom: 25px;
  line-height: 1.2;
  font-family: 'Satisfy', serif;
  font-size: 15rem;
  text-align: center;
  color: #fff;
}
.area_title h1 .ja{
  display: block;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3.5rem;
  color: #fff;
}

#page_message_list .area_title h1 .en{
  margin-bottom: 10px;
}

@media screen and (min-width: 769px){
  .area_title{
    min-width: 1500px;
  }
}

@media screen and (max-width: 768px){
  .area_title{
    height: 52.258vw;
  }
  .area_title h1 .en{
    margin-bottom: 4.5vw;
    font-size: 6rem;
  }
  .area_title h1 .ja{
    font-size: 1.6rem;
  }
  #page_message_list .area_title h1 .en,
  #page_message_detail .area_title h1 .en{
    width: 47vw;
    margin: 0 auto 1vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  template
* --------------------------------------------------------------------------------------------------*/
.area_contents{
  padding: 160px 0 300px;
}

.inner{
  max-width: 1300px;
  margin: auto;
}

.btn{
  position: relative;
  text-decoration: none;
}
.btn::before{
  content: " ";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #d7b352;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn:hover::before{
  width: 100%;
  right: auto;
  left: 0;
}
.btn .btn_txt{
  position: relative;
}

@media screen and (min-width: 769px){
  .area_contents{
    min-width: 1500px;
  }
}

@media screen and (max-width: 768px){
  .area_contents{
    padding: 10vw 0 30vw;
  }
  .inner{
    width: 90.6%;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/
.index_container .sec_fv{
  position: relative;
  height: 920px;
  margin-bottom: 150px;
  background: url(../img/index/img_fv01_pc3.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.index_container .sec_fv .txt{
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 1245px;
}
.index_container .sec_fv .txt svg{
	max-width: 100%;
	height: auto;
	vertical-align: baseline;
}

.index_container .sec_message{
  padding: 200px 0 250px;
  background: url(../img/index/bg_message_pc3.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.index_container .sec_message .box{
  position: relative;
  width: 890px;
}
.index_container .sec_message .box::before{
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: block;
  width: 100%;
  height: 100%;
  background: #153891;
}
.index_container .sec_message .box_inner{
  position: relative;
  padding: 135px 40px 60px 50px;
  background: #fff;
}
.index_container .sec_message .ttl_message{
  position: relative;
  margin-bottom: 30px;
}
.index_container .sec_message .ttl_message .en{
  position: absolute;
  top: -105px;
  left: -40px;
  width: 365px;
  height: 145px;
}
.index_container .sec_message .ttl_message .ja{
  position: relative;
  line-height: 1.2;
  font-weight: bold;
  font-size: 7rem;
  color: #153891;
}
.index_container .sec_message .txt{
  line-height: 2;
  text-align: justify;
  font-weight: bold;
  font-size: 2rem;
}

.index_container .sec_link{
  padding: 100px 0;
}
.index_container .sec_link .list_link{
  display: flex;
  justify-content: space-between;
}
.index_container .sec_link .item_link{
  position: relative;
  width: 302px;
  padding: 18px 24px 114px;
  border: 1px solid #153891;
  box-sizing: border-box;
}
.index_container .sec_link .item_link .img{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 18px;
}
.index_container .sec_link .item_link .ttl{
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #153891;
}
.index_container .sec_link .item_link .txt{
  line-height: 1.4;
  text-align: justify;
  font-weight: bold;
  font-size: 1.9rem;
}
.index_container .sec_link .item_link .btn{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 187px;
  height: 52px;
  padding-left: 26px;
  background: #d7b352;
}
.index_container .sec_link .item_link .btn::before{
  background: #fff;
}
.index_container .sec_link .item_link .btn .rect::before{
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border: 1px solid #d7b352;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.index_container .sec_link .item_link .btn:hover .rect::before{
  transform: translate(4px,4px);
}
.index_container .sec_link .item_link .btn .rect::after{
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: calc( 100% - 4px );
  height: calc( 100% - 4px );
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  pointer-events: none;
}
.index_container .sec_link .item_link .btn:hover .rect::after{
  opacity: 0;
}
.index_container .sec_link .item_link .btn .btn_txt{
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.index_container .sec_link .item_link .btn:hover .btn_txt{
  color: #d7b352;
}
.index_container .sec_link .item_link .btn .btn_arrow{
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 12px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.index_container .sec_link .item_link .btn:hover .btn_arrow{
  transform: translate(4px,-50%);
}
.index_container .sec_link .item_link .btn:hover .btn_arrow .cls-1{
  stroke: #d7b352;
}

.index_container .sec_photo img{
  width: 100%;
  height: 472px;
  object-fit: cover;
}

@media screen and (max-width: 2000px){
  .index_container .sec_fv .txt{
    width: 64.9%;
  }
}

@media screen and (max-width: 768px){
  .index_container .inner{
    width: 84.75%;
  }
  .index_container .sec_fv{
    height: 51.6vw;
    margin-bottom: 0;
    background-image: url(../img/index/img_fv01_sp3.jpg);
  }
  .index_container .sec_fv .txt{
		bottom:  -2.5vw;
		left: -1.5vw;
    width: 89%;
  }

  .index_container .sec_message{
    padding: 0 0 40.5vw;
    background-image: url(../img/index/bg_message_sp3.jpg);
    background-position-y: 100%;
    background-size: 100% auto;
  }
  .index_container .sec_message .inner{
    width: 100%;
  }
  .index_container .sec_message .box{
    width: 100%;
  }
  .index_container .sec_message .box::before{
    display: none;
  }
  .index_container .sec_message .box_inner{
    padding: 9vw 6vw 4vw 7.5vw;
  }
  .index_container .sec_message .ttl_message{
    margin-bottom: 2vw;
  }
  .index_container .sec_message .ttl_message .en{
    top:  -7.25vw;
    left: auto;
    right: 3.5vw;
    width: 29.5vw;
  }
  .index_container .sec_message .ttl_message .ja{
    font-size: 1.9rem;
  }
  .index_container .sec_message .txt{
    font-size: 1.2rem;
  }

  .index_container .sec_link{
    padding: 8vw 0 7.7vw;
  }
  .index_container .sec_link .list_link{
    flex-wrap: wrap;
  }
  .index_container .sec_link .item_link{
    width: 40.375vw;
    padding: 2.5vw 2.5vw 14vw 3vw;
  }
  .index_container .sec_link .item_link:nth-child(n+3){
    margin-top: 3.75vw
  }
  .index_container .sec_link .item_link .img{
    margin-bottom: 3vw;
  }
  .index_container .sec_link .item_link .ttl{
    margin-bottom: 2.5vw;
    font-size: 1.6rem
  }
  .index_container .sec_link .item_link .txt{
    font-size: 1.1rem;
  }
  .index_container .sec_link .item_link .btn{
    bottom:  3.8vw;
    width: 27.75vw;
    height: 8vw;
    padding-left: 2.5vw;
  }
  .index_container .sec_link .item_link .btn .rect::before{
    top: -0.375vw;
    left: -0.375vw;
  }
  .index_container .sec_link .item_link .btn:hover .rect::before{
  transform: translate(0.375vw,0.375vw);
  }
  .index_container .sec_link .item_link .btn .btn_txt{
    font-size: 0.85rem;
  }
  .index_container .sec_link .item_link .btn .rect::after{
    right: 0.375vw;
    bottom: 0.375vw;
    width: calc( 100% - 0.375vw );
    height: calc( 100% - 0.375vw );
  }
  .index_container .sec_link .item_link .btn .btn_arrow{
    right: 3.375vw;
    width: 4vw;
    height: 1.375vw;
  }
  .index_container .sec_link .item_link .btn .btn_arrow svg{
    display: block;
  }

  .index_container .sec_photo{
    height: 60.72vw;
    background: url(../img/index/img_photo01_sp.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
  .index_container .sec_photo img{
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  message list
* --------------------------------------------------------------------------------------------------*/
.area_contents.message{
  padding: 130px 0;
  overflow: hidden;
}

.area_contents.message .list_archives{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_contents.message .item_archives{
  position: relative;
  width: 380px;
}
.area_contents.message .item_archives:nth-child(n+4){
  margin-top: 115px;
}
.area_contents.message .item_archives .img{
	overflow: hidden;
	border-radius: 10px;
	display: block;
}
.area_contents.message .item_archives .img img{
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.area_contents.message .item_archives .img_out{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 415px;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 10px;
  opacity: 0;
}
.area_contents.message .item_archives .img_out img{
  width: 100%;
  height: 100%;
}
.area_contents.message .item_archives a{
  text-decoration: none;
  color: #000;
}
.area_contents.message .item_archives a:hover .img img{
	transform: scale(1.1);
}
.area_contents.message .item_archives .txt_box{
  display: block;
  padding-top: 18px;
}
.area_contents.message .item_archives .txt_box span{
  display: block;
  line-height: 1;
  font-weight: normal;
}
.area_contents.message .item_archives .txt_box .copy{
  margin-bottom: 20px;
  font-size: 3.0rem;
}
.area_contents.message .item_archives .txt_box .ttl{
	color: #153891;
	font-size: 2.2rem;
}
.area_contents.message .item_archives .txt_box .box_person{
	margin-top: 1.3rem;
  display: flex;
	align-items: flex-end;
	gap: 22px;
}
.area_contents.message .item_archives .txt_box .name{
  font-size: 2.5rem;
}
.area_contents.message .item_archives .txt_box .job{
	font-size: 2.1rem;
}
.area_contents.message .item_archives .txt_box .txt{
	margin-top: 2rem;
	font-size: 2.3rem;
	line-height: calc(33 / 23);
}

@media screen and (max-width: 768px){
  .area_contents.message{
    padding: 8vw 0 9vw;
  }
  .area_contents.message .item_archives{
    width: 42.625vw;
  }
  .area_contents.message .item_archives:nth-child(n+3){
    margin-top: 6vw;
  }
  .area_contents.message .item_archives .img_out{
    height: 42vw;
  }
  .area_contents.message .item_archives .txt_box{
    padding-top: 3vw;
  }
  .area_contents.message .item_archives .txt_box .copy{
    margin-bottom: 2vw;
    font-size: 1.35rem;
  }
  .area_contents.message .item_archives .txt_box .ttl{
		font-size: 1.2rem;
	}
  .area_contents.message .item_archives .txt_box .box_person{
		margin-top: 0.7rem;
		gap: 8px;
	}
  .area_contents.message .item_archives .txt_box .name{
    font-size: 1.4rem;
  }
  .area_contents.message .item_archives .txt_box .job{
		font-size: 0.9rem;
  }
	.area_contents.message .item_archives .txt_box .txt{
		margin-top: 0.7rem;
		font-size: 1.3rem;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  message detail
* --------------------------------------------------------------------------------------------------*/
.area_contents.message .article_container{
  position: relative;
  margin-bottom: 90px;
  padding-right: 540px;
}
.area_contents.message .article_container .box_person{
  position: relative;
  display: flex;
  align-items: flex-end;
  width: calc( 100% + 50vw - 650px );
  height: 90px;
  margin: 0 0 50px calc( -50vw + 650px );
  padding: 0 0 24px calc( 50vw - 650px );
  background: linear-gradient(45deg, rgba(21, 56, 145, 1) 10%, rgba(39, 94, 215, 1) 40%, rgba(21, 56, 145, 1) 65%, rgba(19, 39, 80, 1) 90%);
}
.area_contents.message .article_container .box_person::before{
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 206px;
  height: 100%;
  background: url(../img/message/bg_stripe.png) 100% 0 no-repeat;
  background-size: contain;
}
.area_contents.message .article_container .box_person .copy{
  margin-right: 0.78em;
  line-height: 0.9;
  font-weight: bold;
  font-size: 3.2rem;
  color: #fff;
}
.area_contents.message .article_container .box_person .job{
  margin-right: 0.5em;
  line-height: 0.9;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}
.area_contents.message .article_container .box_person .name{
  line-height: 0.8;
  font-weight: bold;
  font-size: 4.2rem;
  color: #fff;
}
.area_contents.message .article_container .img01{
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 5px;
}
.area_contents.message .article_container .ttl{
  margin-bottom: 0.92em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 3.5rem;
  color: #153891;
}

.area_contents.message .article_container .ttl2{
  margin-top: 2.0em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 2.5rem;
  color: #153891;
}

.area_contents.message .article_container .txt{
  line-height: 1.89;
  letter-spacing: 0.05em;
  font-size: 1.9rem;
}
.area_contents.message .article_container .txt + .txt{
  margin-top: 1.89em;
}
.area_contents.message .img_container{
  position: relative;
}
.area_contents.message .img_container .img02{
  position: absolute;
  top: 130px;
  left: 0;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 5px;
}
.area_contents.message .img_container .img03{
  width: 1221px;
  margin: 0 calc( -50vw + 650px ) 0 auto;
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (max-width: 768px){
  .area_contents.message .article_container{
    margin-bottom: 8vw;
    padding-right: 0;
  }
  .area_contents.message .article_container .box_person{
    width: calc( 100% + 4.7vw );
    height: 12vw;
    margin: 0 0 8vw -4.7vw;
    padding: 0 0 3vw 4.7vw;
  }
  .area_contents.message .article_container .box_person .copy{
    font-size: 1.28rem;
  }
  .area_contents.message .article_container .box_person .job{
    font-size: 0.8rem;
  }
  .area_contents.message .article_container .box_person .name{
    font-size: 1.68rem;
  }
  .area_contents.message .article_container .img01{
    position: relative;
    width: 60%;
    margin: 0 auto 5vw;
  }
  .area_contents.message .article_container .ttl{
    font-size: 1.6rem
  }
  .area_contents.message .article_container .txt{
    font-size: 1.4rem
  }
  .area_contents.message .img_container{
    padding-bottom: 20vw;
  }
  .area_contents.message .img_container .img02{
    top: auto;
    bottom: 10vw;
    width: 50%;
    border-width: 4px;
  }
  .area_contents.message .img_container .img03{
    width: 80%;
    margin-right: -4.7vw;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  message/representative
* --------------------------------------------------------------------------------------------------*/
.area_contents.representative{
  padding: 200px 0 300px;
  background: #e3f1fc;
}

.area_contents.representative .message_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_contents.representative .message_box h2{
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPr5-B", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 3.8rem;
  color: #153891;
}
.area_contents.representative .message_box p{
  line-height: 1.89;
  font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPr5-B", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", sans-serif;
  font-size: 1.9rem;
}
.area_contents.representative .message_box p + p{
  margin-top: 1.89em;
}
.area_contents.representative .message_box .txt_box01{
  width: calc( 100% - 628px );
  margin-bottom: 85px;
}
.area_contents.representative .message_box .txt_box02{
  position: relative;
  order: 3;
  width: 100%;
  margin-bottom: 160px;
}
.area_contents.representative .message_box .txt_box03{
  order: 5;
  width: calc( 100% - 840px );
  margin-bottom: 35px;
}
.area_contents.representative .message_box .txt_box04{
  order: 6;
  width: 100%;
  margin-bottom: 100px;
}
.area_contents.representative .message_box .txt_box05{
  order: 7;
  width: 100%;
}
.area_contents.representative .message_box .img01{
  width: 558px;
  margin-bottom: 85px;
}
.area_contents.representative .message_box .img02{
  order: 4;
  width: 770px;
  margin-bottom: 35px;
}
.area_contents.representative .message_box .img01 img,
.area_contents.representative .message_box .img02 img{
  border-radius: 10px;
}
.area_contents.representative .message_box .img_figure{
  position: absolute;
  right: 0;
  bottom: 0;
}

.area_contents.representative .message_box .daihyo_name .name {
   font-size: 1.2em;
   margin-left: 15px;
}

@media screen and (max-width: 768px){
  .area_contents.representative{
    padding: 10vw 0 30vw;
  }

  .area_contents.representative .message_box{
    display: block;
  }
  .area_contents.representative .message_box h2{
    font-size: 1.6rem;
  }
  .area_contents.representative .message_box p{
    font-size: 1rem;
  }
  .area_contents.representative .message_box .txt_box01,
  .area_contents.representative .message_box .txt_box02,
  .area_contents.representative .message_box .txt_box03,
  .area_contents.representative .message_box .txt_box04,
  .area_contents.representative .message_box .txt_box05,
  .area_contents.representative .message_box .img01,
  .area_contents.representative .message_box .img02,
  .area_contents.representative .message_box .img_figure{
    width: 100%;
    margin-bottom: 8vw;
  }
  .area_contents.representative .message_box .img01 img,
  .area_contents.representative .message_box .img02 img{
    border-radius: 5px;
  }
  .area_contents.representative .message_box .img_figure{
    position: static;
    margin-top: 3vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  office
* --------------------------------------------------------------------------------------------------*/
.area_contents.office .list_office{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_contents.office .item_office:nth-child(n+1){
  margin-top: 20px;
}
.area_contents.office .office01
.area_contents.office .office04{
  width: 100%;
}

.area_contents.office .item_office[data-aos=fade-up]{
  transform: translate3d(0,5px,0);
}

@media screen and (min-width: 769px){
  .area_contents.office{
    padding: 145px 0 205px;
  }
}

@media screen and (max-width: 768px){
  .area_contents.office .item_office:nth-child(n+1){
    margin-top: 2vw;
  }
  .area_contents.office .office02{
    width: 63.3%;
  }
  .area_contents.office .office03{
    width: 34.9%;
  }
  .area_contents.office .office05{
    width: 42%;
  }
  .area_contents.office .office06{
    width: 56.1%;
  }
  .area_contents.office .office08{
    width: 63.3%;
  }
  .area_contents.office .office09{
    width: 34.9%;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  business
* --------------------------------------------------------------------------------------------------*/
.area_contents.business .txt_copy{
  margin: 0 -1.5em 75px;
  line-height: 1.66;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
  font-size: 3.5rem;
  color: #153891;
}

.area_contents.business .list_business{
  display: flex;
  flex-wrap: wrap;
}
.area_contents.business .item_business{
  width: calc( (100% - 100px) / 3 );
  margin-right: 50px;
}
.area_contents.business .item_business:nth-child(n+4){
  margin-top: 45px;
}
.area_contents.business .item_business:nth-child(3n){
  margin-right: 0;
}
.area_contents.business .item_business a{
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border: 1px solid #153891;
}
.area_contents.business .item_business .link_inner{
  position: relative;
  display: block;
  height: 100%;
  padding: 25px 25px 90px;
}
.area_contents.business .item_business .link_inner::before{
  content: " ";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #153891;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.area_contents.business .item_business a:hover .link_inner::before{
  left: 0;
  right: auto;
  width: 100%;
}
.area_contents.business .item_business .link_inner .ttl{
  position: relative;
  display: block;
  margin-bottom: 0.43em;
  line-height: 1.3;
  font-weight: bold;
  font-size: 2.8rem;
  color: #153891;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.area_contents.business .item_business .link_inner .txt{
  position: relative;
  display: block;
  margin-bottom: 0.55em;
  line-height: 1.7;
  text-align: justify;
  font-weight: bold;
  font-size: 1.8rem;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.area_contents.business .item_business a:hover .link_inner .ttl,
.area_contents.business .item_business a:hover .link_inner .txt{
  color: #fff;
}
.area_contents.business .item_business .btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 187px;
  height: 52px;
  padding-left: 26px;
  background: #d7b352;
}
.area_contents.business .item_business .btn::before{
  background: #fff;
}
.area_contents.business .item_business a:hover .btn::before{
  width: 100%;
  right: auto;
  left: 0;
}
.area_contents.business .item_business .btn .rect::before{
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border: 1px solid #d7b352;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.area_contents.business .item_business a:hover .btn .rect::before{
  transform: translate(4px,4px);
}
.area_contents.business .item_business .btn .rect::after{
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: calc( 100% - 4px );
  height: calc( 100% - 4px );
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  pointer-events: none;
}
.area_contents.business .item_business a:hover .btn .rect::after{
  opacity: 0;
}
.area_contents.business .item_business .btn .btn_txt{
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.area_contents.business .item_business a:hover .btn .btn_txt{
  color: #d7b352;
}
.area_contents.business .item_business .btn .btn_arrow{
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 12px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.area_contents.business .item_business a:hover .btn .btn_arrow{
  transform: translate(4px,-50%);
}
.area_contents.business .item_business a:hover .btn .btn_arrow .cls-1{
  stroke: #d7b352;
}

@media screen and (min-width: 769px){
  .area_contents.business{
    padding: 105px 0 130px;
  }
}

@media screen and (max-width: 768px){
  .area_contents.business .txt_copy{
    margin: 0 0 10vw;
    font-size: 1.6rem;
  }
  .area_contents.business .list_business{
    justify-content: space-between;
    width: 93.54%;
    margin: auto;
  }
  .area_contents.business .item_business{
    width: 40.375vw;
    margin-right: 0;
  }
  .area_contents.business .item_business:nth-child(n+3){
    margin-top: 5vw;
  }
  .area_contents.business .item_business .link_inner{
    padding: 4vw 2.5vw 14vw 3vw;
  }
  .area_contents.business .item_business .link_inner .ttl{
    margin-bottom: 2.5vw;
    font-size: 1.6rem;
  }
  .area_contents.business .item_business .link_inner .txt{
    font-size: 1.1rem;
  }
  .area_contents.business .item_business .btn{
    bottom:  3.8vw;
    width: 27.75vw;
    height: 8vw;
    padding-left: 2.5vw;
  }
  .area_contents.business .item_business .btn .rect::before{
    top: -0.375vw;
    left: -0.375vw;
  }
  .area_contents.business .item_business a:hover .btn .rect::before{
    transform: translate(0.375vw,0.375vw);
  }
  .area_contents.business .item_business .btn .btn_txt{
    font-size: 0.85rem;
  }
  .area_contents.business .item_business .btn .rect::after{
    right: 0.375vw;
    bottom: 0.375vw;
    width: calc( 100% - 0.375vw );
    height: calc( 100% - 0.375vw );
  }
  .area_contents.business .item_business .btn .btn_arrow{
    right: 3.375vw;
    width: 4vw;
    height: 1.375vw;
  }
  .area_contents.business .item_business .btn .btn_arrow svg{
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  difference
* --------------------------------------------------------------------------------------------------*/
.area_contents.difference .ttl{
  margin-bottom: 0.7em;
  line-height: 1.6;
  letter-spacing:  0.05em;
  font-weight: bold;
  font-size: 3.5rem;
  color: #153891;
}
.area_contents.difference .difference_contents{
  padding-bottom: 130px;
  overflow: hidden;
}
.area_contents.difference .difference_contents .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_contents.difference .difference_contents .txt{
  line-height: 1.89;
  font-size: 1.9rem;
}
.area_contents.difference .difference_contents .txt + .ttl{
  margin-top: 0.7em;
}
.area_contents.difference .difference_contents .txt_box01{
  width: 583px;
}
.area_contents.difference .difference_contents .txt_box_wide{
  width: 100%;
  margin: 50px 0 70px;
}
.area_contents.difference .difference_contents .txt_box02{
  width: 660px;
}
.area_contents.difference .difference_contents .img01{
  width: 1015px;
  margin-right: -350px;
}
.area_contents.difference .difference_contents .img02{
  width: 936px;
  margin-left: -350px;
}
.area_contents.difference .difference_contents .img01 img,
.area_contents.difference .difference_contents .img02 img{
  border-radius: 10px;
}

.area_contents.difference .other_contents{
  padding: 60px 0;
  background: #e3f1fc;
}
.area_contents.difference .other_box{
  padding: 60px 70px 65px 140px;
  background: #fff;
  border: 1px solid #153891;
}
.area_contents.difference .other_box .ttl{
  letter-spacing: 0.2em;
  text-align: center;
}
.area_contents.difference .other_box .attention_list li{
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 2.2rem;
}

@media screen and (min-width: 769px){
  .area_contents.difference{
    padding: 148px 0 125px;
  }
}

@media screen and (max-width: 768px){
  .area_contents.difference .ttl{
    font-size: 1.68rem
  }
  .area_contents.difference .difference_contents{
    padding-bottom: 15vw
  }
  .area_contents.difference .difference_contents .inner{
    display: block
  }
  .area_contents.difference .difference_contents .txt{
    font-size: 1.4rem;
  }
  .area_contents.difference .difference_contents .txt_box01{
    width: 100%
  }
  .area_contents.difference .difference_contents .txt_box_wide,
  .area_contents.difference .difference_contents .txt_box02,
  .area_contents.difference .difference_contents .img01,
  .area_contents.difference .difference_contents .img02{
    width: 100%;
    margin: 10vw 0 0;
  }
  .area_contents.difference .difference_contents .img01 img,
  .area_contents.difference .difference_contents .img02 img{
    border-radius: 5px;
  }

  .area_contents.difference .other_contents{
    padding: 10vw 0
  }
  .area_contents.difference .other_box{
    padding: 8vw
  }
  .area_contents.difference .other_box .attention_list li{
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  mission
* --------------------------------------------------------------------------------------------------*/
.area_contents.mission .sec_mission + .sec_mission{
  margin-top: 180px;
}
.area_contents.mission .ttl_mission .en{
  display: block;
  margin-bottom: 1.25em;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
  color: #e95504;
}
.area_contents.mission .ttl_mission .ja{
  display: block;
  margin-bottom: 1.84em;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 3.8rem;
}
.area_contents.mission .box_first + .box{
  margin-top: 80px;
}
.area_contents.mission .box + .box{
  margin-top: 100px;
}
.area_contents.mission .box .ttl{
  margin-bottom: 1em;
  line-height: 1.47;
  text-align: justify;
  font-weight: bold;
  font-size: 3.0rem;
  color: #153891;
}
.area_contents.mission .box .txt{
  line-height: 1.89;
  letter-spacing: 0.05em;
  text-align: justify;
  font-size: 1.9rem;
}
.area_contents.mission .box .txt + .txt{
  margin-top: 1.89em;
}

.area_contents.mission .box .figure{
  margin: -15px 0 30px;
}
.area_contents.mission .box_first .ttl,
.area_contents.mission .box_first .txt{
  text-align: center;
}

.area_contents.mission .list_icon{
  display: flex;
  justify-content: center;
  margin: 50px 0 115px;
}
.area_contents.mission .item_icon{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 255px;
  margin: 0 23px;
  padding-top: 130px;
  background: #f4f4f4;
  border-radius: 100%;
}
.area_contents.mission .item_icon .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  transform: translate(-50%,-50%);
}
.area_contents.mission .item_icon01 .icon{
  width: 93px;
}
.area_contents.mission .item_icon02 .icon{
  width: 88px;
}
.area_contents.mission .item_icon03 .icon{
  width: 62px;
}
.area_contents.mission .item_icon04 .icon{
  width: 132px;
}
.area_contents.mission .item_icon .txt{
  line-height: 1.3;
  text-align: center;
  font-size: 2rem;
}
.area_contents.mission .item_icon .txt + .txt{
  margin-top: 1.3em;
}

@media screen and (min-width: 769px){
  .area_contents.mission{
    padding: 115px 0 340px;
  }
}
@media screen and (max-width: 768px){
  .area_contents.mission .sec_mission + .sec_mission{
    margin-top: 20vw;
  }
  .area_contents.mission .ttl_mission .en{
    font-size: 1.1rem
  }
  .area_contents.mission .ttl_mission .ja{
    font-size: 2rem
  }
  .area_contents.mission .box_first + .box{
    margin-top: 10vw;
  }
  .area_contents.mission .box + .box{
    margin-top: 15vw;
  }
  .area_contents.mission .box .ttl{
    font-size: 1.8rem;
  }
  .area_contents.mission .box .txt{
    font-size: 1.4rem;
  }
  .area_contents.mission .box .figure{
    margin: 0 0 5vw;
  }
  .area_contents.mission .list_icon{
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15vw 5vw 20vw;
  }
  .area_contents.mission .item_icon{
    width: 38vw;
    height: 38vw;
    margin: 0;
    padding-top: 18vw;
  }
  .area_contents.mission .item_icon:nth-child(n+3){
    margin-top: 5vw
  }
  .area_contents.mission .item_icon .icon{
    margin-top: -4.5vw;
  }
  .area_contents.mission .item_icon01 .icon{
    width: 13.92vw;
  }
  .area_contents.mission .item_icon02 .icon{
    width: 13.2vw;
  }
  .area_contents.mission .item_icon03 .icon{
    width: 9.3vw;
  }
  .area_contents.mission .item_icon04 .icon{
    width: 19.8vw;
  }
  .area_contents.mission .item_icon .txt{
    font-size: 1.2rem;
  }
}