@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  #footer p a[href*="tel:"], #pp p a[href*="tel:"] {
    text-decoration: underline !important;
  }
}

/* ========== end △ */
/* ==================================================
	text color
================================================== */
:root {
  --fontMain:"Yu Gothic","游ゴシック", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --color-red:#d34156;
  --color-gold:#fafa5c;
  --color-blue:#0162a1;
  --font-roboto:'Roboto', sans-serif;
}

/* ==================================================
	end color
================================================== */
body img {
  max-width: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  body img {
    width: 100%;
  }
}

/* ========== end △ */
/* ==================================================
	font
================================================== */
.fnt-roboto {
  font-family: 'Roboto', sans-serif;
}

.fw-regular {
  font-weight: var(--fw-regular);
}

.fw-medium {
  font-weight: var(--fw-medium);
}

.fnt-gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-mincho {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, 'Noto Serif JP',  "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  min-width: 320px;
}

@media (max-width: 767px) {
  #wrapper {
    font-size: 14px;
  }
}

p {
  line-height: 28px;
}

@media (max-width: 767px) {
  p { line-height: 1.8;}
}

html {
  overflow-y: auto;
  line-height: normal;
}

body {
  font-family: var(--fontMain);
  font-weight: 500;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}

/* サイト幅
-------------------------------------------------- */
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .a_phone {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  html {
    font-size: 6px;
  }
  .wrap {
    padding: 0 2%;
  }
}

/* ==================================================
	header
================================================== */
#cm-header {
  position: relative;
  z-index: 99;
  --vw-logo-sp: 40%;
}

@media (max-width: 767px) {
  #cm-header {
    padding-top: 0;
  }
}

.header1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header1 .logo-img {
  margin: 1.5rem 0;
}

.header1 .logo-img img {
  width: auto;
  mix-blend-mode: multiply;
}

.header1 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header1 .nav-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header1 .nav-sp li {
  margin-left: 2rem;
}

.header1 .hamburger {
  position: relative;
  width: 50px;
  z-index: 2;
  cursor: pointer;
}

.header1 .hamburger img {
  width: 100%;
}

.header1 .hamburger .close {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.header1 .hamburger.opened .open {
  opacity: 0;
}

.header1 .hamburger.opened .close {
  opacity: 1;
}

@media (max-width: 767px) {
  .header1 {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .header1 .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header1 .logo-img {
    width: var(--vw-logo-sp);
  }
  .header1 .logo-img img {
    width: auto;
  }
  .header1 .nav-sp {
    width: calc(100% - var(--vw-logo-sp));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
  .header1 .nav-sp > * {
    width: 50px;
  }
  .header1 .nav-sp > * img {
    max-width: 100%;
  }
}

@media (max-width: 639px) {
  .header1 .logo-img {
    width: 46vw;
  }
  .header1 .nav-sp {
    width: 40vw;}
}

#nav-header {
  background-color: rgba(66, 160, 232, 0.95);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  overflow-y: auto;
}

#nav-header .container {max-width: 1050px;}

#nav-header .nav-header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

#nav-header .nav-header1 i {
  display: none;
}

#nav-header .nav-header1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav-header .nav-header1 .item > * {
  margin-bottom: 3rem;
}

#nav-header .nav-header1 a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: table;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat left bottom 5px/0 1px;
  background: linear-gradient(currentColor, currentColor) no-repeat left bottom 5px/0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0px;
}

#nav-header .nav-header1 a:hover {
  background-size: 100% 1px;
}

#nav-header .nav-header1 .subnavbtn a:hover,
#nav-header .nav-header1 .subnav a:hover{
  background-size: 0;
  color: #fafa5c;
}

@media (min-width: 768px) and (max-width: 999px) {
  #nav-header .nav-header1 a {
    font-size: 15px;
  }
}

#nav-header .subnav > *:first-child {
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

#nav-header .subnav > *:first-child span {
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

#nav-header .subnav > *:first-child small {
  font-weight: 700;
  display: block;
  text-align: left;
}

