@charset "UTF-8";
/* CSS Document */
.sp_none {
  display: none;
}
/*---------------------------------

  header

---------------------------------*/
header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 5;
  top: 0;
}
header .wrap {
  width: 100%;
  height: 5em;
  margin: 0 auto;
  padding: 0 2.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* logo */
header #logo {
  width: 100%;
  max-width: 80px;
}
header #logo img {
  width: 100%;
}
/*  
  gnav_main
---------------------------------*/
header #gnav_main #navTgl {
  display: none;
}
header #gnav_main .open {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: block;
  width: 80px;
  height: 80px;
  background: #8BC4BD;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
header #gnav_main .open span {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2.2px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
header #gnav_main .open span:nth-of-type(1) {
  top: 30px;
}
header #gnav_main .open span:nth-of-type(2) {
  top: 40px;
}
header #gnav_main .open span:nth-of-type(3) {
  top: 50px;
}
header #gnav_main #navTgl:checked + .open span:nth-of-type(1) {
  display: none;
}
header #gnav_main #navTgl:checked + .open span:nth-of-type(2) {
  width: 30px;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 40px;
  right: 0;
}
header #gnav_main #navTgl:checked + .open span:nth-of-type(3) {
  width: 30px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 40px;
  right: 0;
}
header #gnav_main label.close {
  cursor: pointer;
  position: fixed;
  top: 80px;
  right: 0;
}
header #gnav_main .close {
  pointer-events: none;
  z-index: 2;
  width: 100%;
  transition: background-color .3s;
}
header #navTgl:checked ~ .close {
  height: 100vh;
  position: fixed;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  pointer-events: auto;
  background-color: rgba(0, 0, 0, .7);
}
/* :::::: drawer menu :::::: */
header #gnav_main .gnav {
  z-index: 3;
  position: fixed;
  top: 80px;
  right: 0;
  width: 100%;
  height: 100%;
  background: #8BC4BD;
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  transition-property: opacity;
  transition-duration: .6s;
  opacity: 0;
  display: none;
}
header #gnav_main #navTgl:checked ~ .gnav {
  opacity: 1;
  display: block;
}
header #gnav_main #navTgl {
  animation: fadeOut .5s ease 0s 1 normal;
}
header #gnav_main .gnav ul {
  margin: 20px 0 0 30px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
header #gnav_main .gnav ul li a {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  color: #fff;
}
header #gnav_main .gnav ul li a {
  line-height: 40px;
  margin-right: 10px;
}
header #gnav_main .gnav ul li a span {
  display: block;
  position: relative;
  z-index: 4;
}
/*---------------------------------

  main

---------------------------------*/
img {
  width: 100%;
  vertical-align: bottom;
}
section {
  margin-top: -70px;
  padding-top: 70px;
}
section .wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
h1 {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin: 50px auto 40px;
  width: 90%;
}
h1 .en {
  background: #1345a0;
  border-radius: 20px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  max-width: 900px;
  margin: 10px auto;
}
section h2 {
  text-align: center;
  margin-bottom: 20px;
}
section h2 span {
  background: linear-gradient(transparent 50%, #ffe4a7 50%);
  font-size: 25px;
  line-height: 1.3;
  padding: 0 10px 10px;
  margin: 0 auto;
  display: inline-block;
}
section div.btn {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
}
section div.btn a {
  background: #2CA6E0;
  color: #fff;
  text-align: center;
  border: solid 1px #1069BB;
  display: block;
  padding: 20px;
}
/*---------------------------------

  mein_visual

---------------------------------*/
.mein_visual {
  position: relative;
  margin-top: 70px;
  background: #90bfd5;
  text-align: center;
  padding: 0px 0px;
}
.mein_visual img {
  width: 90%;
}
/*---------------------------------

  block00

---------------------------------*/
.block00 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 50px;
}
/* 写真+テキスト　横並び */
.block00 .section_wrap .pic_txt_wrap {
  display: block;
  margin: 10px auto;
}
.block00 .section_wrap .pic_txt_wrap div {
  width: 100%;
}
.block00 .section_wrap .pic_txt_wrap div a {
  color: #333;
  text-decoration: underline;
}
.block00 .section_wrap .pic_txt_wrap figure {
  text-align: center;
  width: 100%;
}
.block00 .section_wrap .pic_txt_wrap figure {
  text-align: center;
  width: 100%;
}
.block00 .section_wrap .pic_txt_wrap .txt {
  margin-top: 20px;
  width: 100%;
}
.block00 .section_wrap .pic_txt_wrap .txt h2.copy {
  text-align: justify;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 150%;
}
.block00 .section_wrap .pic_txt_wrap .txt ul {
  margin-left: 25px;
}
.block00 .section_wrap .pic_txt_wrap .txt ul li {
  margin: 10px 0;
}
/*---------------------------------

  block01

---------------------------------*/
.block01 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 50px;
}
/* 写真+テキスト　横並び */
.block01 .section_wrap .pic_txt_wrap {
  display: block;
  margin: 10px auto;
}
.block01 .section_wrap .pic_txt_wrap div {
  width: 100%;
}
.block01 .section_wrap .pic_txt_wrap div a {
  color: #333;
  text-decoration: underline;
}
.block01 .section_wrap .pic_txt_wrap figure {
  text-align: center;
  width: 100%;
}
.block01 .section_wrap .pic_txt_wrap .txt {
  margin-top: 20px;
  width: 100%;
}
.block01 .section_wrap .pic_txt_wrap .txt h2.copy {
  text-align: justify;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 150%;
}
.block01 .section_wrap .pic_txt_wrap .txt ul {
  margin-left: 25px;
}
.block01 .section_wrap .pic_txt_wrap .txt ul li {
  margin: 10px 0;
}

