@charset "UTF-8";
@media (max-width: 768px) {
  br {
    display: none;
  }
  br.kai {
    display: block !important;
  }
}

html {
  color: #1a1a1a;
  overflow-y: scroll !important;
  background-color: #fff;
}

body {
  margin: 0;
  overflow: visible;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wf-mplus1p {
  font-family: "Mplus 1p";
}

.wf-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
}

/** 基本レイアウト **/
.left {
  float: left !important;
}

.right {
  float: right !important;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

@media (max-width: 768px) {
  .center {
    text-align: left;
  }
}

a {
  list-style: none;
  color: #1a1a1a;
}

a img:hover {
  opacity: 0.7;
}

.tyoutai {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}

.orange {
  color: #F29600;
}

.blue {
  color: #3283C6;
}

.h7 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: bold;
}

.important {
  font-size: 120%;
}

/**スライダーカスタマイズ**/
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'fontello';
  font-size: 40px;
}

.slick-prev {
  left: 25px;
}

[dir='rtl'] .slick-prev {
  right: 25px;
  left: auto;
}

.slick-prev:before {
  content: 'p';
}

[dir='rtl'] .slick-prev:before {
  content: 'n';
}

.slick-next {
  right: 25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 25px;
}

.slick-next:before {
  content: 'n';
}

[dir='rtl'] .slick-next:before {
  content: 'p';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  width: 30px;
  height: 30px;
}

.slick-dots li button {
  width: 40px;
  height: 40px;
  padding: 5px;
}

.slick-dots li button:before {
  /**ドットのサイズ**/
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

/** リンクボタン **/
.contact-link {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 999;
}

.contact-link a {
  width: 260px;
  display: block;
  text-decoration: none;
}

.contact-link a img {
  width: 100%;
}

@media (max-width: 768px) {
  .contact-link {
    bottom: 14px;
  }
  .contact-link a {
    width: 160px;
  }
}

/**フェードイン処理**/
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: .8s;
  transition: .8s;
}

.fade-anime {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inner {
  width: 980px;
  overflow: hidden;
  margin: auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 600px;
    padding: 0 7.4%;
  }
}

/**ヘッダー**/
header {
  max-width: 1920px;
  width: 100%;
  min-width: 1024px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 1280px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  header {
    max-width: none;
    min-width: 100%;
  }
}

header .logo {
  position: absolute;
  top: 8%;
  left: 80px;
  z-index: 100;
}

@media (min-width: 1281px) {
  header .logo {
    max-width: 500px;
    width: 28%;
    min-width: 300px;
  }
}

@media (max-width: 1280px) {
  header .logo {
    width: 300px;
    top: 80px;
    left: 50px;
  }
}

@media (max-width: 768px) {
  header .logo {
    width: 50%;
    min-width: 200px;
    top: 5vw;
    left: 5vw;
  }
}

/**スライドイメージ**/
.slider {
  width: 100%;
  margin: auto;
  background-image: url("../img/slider/main.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.slider .slide-sp {
  display: none;
}

@media (max-width: 768px) {
  .slider {
    background-image: url("../img/slider/main-sp.jpg");
  }
  .slider .slide-sp {
    display: block;
  }
  .slider .slide-pc {
    display: none;
  }
}

.slider li img {
  width: 100%;
}

/**グローバルナビ**/
nav#global {
  width: 74%;
  max-width: 980px;
  background: #e8f1f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e8f1f8), to(#9fc5e4));
  background: linear-gradient(90deg, #e8f1f8 25%, #9fc5e4 100%);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

@media (max-width: 1280px) {
  nav#global {
    position: inherit;
  }
}

@media (max-width: 768px) {
  nav#global {
    display: none;
  }
}

nav#global ul {
  padding: 0 20px 0 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c";
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1280px) {
  nav#global ul {
    font-size: 14px;
  }
}

nav#global ul li {
  padding: 1.2em 0;
}

nav#global li a {
  text-decoration: none;
  color: #000;
  padding-left: 18px;
  background-image: url(../img/nav/drop.svg), url(../img/nav/blue-drop.svg);
  background-size: 10px, 0 0;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
  text-align: center;
  display: block;
}

nav#global li a:hover {
  background-size: 0 0, 10px;
  color: #3283C6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/**スライドナビ**/
.drawer-nav {
  width: 16.25rem;
  background-color: rgba(50, 131, 198, 0.85);
}

.drawer-menu {
  margin-top: 1.5em;
}

.drawer-menu li {
  padding: 0 1em;
}

.drawer-menu li a.drawer-menu-item {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1.5em;
  background-image: url(../img/nav/drop.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
}

/**ドロップメニュー**/
.dropmenu {
  *zoom: 1;
  list-style-type: none;
}

.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.dropmenu li ul {
  width: 100%;
  background-color: #ddd;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
}

.dropmenu li ul li:last-of-type {
  border-bottom: 1px solid #ccc;
}

/**フェードイン処理**/
#fade-in li ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

#fade-in li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}

#fade-in li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/**フォーマット**/
#contents {
  overflow: hidden;
}

