@charset "utf-8";
/* CSS Document */

/* zen-kaku-gothic-new-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/zen-kaku-gothic-new-v18-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/zen-kaku-gothic-new-v18-japanese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/zen-kaku-gothic-new-v18-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/jost-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/jost-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/jost-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/jost-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/jost-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/jost-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/******* 全ページ共通 ********/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Zen Kaku Gothic New', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem; /*1rem = 10px*/
  color: #1E2C5B;
  background-color: #F2FCFE;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; 
}

p, a, h1, h2, h3, h4 {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  transition: .2s;
}
/* SVGリンク化 */
object {
  pointer-events: none;
}
input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
}
a p, a img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
picture{
	display: block;
}
ol {
  list-style: decimal;
  margin-left: 1.8rem;
}
section {
  position: relative;
}
section p {
  padding-bottom: 0.8rem;
}
a:hover {
  cursor: pointer;
}
.en{
  font-family: 'Jost', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
/* パソコンで見たときは"pc"のclassがついたタグが表示される */
.pc {
  display: block !important;
}
.sp, .pc_hide {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついたタグが表示される */
@media only screen and (max-width: 899px) {
  .pc, .sp_hide {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media only screen and (min-width: 900px) {
  .pc768_hide {
    display: none !important;
  }
}

/*** Loading　***/
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: block;
  opacity: 1;
  position: fixed;
  background-image: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 90%;
  transition: all .2s ease;
  z-index: 10000;
}
.loader img {
  animation: rotate 15s 0s linear infinite;
  transition: transform .2s linear;
  width: 100%;
  z-index: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/***** 全ページ共通 *****/
.wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
	max-width: 1536px;
}
.img_outer {
  width: 100%;
}
.img_outer img{
  border-radius: 1.2rem;
}
.w1200{
  max-width: 1200px;
}
#home_strength img,#home_recruit img,#home_strength img{
  border-radius: 1.2rem;
}

/***** ボタン *****/
.btn {
  background-color: #1E2C5B;
  border-radius: 12px;
  color: #fefefe;
  font-size: 1.8rem;
  /*font-weight: 500;*/
  padding: 1.4rem 6.4rem 1.4rem 2rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}
.btn_text{
  padding-right: 1.6rem;
}
.btn_text::before{
  content: '';
  position: absolute;
  top: calc(50% - .6rem);
  right: 56px;
  width: 1px;
  height: 1.6rem;
  background-color: #fefefe;
}
.arrow {
  position: absolute;
  top: calc( 50% );
  right: 2.4rem;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.arrow::before {
  content: url(../img/arrow.svg);
}
.btn:hover{
  background-color: #46C1DB; 
}
#home_recruit .btn:hover{
  border: 1px solid #fefefe;
}
.btn:hover .arrow,.recruit_list li:hover .arrow {
  top: calc( 50% );
  animation: moveArrow 0.4s ease;
}
.btn_wrap{
  margin-top: 4rem;
}
.btn_wrap_right{
  text-align: right;
}
@media screen and (max-width:899px){

}
section .btn{
  margin-top: 2rem;
}
@keyframes moveArrow {
  0% {
    transform: translateY(-50%);
  }
  49% {
    transform: translateY(-50%) translateX(100%);
  }
  50% {
    transform: translateY(-50%) translateX(-100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    transform: translateY(-50%);
  }
}

/***** circle *****/
.circle.--active {
  opacity: 1;
  pointer-events: all;
  transition: all .2s ease;
}
.circle {
  position: relative;
  max-width: 155px;
  bottom: 2.8rem;
  display: block;
  right: 0;
  text-align: center;
  transition: all .2s ease;
  opacity: 0;
  z-index: -1;
}
.circle .arrow {
  color: #fff;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 49%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  width: 66%;
  height: 66%;
  padding: 20% 0;
  background-color: #fefefe;
}
.circle .arrow::before {
  content: url(../img/arrow_navy.svg);
  position: relative;
  top: .4rem;
}
.circle img {
  animation: rotate 15s 0s linear infinite;
  transition: .2s;
  width: 100%;
  z-index: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/***** 見出し *****/
.page_hero h1{
  position: relative;
  line-height: 1;
  font-weight: 700;
}
.page_hero h1 .en{
  font-size: clamp(4.8rem, 9.6vw, 8rem);
  font-weight: 600;
}
h2 .jp,.page h1 .jp{
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
}
.page_hero h1 .jp{
  padding-left: 2.4rem;
}
.page_hero h1 .jp::before{
  content: '';
  background: url('../img/logo_mini.svg') no-repeat;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: .9rem;
  left: 0;
}
h2{
  position: relative;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: clamp(2.8rem, 5.2vw, 4rem);
  line-height: 1;
}
.home h2 .en{
  font-size: clamp(4.8rem, 8.6vw, 6rem);
  font-weight: 600;
}

@media screen and (min-width:600px) and (max-width:950px) {
  .home h2 .jp::before,.page h1 .jp::before{
    bottom: 2vw;
  }
}
@media screen and (max-width:599px){
  .home h2 .jp::before,.page h1 .jp::before{
    bottom: 1.2rem;
  }
}
h2.ttl_center, .btn.btn_center{
	display: table;
}
h2.ttl_center{
	margin: 0 auto 6rem;
}
h3 {
  font-size: clamp(2rem, 4.8vw, 2.8rem);
  margin-bottom: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
}
h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
@media screen and (max-width:899px) {
  h2{
    margin-bottom: 2rem;
  }
}
/*** color,font,bold ***/
.red{
  color: #F85656;
}
.bold{
  font-weight: 700;
}

/*** ul ***/
ul.text_list{
  margin: 1rem 0 1.6rem;
}
ul.text_list li {
  margin-left: 2rem;
}
ul.text_list li::before{
  content: '';
  display: inline-block;
  position: relative;
  left: -0.8rem;
  top: -0.5rem;
  width: 1.2rem;
  height: 0.2rem;
  margin-left: -0.6rem;
  background: #918E79;
  border-radius: 2rem;
}
ul.dott_list{
  margin: 1rem 0 1.6rem;
}
ul.dott_list li {
  margin-left: 1.6rem;
}
ul.dott_list li::before{
  content: '';
  display: inline-block;
  position: relative;
  left: -0.8rem;
  top: -0.3rem;
  width: .6rem;
  height: .6rem;
  margin-left: -0.6rem;
  background: #46C1DB;
  border-radius: 2rem;
}
/*** ol ***/
ol.intro_number  {
  position: relative;
  margin: 0;
  padding: 0
}
ol.intro_number  li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em
}
ol.intro_number  li span {
  position: absolute;
  left: 0;
  margin: 0
}

/***** hero *****/
.hero_wrap *{
  min-height: 0;
  min-width : 0;
}
.hero_wrap img {
  width: 100%;
  object-fit: cover;
}

/******* text_img_list *******/
.img_outer img{
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width:900px) {
  .text_img_list_item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4vw;
  }
  .text_area{
    display: flex;
    align-items: end;
    max-width: 660px;
  }
  .list_item_right{
    order: 2;
  }
}
@media screen and (max-width:899px) {
  .text_img_list_item .text_area{
    margin-top: 4rem;
  }
}

/******* flex_box *******/
@media screen and (min-width:900px) {
  .flex_box{
    display: flex;
    justify-content: space-between;
  }
}
/******* column_list *******/
.column_list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2.8rem;
  position: relative;
}
.column_list_item{
  padding: 2.8rem;
  background-color: #fefefe;
}
.column_list .bg_round_w{
  margin-top: 0;
}
.column_list_item h3 {
  font-size: clamp(2rem, 2.8vw, 2.4rem);
  margin-bottom: 1.6rem;
}
.column_list_item ul{
  margin-bottom: 0;
}

/*** title_text ***/
@media screen and (min-width:900px) {
  .title_text{
    display: flex;
    justify-content: space-between;
  }
  .title_text .text_box{
    max-width: 52vw;
    padding-top: 6.8rem;
    padding-left: 6rem;
  }
}

/*** service_list ***/
.service_group .list_wrap li {
  position: relative;
}
.image-overlay-container {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.image-overlay-container img {
  width: 100%;
  height: auto;
  min-height: 480px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.2);  */
  display: flex;
  border-radius: 4px;
  transition: all .3s;
}
.overlay .list_title {
  line-height: 1.2;
  padding: 2rem 2rem 1rem 0;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F2FCFE;
  border-radius: 0 1.2rem 0 0;
}
.overlay .list_title .jp {
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  font-weight: 700;
  width: 100%;
}
.service_group .list_item a.image-overlay-container:hover .overlay{
  background-color: rgba(0, 0, 0, 0.6); /* 薄い黒 */
}
@media screen and (min-width:1260px) {
  #home_strength .wrap {
    display: grid;
    grid-template-columns: 20% 77%;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 3%;
    }
    
    #home_strength .home_strength_text { grid-area: 1 / 1 / 2 / 2; }
    #home_strength .service_group{ grid-area: 1 / 2 / 3 / 3; }
    #home_strength .btn_wrap { grid-area: 2 / 1 / 3 / 2; }
}
@media screen and (min-width:800px) {
  .service_group .list_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width:799px) {
  .service_group .list_item:not(:last-child){
    margin-bottom: 4rem;
  }
  .overlay .list_title .jp {
    font-size: clamp(2rem, 2.8vw, 2.4rem);
  }
}
@media screen and (max-width:899px) {
  .service_flex_box{
    display: flex!important;
    justify-content: space-between;
  }
  .service_flex_box .img_outer{
    width: 46vw;
    margin-top: 4rem;
  }
}

