@charset "UTF-8";

/* ===================================================================
	/
	/	header
	/
	=================================================================== */
header.site-header {
  position: fixed;
  width: 100%;
  z-index: 200;
  padding: 30px 0;
  transition: 0.5s ease;
}
header.site-header .container {
  max-width: 1800px;
  width: 100%;
  transition: 0.5s ease;
}
header .header_inner {
  background-color: #fff;
  padding: 25px 50px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
header .h_logo a:hover {
  opacity: 0.7;
}
header .h_menu ul {
  gap: 0 30px;
}
header .h_menu ul li a {
  font-size: 15px;
  display: block;
  font-weight: bold;
  transition: 0.3s ease;
  margin-left: 20px;
}
header .h_menu ul li:first-of-type a,
header .h_menu ul li.h_sns a,
header .h_menu ul li.h_contact a {
  margin-left: 0;
}
header .h_menu ul li a .en {
  font-size: 11px;
  letter-spacing: 1px;
}
header .h_menu ul li a:hover,
header .h_menu ul li a:hover .en {
  color: #3a75bb;
  transition: 0.3s ease;
}
header .h_menu ul li.child {
  position: relative;
  text-decoration: none;
}
header .h_menu ul li.child > a::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  color: #0C0C1E;
  font-size: 14px;
  transition: 0.3s ease;
}
header .h_menu ul li.child > a:hover:after {
  color: #a980cd;
}
header .h_menu ul li.child .sub_menu {
  position: absolute;
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 4;
  width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  /*border: 2px solid #000;*/
}
header .h_menu ul li.child:hover > .sub_menu,
header .h_menu ul li.child:active > .sub_menu {
  visibility: visible;
  opacity: 1;
}
header .h_menu ul li.child .sub_menu ul li {
  text-align: center;
}
header .h_menu ul li.child .sub_menu ul li a {
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #0d122a;
  background-color: #e2efff;
  margin-left: 0;
}
header .h_menu ul li.child .sub_menu ul li a:hover {
  color: #fff !important;
  background-color: #00abed;
  transition: 0.3s ease;
}
header .h_menu ul li.child .sub_menu ul li:last-of-type a {
  border-bottom: none;
}
header .h_contact a {
  color: #fff;
  background-color: #000057;
  border: 1px solid #000057;
  text-align: center;
  display: block;
  padding: 15px 20px;
}
header .h_contact a i {
  margin-right: 10px;
}
header .h_contact a:hover {
  color: #000057;
  background-color: #fff;
  transition: 0.3s ease;
}

/* h_wide */
header.h_wide {
  padding: 0;
  transition: 0.5s ease;
}
header.h_wide .container {
  max-width: unset;
  width: 100%;
  transition: 0.5s ease;
}