#nav-header h2 {
  font-size: 23px;
  background-color: #fff;
  text-align: center;
  color: #0162a1;
}

#nav-header h3 {
  font-size: 16px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -17px;
}

#nav-header .txt1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  color: #fff;
}

#nav-header .box-tel .item .tel .btn a {
  font-size: 22px;
  max-width: 205px;
  margin: auto;
}

#nav-header .box-tel .item .contact a {
  border-radius: 3rem;
}

#nav-header .box-tel .item .contact a span {
  font-size: 22px;
}

#nav-header .box-tel .item .contact a small {
  font-size: 12px;
}

.tel-hover {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .tel-hover:hover .subnav-language {
    opacity: 1;
    visibility: visible;
  }
}

.subnav-language {
  position: absolute;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  width: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  padding: 23px 0 0;
}

.subnav-language h3 {
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.subnav-language li {
  background-color: #0162a1;
  padding: 10px 0 0;
}

.subnav-language a {
  color: #fafa5c;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0px;
}

.tel-hover-active .subnav-language {
  opacity: 1;
  visibility: visible;
}

html.opened {
  overflow: hidden;
}

html.opened .page_up {
  opacity: 0;
  visibility: hidden;
}

body.opened {
  overflow: hidden;
}

body.opened #nav-header {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

body.opened .header1 {
  background-color: rgba(66, 160, 232, 0.95);
}

@media (min-width: 768px) {
  .subnav-content {
    display: block !important;
  }
}

@media (max-width: 767px) {
  #cm-header::after {
    display: none;
  }
  #cm-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #nav-header {
    overflow: auto;
    width: 100%;
    left: -100%;
    right: 0;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2% 0;
  }
  #nav-header .container {
    padding: 0;
  }
  #nav-header .subnav {
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
  }
  #nav-header .subnav > *:first-child {
    margin-bottom: 0;
    /*padding: 10px;*/
  }
  #nav-header .subnav > *:first-child span {
    font-size: 16px;
  }
  #nav-header .subnav > *:first-child small {
    font-size: 14px;
  }
  #nav-header .subnav.navopen .subnavbtn {
    background-color: #0162a1;
  }
  #nav-header .subnav.navopen .subnavbtn i {
    -webkit-transform: scale(-1) translateY(50%);
            transform: scale(-1) translateY(50%);
  }
  #nav-header .subnav-content {
    display: none;
    background-color: #fff;
  }
  #nav-header .subnav-content a {
    color: #0162a1 !important;
    border-bottom: 1px solid #F0F0F0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #nav-header .nav-header1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    background: none;
    border-bottom: 0;
  }
  #nav-header .nav-header1 .subnavbtn {
    position: relative;
    z-index: 1;
  }
  #nav-header .nav-header1 .subnavbtn i {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
   padding: 25px 30px;
  }
  #nav-header .nav-header1 .item > * {
    margin-bottom: 0;
  }
  #nav-header .nav-header1 > li {
    width: 100%;
    max-width: inherit;
  }
  #nav-header .nav-header1 > li.border-none a {
    border-bottom: 0;
  }
  #nav-header .nav-header1 a {
    margin-top: 0;
    color: #fff;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: none;
    width: 100%;
  }
  #nav-header .nav-header1 .subnav-content a {padding: 10px 7px;}
  body.opened #nav-header { padding-bottom: 60px;}
  #nav-header .box-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  #nav-header .box-ct .tel {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #nav-header .box-ct .tel a {
    font-size: 25px;
  }
  #nav-header .box-ct img {
    width: auto;
  }
}

body.opened #nav-header {
  left: 0;
}

/* ==================================================
	mainvisual
================================================== */
#mainvisual {
  position: relative;
  z-index: 1;
}

#mainvisual h1 {
  position: absolute;
  z-index: 2;
  font-size: 4rem;
  text-shadow: 0px 3px 12.09px rgba(51, 70, 92, 0.4);
  color: #fff;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.3;
  max-width: 96%;
}