#contents section {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.6rem;
}

#contents section.blue {
  background-color: #E6F2F2;
}

#contents section:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #contents section {
    max-width: none;
  }
}

#contents h1,
#contents h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  #contents h1,
  #contents h2 {
    font-size: 28px;
  }
}

#contents h1 span,
#contents h2 span {
  color: #3283C6;
}

#contents h3 {
  font-size: 24px;
  height: 2em;
  margin-bottom: 1.5em;
}

#contents h3 .line {
  width: 400px;
  height: 100%;
  border-radius: calc(1em + 40px);
  text-align: center;
  background-color: #3283C6;
  color: #fff;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}

#contents h3::after {
  content: "";
  width: 100px;
  height: 100%;
  margin-left: 0.5em;
  background-image: url(../img/h3bg.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

#contents h3.green .line {
  background-color: #00AB9F;
}

#contents h3.green::after {
  background-image: url(../img/h3bg-green.svg);
}

@media (max-width: 768px) {
  #contents h3 {
    font-size: 22px;
  }
  #contents h3 .line {
    width: 80%;
  }
  #contents h3::after {
    width: 18%;
    margin-left: 2%;
  }
}

#contents h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  #contents h4 {
    font-size: 22px;
  }
}

#contents h5 {
  color: #3283C6;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  #contents h5 {
    font-size: 20px;
  }
}

#contents ul li p:last-of-type {
  margin-bottom: 0;
}

/* フッター */
footer {
  width: 100%;
  min-width: 1024px;
  margin-top: 60px;
  padding: 20px 7%;
  text-align: center;
  background-color: #D6E6F4;
}

@media (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}

footer ul {
  width: 800px;
  margin: 10px auto 30px;
  list-style: none;
}

@media (max-width: 768px) {
  footer ul {
    width: 100%;
  }
}

footer ul li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer ul li:first-of-type {
  padding-bottom: 1em;
  margin-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
}

footer ul li p {
  width: 8em;
  font-size: 12px;
  line-height: 2em;
  background-color: #fff;
  color: #1a1a1a;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  footer ul li {
    width: 100%;
  }
  footer ul li p {
    margin-bottom: 1em;
  }
}

footer small {
  width: 100%;
  margin: auto;
  display: block;
  font-size: 15px;
  letter-spacing: 0.05rem;
}

footer small::before {
  content: "\0a9";
}

footer .logo img {
  width: 480px;
  margin-left: 2rem;
}

@media (max-width: 768px) {
  footer .logo img {
    width: 100%;
    max-width: 400px;
    font-size: 12px;
    margin-left: 0;
    margin: 0 1em;
  }
}

/**テーブル**/
.table {
  width: 100%;
}

.table tbody {
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}

.table tr {
  border-bottom: 1px solid #666666;
}

.table th {
  width: 24%;
  padding: 0.75rem 1rem;
  background-color: #D3E9F1;
  border-right: 1px solid #666666;
}

.table td {
  padding: 0.75rem 1rem;
  border-right: 1px solid #666666;
  background-color: #fff;
}

/*写真入りのテキスト*/
.pic-content {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pic-content > img {
  width: 260px;
  height: auto;
}

.pic-content p {
  width: 660px;
  line-height: 1.8;
  text-align: justify;
}

.sign {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  display: block;
  font-size: 17px;
  margin-top: 1.5rem;
  text-align: right;
  color: #444;
}

/*分割box*/
.flexer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.flexer figure {
  width: 100%;
  /*for ie11*/
  overflow: hidden;
  margin-bottom: 1rem;
}

.flexer img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flexer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexer p {
  margin-bottom: 1em;
}

.two li {
  width: 48%;
  margin: 0 0 1rem;
}

@media (max-width: 768px) {
  .two li {
    width: 100%;
  }
}

.three::after {
  content: "";
  display: block;
  width: 31.5%;
}

.three li {
  width: 31.5%;
  margin: 0 0 1rem;
}

@media (max-width: 768px) {
  .three li {
    width: 100%;
  }
}

.four::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.four::after {
  content: "";
  display: block;
  width: 24%;
}

.four li {
  width: 24%;
  margin: 0 0 1rem;
}

/*ボタン*/
a.button {
  width: 100%;
  max-width: 500px;
  height: 2.5em;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #ED1C24;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: auto;
  border: 2px solid #ED1C24;
}

a.button:hover {
  background-color: #ED1C24;
  color: #fff;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact .text {
  width: 360px;
  margin-right: 20px;
}

.contact .text a {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .contact .text {
    width: 100%;
  }
}

.contact .img {
  width: 530px;
}

.contact .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .contact .img {
    width: 100%;
    margin-top: 20px;
  }
  
}

iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  display: block;
  margin: auto;
  }

/*# sourceMappingURL=newlayout.css.map */