@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
  color: #111;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 5 Free";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: block;
}

a {
  text-decoration: none;
  color: #fff;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

a:hover,
.link input:hover {
  opacity: 0.6;
}

img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1040px) {
  body {
    width: 100%;
    min-width: 0;
    font-size: 14px;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }

}

/*============================
flex
============================*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/*============================
脚注文字表記etc.
============================*/

.note,
.note_list {
  display: block;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-top: 10px !important;
  line-height: 1.4;
  color: #ababab;
}

.note::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.note_list::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.square {
  display: block;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  margin-top: 10px !important;
  line-height: 1.4;
  color: #ababab;
}

.square::before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.min {
  font-size: 13px;
}

.eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 1040px) {
  .note,
  .note_list,
  .square {
    font-size: 13px;
  }
}

/*============================
表示切り替え
============================*/

.sp-only {
  display: none;
}


@media only screen and (max-width: 1040px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/*============================
wrapper
============================*/

.wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
}

h2 {
  text-align: center;
  font-size: 32px;
  color: #06559d;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.4;
}

h2 .eng {
  display: block;
  color: #46adee;
  font-size: 24px;
}

@media only screen and (max-width: 1040px) {
  .wrapper {
    padding-top: 54px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  h2 .eng {
    font-size: 18px;
  }
}

/*============================
inner
============================*/

.inner {
  width: 1040px;
  margin: auto;
}

@media only screen and (max-width: 1040px) {
  .inner {
    width: 90.625%;
  }
}

/*============================
header
============================*/

#top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  transition: 0.5s;
}

#top.hide {
  transform: translateY(-110%);
}

#top.hide.active {
  transform: translateY(0);
}

#top .inner {
  padding: 0 3%;
  width: 100%;
  max-width: 1300px;
  align-items: center;
}

#top .siteTitle {
  width: 150px;
}

.siteTitle a {
  padding-top: 23.2558%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/sitetitle.png) no-repeat left center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

@media only screen and (max-width: 1040px) {
  #top {
    width: 100%;
    min-width: 0;
  }

  #top.hide {
    transform: none;
  }

  #top.active {
    top: 0 !important;
  }

  #top .inner {
    width: 100%;
    position: relative;
    padding: 10px;
  }
}

/*============================
nav
============================*/

#top nav {
  margin-left: auto;
}

#top .globalNav {
  width: 100%;
  margin: auto;
  justify-content: flex-end;
  align-items: center;
}

#top .globalNav li a {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  width: auto;
  padding: 25px 20px;
  font-weight: 500;
  color: #111;
}

#top .globalNav li.contact a {
  background-color: #06559d;
  font-size: 15px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

@media only screen and (max-width: 1040px) {

  #top nav {
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-top: 54px;
    background-color: #06559d;
    overflow-y: scroll;
  }

  #top .globalNav li {
    float: none;
    width: 100%;
    position: relative;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
  }

  #top .globalNav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  #top .globalNav li a {
    overflow: inherit;
    width: 100%;
    height: inherit;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    background: none;
  }

  #top .globalNav li.contact a {
    background-color: #00417c;
    padding: 10px 0;
    border-radius: 0;
    height: auto;
  }

  #top .globalNav li a span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
  }

  #top .globalNav li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
  }
}

/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
  display: none;
}

