﻿
@import url("css2-Barlowwght600_NotoSansJPwght400500700_swap.css");

/* ========================================
	共通スタイル
======================================== */

/*---------------------------------
  comomon
---------------------------------*/

body {
  -webkit-text-size-adjust: none;
  font-family:'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #111;
}

@media screen and (min-width: 768px), print {
  html,
  body {
    min-width: 1280px;
  }
}

@media screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

/* ---------- reset ----------*/

ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

/* ---------- img ----------*/

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-full {
	width: 100%;
	height: auto;
}

/* ---------- visiblity ----------*/

@media screen and (min-width: 768px), print {
  .pc-hide {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
  .sp-hide {
		display: none !important;
	}
}

/* ---------- link ----------*/

@media screen and (min-width: 768px), print {
  .link-alpha {
    transition: all 0.3s;
  }
  
  .link-alpha:hover {
    opacity: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .sp-hide {
		display: none !important;
	}
}

/* ---------- text ----------*/

.color-nvy {
  color: #0f3a9b !important;
}

/* ---------- margin ----------*/

@media screen and (min-width: 768px), print {
  .mgt-none {
    margin-top: 0 !important;
  }
  .mgt-xs {
    margin-top: 0.5em !important;
  }
  .mgt-sm {
    margin-top: 1em !important;
  }
  .mgt-md {
    margin-top: 1.5em !important;
  }
  .mgt-lg {
    margin-top: 2em !important;
  }
  .mgt-xl {
    margin-top: 3em !important;
  }
  .mgb-none {
    margin-bottom: 0 !important;
  }
  .mgb-xs {
    margin-bottom: 0.5em !important;
  }
  .mgb-sm {
    margin-bottom: 1em !important;
  }
  .mgb-md {
    margin-bottom: 1.5em !important;
  }
  .mgb-lg {
    margin-bottom: 2em !important;
  }
  .mgb-xl {
    margin-bottom: 3em !important;
  }
  .mgl-none {
    margin-left: 0 !important;
  }
  .mgl-xs {
    margin-left: 0.5em !important;
  }
  .mgl-sm {
    margin-left: 1em !important;
  }
  .mgl-md {
    margin-left: 1.5em !important;
  }
  .mgl-lg {
    margin-left: 2em !important;
  }
  .mgl-xl {
    margin-left: 3em !important;
  }
  .mgr-none {
    margin-right: 0 !important;
  }
  .mgr-xs {
    margin-right: 0.5em !important;
  }
  .mgr-sm {
    margin-right: 1em !important;
  }
  .mgr-md {
    margin-right: 1.5em !important;
  }
  .mgr-lg {
    margin-right: 2em !important;
  }
  .mgr-xl {
    margin-right: 3em !important;
  }
  .mgl-none {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_mgt-none {
    margin-top: 0 !important;
  }
  .sp_mgt-xs {
    margin-top: 0.5em !important;
  }
  .sp_mgt-sm {
    margin-top: 1em !important;
  }
  .sp_mgt-md {
    margin-top: 1.5em !important;
  }
  .sp_mgt-lg {
    margin-top: 2em !important;
  }
  .sp_mgt-xl {
    margin-top: 3em !important;
  }
  .sp_mgb-none {
    margin-bottom: 0 !important;
  }
  .sp_mgb-xs {
    margin-bottom: 0.5em !important;
  }
  .sp_mgb-sm {
    margin-bottom: 1em !important;
  }
  .sp_mgb-md {
    margin-bottom: 1.5em !important;
  }
  .sp_mgb-lg {
    margin-bottom: 2em !important;
  }
  .sp_mgb-xl {
    margin-bottom: 3em !important;
  }
  .sp_mgl-none {
    margin-left: 0 !important;
  }
  .sp_mgl-xs {
    margin-left: 0.5em !important;
  }
  .sp_mgl-sm {
    margin-left: 1em !important;
  }
  .sp_mgl-md {
    margin-left: 1.5em !important;
  }
  .sp_mgl-lg {
    margin-left: 2em !important;
  }
  .sp_mgl-xl {
    margin-left: 3em !important;
  }
  .sp_mgr-none {
    margin-right: 0 !important;
  }
  .sp_mgr-xs {
    margin-right: 0.5em !important;
  }
  .sp_mgr-sm {
    margin-right: 1em !important;
  }
  .sp_mgr-md {
    margin-right: 1.5em !important;
  }
  .sp_mgr-lg {
    margin-right: 2em !important;
  }
  .sp_mgr-xl {
    margin-right: 3em !important;
  }
}

/* ---------- padding ----------*/

@media screen and (min-width: 768px), print {
  .pdt-none {
    padding-top: 0 !important;
  }
  .pdt-xs {
    padding-top: 0.5em !important;
  }
  .pdt-sm {
    padding-top: 1em !important;
  }
  .pdt-md {
    padding-top: 1.5em !important;
  }
  .pdt-lg {
    padding-top: 2em !important;
  }
  .pdt-xl {
    padding-top: 3em !important;
  }
  .pdb-none {
    padding-bottom: 0 !important;
  }
  .pdb-xs {
    padding-bottom: 0.5em !important;
  }
  .pdb-sm {
    padding-bottom: 1em !important;
  }
  .pdb-md {
    padding-bottom: 1.5em !important;
  }
  .pdb-lg {
    padding-bottom: 2em !important;
  }
  .pdb-xl {
    padding-bottom: 3em !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_pdt-none {
    padding-top: 0 !important;
  }
  .sp_pdt-xs {
    padding-top: 0.5em !important;
  }
  .sp_pdt-sm {
    padding-top: 1em !important;
  }
  .sp_pdt-md {
    padding-top: 1.5em !important;
  }
  .sp_pdt-lg {
    padding-top: 2em !important;
  }
  .sp_pdt-xl {
    padding-top: 3em !important;
  }
  .sp_pdb-none {
    padding-bottom: 0 !important;
  }
  .sp_pdb-xs {
    padding-bottom: 0.5em !important;
  }
  .sp_pdb-sm {
    padding-bottom: 1em !important;
  }
  .sp_pdb-md {
    padding-bottom: 1.5em !important;
  }
  .sp_pdb-lg {
    padding-bottom: 2em !important;
  }
  .sp_pdb-xl {
    padding-bottom: 3em !important;
  }
}

/*---------------------------------
  header
---------------------------------*/

#header .gh_logo a {
  display: block;
}

#header .gh_nav .gh_login a {
  display: block;
}
    
#header .gh_nav .gh_dogin a {
  background: #bc9429;
  background: -moz-linear-gradient(left, #bc9429 0%, #d0af3d 100%);
  background: -webkit-linear-gradient(left, #bc9429 0%,#d0af3d 100%);
  background: linear-gradient(to right, #bc9429 0%,#d0af3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9429', endColorstr='#d0af3d',GradientType=1 );
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#header .gh_nav .gh_menu .gh_list li a {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

@media screen and (min-width: 768px), print {
  #header .gh_wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    min-width: 1280px;
    height: 81px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
  }
  
  #header .gh_wrap .gh_logo {
    width: 140px;
    padding-left: 30px;
  }
  
  #header .gh_wrap .gh_nav,
  #header .gh_wrap .gh_nav .gh_menu {
    display: flex;
    align-items: center;
    align-content: center;
  }
  
  #header .gh_wrap .gh_nav .gh_menu .gh_list {
    display: flex;
    align-items: center;
    align-content: center;
    margin-right: 30px;
  }
  
  #header .gh_wrap .gh_nav .gh_menu .gh_list li:not(:last-child) {
    margin-right: 1.5em;
  }
  
  #header .gh_wrap .gh_nav .gh_menu .gh_list li a {
    font-size: 15px;
    transition: all 0.3s;
  }
  
  #header .gh_wrap .gh_nav .gh_menu .gh_list li a:hover {
    color: #0f3a9b;
  }
  
  #header .gh_wrap .gh_nav .gh_login {
    width: 80px;
  }
  
  #header .gh_wrap .gh_nav .gh_dogin a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 135px;
    height: 80px;
    font-size: 12px;
    line-height: 1.606;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #header .gh_wrap_sp .gh_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_logo {
    padding-left: 18px;
    width: 110px;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn {
    display: flex;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn .gh_login {
    width: 59px;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn .gh_hamburger {
    width: 59px;
    height: 59px;
    background: #bc9429;
    background: -moz-linear-gradient(left, #bc9429 0%, #d0af3d 100%);
    background: -webkit-linear-gradient(left, #bc9429 0%,#d0af3d 100%);
    background: linear-gradient(to right, #bc9429 0%,#d0af3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9429', endColorstr='#d0af3d',GradientType=1 );
    position: relative;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn .gh_hamburger span {
    display: block;
    width: 15px;
    height: 1px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.3s;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn .gh_hamburger span:first-child {
    top: 22px;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn .gh_hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn .gh_hamburger span:nth-child(3) {
    bottom: 22px;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn .gh_hamburger.is-open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 29px;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn .gh_hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  
  #header .gh_wrap_sp .gh_inner .gh_btn .gh_hamburger.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 29px;
  }
  
  #header .gh_wrap_sp .gh_nav {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 990;
  }
  
  #header .gh_wrap_sp .gh_nav .gh_menu .gh_list li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  
  #header .gh_wrap_sp .gh_nav .gh_menu .gh_list li a {
    padding: 20px;
    font-size: 14px;
  }
  
  #header .gh_wrap_sp .gh_nav .gh_dogin a {
    display: block;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}

/*---------------------------------
  footer
---------------------------------*/

#footer {
  background-color: #fff;
}

#footer #pagetop {
  position: fixed;
  opacity: 0;
  transition: all 0.3s;
}

#footer #pagetop.is-show {
  opacity: 1;
}

#footer #pagetop a {
  display: block;
  background: #bc9429;
  background: -moz-linear-gradient(top, #bc9429 0%, #d0af3d 100%);
  background: -webkit-linear-gradient(top, #bc9429 0%,#d0af3d 100%);
  background: linear-gradient(to bottom, #bc9429 0%,#d0af3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9429', endColorstr='#d0af3d',GradientType=0 );
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
}

#footer #pagetop a::before {
  content: "";
  display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

#footer p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  #footer #pagetop {
    right: 50px;
    bottom: 50px;
  }
  
  #footer #pagetop a {
    width: 60px;
    height: 60px;
  }
  
  #footer #pagetop a::before {
    width: 16px;
    height: 16px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    top: 26px;
  }
  
  #footer p {
    padding: 41px 40px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #footer #pagetop {
    right: 20px;
    bottom: 45px;
  }
  
  #footer #pagetop a {
    width: 40px;
    height: 40px;
  }
  
  #footer #pagetop a::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 18px;
  }
  
  #footer p {
    padding: 20px 10px;
    font-size: 10px;
  }
}

