@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato|Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("ress.min.css");
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 1.6em;
}

* {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.666;
  margin: 0;
  padding: 0;
  color: #464646;
}

a {
  display: inline-block;
  transition: .4s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: .8;
}
a img:hover {
  opacity: .8;
}

img {
  display: inline-block;
}

hr {
  border: none;
  border-top: solid 1px #464646;
  padding: 0 0 1rem;
}

ul {
  list-style: none;
}

button {
  transition: .4s;
}

button,
input,
select,
textarea {
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'],
input[type='submit'],
select {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="text"]:focus {
  outline: 0;
  border: solid 1px #006be8;
}

select {
  font-weight: 300;
}

/* ==========================
−−−
parts
// header
// footer
−−−
mainVisual
contents
title
    l-ttl_Modifier
text
    text Modifier
box
    box Modifier
flexbox
icon
btn
    btn Modifier
img

---
etc
bxSlider
========================== */
/* common switch of pc and sp
========================== */
.ls-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .ls-sp {
    display: block;
  }

  .ov-sp {
    display: none;
  }
}
/* parts
========================== */
#header {
  border-top: solid 5px #e70032;
}

.headerInner {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .headerInner {
    padding: 17px 30px;
  }
}
@media screen and (max-width: 768px) {
  .headerInner {
    padding: 8px 15px;
  }
}
.headerInner_logo > a small {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
.headerInner_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .headerInner_right {
    width: 18%;
  }
}
.headerInner_nav {
  display: none;
}
.headerInner_nav.open_menu {
  display: block;
  position: relative;
  z-index: 99;
}
.headerInner_nav.open_menu::after {
  content: '';
  position: fixed;
  overflow: hidden;
  z-index: 98;
  width: 50vw;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: rgba(70, 70, 70, 0.6);
}
@media screen and (max-width: 768px) {
  .headerInner_nav.open_menu::after {
    width: 100vw;
    left: 0;
  }
}
.headerInner_nav_list {
  position: fixed;
  z-index: 99;
  right: 40vw;
  height: 100vh;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .headerInner_nav_list {
    right: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .headerInner_nav_list {
    width: 95vw;
    right: 0;
  }
}
.headerInner_nav_list a {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.headerInner_nav_open {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .2rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: none;
}
.headerInner_nav_open.close {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 100;
  margin-top: -7px;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.headerInner_nav .nav_close {
  width: 90%;
  margin: 4rem auto 0;
}
.headerInner_nav .nav_close .open_btn {
  border: solid 2px #fff;
  border-radius: 50px;
  text-align: center;
  display: block;
}

.btn_entry {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  padding: 1.4rem 2rem;
  color: #fff;
  background-color: #e70032;
}

#btn_pageTop {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
#btn_pageTop > a {
  color: #e70032;
  position: relative;
  padding: 10px;
}
#btn_pageTop > a::before {
  position: absolute;
  right: 50%;
  width: 12px;
  height: 12px;
  content: '';
  border: solid #e70032;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#btn_pageTop > a span {
  display: inline-block;
  margin-top: 2rem;
  color: inherit;
  font-size: 1.4rem;
}

#footer {
  background-color: #464646;
  margin-top: 1.6rem;
  padding: 60px 0 0;
  text-align: center;
}
#footer * {
  color: #fff;
}
@media screen and (min-width: 769px) {
  #footer ul li {
    display: inline-block;
  }
  #footer ul li:not(:last-of-type) a {
    border-right: solid 1px #fff;
  }
}
@media screen and (max-width: 768px) {
  #footer ul li {
    display: block;
  }
}
#footer ul li a {
  padding: 1rem;
  display: block;
  line-height: .8;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #footer ul li a {
    line-height: 3;
  }
}
#footer .footerInner_copy {
  background-color: #003c82;
  padding: 1.8rem 0;
}
@media screen and (min-width: 769px) {
  #footer .footerInner_copy {
    margin-top: 40px;
    background-color: #003c82;
  }
}
@media screen and (max-width: 768px) {
  #footer .footerInner_copy {
    background-color: #464646;
  }
}
#footer .footerInner_btn_entry {
  background-color: #fff;
  padding: 10px;
}