/*---------------------------------

  block02

---------------------------------*/
.block02 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 50px;
}
.block02 .section_wrap ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.block02 .section_wrap ul li {
  text-align: center;
  width: 30%;
}
/*---------------------------------

  block03

---------------------------------*/
.block03 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 50px;
}
.block03 .section_wrap ul {
  list-style: none;
}
.block03 .section_wrap ul li {
  padding: 30px;
  border: dotted 2px #0072bc;
  border-radius: 5px;
  width: 100%;
  margin: 10px 0 10px;
}
.block03 .section_wrap ul li p.icon {
  text-align: center;
}
.block03 .section_wrap ul li p.icon img {
  max-width: 100px;
}
.block03 .section_wrap ul li h3 {
  font-weight: normal;
  border: 0;
  margin: 0 0 30px;
  padding: 10px 0 20px;
  font-size: 120%;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  position: relative;
}
.block03 .section_wrap ul li h3::before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 15%;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #36A5F5;
  border-radius: 2px;
}

/*---------------------------------

  block04

---------------------------------*/
.block04 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 30px;
}
.block04 .section_wrap p {
  text-align: center;
  margin: 0 0 30px;
}
.block04 .section_wrap figure {
  margin: auto;
  max-width: 800px;
}
/*---------------------------------

  block05

---------------------------------*/
.block05 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 30px;
}
.block05 .section_wrap p {
  text-align: center;
  margin: 0 0 30px;
}
.block05 .section_wrap figure {
  margin: auto;
  max-width: 800px;
}
/*---------------------------------

  contact

---------------------------------*/
.contact .section_wrap {
  background: #f3f3f3;
  margin: 0 auto 50px;
  padding: 50px 0;
  max-width: 1140px;
  width: 90%;
  text-align: center;
}
.contact .section_wrap h2 {
  margin-bottom: 10px;
}
.contact .section_wrap h2 + p {
  margin-bottom: 30px;
}
.contact .section_wrap .wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px auto;
}
.contact .section_wrap .wrap div {
  width: 50%;
  padding: 20px;
}
.contact .section_wrap .wrap div + div {
  border-left: 1px solid #ccc;
}
.contact .section_wrap .wrap div h3 {
  color: #2660AD;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.contact .section_wrap .wrap div p strong {
  font-size: 35px;
  font-weight: 900;
  font-family: 'Impact', 'DIN Condensed', sans-serif;
  line-height: 1.5;
}
.contact .section_wrap .wrap .txt {
  font-size: 16px;
  line-height: 2;
}
.contact .section_wrap .wrap + .txt {
  font-size: 20px;
  line-height: 2;
}
.contact .section_wrap .txt a {
  color: #286499;
  text-decoration: underline;
}
@media screen and (max-width: 580px) {
  .contact .section_wrap {
    margin: 0 auto 0;
    padding: 50px 0;
    width: 100%;
  }
  .contact .section_wrap .wrap {
    display: block;
    margin: 40px auto;
  }
  .contact .section_wrap .wrap div {
    width: 100%;
    padding: 30px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .contact .section_wrap .wrap div + div {
    border-top: none;
    border-left: none;
  }
  .contact .section_wrap .wrap div h3 {
    font-size: 20px;
  }
}
/*---------------------------------

  footer

---------------------------------*/
footer {
  text-align: center;
  font-size: 12px;
  background: #286499;
  color: #fff;
  padding: 20px;
}
/*---------------------------------

	pagetop

---------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #8BC4BD;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a .arrow {
  display: block;
}
#page-top a .arrow::before {
  content: '';
  width: 10px;
  height: 6px;
  background: url("../images/pagetop_arrow.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s;
}
#page-top a:hover {
  opacity: 1;
  text-decoration: none;
  background: #5FADA4;
}
#page-top a:hover .arrow::before {
  top: -10px;
}