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

/* noto-sans-jp-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: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/noto-sans-jp-v54-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-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: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/noto-sans-jp-v54-japanese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - 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: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/noto-sans-jp-v54-japanese-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-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: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/noto-sans-jp-v54-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* figtree-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: 'Figtree';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/figtree-v8-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: 'Figtree';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/figtree-v8-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: 'Figtree';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/figtree-v8-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-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: 'Figtree';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/figtree-v8-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/******* 全ページ共通 ********/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', "游ゴシック 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: #333333;
  background-color: #fefefe;
  -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: 'Figtree', "ヒラギノ角ゴ 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　***/
#splash {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  background:#fefefe;
  text-align:center;
}
.splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  letter-spacing: .1rem;
  color: #555;
}
.splash_logo span{
  transition: all 500ms ease;
  height: 100px;
  width: 100px;  
  display: inline-block;
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}  
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/***** ボタン *****/
.btn {
  background-color: #083793;
  border-radius: 4px;
  border: #fefefe 1px solid;
  color: #fefefe;
  font-size: 2rem;
  /*font-weight: 500;*/
  padding: 1.4rem 6.4rem 1.4rem 2rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: .1rem;
}
.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{
  color: #fefefe; 
}
.btn:hover .arrow,.recruit_list li:hover .arrow {
  top: calc( 50% );
  animation: moveArrow 0.4s ease;
}
.header_nav .btn{
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0.8rem 6.4rem 0.8rem 2rem;
}
.btn_wrap_right{
  text-align: right;
}
@media screen and (max-width:899px){
  .header_nav .btn{
    font-size: 1.4rem;
    padding: 0.6rem 4.8rem 0.6rem 1.6rem;
  }
  .header_nav .btn .arrow {
    position: absolute;
    top: calc( 50% + .2rem );
    right: 1.6rem;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

}
section .btn{
  margin-top: 4rem;
}
@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%);
  }
}
a.contact_btn {
  background-color: #918E79;
  border: #918E79 1px solid;
  border-radius: 40px;
  color: #fefefe;
  padding: 1.2rem 1.6rem;
  font-size: 2rem;
  text-align: center;
  display: block;
}
a.contact_btn:hover{
  background-color: #fefefe;
  color: #918E79;
}

/***** 見出し *****/
.page h1{
  position: relative;
  line-height: 1;
}
h2 .logo_icon{
 width: 16px;
}
h2{
  position: relative;
  margin-bottom: 4rem;
  font-size: clamp(2rem, 5.2vw, 3.6rem);
  line-height: 1;
}
h2 .en,.page h1 .en{
  font-size: clamp(4.8rem, 8.6vw, 6rem);
  font-weight: 600;
}
.home h2 .en,.page h1 .en{
  font-size: clamp(6rem, 11.6vw, 10rem);
}
h2 .jp,.page h1 .jp{
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 700;
  color: #083793;
  line-height: 2;
  padding-left: .4rem;
}
.home h2 .jp,.page h1 .jp{
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  padding-left: 2rem;
}
.home h2 .jp::before,.page h1 .jp::before{
  content: '';
  background: url('../img/circle.svg') no-repeat;
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: 2.2rem;
  left: .6rem;
}
@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;
}

/*** color,font,bold ***/
.red{
  color: #F85656;
}
.bold{
  font-weight: 700;
}

/*** ul ***/
.list_sub{
  margin-top: .8rem;
	grid-gap: .4rem;
}
ul.list_sub li a{
  margin-left: 1.6rem;
  color: #757365;
  font-weight: normal;
}
ul.list_sub li a::before{
  content: '';
  display: inline-block;
  position: relative;
  left: -0.8rem;
  top: -0.5rem;
  width: .8rem;
  height: 0.2rem;
  margin-left: -0.6rem;
  background: #B5B4AA;
  border-radius: 2rem;
}
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.5rem;
  width: .6rem;
  height: .6rem;
  margin-left: -0.6rem;
  background: #918E79;
  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;
  }
  .list_item_left{
    order: 1;
  }
}
@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;
  cursor: pointer;
}
.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;
  color: white;
  padding: 2rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay .list_title .jp {
  font-size: 3.6rem;
  font-weight: 500;
  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:900px) {
  .service_group .list_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }

  .service_group .list_wrap li .list_title h3 .jp {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  }
}
@media screen and (max-width:899px) {
  .service_group .list_item:not(:last-child){
    margin-bottom: 2rem;
  }
}