/* mainVisual
========================== */
.mainVisual {
  background: no-repeat 0 0;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mainVisual {
    padding: 30px;
    height: 810px;
  }
}

@media screen and (min-width: 769px) {
  .underPage .mainVisual {
    background: no-repeat 100% 0;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .underPage .mainVisual {
    height: 354px;
    background-size: cover;
  }
}
.underPage_mainTxt {
  position: absolute;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0 -2px 0 #fff;
}
@media screen and (min-width: 769px) {
  .underPage_mainTxt {
    font-size: 8rem;
    top: 45%;
    left: 155px;
  }
}
@media screen and (max-width: 768px) {
  .underPage_mainTxt {
    font-size: 4rem;
    top: 25%;
    left: 5%;
  }
}
.underPage_mainTxt > span {
  display: block;
}
.underPage_mainTxt span {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0 -2px 0 #fff;
}
@media screen and (min-width: 769px) {
  .underPage_mainTxt span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .underPage_mainTxt span {
    font-size: 1.5rem;
  }
}

/* contents
========================== */
.contents_inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .contents_inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .contents_inner {
    padding: 10.5vw 8vw;
  }
}
.contents_inner div > p {
  margin-bottom: 3rem;
}

.bg_stripe {
  background: url(../img/common/bg_stripe.png) repeat 0 0 #eff0f2;
}
.bg_sub {
  background-color: #eff0f2;
}
.bg_base {
  background-color: #fff;
}

/* title
========================== */
.l-ttl_base {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 2%;
  text-align: center;
  color: #464646;
}
@media screen and (min-width: 769px) {
  .l-ttl_base {
    font-size: 3.5rem;
    letter-spacing: .7rem;
  }
}
@media screen and (max-width: 768px) {
  .l-ttl_base {
    font-size: 1.9rem;
    letter-spacing: .3rem;
  }
}
.l-ttl_sub {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 4%;
  text-align: center;
  color: #464646;
}
@media screen and (min-width: 769px) {
  .l-ttl_sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-ttl_sub {
    font-size: 1.4rem;
  }
}

/* text
========================== */
.tableCaption {
  color: #6c6c6c;
}
@media screen and (max-width: 768px) {
  .tableCaption {
    text-align: right;
    font-size: 1.6rem;
    line-height: 3;
  }
}
@media screen and (max-width: 768px) {
  .tableCaption {
    width: 80vw;
    margin: 2rem auto 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2;
  }
}

/* box
========================== */
/* flexbox
========================== */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .flexbox_space .flexbox_item:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .flexbox_space .flexbox_item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.flexbox_item {
  flex-basis: 20%;
}
.flexbox_item > ul {
  text-align: center;
  padding: 2rem 0 1.5rem;
}
.flexbox_short {
  flex-grow: 1;
}
.flexbox_long {
  flex-grow: 2;
}

/* pager
========================== */
/* icon
========================== */
/* btn
========================== */
.btn {
  line-height: 6rem;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  border: solid 1px #464646;
  border-radius: 50px;
  background-color: transparent;
  display: block;
}
.btn_wrapper {
  max-width: 1000px;
  padding: 5% 0 0;
  margin: 0 auto;
  text-align: center;
}
.btn::after {
  position: absolute;
  top: 42%;
  right: 2rem;
  width: 12px;
  height: 12px;
  content: '';
  border: solid #464646;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn:hover {
  background-color: #003c82;
  color: #fff;
  border-color: #003c82;
}
.btn:hover::after {
  border-color: #fff;
}

/* img
========================== */
figure {
  overflow: hidden;
  border-radius: 10px;
}
figure img {
  width: 100%;
  border-radius: 10px;
}

/* bxSlider
========================== */
.boxSlider_item {
  border-radius: 14px;
}
.boxSlider_item > ul {
  text-align: center;
  padding: 2rem 0 1.5rem;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: #003c82 !important;
}
.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-next::after {
  position: absolute;
  z-index: 11;
  top: 43%;
  width: 12px;
  height: 12px;
  content: '';
  border: solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bx-wrapper .bx-prev::after {
  left: 40%;
  border-width: 0 0 2px 2px;
}
.bx-wrapper .bx-next::after {
  right: 40%;
  border-width: 2px 2px 0 0;
}

/* pages
========================== */