/* under */
.under header.site-header {
  padding: 0;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.under header .container {

}
.under header.site-header .header_inner {
  box-shadow: unset;
}

.global-nav {
  position: fixed;
  right: -55%;
  /* これで隠れる */
  top: 0;
  width: 50%;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 15px;
  background-color: #fff;
  transition: all .3s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 62px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}

.hamburger > p {
  top: 40px;
  right: 9px;
  position: absolute;
  font-size: 10px !important;
  letter-spacing: 0px;
  color: #06062C;
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__img {
  padding: 0 10px 20px;
  margin: 0 auto;
}

.global-nav__item {
  text-align: center;
  padding: 0 15px;
}

.global-nav__item a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #06062C;
  text-align: left;
}
.global-nav__item .sub_menu{
  
}
.global-nav__item .sub_menu li{
  
}
.border_top {
  border-top: 1px solid #eee;
}
.global-nav__item .sub_menu li a{
  display: block;
    padding: 15px 5px;
    border-bottom: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #06062C;
    /* text-align: left; */
}
.global-nav a .en {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}
.global-nav .insta {
  position: relative;
}
.global-nav .insta a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../images/insta_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.global-nav .sub-nav {
  margin: 0 15px;
}
.global-nav .sub-nav li {
  width: 50%;
}
.global-nav .sub-nav li a {
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
  display: block;
}
.global-nav .sub-nav li:nth-child(1) a,
.global-nav .sub-nav li:nth-child(3) a {
  border-right: 1px solid #eee;
}

.hamburger__line {
  position: absolute;
  right: 18px;
  width: 28px;
  height: 2px;
  background-color: #06062C;
  transition: all .6s;
}

ul.navsns {
  width: 100px;
  padding-right: 0;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.hamburger__line--1 {
  top: 15px;
}
.hamburger__line--2 {
  top: 24px;
}
.hamburger__line--3 {
  top: 33px;
}

.black-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 26px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  right: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 26px;
}

.is-fixed {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 300;
  background: #fff;
}

.hamburger {
  display: none;
}


@media screen and (max-width:1450px) {
  header.site-header {
    padding: 0;
  }
}

@media screen and (max-width:1280px) {
  header .header_inner {
    padding: 20px 30px;
  }
  header .h_menu ul {
    gap: 0 20px;
  }
  header .h_menu ul li a {
    font-size: 13px;
    letter-spacing: 0.5px;
	  margin-left: 10px;
  }
  header .h_menu ul li a .en {
    font-size: 10px;
    font-weight: normal;
  }
}

@media screen and (max-width:1024px) {
  header .header_inner {
    padding: 15px 15px 15px 20px;
  }
  header .h_logo img {
  }
  header .h_menu ul {
    gap: 0 20px;
  }
  header .h_menu ul li a .en {
    display: none;
  }
  header .h_contact a {
    background-color: unset;
    border: none;
    color: #00abed;
    padding: 0 5px;
  }
  header .h_contact a span {
    display: none;
  }
  header .h_contact a i {
    padding-right: 0;
    margin-right: 0;
    font-size: 25px;
  }
}

@media screen and (max-width:900px) {
  header .h_logo img {
    width: 142px;
  }
	header .h_menu ul{ gap: 0 10px;} 
}

@media screen and (max-width:768px) {
  header .h_menu {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
  }
}

@media screen and (max-width:479px) {
  .hamburger > p {
  /* right: -5px;   */
}
	header .header_inner {
    padding: 15px 10px 15px 10px;
  }
  header .h_logo img {
    width: 148px;
  }
  .global-nav {
    right: -85%;
    /* これで隠れる */
    width: 80%;
    /* スマホに収まるくらい */
  }
  .global-nav__item a {
    font-size: 14px;
  }
}

@media screen and (max-width:370px) {
  .global-nav__item a {
    font-size: 13px;
  }
}




/* ===================================================================
	/
	/	f_contact
	/
	=================================================================== */
.f_contact{
	/*background: #0a0a4b;*/
	background-image: url(../images/f_contact_bg.png);
    background-position: 0 50%;
}
.f_contact .f_contact_text_area {
  padding: 150px 0 50px;
  text-align: center;
}
.f_contact .f_contact_text_area .sec_title h2 {
  font-size: 59px;
  color: #fff;
}
.f_contact .f_contact_text_area .sec_title .h2_ja {
  color: #00abed;
}
.f_contact .f_contact_text_area .sec_title .h2_ja::before {
  display: none;
}
.f_contact .f_contact_text_area p {
  color: #fff;
	max-width: 530px;
	width: 100%;
	margin: 0 auto;
}
.f_contact .f_contact_btn_area {
     padding-bottom: 50px;
}
.f_contact .f_contact_btn_area .container {
  max-width: 950px;
}
.f_contact .f_contact_btn_area .f_contact_box_wrap{
	gap:20px;
}
.f_contact .f_contact_btn_area .f_contact_box {
  padding: 30px;
  background: #fff;
  width: 48%;
  border-radius:15px;
}
.f_contact .f_contact_btn_area .f_contact_box.tel_area {
}
.f_contact .f_contact_btn_area .f_contact_box img {
  width: unset;
}
.f_contact .f_contact_btn_area .f_contact_box a {
  gap: 0 20px;
  color: #06062C;
}
.f_contact .f_contact_btn_area .f_contact_box i {
  font-size: 32px;
  color: #00abed;
    border: 2px solid #00abed;
  border-radius: 50%;
  padding: 25px;
  transition: 0.3s ease;
}
.f_contact .f_contact_btn_area .f_contact_box .f_contact_p {
  text-align: center;
  line-height: 1.4;
  transition: 0.3s ease;
  margin: 0;
}
.f_contact .f_contact_btn_area .f_contact_box .f_contact_p span {
  font-size: 32px;
  font-weight: bold;
}
.f_contact .f_contact_btn_area .f_contact_box .f_contact_p span.tel {
  font-size: 39px;
}
.f_contact .f_contact_btn_area .f_contact_box a:hover i {
  color: #fff;
  background-color: #00abed;
  transition: 0.3s ease;
}
.f_contact .f_contact_btn_area .f_contact_box a:hover .f_contact_p {
  color: #00abed;
  transition: 0.3s ease;
}
.f_contact .sec_title{
	position: relative;
    z-index: 1;
}


@media only screen and (max-width: 1280px) {
  .f_contact .container {
    width: 100%;
  }
  .f_contact .f_contact_text_area .bg_text {
    font-size: 120px;
  }
  .f_contact .f_contact_btn_area .f_contact_box a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .f_contact .f_contact_btn_area .f_contact_box .f_contact_p span.tel {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .f_contact .f_contact_text_area .bg_text {
    font-size: 100px;
  }
  .f_contact .f_contact_text_area .sec_title h2 {
    font-size: 50px;
  }
  .f_contact .f_contact_btn_area .f_contact_box {
    padding: 25px 20px;
  }
  .f_contact .f_contact_btn_area .f_contact_box i {
    font-size: 25px;
    padding: 20px;
  }
  .f_contact .f_contact_btn_area .f_contact_box .f_contact_p span {
    font-size: 25px;
  }
  .f_contact .f_contact_btn_area .f_contact_box .f_contact_p span.tel {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
   .f_contact{
	background-position: 20% 97%;
}
  .f_contact .f_contact_text_area {
    padding: 100px 0 50px;
  }
  .f_contact .f_contact_text_area .bg_text {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 50px !important;
  }
  .f_contact .f_contact_text_area .sec_title h2 {
    font-size: 45px;
  }
  .f_contact .f_contact_btn_area .f_contact_box {
    padding: 20px 10px;
  }
  .f_contact .f_contact_btn_area .f_contact_box i {
    font-size: 20px;
    padding: 15px;
  }
  .f_contact .f_contact_btn_area .f_contact_box .f_contact_p {
    font-size: 13px;
  }
  .f_contact .f_contact_btn_area .f_contact_box .f_contact_p span {
    font-size: 20px;
  }
  .f_contact .f_contact_btn_area .f_contact_box .f_contact_p span.tel {
    font-size: 25px;
  }
	.f_contact .f_contact_text_area p {
    width: 80%;
}
}

@media only screen and (max-width: 600px) {
  .f_contact .f_contact_btn_area {
    border-top: none;
  }
  .f_contact .f_contact_btn_area .f_contact_box {
    width: 70%;
    margin: 0 auto 6px;
    border: 1px solid #00abed;
    padding: 0;
  }
  .f_contact .f_contact_btn_area .f_contact_box a {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 479px) {
  .f_contact .f_contact_text_area {
    padding: 60px 5% 30px;
  }
  .f_contact .f_contact_text_area .bg_text {
    font-size: 45px;
    margin-bottom: 30px !important;
  }
  .f_contact .f_contact_text_area .sec_title h2 {
    font-size: 35px;
  }
  .f_contact .f_contact_btn_area .f_contact_box {
    width: 90%;
  }
  .f_contact .f_contact_btn_area .f_contact_box a {
    padding: 15px 10px;
  }
}



/* ===================================================================
	/
	/	footer
	/
	=================================================================== */
footer {
  background-color: #3A75BB;
  padding: 100px 0 50px;
}
footer .f_company_area {
	column-gap: 35px;
}
footer .f_company_area .f_logo {
  margin-bottom: 30px;
}
footer .f_company_area .f_logo img {
  width: unset;
}
footer .f_company_area .f_address p{
  color: #fff;
	font-size: 14px;
	    margin-bottom: 0.3rem;
}
footer .f_company_area > p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px !important;
}
footer .f_company_area .f_address > a {
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: inline-block;
}
footer .f_company_area .f_address > a:hover {
  color: #00abed;
  border-color: #00abed;
}
footer .copyright {
  margin-top: 30px;
}
footer .copyright p {
  color: #fff;
  font-size: 10px;
}
footer .f_nav_area {
  width: 50%;
}
footer .f_nav_area ul {
  width: 24%;
}
footer .f_nav_area ul.f_nav2 {
  width: 41%;
}
footer .f_nav_area ul.f_nav3 {
  width: 35%;
}
footer .f_nav_area ul li{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
footer .f_nav_area ul li a {
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}
footer .f_nav_area ul li a:hover {
  color: #9cf3fe;
}
footer .f_nav_area ul.f_nav1 li a {
  margin-bottom: 20px;
}
footer .f_nav_area ul li.sub a {
  font-size: 12px;
  margin-bottom: 15px;
}
footer .f_nav_area ul li.sub a::before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f138';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 12px;
    color: #20202F;
    transition: 0.3s ease;
	margin-right: 5px;
}
footer > .container {
	margin-bottom: 40px;
}
footer .f_bnr {
	gap: 20px;
}
footer .f_bnr img {
	max-width: 370px;
}

@media screen and (max-width:1280px) {
  footer .f_nav_area ul li {
   font-size: 14px;
   text-align: left;
  }
  
}

@media screen and (max-width:1024px) {
  footer {
    padding: 80px 0 40px;
  }
  footer .f_company_area .f_logo img {
    
  }
  footer .f_nav_area ul li a {
    font-size: 13px;
    margin-bottom: 20px;
  }
  footer .f_nav_area ul li.sub a {
    font-size: 11px;
  }
  footer .copyright {
    margin-top: 30px;
  }
  footer .f_nav_area {
  width: 48%;
}
}

@media screen and (max-width:900px) {
  footer {
    padding: 50px 0 20px;
  }
  footer .f_company_area {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
	display: block;
  }
  footer .f_nav_area {
    width: 94%;
        text-align: center;
        margin: 30px auto 0;
  }
  /*footer .f_nav_area ul.f_nav1 {
    width: calc( 100% / 3 );
  }
  footer .f_nav_area ul.f_nav2 {
    width: calc( 100% / 3 );
  }
  footer .f_nav_area ul.f_nav3 {
    width: calc( 100% / 3 );
  }*/
  footer .copyright p {
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  footer .f_bnr img {
	max-width: none;
	  width: 100%;
}
}

@media screen and (max-width:479px) {
  /*footer .f_company_area {
    margin-bottom: 20px;
  }*/
  footer .f_company_area > p {
    font-size: 13px;
  }
  /*footer .f_nav_area {
    display: none;
  }*/
  footer .f_nav_area ul {
	display: none;
    /*width: 100% !important;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
    gap: 0 25px;*/
  }
  footer .f_nav_area ul li.sub {
    display: none;
  }
  footer .copyright p {
    font-size: 9px;
  }
}

ul.sub_menu__under {
  display: flex;
  flex-wrap: wrap;
}

ul.sub_menu__under li {
  width: calc( 100% / 2 );
}
ul.sub_menu__under li a {
  border: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
}
ul.sub_menu__under li:nth-child(2n) a {
  border-left: none;
}
ul.sub_menu__under li:nth-child(3) a,
ul.sub_menu__under li:nth-child(4) a {
  border-top: none;
}