@charset "UTF-8";
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.7;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.sitka {
  font-family: 'Sitka Subheading', sans-serif;
}
img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  outline: 0;
  background: transparent;
  font-size: 100%;
}
a:hover {
  opacity: 0.6;
}
p {
  text-align: justify;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1 {
  color: #fff;
  font-size: 2.3vw;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.4;
}

h2 {
  color: #365399;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 60px 0 0 0;
  line-height: 1.5;
  letter-spacing: 3px;
}
.sp_only, .tb_only, .pc_none,.lessthantb {
  display: none !important;
}
.pc_only {
  display: block !important;
}
.in-block, .no-wrap {
  display: inline-block !important;
  white-space: nowrap !important;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.googlemap {
  width: 100%;
}
#googlemap {
  width: 100% !important;
}
.arrow::after {
    content: '';
    right: 9%;
    top: 39%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.bg_blue {
  background-color: #365399;
}
.bg_green {
  background-color: #4bbcd0;
}
.bg_wh {
  background-color: #fff;
}
.bg_glay {
  background-color: #f3f3f3;
}
section {
  margin: 0 auto;
}
.toptxt {
  position: relative;
}
.ball1, .ball2 {
  position: absolute;
  animation: 10s linear infinite rotation1;
}
.boxwrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.box_r, .box_l {
  width: 48%;
}
/*--フェードイン--*/
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* 2つ目の要素に200msのdelayをかける */
.fadein2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
/* 3つ目の要素に400msのdelayをかける */
.fadein3 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
/* 4つ目の要素に400msのdelayをかける */
.fadein4 {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.roman {
   list-style-type: upper-roman;
}
.borderblue{
    border: 2px #4bbcd0 solid;
}
@media screen and (max-width: 768px) {
  /* iOSリセット */
  input[type="submit"], input[type="button"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
  }
.inner {
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
.pc_only {
    display: none !important;
  }
.tb_only, .pc_none, .sp_only,.lessthantb {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .sp_none {
    display: none !important;
  }
  .sp_only, .pc_none,.lessthantb {
    display: block !important;
  }
  .tb_only, .pc_only {
    display: none !important;
  }
  .inner {
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
}
#pageTopButton {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  cursor: pointer;
  background-color: #4bbcd0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 0.3rem;
}
#pageTopButton a {
  color: #fff;
  position: absolute;
  bottom: 6px;
  left: 31%;
  text-align: center;
  line-height: 1.2;
}
#pageTopButton a::before {
  content: '';
  left: 2px;
  top: -30px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.link_bl:after {
  content: url("../images/link_bl.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
}
.footer .link_wh {
  position: relative;
}
.link_wh:after {
  content: url("../images/link_wh.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
  position: absolute;
}
h3 {
  font-size: 20px;
  color: #365399;
  text-align: center;
  margin: 80px 0 60px 0;
  font-weight: bold;
}
h4 {
  font-weight: bold;
  font-size: 18px;
}
.btn {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 1.5em 0.5em 0.5em;
  display: block;
  text-decoration: none;
  font-size: 13px;
}
.more_blue, .more_green {
  color: #fff;
  width: 125px;
  float: right;
  margin: 3% 10% 0 0;
  position: relative;
}
.more_green {
  width: 150px;
  margin: 22px 0 0 0;
  font-size: .8rem;
}
.underline{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
/* head foot
----------------------------------------------- */
header {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 80px;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  padding: 0;
}
.header {
  height: 100%;
}
.headinner {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.header.scrolled {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.head-logo {
    max-width: 16vw;
    margin-left: 2%;
}
.head-logo a {
  display: block;
}
.head-logo a:hover {
  opacity: 1;
}
.head-contact img {
    width: 1.5vw;
    margin-bottom: 2px;
}
i.fa.fa-bars {
  display: none;
}
.menu {
  width: 100%;
}
.header .head-contact {
  background-color: #4bbcd0;
  padding: .8% 1%;
  margin: 0 2% 0 1%;
  width: 12%;
  font-size: .9rem;
}
.header .head-contact p {
  text-align: center;
}
.header .head-contact a {
  color: #fff;
}
.nav-button-wrap{
    display: flex;
    justify-content: space-between;
}
.menu__item {
    padding: 0 10px;
    height: 100%;
    font-size: 1vw;
}
.menu__item:nth-child(-n+5){
    padding: 2% .5%;
}
.menu__item:first-child {
    padding-top: 1.5%;
}
#pageTopButton {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  cursor: pointer;
}
footer {
  background: #2e2e2e;
}
.footer {
  max-width: 80%;
  padding: 60px 0;
  margin: 0 auto;
}
.footer .footerlogo {
    background: #fff;
    padding: 10px 20px;
    display: flex;
    height: 7vh;
    width: 43%;
    justify-content: space-between;
}
.footerlogo a:nth-child(1) img {
    width: 18vw;
}
.footerlogo a:nth-child(2) img {
    width: 11vw;
}
.footer ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 12px;
  margin-top: 30px;
}
.footer ul a {
    color: #fff;
}
.footer ul li a {
  color: #fff;
}
.footer ul li {
  margin-right: 50px;
}
.footer .footbtn{
  padding: 10px 30px;
  position: relative;
  padding-left: 50px;
}
.footer .link_wh {
  padding-right: 30px;
}
.footer .link_wh::after {
  top: 2px;
  right: 5px;
}
.footer .footbtn::before {
  content: url(../images/mail.svg);
  position: absolute;
  top: 25%;
  left: 10%;
  display: inline-block;
  width: 24px;
}
.footer .footbtn {
  background: #4bbcd0;
  margin-top: -10px;
}
footer .copy {
  border-top: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  background: #2e2e2e;
}
footer .copy p {
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
footer small {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px;
  }
  .headinner {
    max-width: 100%;
    display: flex;
  }
  .head-logo {
    margin: 20px 0 0 20px;
    max-width: 50vw;
}
  #header.scrolled {
    position: fixed;
    width: 100%;
    z-index: 10;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .footer {
    max-width: 100%;
    padding: 20px;
  }
  .footer ul li {
    margin-right: 20px;
  }
  footer .copy {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #pageTopButton {
    width: 50px;
    height: 50px;
  }
  #pageTopButton a::before {
    left: 2px;
    top: -26px;
  }
  header {
    padding: 10px;
  }
  .head-logo {
    margin: 0;
    max-width: 50vw;
  }
  footer {
    padding-top: 20px;
  }
  footer ul {
    display: block;
    margin: 30px 0 60px 7%;
  }
  .footer .footerlogo {
    width: 100%;
  }
  .footer .footerlogo{
    display: block;
    height: auto;
    margin-bottom: 40px;
}
.footerlogo a:nth-child(2) img{
    margin: 40px auto 0;
    width: 80%;
}
.footerlogo a:nth-child(1) img {
    width: 80%;
    margin: 0 auto;
}
  .footer ul {
    margin: 120px auto 0 auto;
    display: block;
  }
  .footer ul li {
    margin-top: 34px;
  }
  .footer .footbtn {
    position: relative;
    width: 60%;
    margin: 40px auto 0;
    text-align: center;
    padding-left: 30px;
    top: -380px;
    left: 0;
    right: 0;
  }
  .footer .footbtn::before {
    position: absolute;
    top: 10px;
    left: 22px;
  }
  .link_wh:after {
    width: 11px;
    left: 17%;
  }
  footer .copy p {
    max-width: 100%;
  }
}
/* ieハック */
select::-ms-expand {
  display: none;
}
span.req {
  color: #f00;
  margin-left: .5em;
  font-size: .8em;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  padding: 2px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #1a1a1a;
  border: solid 1px #7d7d7d;
  margin: 0;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.wpcf7-radio span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}
.wpcf7-radio span.wpcf7-list-item input[type="radio"] {
  margin-right: .5em;
}
span.wpcf7-list-item.first {
  margin-left: 0;
}
.button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
}
.button br {
  display: none;
}
.button input[type="submit"], .button button[type="submit"], .button input[type="button"] {
  margin: 25px;
  display: block;
  text-align: center;
  background-color: #f00;
  width: 290px;
  font-size: 15px;
  border-radius: 10px;
  line-height: 37px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.wpcf7c-conf {
  background-color: #e0e0e0 !important;
}
.mwform-checkbox-field label, .mwform-radio-field label {
  display: inline-block;
}
.mw_wp_form .horizontal-item:first-child {
  margin-right: 10px;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
  margin-right: 10px;
  margin-left: 0;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}
form td.name > span {
  margin-right: 4%;
  width: 45%;
  display: inline-block;
}
.ball_back {
  background: url("../images/ball_back.svg") no-repeat top center;
}
@media screen and (max-width: 768px) {
  /*----------------------------
* メニュー開閉ボタン
*----------------------------*/
  .menu-btn {
    position: fixed;
    top: 20px;
    right: 5%;
    z-index: 2;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4bbcd0;
    color: #fff;
  }
  i.fa.fa-bars {
    display: block;
  }
  /*----------------------------
* メニュー本体
*----------------------------*/
.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #4bbcd0;
  }
.menu__item {
    width: 100%;
    height: auto;
    padding: .5em 1em;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    font-size: 1vw;
  }
.menu__item a {
    color: #fff;
    font-size: 2rem;
  }
.nav-button-wrap > li ul{
    display: block;
    position: inherit;
    width: auto;
}
.menu ul > li li{
    background-color: inherit;
}
  .link_bl:after {
    content: url(../images/link_wh.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
  }
  .header .head-contact {
    display: inline-block;
    font-size: .5rem;
    width: auto;
    text-align: center;
    padding: .8em .5em .5em .5em;
    margin: 0 15% 0 1%;
  }
  .header .head-contact p {
    display: block;
  }
  .head-contact img {
    width: 4vw;
  }
  /*----------------------------
* アニメーション部分
*----------------------------*/
  /* アニメーション前のメニューの状態 */
  .menu {
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s linear;
  }
  /* アニメーション後のメニューの状態 */
  .menu.is-active {
    pointer-events: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
.nav-button-wrap{
    display: block;
}
  .menu-btn {
    top: 16px;
  }
.menu__item  {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .menu__item a {
    font-size: 1.5rem;
  }
  .link_bl:after {
    width: 20px;
    height: 20px;
  }
}
@keyframes slidein1 {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidein2 {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidein3 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidein4 {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateX(50);
  }
}