#mainvisual h1 span {
  font-size: 5.5rem;
}

@media (max-width: 767px) {
  #mainvisual h1 {
    font-size: 20px;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 20px;
  }
  #mainvisual h1 span {
    font-size: 25px;
  }
}

/* ==================================================
	gnav
================================================== */
/* ==================================================
	content_area
================================================== */
/* title set
-------------------------------------------------- */
/* ==================================================
	main_content
================================================== */
#main {
  position: relative;
  z-index: 2;
}

/* section set
-------------------------------------------------- */
/* ==================================================
	aside_area
================================================== */
/* ==================================================
	footer
================================================== */
footer {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #eef3f8;
}

footer a {
  color: currentColor !important;
  text-decoration: none !important;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 45%;
}

footer .inner .right a {
  padding: 5px 0;
  margin-bottom: .5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat bottom left 15px/0 1px;
  background: linear-gradient(currentColor, currentColor) no-repeat bottom left 15px/0 1px;
  display: inline-block;
}

footer .inner .right a:hover {
  background-size: 100% 1px;
}

footer .inner .right .sub {
  margin-left: 20px;
}

footer .inner .mid {
  padding-top: 9rem;
}

footer .inner .mid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .inner .mid ul li {
  margin: 0 8px;
}

footer .inner .mid ul:nth-child(1) {
  margin-bottom: 2.5rem;
}

footer .inner .mid ul:nth-child(1) img {
  height: 50px;
  width: auto;
}

footer .inner .mid ul:nth-child(2) img {
  height: 35px;
  width: auto;
}