/*** decoration ***/
/* bg_color */
.bg_blue{
  background-color: #083793;
  color: #fefefe;
}
.bg_blue h2 .jp{
  color: #fefefe;
}
.bg_lightblue{
  background-color: #F6F9FF;
}
.page .bg_lightblue{
 padding-top: 16rem;
 margin-bottom: 16rem;
}
.bg_gray{
  background-color: #F9F9F9;
}
/* bg_logo */
.background_logo{
  background: url(../img/logo01.svg) no-repeat;
  width: 68vw;
  height: 68vw;
  max-width: 660px;
  max-height: 660px;
  position: absolute;
  top: 10%;
  left: -14%;
  z-index: -1;
  opacity: .06;
}
.background_logo_blue{
  background: url(../img/logo_blue.svg) no-repeat;
  width: 56vw;
  height: 56vw;
  max-width: 400px;
  max-height: 400px;
  position: absolute;
}
#home_recruit .background_logo_blue{
  top: 1.2rem;
  right: 0;
}
.background_logo_s_top {
  background: url(../img/logo_s_top.svg) no-repeat;
  width: 80vw;
  height: 80vw;
  position: absolute;
  z-index: -1;
}
#home_company .background_logo_s_top{
  width: 72vw;
  height: 72vw;
  top: 10rem;
  right: 0;
  min-width: 600px;
}
.background_logo_s_top_blue{
  background: url(../img/logo_s_top_blue.svg) no-repeat;
  width: 50vw;
  height: 50vw;
  position: absolute;
  top: -10vw;
  z-index: -2;
}
.background_logo_s_bottom_blue{
  background: url(../img/logo_s_bottom_blue.svg) no-repeat;
  width: 50vw;
  height: 50vw;
  position: absolute;
  top: -30vw;
  right: 0;
}
@media screen and (min-width:900px) {
  #service_list .background_logo_s_top{
    top: 44rem;
  }
}
.background_logo_s_bottom {
  background: url(../img/logo_s_bottom.svg) no-repeat;
  width: 80vw;
  height: 80vw;
  position: absolute;
  z-index: -1;
}
#service_list .background_logo_s_bottom{
  bottom: 0;
}
@media screen and (min-width:900px) {
  #home_recruit .background_logo_blue{
    top: 4vw;
    right: 2vw;
  }
}
@media screen and (max-width:899px) {
  #home_company .background_logo_s_top {
    top: 16rem;
  }
  .background_logo_s_top_blue{
    width: 80vw;
    height: 80vw;

  }
  .background_logo_s_bottom_blue{
    width: 80vw;
    height: 80vw;
    top: -30rem;
  }
}

/***** ヘッダー *****/
header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #fefefe;
}
.header_wrap {
  display: grid;
  align-items: center;
  margin-left: 0;
  height: 80px;
}
.header_logo {
  display: flex;
  align-items: center;
  margin-left: 2vw;
  line-height: 1.3;
  font-weight: 700;
  width: max-content;
  z-index: 50;
}
.header_logo svg{
  width: 200px;
}