@media only screen and (max-width: 1040px) {
  .menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    z-index: 1000;
    width: 31px;
    height: 23px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 31px;
    height: 23px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #06559d;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* anime */
  .active .menu-trigger span {
    background-color: #06559d;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

/*============================
cta
============================*/

.cta {
  background-color: #06559d;
  padding: 70px 0 80px;
  color: #fff;
}

.cta h2 {
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  color: #fff400;
}

.cta h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta h2 span {
  background-color: #06559d;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

.cta h3 {
  font-weight: 600;
  text-align: center;
}

.cta .box {
  background-color: #fff;
  color: #222;
  margin-top: 10px;
  padding: 20px 30px;
}

.cta .box .pay {
  margin-top: 10px;
  padding: 10px;
  color: #05559d;
  text-align: center;
  font-weight: bold;
  background-color: #c5e0fb;
}

.cta .flex {
  margin-top: 30px;
  align-items: center;
}

.cta .tel span {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.cta .tel .eng {
  font-size: 26px;
}

.cta .mail,
.cta .line {
  background-color: #f1a225;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
}

.cta .line {
  background-color: #11b246;
}


@media only screen and (max-width: 1040px) {
  .cta {
    padding: 40px 0;
  }

  .cta h2 {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 10px;
    position: relative;
    color: #fff400;
    font-weight: 600;
  }

  .cta h2::after {
    display: none;
  }

  .cta h2 span {
    padding: 0;
  }

  .cta h3 {
    font-size: 14px;
    text-align: left;
  }

  .cta .box {
    margin-top: 10px;
    padding: 10px;
  }

  .cta .box .pay {
    text-align: left;
  }

  .cta .flex {
    margin-top: 30px;
    align-items: center;
  }

  .cta .tel {
    width: 100%;
    text-align: center;
  }

  .cta .mail,
  .cta .line {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
  }

  .cta .mail a,
  .cta .line a {
    display: block;
    width: 100%;
  }

}


/*============================
Link
============================*/

.link {
  width: 100%;
  margin: auto 0 30px;
  padding-top: 20px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link li {
  width: 320px;
  margin: 0 20px;
}

.link li a,
.link li input {
  display: block;
  line-height: inherit;
  width: 100%;
  padding: 13px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  border: none;
  background-color: #46adee;
  border-radius: 0;
  position: relative;
}

.link li a::before,
.link li input::before,
.formBtn li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

@media only screen and (max-width: 1040px) {
  .link {
    padding-top: 20px;
  }

  .link div {
    width: 80%;
    margin: 0;
  }

  .link > div:nth-child(2) {
    margin-top: 20px;
  }
}


/*============================
article
============================*/

article {
  padding: 120px 0;
}

article .inner p {
  margin-top: 18px;
}

article .inner p:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 1040px) {
  article {
    padding: 50px 0;
  }
}

/*============================
table
============================*/

table.info {
  width: 100%;
  margin-top: 10px;
}

table.info tr {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4px;
}

table.info tr:last-child {
  border: none;
  padding-bottom: 0;
}

table.info th {
  width: 140px;
  background: #01111b;
  color: #ccc;
  letter-spacing: 0;
}

table.info th,
table.info td {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 15px;
}

table.info tr:first-child {
  padding-top: 0;
}

table.info td {
  flex: 1;
  width: 100%;
  margin-left: 4px;
  padding-left: 4px;
  background: #01111b;
}

a.google::before {
  content: '\f3c5';
  font-weight: 900;
  margin-right: 5px;
  color: #b89256;
}

a.google {
  display: block;
  margin: 5px 0;
  font-weight: bold;
}


@media only screen and (max-width: 768px) {

  table.info th,
  table.info td {
    padding: 12px 0;
  }

  table.info th {
    width: 100px;
    font-size: 13px;
  }

  table.info td {
    padding-left: 10px;
    font-size: 14px;
  }
}


/*============================
floating
============================*/

.floating {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background-color: #06559d;
  width: 100%;
  padding: 20px 0;
}

.floating .flex {
  align-items: center;
}

.floating .tel span:not(.sp-only) {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.floating .tel span.eng {
  font-size: 26px;
}

.floating .mail,
.floating .line {
  background-color: #f1a225;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
}

.floating .line {
  background-color: #11b246;
}


@media only screen and (max-width: 1040px) {

  .floating {
    padding: 10px 0;
  }

  .floating .tel,
  .floating .mail,
  .floating .line {
    padding: 0;
    border-radius: 0;
    width: 32.5%;
  }

  .floating .tel a,
  .floating .mail a,
  .floating .line a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 0;
    line-height: 1;
    font-size: 26px;
    font-weight: 600;
  }

  .floating .tel {
    background-color: #46adee;
  }

  .floating .tel span:not(.sp-only) {
    display: none;
  }

}


/*============================
footer
============================*/

footer {
  padding: 40px 0 130px;
  font-size: 14px;
  background-color: #06559d;
}

footer .inner {
  position: relative;
  align-items: center;
}

footer .siteTitle {
  margin-top: 10px;
  width: 200px;
}

footer .siteTitle a {
  background-image: url(../images/common/sitetitle_w.png);
}

footer p {
  margin-top: 20px;
  color: #fff;
}

footer .copyright {
  font-size: 13px;
  margin-top: 60px;
}

@media only screen and (max-width: 1040px) {

  footer {
    padding: 40px 0 80px;
  }

  footer .siteTitle {
    width: 150px;
  }
}

/*============================
common_js
============================*/

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