footer .inner .mid ul:nth-child(2):last-child {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 999px) {
  footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .inner .mid {
    padding-top: 2rem;
  }
  footer .inner .right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  footer .logo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .inner .left {
    width: 100%;
    text-align: center;
  }
  footer .inner .mid {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  footer .inner .mid ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .inner .right {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

address {
  font-size: 12px;
  color: #fff;
  background-color: #0162a1;
}

/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/* margin */
.mat {
  margin: auto !important;
}

.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr10rem {
  margin-right: 10rem;
}

.mb00 {
  margin-bottom: 0px  !important;
}

.mb05 {
  margin-bottom: 5px  !important;
}

.mb10 {
  margin-bottom: 10px  !important;
}

.mb15 {
  margin-bottom: 15px  !important;
}

.mb20 {
  margin-bottom: 20px  !important;
}

.mb25 {
  margin-bottom: 25px  !important;
}

.mb30 {
  margin-bottom: 30px  !important;
}

.mb35 {
  margin-bottom: 35px  !important;
}

.mb40 {
  margin-bottom: 40px  !important;
}

.mb45 {
  margin-bottom: 45px  !important;
}

.mb50 {
  margin-bottom: 50px  !important;
}

.mb55 {
  margin-bottom: 55px  !important;
}

.mb60 {
  margin-bottom: 60px  !important;
}

.mb65 {
  margin-bottom: 65px  !important;
}

.mb70 {
  margin-bottom: 70px  !important;
}

.mb75 {
  margin-bottom: 75px  !important;
}

.mb80 {
  margin-bottom: 80px  !important;
}

.mb85 {
  margin-bottom: 85px  !important;
}

.mb90 {
  margin-bottom: 90px  !important;
}

.ml00 {
  margin-left: 0px  !important;
}

.ml05 {
  margin-left: 5px  !important;
}

.ml10 {
  margin-left: 10px  !important;
}

.ml15 {
  margin-left: 15px  !important;
}

.ml20 {
  margin-left: 20px  !important;
}

.ml25 {
  margin-left: 25px  !important;
}

.ml30 {
  margin-left: 30px  !important;
}

.ml35 {
  margin-left: 35px  !important;
}

.ml40 {
  margin-left: 40px  !important;
}

.ml45 {
  margin-left: 45px  !important;
}

.ml50 {
  margin-left: 50px  !important;
}

.ml55 {
  margin-left: 55px  !important;
}

.ml60 {
  margin-left: 60px  !important;
}

.ml65 {
  margin-left: 65px  !important;
}

.ml70 {
  margin-left: 70px  !important;
}

.ml75 {
  margin-left: 75px  !important;
}

.ml80 {
  margin-left: 80px  !important;
}

.ml85 {
  margin-left: 85px  !important;
}

.ml90 {
  margin-left: 90px  !important;
}

/* margin */
/* padding */
.p00 {
  padding: 0px        !important;
}

.p05 {
  padding: 5px        !important;
}

.p10 {
  padding: 10px        !important;
}

.p15 {
  padding: 15px        !important;
}

.p20 {
  padding: 20px        !important;
}

.p25 {
  padding: 25px        !important;
}

.p30 {
  padding: 30px        !important;
}

.p35 {
  padding: 35px        !important;
}

.p40 {
  padding: 40px        !important;
}

.p45 {
  padding: 45px        !important;
}

.p50 {
  padding: 50px        !important;
}

.p55 {
  padding: 55px        !important;
}

.p60 {
  padding: 60px        !important;
}

.p65 {
  padding: 65px        !important;
}

.p70 {
  padding: 70px        !important;
}

.p75 {
  padding: 75px        !important;
}

.p80 {
  padding: 80px        !important;
}

.p85 {
  padding: 85px        !important;
}

.p90 {
  padding: 90px        !important;
}

.pt00 {
  padding-top: 0px    !important;
}

.pt05 {
  padding-top: 5px    !important;
}

.pt10 {
  padding-top: 10px    !important;
}

.pt15 {
  padding-top: 15px    !important;
}

.pt20 {
  padding-top: 20px    !important;
}

.pt25 {
  padding-top: 25px    !important;
}

.pt30 {
  padding-top: 30px    !important;
}

.pt35 {
  padding-top: 35px    !important;
}

.pt40 {
  padding-top: 40px    !important;
}

.pt45 {
  padding-top: 45px    !important;
}

.pt50 {
  padding-top: 50px    !important;
}

.pt55 {
  padding-top: 55px    !important;
}

.pt60 {
  padding-top: 60px    !important;
}

.pt65 {
  padding-top: 65px    !important;
}

.pt70 {
  padding-top: 70px    !important;
}

.pt75 {
  padding-top: 75px    !important;
}

.pt80 {
  padding-top: 80px    !important;
}

.pt85 {
  padding-top: 85px    !important;
}

.pt90 {
  padding-top: 90px    !important;
}

.pr00 {
  padding-right: 0px  !important;
}

.pr05 {
  padding-right: 5px  !important;
}

.pr10 {
  padding-right: 10px  !important;
}

.pr15 {
  padding-right: 15px  !important;
}

.pr20 {
  padding-right: 20px  !important;
}

.pr25 {
  padding-right: 25px  !important;
}

.pr30 {
  padding-right: 30px  !important;
}

.pr35 {
  padding-right: 35px  !important;
}

.pr40 {
  padding-right: 40px  !important;
}

.pr45 {
  padding-right: 45px  !important;
}

.pr50 {
  padding-right: 50px  !important;
}

.pr55 {
  padding-right: 55px  !important;
}

.pr60 {
  padding-right: 60px  !important;
}

.pr65 {
  padding-right: 65px  !important;
}

.pr70 {
  padding-right: 70px  !important;
}

.pr75 {
  padding-right: 75px  !important;
}

.pr80 {
  padding-right: 80px  !important;
}

.pr85 {
  padding-right: 85px  !important;
}

.pr90 {
  padding-right: 90px  !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl00 {
  padding-left: 0px   !important;
}

.pl05 {
  padding-left: 5px   !important;
}

.pl10 {
  padding-left: 10px   !important;
}

.pl15 {
  padding-left: 15px   !important;
}

.pl20 {
  padding-left: 20px   !important;
}

.pl25 {
  padding-left: 25px   !important;
}

.pl30 {
  padding-left: 30px   !important;
}

.pl35 {
  padding-left: 35px   !important;
}

.pl40 {
  padding-left: 40px   !important;
}

.pl45 {
  padding-left: 45px   !important;
}

.pl50 {
  padding-left: 50px   !important;
}

.pl55 {
  padding-left: 55px   !important;
}

.pl60 {
  padding-left: 60px   !important;
}

.pl65 {
  padding-left: 65px   !important;
}

.pl70 {
  padding-left: 70px   !important;
}

.pl75 {
  padding-left: 75px   !important;
}

.pl80 {
  padding-left: 80px   !important;
}

.pl85 {
  padding-left: 85px   !important;
}

.pl90 {
  padding-left: 90px   !important;
}

/* padding */
/* font */
.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

/*■05.FLEX*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex_container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-underline {
  text-decoration: underline;
}

.text-none-underline {
  text-decoration: none !important;
}

.font14 {
  font-size: 14px;
}

.font11 {
  font-size: 11px;
}

.add_font {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.add_font2 {
  font-family: 'Oswald', sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media, .media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*====================================================================================
■07.PAGE UP
====================================================================================*/
footer .page_up {
  position: fixed;
  right: -550px;
  bottom: 50px;
  z-index: 999;
}

@media (max-width: 767px) {
  footer .page_up {
    width: 50px;
  }
}

/*==========================================
■11.breadcrumb
====================================================================================*/
h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/*==========================================
 title
====================================================================================*/
.ttlh2_1 {
  display: table;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-blue)), to(var(--color-blue))) no-repeat center bottom/100px 3px;
  background: linear-gradient(var(--color-blue), var(--color-blue)) no-repeat center bottom/100px 3px;
  padding-bottom: 1rem;
}

.ttlh2_1 .en {
  color: #3088cb;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.ttlh2_1 .jp {
  font-size: 4rem;
  display: block;
  text-align: center;
}

.ttlh2_1 .jp span {
  font-size: 6rem;
}

@media (max-width: 767px) {
  .ttlh2_1 .en {
    font-size: 15px;
  }
  .ttlh2_1 .jp {
    font-size: 22px;
  }
  .ttlh2_1 .jp span {
    font-size: 30px;
  }
}

/*==========================================
 bg-color
====================================================================================*/
.line-under {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2bc52), to(#f2bc52)) repeat-x center bottom/5px 5px;
  background: linear-gradient(#f2bc52, #f2bc52) repeat-x center bottom/5px 5px;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.bg_f3f4f8 {
  background-color: #f3f4f8;
}

.bg_eef3f8 {
  background-color: #eef3f8;
}

.c_f6f6f6 {
  color: #f6f6f6 !important;
}

.c_fafa5c {
  color: var(--color-gold);
}

.c_d34156 {
  color: var(--color-red);
}

.c_0162a1 {
  color: var(--color-blue);
}

.black {
  color: #000 !important;
}

.mt10rem {
  margin-top: 10rem !important;
}

/*==========================================
 btn
====================================================================================*/
.border-img {
  border-radius: 6rem 0 6rem 0;
}

.btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.btn.btn-left {
  margin-left: 0;
}

.btn.btn-right {
  margin-right: 0;
}

.btn a, .btn > * {
  border-bottom: 3px solid #1064A4;
  background-color: #42a0e8;
  text-decoration: none;
  border-radius: 8px;
  height: 75px;
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
}

.btn a::before, .btn > *::before {
  content: '';
  background-color: #1064A4;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.btn a::after, .btn > *::after {
  content: '';
  background: url(../common_img/arr.png) no-repeat center center/contain;
  width: 58px;
  height: 41px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  font-weight: 100;
  color: currentColor;
  background-size: 44px;
}

.btn a:hover, .btn > *:hover {
  background-color: transparent;
}

.btn a:hover::before, .btn > *:hover::before {
  width: 100%;
}

@media (max-width: 767px) {
  .btn {
    width: 220px;
    margin-top: 5px;
  }
  .btn a, .btn > * {
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
  .btn a::after, .btn > *::after {
    /*! width: 40px; */
    /*! height: 35px; */
  }
}

/*=============================================
 * text vertical
 *=============================================*/
.text-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.text-vertical .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}

.txt-normal .int {
  height: 1.1em;
}

.text-vertical-x > * {
  writing-mode: rl-tb;
  -o-writing-mode: vertical-tb;
  -ms-writing-mode: vertical-tb;
  -ms-writing-mode: rl-tb;
  -moz-writing-mode: vertical-tb;
  -webkit-writing-mode: vertical-tb;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  width: 1px;
  line-height: 1;
}

.text-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: .25em;
}

.underline {
  text-decoration: underline !important;
}

.underline:hover {
  text-decoration: none !important;
}

.sec-ct {
  background: url(../common_img/bg_dot.jpg);
  padding-top: 6rem;
}

.sec-ct h2 {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}

.sec-ct h2 span {
  text-align: center;
  display: inline;
  background-color: #fff;
  color: #0162a1;
}

.sec-ct .txt {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-top: 3rem;
}

@media (max-width: 999px) and (min-width: 768px) {
  .sec-ct h2 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  #main .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .sec-ct h2 {
    font-size: 22px;
  }
}