@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: space-between;
    align-items: center;
    margin-right: 1.6vw;
  }
  .header_nav ul li {
    margin: 0 1vw;
  }
  .header_nav ul li a{
    position: relative;
    transition: .4s;
  }
  .header_nav ul li:not(:last-child) a:hover{
    opacity: .6;
  }
  main{
    margin-top: 80px;
  }
}
@media screen and (max-width:899px){
  header {
    height: 60px;
  }
  .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: calc(100vw - 60px - 2rem);
  }
  .header_logo svg{
    width: 148px;
  }
	.header_nav ul li:not(:last-child){
		display: none;
	}
  main{
    margin-top: 60px;
  }
}
@media screen and (max-width:399px){
	.header_nav ul li{
		display: none;
	}
}
/***** hamburger-menu *****/
.hamburger-menu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  font-size: 1.4rem;
  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 36px;
  height: 2px;
  background: #999999;
  position: absolute;
  left: 30px;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.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: #fefefe;
  z-index: 30;
  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: 6rem auto 0;
  overflow: auto;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin:0 auto;
  border-top: 1px solid #F91C3B;
  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;
}

/*** テキストリンク ***/
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;
}
@media screen and (max-width:899px) {
	.footer::before{
		font-size: 114px;
	}
}
/***** footer_top *****/
.footer_top{
  height: 400px;
  position: relative;
}
.footer_top.footer_entry{
  background: url('../img/footer_back.webp') no-repeat;
  background-position: 80% 50%;
}
.footer_top.footer_recruit{
  background-color: #083793;
}
.footer_top .overlay{
  background-color: rgba(0, 0, 0, 0.6);
}
.recruit_btn,.entry_btn{
  display: flex;
  justify-content: center; /* 水平方向に中央 */
  align-items: center;  
  color: #fefefe;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  line-height: 2.4;
}
.recruit_btn .en,.entry_btn .en{
  font-size: clamp(4.8rem, 11.6vw, 10rem);
  font-weight: 600;
  line-height: 1;
}
.entry_btn.overlay:hover{
  background-color: rgba(0, 0, 0, 0.8);
}
.recruit_btn{
  width: 100%;
  height: 100%;
}
@media screen and (min-width:900px){
  .footer_top_recruit{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
  .footer_recruit { grid-area: 1 / 1 / 2 / 2; }
  .footer_entry { grid-area: 1 / 2 / 2 / 3; }
  .recruit_btn,.entry_btn{
    font-size: clamp(2rem, 3.6vw, 2.4rem);
  }
  .recruit_btn .en,.entry_btn .en{
    font-size: clamp(4.8rem, 8vw, 6rem);
  }
}
.home .footer_recruit,.page_recruit .footer_recruit{
  display: none;
}
.home .footer_top_recruit,.page_recruit .footer_top_recruit{
display: block;
}

/***** footer_bottom *****/
.footer_bottom{
  height: auto;
  position: relative;
  overflow-y: hidden;
}
.footer_link{
	width: 90%;
	padding: 4rem 0 0;
	margin: 0 auto;
  max-width: 1200px;
}
.footer_logo{
	margin-bottom: 4rem;
  font-weight: 700;
}
.footer_logo svg{
  width: 200px;
}
.footer_nav ul li{
  position: relative;
}
.footer_nav ul li a{
	position: relative;
	display: inline-block;
	transition: .4s;
  font-weight: 500;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
.footer_bottom .info{
  margin: 4rem 0;
}
@media screen and (min-width:900px) { 
  .footer_link {
    display: grid;
    grid-template-columns: 1fr 480px;
    grid-template-rows: 40px 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }
    .footer_link .footer_logo { grid-area: 1 / 1 / 2 / 2; }
    .footer_link .nav_wrap { grid-area: 1 / 2 / 3 / 3; }
    .footer_link .info { grid-area: 2 / 1 / 3 / 2; }


  .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_link .nav_wrap .btn{
    max-height: 60px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:899px) { 
  .footer_bottom h1,.footer_bottom .nav_wrap{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 4rem;
  }
  .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%;
  }
}

/*** コピーライト ***/
.copyright{
	font-size: 1.2rem;
  padding: 3.2rem 0 3.6rem;
}
.copyright .wrap {
  max-width: 1200px;
}
.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);
  }
}