/*---------------------------------
  container
---------------------------------*/

#container .cont_inner .cont_heading h2 {
  position: relative;
  font-weight: 700;
  text-align: center;
}

#container .cont_inner .cont_heading h2::after {
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  background: #0d3387;
  background: -moz-linear-gradient(left, #0d3387 0%, #2954ab 100%);
  background: -webkit-linear-gradient(left, #0d3387 0%,#2954ab 100%);
  background: linear-gradient(to right, #0d3387 0%,#2954ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3387', endColorstr='#2954ab',GradientType=1 );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  #container {
    padding-top: 81px;
	}
  
  #container .cont_inner {
    width: 1100px;
    margin: 0 auto;
  }
  
  #container .cont_inner .cont_heading h2 {
    padding-bottom: 24px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.5;
  }
  
  #container .cont_inner .cont_heading h2::after {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #container {
    padding-top: 60px;
	}
  
  #container .cont_inner {
    padding: 0 15px;
  }
  
  #container .cont_inner .cont_heading h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.65;
  }
  
  #container .cont_inner .cont_heading h2::after {
    width: 150px;
  }
}

/* ---------- page_header ----------*/

#container .page_header {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

#container .page_header div {
  width: 100%;
  text-align: center;
}

#container .page_header h1 {
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  #container .page_header {
    height: 170px;
    background-image: url("../image/page_header_bg.png");
  }
  
  #container .page_header div img {
    width: 204px;
  }
  
  #container .page_header h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #container .page_header {
    height: 120px;
    background-image: url("../image/page_header_bg_sp.png");
  }
  
  #container .page_header div {
    margin-bottom: 4px;
  }
  
  #container .page_header div img {
    width: 195px;
  }
  
  #container .page_header h1 {
    font-size: 22px;
  }
}