.box-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px auto 0;
   padding-bottom: 6rem;
}

#nav-header .box-tel {
   max-width: 960px;
 }

.box-tel .item {
  border: 2px solid #fff;
  width: calc(50% - 13px);
}

.box-tel .item h3 {
  background-color: var(--color-gold);
  border-radius: 999px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  margin-top: -18px;
}

.box-tel .item .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat center bottom/1px 60px;
  background: linear-gradient(#fff, #fff) no-repeat center bottom/1px 60px;
}

.box-tel .item .tel h4 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.box-tel .item .tel li {
  max-width: 50%;
  width: 26rem;
}

.box-tel .item .tel .btn {
  width: 100%;
}

.box-tel .item .tel .btn a {
  background-color: #d34156;
  border-color: #772849;
  border-radius: 999px;
  width: 100%;
  height: 44px;
  font-size: 3rem;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box-tel .item .tel .btn a img {
  margin-right: 10px;
}

.box-tel .item .tel .btn a::after {
  display: none;
}

.box-tel .item .txt-last {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 14px;
}

.box-tel .item .contact {
  width: calc(100% - 4rem);
}

.box-tel .item .contact a {
  background-color: #0162a1;
  border-color: #004978;
  border-radius: 999px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 10px 0 0;
  margin-top: 15px;
}

.box-tel .item .contact a::after {
  display: none;
}

.box-tel .item .contact a span {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}

.box-tel .item .contact a span img {
  margin-right: 10px;
}

.box-tel .item .contact a small {
  font-size: 16px;
}

.box-tel .item .contact a:hover::before {
  background-color: #004978;
}

@media (max-width: 999px) and (min-width: 768px) {
  .box-tel .item .tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-tel .item .tel li {
    width: 100%;
    max-width: inherit;
  }
  .box-tel .item .contact {
    height: calc(100% - 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box-tel .item .contact a span {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .box-tel {
     background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-tel .item {
    width: 100%;
  }
  .box-tel .item img {
    width: auto;
  }
  .box-tel .item .tel {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat center bottom/0px 60px;
  background: linear-gradient(#fff, #fff) no-repeat center bottom/0px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-tel .item .tel li {
    width: 220px;
    max-width: inherit;
  }
  .box-tel .item .contact {
    height: calc(100% - 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .box-tel .item .contact a {
    line-height: 1;
  }
  .box-tel .item .contact a span {
    font-size: 20px;
  }
  .box-tel .item:nth-child(2) {
    margin-top: 5rem;
  }
  .box-tel .item .contact a small {
    font-size: 14px;
    margin-top: 5px;
  }
}
/*# sourceMappingURL=base.css.map */