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

  header

---------------------------------*/
header {
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: .3s;
  width: 100%;
  z-index: 3;
  background: #fff;
}
header .wrap {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 18px;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* logo */
header #logo {
  width: 100px;
  margin-right: 1em;
}
header #logo img {
  width: 100%;
}
/*  
  gnav_main
---------------------------------*/
header #gnav_main {}
header #gnav_main #navTgl, header #gnav_main label {
  display: none;
}
header #gnav_main .gnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header #gnav_main .gnav ul li.active {
  position: relative;
}
header #gnav_main .gnav ul li.active a {
  color: #286499;
}
header #gnav_main .gnav ul li.active::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #286499;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  transform: scale(1, 1);
}
header #gnav_main .gnav ul li {
  position: relative;
  margin: 0 15px;
}
header #gnav_main .gnav ul li::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #286499;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
header #gnav_main .gnav ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
header #gnav_main .gnav ul li a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  transition: .3s;
  position: relative;
}
header #gnav_main .gnav ul li a:hover {
  opacity: 1;
  color: #286499;
}
/*  
  スクロールアクション
---------------------------------*/
header.is-animation {
  background: #fff;
}
header.is-animation .wrap {
  padding: 20px 30px;
  width: 100%;
}
/*---------------------------------

  main

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

  mein_visual

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

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

  block00

---------------------------------*/
.block00 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 100px;
}
/* 写真+テキスト　横並び */
.block00 .section_wrap .pic_txt_wrap {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.block00 .section_wrap .pic_txt_wrap div {
  width: 40%;
}
.block00 .section_wrap .pic_txt_wrap div a {
  text-align: center;
  color: #333;
  text-decoration: underline;
}
.block00 .section_wrap .pic_txt_wrap figure {
  text-align: center;
  width: 100%;
}
.block00 .section_wrap .pic_txt_wrap .txt {
  width: 55%;
}
.block00 .section_wrap .pic_txt_wrap .txt figure2 {
  text-align: center;
  width: 100%;
}
.block00 .section_wrap .pic_txt_wrap .txt h1.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;
}
.block00 .section_wrap figure {
  margin: auto;
  max-width: 800px;
}
/*---------------------------------

  block01

---------------------------------*/
.block01 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 30px;
}
/* 写真+テキスト　横並び */
.block01 .section_wrap .pic_txt_wrap {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
}
.block01 .section_wrap .pic_txt_wrap div {
  width: 70%;
}
.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 {
  width: 30%;
}


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

  block02

---------------------------------*/
.block02 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 100px;
}
.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 100px;
}
.block03 .section_wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.block03 .section_wrap ul li {
  padding: 30px;
  border: dotted 2px #0072bc;
  border-radius: 5px;
  width: 48%;
  max-width: 520px;
  margin: 10px 10px 30px;
}
.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 80px;
}
.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 80px;
}
.block05 .section_wrap p {
  text-align: center;
  margin: 0 0 30px;
}
.block05 .section_wrap figure {
  margin: auto;
  max-width: 800px;
}
/*---------------------------------

  お問い合わせ

---------------------------------*/
.contact .section_wrap {
  background: #f3f3f3;
  margin: 50px auto 50px;
  padding: 70px 0;
  max-width: 1140px;
  width: 90%;
  text-align: center;
}
.contact .section_wrap h2 {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}
.contact .section_wrap h2 + p {
  margin-bottom: 30px;
}
.contact .section_wrap .wrap {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 40px auto;
}
.contact .section_wrap .wrap div {
  width: 50%;
  padding: 20px;
  text-align: center;
}
.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: 45px;
  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;
  text-align: center;
}
.contact .section_wrap .txt a {
  color: #286499;
  text-decoration: underline;
}
/*---------------------------------

  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;
}