/* ---------- slide_icon ----------*/

@media screen and (max-width: 767px) {
  .slide_wrap {
    width: 100%;
    position: relative;
    overflow-x: auto;
  }
  
  .slide_wrap .slide_icon {
    display: block;
    width: 100px;
    height: 90px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: url("../image/icon_slide.png") no-repeat center;
    background-size: contain;
  }
}

/*---------------------------------
  terms
---------------------------------*/

#terms .cont_inner .terms_btn {
  display: flex;
  justify-content: center;
}

#terms .cont_inner .terms_btn div a {
  display: block;
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
  color: #111;
}

#terms .cont_inner .terms_btn div a::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url("../image/icon_out_gry.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  #terms {
    padding: 70px 0;
  }
  
  #terms .cont_inner .terms_btn div {
    margin: 0 15px;
  }
  
  #terms .cont_inner .terms_btn div a {
    width: 232px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 60px;
  }
  
  #terms .cont_inner .terms_btn div a:hover {
    background-color: #eee;
  }
}

@media screen and (max-width: 767px) {
  #terms {
    padding: 40px 0;
  }
  
  #terms .cont_inner .terms_btn {
    margin: 0 -7px;
  }
  
  #terms .cont_inner .terms_btn div {
    margin: 0 7px;
  }
  
  #terms .cont_inner .terms_btn div a {
    width: 165px;
    border-radius: 25px;
    font-size: 17px;
    line-height: 50px;
  }
}

