@charset "UTF-8";
/* Scss Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/*--------------------------------
各種デフォルト設定
--------------------------------*/
/*--------------------------------
レスポンシブ設定
--------------------------------*/
*, *:before, *:after {
  -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 {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  font-family: 'Noto Sans Japanese',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  padding-top: 87px;
}
@media only screen and (max-width: 1023px) {
  body {
    padding-top: 71px;
  }
}

a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

p {
  line-height: 1.6;
}
p.text {
  line-height: 1.92;
}

h1 {
  font-family: "SofiaProSoftMedium";
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #33606f;
}
h1 .sub {
  margin: 0 10px;
  font-family: "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #33606f;
}

h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.6px;
  text-align: center;
  color: #333333;
}
@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.6rem;
  letter-spacing: 2.6px;
}
@media only screen and (max-width: 1023px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  color: #333333;
  line-height: 1.36;
}

h5 {
  line-height: 1.36;
}

dl {
  line-height: 2.14;
}

a {
  text-decoration: none;
  color: #000000;
}

figcaption {
  line-height: normal;
  margin: 5px 0;
}

address {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 1.2rem;
}

#hd_menuSp a {
  display: block;
  padding: 15px;
  line-height: 1.4;
}

.path {
  width: 990px;
  margin: 15px auto;
  font-size: 1.2rem;
  color: #9a9a9a;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .path {
    width: 100%;
    padding: 10px 20px;
  }
}
.path a {
  color: #9a9a9a;
}

.text p {
  font-size: 1.4rem;
  letter-spacing: 0.13px;
  margin-bottom: 2em;
  text-align: left;
  line-height: 1.92;
}
@media only screen and (max-width: 1023px) {
  .text p {
    font-size: 1.3rem;
  }
}

.flex2_50 {
  display: flex;
  justify-content: space-around;
}
.flex2_50 .flw_left {
  width: 50%;
  padding-right: 20px;
  text-align: left;
}
.flex2_50 .flw_right {
  width: 50%;
  padding-left: 20px;
  text-align: left;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > article, .flex3 > div {
  width: 33%;
}

.bg_blue {
  color: #33606f;
  background: #b7ebf2;
}

.bg_orange {
  color: #33606f;
  background: #fee0b3;
}

figure.flare {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
}
figure.flare.green {
  background-color: transparent;
  background-image: url(../images/common/bg_flare_green.png);
}
figure.flare img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
}

/*ハンバーガーメニュー*/
.drawer-hamburger {
  position: absolute;
  font-size: 1.6rem;
  width: 30px;
  right: 40px;
  z-index: 20;
}

.drawer-nav {
  margin: 0;
  padding: 120px 20px 0;
  width: 100%;
  z-index: 10;
}

.drawer--right {
  position: relative;
}
.drawer--right .drawer-hamburger {
  position: fixed;
}
.drawer--right .drawer-nav {
  right: -100%;
}
.drawer--right .drawer-nav ul#hd_menuSp {
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-hamburger {
  top: 5px;
  right: 20px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  /*background-color: #ffffff;*/
}

.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1200ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#spAccess {
  position: absolute;
  font-size: 1.1rem;
  width: 45px;
  text-align: center;
  top: 15px;
  right: 55px;
  z-index: 10;
}
#spAccess i {
  font-size: 20px;
  margin-bottom: 5px;
}

.recTble {
  border-collapse: collapse;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .recTble {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recTble th {
  border: 1px solid #ccc;
  padding: 14px;
  line-height: 1.92;
  letter-spacing: 0.13px;
  font-size: 1.4rem;
  width: 24%;
  background: #67c0ae;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .recTble th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.recTble td {
  border: 1px solid #ccc;
  padding: 14px;
  line-height: 1.92;
  letter-spacing: 0.13px;
  font-size: 1.4rem;
  background: #fff;
}
.recTble td a {
  text-decoration: underline !important;
}
@media only screen and (max-width: 1023px) {
  .recTble td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: none;
  }
}