/*** strength ***/
@media screen and (max-width:1259px) {
  .strength .home_strength_text{
    margin-bottom: 4rem;
  }
  .strength .btn_wrap{
    text-align: right;
  }
}

/*** decoration ***/
/* bg_color */
.bg_blue{
  background-color: #46C1DB;
  color: #fefefe;
}

/***** ヘッダー *****/
header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  color: #1E2C5B;
  fill: #1E2C5B;
  stroke: #1E2C5B;
  transition: color 0.3s ease-out;
}
.header_wrap {
  display: grid;
  align-items: center;
  margin-left: 0;
  height: 80px;
}
.header_logo {
  display: flex;
  align-items: center;
  margin-left: .8vw;
  line-height: 1.3;
  font-weight: 700;
  width: max-content;
  z-index: 50;
}
.header_logo span{
  font-weight: 500;
  margin-left: .4rem;
}
span.c_name{
  font-size: 2rem;
}
.header_logo a{
  display: flex;
  align-items: center;
}
.header_logo svg{
  width: 66px;
}
.home header{
  color: #fefefe;
  fill: #fefefe;
  stroke: #fefefe;
  transition: color 0.3s ease-out;
}
#logo_name .cls-3 {
  fill: none;
  stroke-width: 11.96px;
}
#logo_name .cls-3, .cls-2 {
  stroke-miterlimit: 10;
}
.home header.headerColorScroll {
  color: #1E2C5B;
  fill: #1E2C5B;
  stroke: #1E2C5B;
  transition: color 0.2s ease-out;
}
body.is-menuOpen .header .logo_name{
  color: #fefefe;
}
@media screen and (min-width:900px) {
  .header_wrap {
    grid-template-columns: 36% 1fr;
  }
  .header_nav_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header_nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: calc(.8vw + 80px);
  }
  .header_nav ul li {
    margin: 0 1vw;
  }
  .header_nav ul li a{
    position: relative;
    transition: .4s;
  }
  .header_nav ul li a:hover{
    opacity: .6;
  }
}
@media screen and (max-width:899px){
  .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: calc(100vw - 60px - 2rem);
  }
  .header_logo svg{
    width: 44px;
  }
	.header_nav ul li:not(:last-child){
		display: none;
	}
}
@media screen and (max-width:399px){
	.header_nav ul li{
		display: none;
	}
}
/***** hamburger-menu *****/
.hamburger-menu {
  width: 44px;
  height: 44px;
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  background: #fefefe;
  font-size: 1.4rem;
  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999;
  margin-right: .8vw;
  margin-top: 7px;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #1E2C5B;
  position: absolute;
  left: 22px;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 18px;
}
.hamburger-menu__bar:last-child {
  top: 26px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(20deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
}
.hamburger-menu .en{
  text-align: center;
  position: relative;
  margin-top: 1.6rem;
  font-weight: 500;
}
body.is-menuOpen{
  overflow: hidden;
}
body.is-menuOpen header{
  width: calc(100% - 16px);
}
.menu {
  height: 100%;
  width: 100vw;
  background-color: #1E2C5B;
  color: #fefefe;
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
.menu .inner{
  width: 68vw;
  margin: 4rem auto 0;
  overflow: auto;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin:0 auto;
  border-top: 1px solid #bbb;
  margin-bottom: 4rem;
}
.menu_nav li {
  border-bottom: 1px solid #bbb;
  margin-top: 0;
}
.menu ul li a {
  text-decoration: none;
  display: block;
  padding: 1.2rem 0;
  transition: .5s;
}
.menu ul li a:hover{
  opacity: .6;
}
.menu .btn{
  margin: .8rem 0;
  width: 100%;
}
.menu .policy{
  font-size: 1.4rem;
  display: block;
  margin-top: 4rem;
}
.menu .copyright {
    width: 100%;
}
@media screen and (min-width:900px){
  .hamburger-menu {
    width: 60px;
    height: 60px;
  }
  .hamburger-menu__bar {
    width: 30px;
    left: 30px;
  }
  .hamburger-menu__bar:first-child {
    top: 26px;
  }
  .hamburger-menu__bar:last-child {
    top: 34px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(20deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  }
}

/*** テキストリンク ***/
span.wpcf7-list-item a,.privacy-policy section p a,#error404 p a,.text_link{
	color: #083793;
	border-bottom: 1px solid #083793;
}
span.wpcf7-list-item a:hover,.privacy-policy section p a:hover,#error404 p a:hover,.text_link:hover,.bg_blue .text_link:hover{
	border-bottom: none;
}
.bg_blue .text_link{
  color: #fefefe;
  border-bottom: 1px solid #fefefe;
}

/***** footer *****/
footer{
	position: relative;
  color: #fefefe;
  z-index: 200;
}
@media screen and (max-width:899px) {
	.footer::before{
		font-size: 114px;
	}
}
/***** footer_top *****/
.contact_wrap {
  background-color: #1E2C5B;
  padding: 8rem 10% 10rem;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.contact_area{
  padding-top: 4rem;
}
.contact_mail{
  display: grid;
  grid-template-columns: 1fr 140px;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
.contact_btn_text { grid-area: 1 / 1 / 2 / 2;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  font-weight: 700; }
  .contact_mail .circle { grid-area: 1 / 2 / 2 / 3; }
  .contact_btn_text .en{
  font-weight: 600;
}
.contact_mail:hover{
  opacity: .7;
}
@media screen and (max-width:899px) {
  .contact_wrap{
    padding: 8rem 0;
  } 
  .contact_head,.contact_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact_head{
    margin-bottom: 4rem;
  }
  .contact_mail{
    width: 100%;
  }
  .contact_btn_text{
    font-size: clamp(2rem, 4.4vw, 2.4rem);
  }
  .contact_btn_text .jp{
    font-size: clamp(1.4rem, 3.4vw, 4rem);
  }
}
@media screen and (min-width:900px) {
  .contact_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact_head{
    width: 30%;
    margin-right: 4vw;
  }
}
/***** footer_bottom *****/
.footer_bottom{
  height: auto;
  position: relative;
  overflow-y: hidden;
  background-image: url('../img/back_sp.webp'); /* ←背景画像のパス */
  background-size: cover;
  background-position: center;
}
.footer_bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.footer_link,.instagram_wrap,.copyright{
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  z-index: 2;
}
.footer_link{
	padding: 4rem 0 0;
}
.footer_logo svg{
  width: 66px;
  fill: #fefefe;
  stroke: #fefefe;
}
footer .c_name{
  padding-left: .2rem;
}
.footer_nav ul li{
  position: relative;
}
.footer_nav ul li a{
	position: relative;
	display: inline-block;
	transition: .3s;
  font-weight: 500;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
.footer_bottom .name{
  margin-bottom: .4rem;
}
.footer_bottom .flex_box{
  margin: 4rem 0;
}
@media screen and (min-width:900px) { 
  .footer_bottom{
    background-image: url('../img/back_pc.webp'); /* ←背景画像のパス */
    background-attachment: fixed; /* ★パララックス効果のポイント */
  }
  .footer_link,.instagram_wrap,.copyright{
    width: 80%;
  }
  .footer_bottom .info{
    margin-right: 10vw;
  }
  .footer_bottom .flex_box{
    justify-content: space-between;
  }
  .footer_link .nav_wrap,.footer_link .footer_nav{
    display: flex;
    justify-content: space-between;
  }
  .footer_link .nav_wrap{
    max-width: 480px;
    margin-top: 2rem;
  }
  .footer_link .footer_nav{
    width: 45%;
  }
  .footer_nav ul li{
    width: 12vw;
    padding-bottom: .8rem;
  }
}
@media screen and (min-width:600px) {
  .footer_bottom .intro{
    display: flex;
    align-items: center;
  }
  .footer_catch{
    margin-left: 1.2rem;
  }
}
@media screen and (max-width:599px) {
  .footer_catch{
    margin-top: .8rem;
  }
}
@media screen and (max-width:899px) { 
  .footer_bottom h1,.footer_bottom .nav_wrap{
    margin: 2.8rem 0 2rem;
  }
  .footer_link .inner{
    margin-bottom: 4rem;
  }
  .footer_link .footer_list{
    margin: .8rem 0 2rem;
  }
  .footer_nav ul li{
    display: inline-block;
  }
  .footer_list li:not(:last-child){
    margin-right: 2.4rem;
  }
  .footer_link .btn{
    width: 100%;
  }
}

/*** instagram ***/
.instagram{
  padding: 2rem;
  border: 1px solid #CCCCCC;
  border-radius: .4rem;
  margin-bottom: 4rem;
  transition: .3s;
  cursor: pointer;
}
.instagram:hover{
  opacity: .7;
}
.instagram .text_area{
  margin-top: 2rem;
}
@media screen and (min-width:900px) {
  .instagram{
    width: fit-content;
  }
}

/*** copyright ***/
.copyright{
	font-size: 1.2rem;
  padding: 3.2rem 0 3.6rem;
}
.copyright .wrap {

}
.copyright p{
  margin-top: .8rem;
}
.copyright a:hover{
  opacity: 0.6;
}

/**** 404 Not Found *****/
.notfound {
  margin-top: 160px;
}
.notfound p a {
  color: #2C76C1;
}
.notfound p a:hover {
  text-decoration: underline;
}

/*****表示アニメーション*****/
/*** 下から上へふわっと ***/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,.fadeInTrigger,.fadeLeftTrigger,.fadeRightTrigger {
  opacity: 0;
}
.fadeIn_up {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time03 {
  animation-delay: 0.4s;
}
.delay-time04 {
  animation-delay: 0.6s;
}
.delay-time05 {
  animation-delay: 0.8s;
}
.delay-time06 {
  animation-delay: 1s;
}
/*** 遅延してふわっと ***/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/***** slider_gallery *****/
:root{
  --speed: 20s; /* アニメ速度 */
  --item-gap: 12px;
  --item-size-mobile: 228px; /* 横スク時のアイテム幅（モバイル） */
}
@media (max-width: 899px) {
  :root {
    --speed: 6s; /* ← 速くしたい場合 */
  }
}
/* 共通 list スタイル */
.infinite-list{
  margin:0;
  padding:0;
  list-style:none;
  overflow:hidden;
  position:relative;
  border-radius:8px;
  height: 320px;
}
.infinite-list .track{
  display:flex; /* 横並びを基本にしておいて、メディアで縦に切替 */
  gap:var(--item-gap);
  align-items:center;
  will-change:transform;
}
.infinite-list li{
  display:block;
  flex:0 0 auto;
}
.infinite-list img{
  display:block;
  width:auto;
  height:100%;
  object-fit:cover;
  box-shadow:0 1px 3px rgba(0,0,0,.08);
}
/* --- 横スクロール --- */
@media (max-width: 899px){
  .infinite-list{

    overflow: hidden;
  }
  .infinite-list .track{
    display: flex;
    flex-wrap: nowrap;
  }
  .infinite-list li{
    width: var(--item-size-mobile);
  }
  .infinite-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* --- デスクトップ（縦スク） --- */
@media (min-width:900px){
  .infinite-list{
    height:100vh; /* 表示高さ */
    padding:18px;
  }
  /* track を縦レイアウトに */
  .infinite-list .track{
    flex-direction:column;
    gap:14px;
    align-items:stretch;
  }
  .infinite-list li{
    width:100%;
    height:360px;
  }
  .infinite-list img{
    height:100%;
    width:100%;
  }
  /* list1: 下へ流れる（コンテンツが下へ移動） */
  .list1 .track{
    animation: scroll-down linear infinite;
    animation-duration: calc(var(--speed));
  }
  /* list2: 上へ流れる（コンテンツが上へ移動） */
  .list2 .track{
    animation: scroll-up linear infinite;
    animation-duration: calc(var(--speed));
  }
  @keyframes scroll-down{
    from { transform: translateY(0); }
    to   { transform: translateY(calc(-50%)); }
  }
  @keyframes scroll-up{
    from { transform: translateY(calc(-50%)); }
    to   { transform: translateY(0); }
  }
}

/* 小さな調整：リストの見切れを隠す */
.infinite-list{ position:relative; }
.infinite-list .track{ will-change: transform; }

/***** infiniteslide *****/
.infiniteslide{
  color: #BEF2F1;
  font-weight: 700;
  font-size: clamp(2.8rem, 4.8vw, 6rem);
}
.infiniteslide_img .img_outer{
  width: auto;
  max-width: 286px;
  margin-right: 2.8rem;
}