/*---------------------------------
  contact
---------------------------------*/

#contact {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#contact .contact_inner h4 {
  position: relative;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

#contact .contact_inner h4::after {
  content: "";
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  font-weight: 700;
}

#contact .contact_inner h4::after {
  background-image: url("../image/contact_icon.png")
}

#contact .contact_inner div a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100vh;
  background-color: #fff;
  font-weight: 700;
  color: #be9831;
}

#contact .contact_inner div a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #be9831;
}

@media screen and (min-width: 768px), print {
  #contact {
    background-image: url("../image/contact_bg.png");
  }
  
  #contact .contact_inner {
    height: 331px;
    padding-top: 60px;
  }
  
  #contact .contact_inner h4 {
    padding-top: 50px;
    margin-bottom: 25px;
    font-size: 26px;
  }
  
  #contact .contact_inner h4::after {
    width: 45px;
    height: 30px;
  }
  
  #contact .contact_inner div {
    width: 400px;
    margin: 0 auto;
  }
  
  #contact .contact_inner div a {
    height: 75px;
    font-size: 22px;
  }
  
  #contact .contact_inner div a::after {
    border-width: 7px 0 7px 10px;
  }
}

@media screen and (max-width: 767px) {
  #contact {
    background-image: url("../image/contact_bg_sp.png");
  }
  
  #contact .contact_inner {
    height: 200px;
    padding-top: 25px;
  }
  
  #contact .contact_inner h4 {
    padding-top: 37px;
    margin-bottom: 20px;
    font-size: 19px;
  }
  
  #contact .contact_inner h4::after {
    width: 36px;
    height: 24px;
  }
  
  #contact .contact_inner div {
    width: 300px;
    margin: 0 auto;
  }
  
  #contact .contact_inner div a {
    height: 56px;
    font-size: 18px;
  }
  
  #contact .contact_inner div a::after {
    border-width: 6px 0 6px 8px;
  }
}
