@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

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

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/web/NotoSansCJKjp.eot");
  src: local("Noto Sans CJK JP Light"), url("../font/web/NotoSansCJKjp.eot?#iefix") format("embedded-opentype"), url("../font/web/NotoSansCJKjp.woff") format("woff"), url("../font/web/NotoSansCJKjp.otf") format("opentype");
}
@font-face {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  src: url("../font/OPTITimes-Roman.otf");
  src: local("TimesITL"), url("../font/web/OPTITimesRoman-Italic.otf") format("otf");
}
/*==============================*/
/*矢印
==================================================*/
/*
@include flexbox();
@include flex-direction();
@include flex-wrap();
@include justify-content();
@include align-items();
@include align-content();
@include align-self();
*/
/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
.header a {
  color: inherit;
  text-decoration: none;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header__logo .header__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__logo .header__link:hover {
  opacity: 0.7;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 768px) {
  .header .header__inner {
    overflow-x: visible;
    max-width: 1090px;
    padding: 12px 0;
  }
  .header .header__logo {
    display: inline-block;
  }
  .header .header__logo .header__text {
    font-size: 14px;
    margin-left: 14px;
  }

  /* グローバルメニュー */
  .gNav .gNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
  }
  .gNav .gNav__item {
    font-weight: bold;
    margin: 0;
  }
  .gNav .gNav__item:nth-child(n+2) {
    margin-left: 30px;
  }
  .gNav .gNav__link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
  }
  .gNav .this_parent,
.gNav .this_url,
.gNav a:hover {
    color: #D83084;
    opacity: 1;
    position: relative;
  }
  .gNav .this_parent::after,
.gNav .this_url::after,
.gNav a:hover::after {
    background: #D83084;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    margin: 0 auto;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    width: 6px;
  }

  /* メニューボタン */
  #h_menu_btn,
#h_menu-close {
    display: none;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .header .header__inner {
    padding: 11px 20px;
  }
  .header .header__logo .header__text {
    font-size: 12px;
    margin-left: 10px;
  }

  .header__logo {
    display: block;
    margin: 0;
    max-width: calc(100% - 70px);
  }
  .header__logo img {
    max-width: 138px;
  }

  /* グローバルメニュー */
  .gNav .gNav__list {
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 59px;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
  }
  .gNav .gNav__list > li {
    background: #fff;
    margin: 20px 20px 0;
    position: relative;
    font-size: 20px;
    border: 3px solid #B5B5B6;
    border-radius: 20px;
    -webkit-box-shadow: 8px 8px 0 #000000;
            box-shadow: 8px 8px 0 #000000;
    text-align: center;
    width: calc(100% - 40px);
  }
  .gNav .gNav__list > li span {
    position: relative;
  }
  .gNav .gNav__list > li:last-of-type {
    margin: 20px 20px 100px;
  }
  .gNav .gNav__list > li:nth-of-type(1) span::before {
    background: url("../../img/top-icon-01.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 49px;
    position: absolute;
    top: -15px;
    left: -60px;
    width: 39px;
  }
  .gNav .gNav__list > li:nth-of-type(2) span::before {
    background: url("../../img/top-icon-02.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 43px;
    top: -7px;
    left: -60px;
    position: absolute;
    top: -12px;
    left: -60px;
    width: 43px;
  }
  .gNav .gNav__list > li:nth-of-type(3) span::before {
    background: url("../../img/top-icon-03.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 37px;
    position: absolute;
    top: -11px;
    left: -60px;
    width: 46px;
  }
  .gNav .gNav__list > li:nth-of-type(4) span::before {
    background: url("../../img/top-icon-04.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 39px;
    position: absolute;
    top: -9px;
    left: -70px;
    width: 53px;
  }
  .gNav .gNav__list > li:nth-of-type(5) span::before {
    background: url("../../img/top-icon-05.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 48px;
    position: absolute;
    top: -13px;
    left: -60px;
    width: 48px;
  }
  .gNav .gNav__list > li:nth-of-type(6) span::before {
    background: url("../../img/top-icon-06.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 35px;
    position: absolute;
    top: -9px;
    left: -65px;
    width: 47px;
  }
  .gNav .gNav__list > li > a {
    color: #000;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 20px 0 20px 40px;
    position: relative;
  }
  .gNav .gNav__list > li > a:before {
    content: "";
    display: block;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #2EADC7;
    border-left: 6px solid transparent;
    margin: 0 auto;
    height: 0;
    position: absolute;
    right: 20px;
    top: 45%;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    width: 0;
  }
  .gNav .gNav__list > li ul {
    margin: 0 20px 0 60px;
    padding: 0 0 10px;
  }
  .gNav .gNav__list > li ul li {
    display: block;
    margin-top: 0;
    opacity: 0.8;
  }
  .gNav .gNav__list > li ul li::before {
    background: #ffffff;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 4px;
    margin-bottom: 4px;
    width: 4px;
  }
  .gNav .gNav__list > li ul a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
  }
  .gNav a {
    color: #000;
    display: block;
    font-size: 20px;
    padding: 20px;
    text-decoration: none;
  }

  /* メニューボタン */
  #h_menu_btn {
    position: absolute;
    right: 0;
  }
  #h_menu_btn::before {
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #h_menu_btn button {
    background: none;
    width: 70px;
    height: 60px;
    padding: 0;
    display: block;
  }
  #h_menu_btn p {
    color: #666;
    font-size: 14px;
    text-align: center;
  }
  #h_menu_btn span {
    position: relative;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    height: 2px;
    width: 24px;
    background: #2EADC7;
    color: #2EADC7;
    display: block;
    margin: 0 auto;
  }
  #h_menu_btn span:last-child {
    display: block;
  }
  #h_menu_btn .text {
    width: auto;
    font-size: 11px;
    margin-top: 5px;
    background: none;
    font-weight: bold;
  }

  .menu-close .gNav__list {
    height: 0;
  }

  .menu-open {
    position: fixed;
    width: 100%;
  }
  .menu-open .gNav__list {
    background: #F4D954;
    display: block;
    height: calc(100vh - 60px);
    right: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-open #h_menu_btn {
    position: fixed;
  }

  /* 1回目のアニメーション */
  #h_menu_btn .top {
    -webkit-animation: menu-top 0.5s;
            animation: menu-top 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    top: 7px;
  }
  #h_menu_btn .middle {
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
  }
  #h_menu_btn .bottom {
    -webkit-animation: menu-bottom 0.5s;
            animation: menu-bottom 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    bottom: 13px;
  }

  @-webkit-keyframes menu-top {
    0% {
      -webkit-transform: translateY(-2px) rotate(-45deg);
              transform: translateY(-2px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0deg);
              transform: translateY(-7px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-17px) rotate(0deg);
              transform: translateY(-17px) rotate(0deg);
    }
  }

  @keyframes menu-top {
    0% {
      -webkit-transform: translateY(-2px) rotate(-45deg);
              transform: translateY(-2px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0deg);
              transform: translateY(-7px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-17px) rotate(0deg);
              transform: translateY(-17px) rotate(0deg);
    }
  }
  @-webkit-keyframes menu-bottom {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(0px) rotate(0deg);
              transform: translateY(0px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(15px) rotate(0deg);
              transform: translateY(15px) rotate(0deg);
    }
  }
  @keyframes menu-bottom {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(0px) rotate(0deg);
              transform: translateY(0px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(15px) rotate(0deg);
              transform: translateY(15px) rotate(0deg);
    }
  }
  /* 2回目のアニメーション */
  #h_menu_btn.open {
    background: #2EADC7;
  }
  #h_menu_btn.open .top,
#h_menu_btn.open .bottom {
    -webkit-animation: menu-top-close 0.5s;
            animation: menu-top-close 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    background: #fff;
  }
  #h_menu_btn.open .middle {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  #h_menu_btn.open .bottom {
    -webkit-animation: menu-bottom-close 0.5s;
            animation: menu-bottom-close 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #h_menu_btn.open .text {
    color: #fff;
  }

  @-webkit-keyframes menu-top-close {
    0% {
      -webkit-transform: translateY(-17px) rotate(0deg);
              transform: translateY(-17px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0deg);
              transform: translateY(-7px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }

  @keyframes menu-top-close {
    0% {
      -webkit-transform: translateY(-17px) rotate(0deg);
              transform: translateY(-17px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0deg);
              transform: translateY(-7px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
  @-webkit-keyframes menu-bottom-close {
    0% {
      -webkit-transform: translateY(15px) rotate(0deg);
              transform: translateY(15px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(0px) rotate(0deg);
              transform: translateY(0px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes menu-bottom-close {
    0% {
      -webkit-transform: translateY(15px) rotate(0deg);
              transform: translateY(15px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(0px) rotate(0deg);
              transform: translateY(0px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
}
/* =======================================- */
/* ▼▼　footer
/* =======================================- */
footer {
  text-align: center;
}
footer .footer__top {
  border-top: 1px solid #B5B5B6;
  padding: 40px 0;
}
footer .footer__top p {
  margin-top: 20px;
}
footer .footer__top a {
  color: #000000;
  font-size: 14px;
}
footer .footer__inner {
  max-width: 900px;
  margin: 0 auto;
}
footer .footer__bottom {
  background: #000;
  font-size: 14px;
  padding: 15px 0;
}

#copyright {
  color: #fff;
  font-size: 10px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 768px) {
  footer .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer__inner a {
    color: #fff;
  }
  footer .footer__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer__inner ul li {
    margin-top: 0;
    margin-right: 80px;
  }
  footer .footer__inner .footer__copy {
    color: #fff;
    display: block;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  footer .footer__inner a {
    color: #fff;
  }
  footer .footer__inner ul li {
    margin-top: 0;
    padding: 25px 20px 0;
    text-align: left;
  }
  footer .footer__inner ul li:first-of-type {
    padding: 10px 20px 0;
  }
  footer .footer__inner .footer__copy {
    color: #fff;
    display: block;
    margin-top: 30px;
  }

  #copyright {
    font-size: 10px;
  }
}
/* パンくず */
#pankuzu {
  margin-bottom: 30px;
}
#pankuzu ul:after {
  content: "";
  clear: both;
  display: block;
}
#pankuzu li {
  color: #585858;
  font-size: 14px;
  float: left;
  margin: 0;
  padding: 0;
}
#pankuzu li:before {
  display: none;
}
#pankuzu li:nth-child(n+2):before {
  background: none;
  content: ">";
  display: inline-block;
  height: 1em;
  margin: 0;
  padding: 0 6px;
  text-align: center;
  vertical-align: top;
  width: 1em;
}
#pankuzu li a {
  color: #585858;
  font-size: 14px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 768px) {
  #pankuzu {
    padding: 10px 0;
  }
  #pankuzu .inner {
    padding: 0 20px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  /* パンくず */
  #pankuzu {
    line-height: 1.4;
    padding: 10px 0;
  }
}
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@font-face {
  font-family: "Noto Sans CJK JP subset";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("/common/fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans CJK JP subset";
  font-style: normal;
  font-weight: 500;
  src: url("/common/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("/common/fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans CJK JP subset";
  font-style: normal;
  font-weight: 700;
  src: url("/common/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("/common/fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000000;
  font-family: "Noto Sans CJK JP subset", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  opacity: 0;
  position: relative;
  -webkit-print-color-adjust: exact;
}

a {
  color: #D83084;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  word-wrap: break-word;
}
a:hover {
  text-decoration: none;
}
a[onclick] {
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}

figcaption {
  margin-top: 10px;
  line-height: 1.6;
  text-align: center;
}

button, input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

strong {
  color: #333;
}

img {
  vertical-align: bottom;
}

sup {
  font-size: 0.7em;
  line-height: 1;
  vertical-align: text-top;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}
/* =======================================- */
/* ▼▼　コンテンツエリア
/* =======================================- */
section {
  margin-bottom: 70px;
}
section p {
  margin-bottom: 20px;
}

/* 見出し */
.h2_type01 {
  background: url("../img/chara-01-04.svg") no-repeat left top;
  background-size: 43px;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 60px;
}

.h2_type02 {
  background: url(../img/chara-02-03.svg) no-repeat left top;
  background-size: 43px;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 60px;
}

.h2_type03 {
  background: url(../img/chara-02-01.svg) no-repeat left top;
  background-size: 43px;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 60px;
}

span.h2_type01,
span.h2_type02,
span.h2_type03 {
  display: inline-block;
  margin: 0;
}

.h2_border {
  border-top: 5px solid #F4D954;
  padding-top: 25px;
  border-bottom: 5px solid #F4D954;
  padding-bottom: 25px;
}

.h3_type01 {
  color: #2EADC7;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.h3_type02 {
  background: #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 5px 15px;
}

.h4_type01 {
  color: #D83084;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.h4_type02 {
  color: #2EADC7;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.h4_type03 {
  border-bottom: 3px solid #D83084;
  color: #D83084;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.lead {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

/* リスト */
.list li {
  margin-left: 22px;
  text-indent: -22px;
}
.list li::before {
  background: #F4D954;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
  width: 6px;
}

.pink {
  color: #D83084;
  font-weight: bold;
}

.blue {
  color: #2EADC7;
  font-weight: bold;
}

/* テキストリンク（囲み） */
.link_box li {
  display: table;
  background: #e8e8e8;
  line-height: 1;
  padding-left: 0;
}
.link_box a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px 10px 0;
}
.link_box > li:before {
  margin-left: 10px;
}

.contents .link_box > li::before,
.contents .link_list > li::before {
  content: "";
  background: none;
  border-radius: 0;
  margin-right: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  width: 5px;
  height: 5px;
}

ul:not(.link_list) > li > ul > li:before {
  background: #999;
}

header ul li:before {
  display: none;
}

.ol_type01 {
  counter-reset: ol_list;
  padding-left: 5px;
}
.ol_type01 li:nth-child(n+2) {
  margin-top: 0.5em;
}
.ol_type01 > li:before {
  color: #2EADC7;
  content: counter(ol_list) ".";
  counter-increment: ol_list;
  font-weight: bold;
  margin: 0 10px 0 0;
  width: 1em;
}

/* 定義リスト */
dt {
  font-weight: bold;
  line-height: 30px;
}

dd {
  margin: 0 0 1em;
  line-height: 30px;
}

/* 補足 */
.caution {
  padding-left: 25px;
}
.caution::before {
  content: "※";
  display: inline-block;
  height: 11px;
  margin: 0 10px 0 -20px;
  width: 11px;
}

/* グレーのボーダー */
.border_box {
  border: 1px solid #cccccc;
  padding: 23px 30px;
}

/* 背景 */
.bg_yellow {
  background: #F9EAA8;
  padding: 50px 0;
}

.bg_black {
  background: url(../img/bg-deco-01.svg) repeat #000;
  background-size: 72px;
  padding: 50px 0;
}

/* 注意書きのボーダー */
.caution_box {
  background: #fff9f9;
  border: 1px solid #ff0000;
  padding: 30px;
}
.caution_box p {
  padding-left: 24px;
}
.caution_box p::before {
  content: "※";
  display: inline-block;
  height: 11px;
  margin: 0 13px 0 -24px;
  width: 11px;
}
.caution_box *:last-child {
  margin-bottom: 0;
}

/* テーブル */
table {
  border: 1px solid #B5B5B6;
  width: 100%;
}

th {
  background: #F9EAA8;
  border-bottom: 1px solid #B5B5B6;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  width: 137px;
}

td {
  border-bottom: 1px solid #B5B5B6;
  border-left: 1px solid #B5B5B6;
  text-align: left;
}
td.th_sub {
  background: #D3D3D3;
}

.table_type01 th {
  background: #F4D954;
  padding: 10px 20px;
}
.table_type01 th:nth-of-type(n+2) {
  border-left: 1px solid #B5B5B6;
}

/* テーブルスクロール */
.table_scroll .inner {
  overflow-x: scroll;
}

/* フォーム*/
#form input[type=text],
#form input[type=email],
#form input[type=number],
#form textarea,
#form select {
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 1px #ccc inset;
          box-shadow: 1px 1px 4px 1px #ccc inset;
  border: none;
  padding: 10px;
}
#form .select_box {
  position: relative;
  display: inline-block;
}
#form .select_box::before, #form .select_box::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
#form .select_box::before {
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  background: #666;
}
#form .select_box::after {
  right: 15px;
  top: 37%;
  transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px;
}
#form select {
  cursor: pointer;
  -webkit-appearance: button;
}
#form input[type=checkbox],
#form input[type=radio] {
  display: none;
}
#form input[type=checkbox] + label,
#form input[type=radio] + label {
  cursor: pointer;
  padding-left: 25px;
  display: block;
}
#form input[type=checkbox] + label::before,
#form input[type=radio] + label::before {
  -webkit-box-shadow: 1px 1px 3px 1px #B3B3B3 inset;
          box-shadow: 1px 1px 3px 1px #B3B3B3 inset;
  position: absolute;
  content: "";
  top: 15px;
  left: 0px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #fff;
}
#form input[type=checkbox]:checked + label,
#form input[type=radio]:checked + label {
  color: #333;
}
#form input[type=checkbox]:checked + label:after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 2px;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 12px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}
#form input[type=radio] + label::before {
  border-radius: 50%;
}
#form input[type=radio]:checked + label:after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 2px;
  top: 10px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}
#form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#form .policy_box {
  margin-bottom: 50px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 1px #ccc inset;
          box-shadow: 1px 1px 4px 1px #ccc inset;
  border: none;
  padding: 27px 30px;
}
#form .submit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
#form .submit_box .submit_btn {
  background: #333;
  color: #fff;
  width: 260px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#form .submit_box .submit_btn:first-child {
  margin-right: 40px;
}
#form .submit_box input {
  font-size: 18px;
  width: 100%;
  padding: 15px 0 17px;
  color: #fff;
}

/* アコーディオン
==================================- */
.tab_ac {
  margin-bottom: 40px;
}
.tab_ac dt {
  color: #333;
  font-size: 20px;
  background: #e8e8e8;
  padding: 0 0 0 20px;
  line-height: inherit;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab_ac dt:hover {
  opacity: 0.5;
}
.tab_ac dt p {
  margin: 0 10px 0 0;
  padding: 10px 0;
}
.tab_ac dt span {
  font-size: 13px;
  background: #ccc;
  position: relative;
  right: 0;
  top: 0;
  padding: 10px 0 27px 0;
  width: 60px;
  text-align: center;
  display: block;
  margin-left: auto;
}
.tab_ac dt span::before {
  content: "";
  top: 34px;
  left: 24px;
  position: absolute;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-bottom: solid 3px #333;
  border-right: solid 3px #333;
  width: 7px;
  height: 7px;
}
.tab_ac dt .arrow_open::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 39px;
}
.tab_ac table {
  margin-bottom: 0;
}
.tab_ac dd {
  background: #FCFCFB;
  padding: 26px 30px 38px 30px;
}
.tab_ac dd p {
  margin-bottom: 30px;
}
.tab_ac dd li {
  margin-bottom: 15px;
}
.tab_ac dd li::before {
  width: 16px;
}
.tab_ac dd a {
  text-decoration: underline !important;
  color: #000;
}
.tab_ac dd .blank::after,
.tab_ac dd .pdf::after,
.tab_ac dd .word::after,
.tab_ac dd .excel::after,
.tab_ac dd .mail::after {
  margin-left: 15px;
}
.tab_ac th {
  width: 117px;
}
.tab_ac th:nth-child(3) {
  width: 700px;
}

/* お知らせ
==================================- */
#news .dl-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#news .dl-news dt {
  border-bottom: none;
  margin-top: 0;
}
#news .dl-news dt + dd {
  color: #fff;
}
#news .btn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  max-width: 260px;
}
#news .btn a {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #000;
  display: block;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*ページネーション*/
#pagenation ul li:nth-child(n+2) {
  margin-top: 0;
}
#pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
#pagenation ul li::before {
  content: none;
}
#pagenation ul li a:not(.prev):not(.next):hover {
  text-decoration: none;
  background: #333;
  color: #fff;
}
#pagenation ul .active a {
  text-decoration: none;
  background: #333;
  color: #fff;
}
#pagenation li a {
  color: #666666;
  background: #DEDEDE;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#pagenation li a:hover {
  opacity: 1;
}
#pagenation li:last-child a {
  margin-right: 0;
}
#pagenation li .prev,
#pagenation li .next {
  color: #1A1A1A;
  text-decoration: underline;
  background: none;
}
#pagenation li .prev:hover,
#pagenation li .next:hover {
  color: #B41749;
  background: none;
}

/* ボタン系
==================================- */
.content__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content__column .content__item {
  text-align: center;
  width: calc(100% / 2 - 20px);
}
.content__column .content__item:nth-of-type(2n) {
  margin-left: 40px;
}
.content__column .content__item:nth-of-type(n+3) {
  margin-top: 30px;
}
.content__column .content__item a {
  background: #ffffff;
  border: 3px solid #B5B5B6;
  border-radius: 30px;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 0;
  position: relative;
}
.content__column .content__item a.this_page, .content__column .content__item a:hover {
  background: #2EADC7;
  border: 3px solid #87CEDE;
  color: #ffffff;
}
.content__column .content__item a.this_page::after, .content__column .content__item a:hover::after {
  content: "";
  display: block;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 6px solid transparent;
  margin: 0 auto;
  height: 0;
  position: absolute;
  right: 30px;
  top: 44%;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  width: 0;
}
.content__column .content__item a::after {
  content: "";
  display: block;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #2EADC7;
  border-left: 6px solid transparent;
  margin: 0 auto;
  height: 0;
  position: absolute;
  right: 30px;
  top: 44%;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  width: 0;
}

.btn_blue {
  background: #005bab;
  color: #fff;
  width: 260px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  border-radius: 5px;
}

/* アイコン系
==================================- */
.ico_tab {
  background: url("../img/icon-blank-01.svg") no-repeat top 2px right 1px;
  background-size: 12px;
  display: inline-block;
  padding-right: 20px;
}

.ico_tab_w {
  background: url("../img/icon-blank-03.svg") no-repeat top 2px right 1px;
  background-size: 12px;
  display: inline-block;
  padding-right: 20px;
}

.ico_pdf::before {
  border: 1px solid #E50012;
  -webkit-box-shadow: -2px 0 0 #E50012;
          box-shadow: -2px 0 0 #E50012;
  color: #E50012;
  content: "PDF";
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 34px;
}

/*モーダルウィンドウ*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
}

.modal__content img {
  border-radius: 0 !important;
  max-height: 80%;
  height: 100%;
  width: 100%;
}

.modal__content figure {
  margin-bottom: 0;
  max-height: 85vh;
  overflow-y: scroll;
  position: relative;
}

.modal__content .js_modal_close {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  position: absolute;
  top: -40px;
  right: 5px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-shadow: 1px 1px 3px #000;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: 1;
}

.modal__content .js_modal_close:hover {
  opacity: 0.5;
}

.js_modal_close {
  display: block;
}

/* ページトップ */
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
#pageTop a {
  background: url("../img/icon-ball-02.svg") no-repeat;
  background-size: contain;
  display: table-cell;
  font-weight: bold;
  height: 66px;
  vertical-align: middle;
  width: 66px;
}
#pageTop a::before {
  content: "";
  display: block;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #ffffff;
  border-left: 8px solid transparent;
  margin: 0 auto 0;
  height: 0;
  width: 0;
}
#pageTop a:hover {
  opacity: 0.7;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 768px) {
  body {
    line-height: 1.8;
  }

  header,
.contents,
footer {
    overflow: hidden;
  }

  .sideway footer .inner {
    margin: 0 auto;
  }

  a:hover,
a:hover p {
    text-decoration: none;
  }

  a:focus {
    outline: none !important;
  }

  .h3_inner {
    padding-left: 15px;
  }

  /* カラム
  ==================================- */
  .pattern1 figure {
    text-align: center;
  }

  .pattern1_1,
.pattern2_1,
.pattern1_2,
.pattern3_1,
.pattern1_3,
.pattern1_1_1,
.pattern1_1_1_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* =======================================- */
  /* ▼▼　PC:ページタイトル
  /* =======================================- */
  .pagetitle_area {
    background: #000000;
  }
  .pagetitle_area .inner {
    text-align: center;
    display: table-cell;
    padding-bottom: 20px;
    vertical-align: middle;
  }
  .pagetitle_area p span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
  }
  .pagetitle_area p span::before {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #000000;
    height: 0;
    margin-right: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: middle;
    width: 15px;
  }
  .pagetitle_area p span::after {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #000000;
    height: 0;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: middle;
    width: 15px;
  }

  .pagetitle_area h1 {
    background: #000;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    line-height: 1.2;
    padding: 20px 60px;
    min-width: 380px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .pagetitle_area h1::after {
    content: "";
    display: block;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #000000;
    border-left: 12px solid transparent;
    margin: 0 auto 0;
    height: 0;
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(60deg);
            transform: translateX(-50%) rotate(60deg);
    width: 0;
  }

  .pagetitle_wrap {
    background: url(../img/bg-deco-02.svg) repeat #F4D954;
    background-size: 72px;
    border-radius: 200px 200px 0 0;
    display: table;
    min-height: 220px;
    padding: 35px 0;
    width: 100%;
  }

  /* =======================================- */
  /* ▼▼　PC:コンテンツエリア
  /* =======================================- */
  #container {
    overflow-x: hidden;
  }
  #container img {
    border-radius: 20px;
  }

  .contents {
    font-size: 14px;
  }

  .section_child {
    margin-bottom: 50px;
  }

  .inner > .section_child:last-child {
    margin-bottom: 0;
  }

  .section_child_s {
    margin-bottom: 30px;
  }

  /* 見出し */
  /* figure */
  .col a figcaption {
    color: #0A57A2;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  .col a figcaption::after {
    content: "";
    top: -39px;
    display: inline-block;
    height: 34px;
    right: 0;
    width: 40px;
    position: absolute;
  }

  /* テーブル */
  table {
    margin-bottom: 1.8em;
  }

  th {
    padding: 14px 20px;
  }

  td {
    padding: 14px 20px;
  }

  th:first-of-type,
td:first-of-type {
    border-top: 1px solid #ccc;
  }

  /* テーブルスクロール */
  .table_scroll {
    margin: 0 auto;
    width: 1024px;
  }
  .table_scroll table {
    table-layout: inherit;
  }
  .table_scroll th,
.table_scroll td {
    min-width: 250px;
  }

  /* フォーム */
  #form {
    overflow: hidden;
  }
  #form table {
    margin-bottom: 85px;
  }
  #form table th,
#form table td {
    padding: 36px 20px 35px 20px;
  }
  #form input[type=number] {
    width: 200px;
  }
  #form input[type=text],
#form input[type=email] {
    width: 100%;
    height: 38px;
  }
  #form textarea {
    width: 100%;
    height: 108px;
  }
  #form select {
    width: 293px;
    height: 38px;
    padding-left: 14px;
  }
  #form ul li {
    margin-top: 0 !important;
    margin-right: 70px;
  }
  #form ul li::before {
    content: none !important;
  }
  #form .policy_box {
    height: 176px;
    overflow-y: scroll;
  }
  #form .policy_box p {
    margin-bottom: 0;
  }

  /* お知らせ */
  #news .dl-news dt {
    width: 115px;
    font-size: 14px;
  }
  #news .dl-news dt + dd {
    -webkit-align-self: start;
    -ms-align-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    background: #333;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 2px;
    text-align: center;
    width: 88px;
    display: table;
  }
  #news .dl-news dd + dd {
    font-size: 15px;
    margin-bottom: 35px;
    margin-left: 20px;
    width: calc(100% - 230px);
  }

  /*ページネーション*/
  #pagenation .prev {
    margin-right: 25px;
  }
  #pagenation .next {
    margin-left: 13px;
  }

  /* カラム */
  div[class*=pattern] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div[class*=pattern] + div[class*=pattern] {
    margin-top: 50px;
  }

  div[class*=pattern].reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .col > a,
.r_col > a,
.l_col > a {
    display: block;
  }

  .col img,
.r_col img,
.l_col img {
    height: auto;
    vertical-align: top;
  }

  .col p.link,
.r_col p.link,
.l_col p.link {
    margin-top: 7px;
  }

  .col > *:last-child,
.r_col > *:last-child,
.l_col > *:last-child {
    margin-bottom: 0;
  }

  figure {
    margin-bottom: 15px;
  }

  /** 1:1 */
  .pattern1_1 .col {
    width: calc((100% - 30px) / 2);
  }
  .pattern1_1 .col:nth-child(2n) {
    margin-left: 30px;
  }
  .pattern1_1.reverse .col:nth-child(2n) {
    margin-left: 0;
    margin-right: 30px;
  }

  /** 1:2 */
  .pattern1_2 .col:nth-child(2n+1) {
    width: 320px;
  }
  .pattern1_2 .col:nth-child(2n) {
    margin-left: 30px;
    width: calc(100% - 320px - 30px);
  }

  .pattern1_2.reverse .col:nth-child(2n) {
    margin-left: 0;
    margin-right: 30px;
  }

  /** 2:1:1 */
  .pattern2_1_1 > .col:first-child {
    width: 500px;
  }
  .pattern2_1_1 > .col:nth-child(n+2) {
    margin-left: 32px;
    width: 25%;
  }

  .pattern2_1_1.reverse > .col:nth-child(2n) {
    margin-left: 0;
    margin-right: 32px;
  }

  /** 1:1:1 */
  .pattern1_1_1 .col {
    width: calc(100% / 3 - 27px);
  }
  .pattern1_1_1 .col:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }

  /** 1:1:1:1 */
  .pattern1_1_1_1 .col {
    width: calc((100% - 58px) / 4);
  }

  /** 1:3 */
  .pattern1_3 .col:nth-child(2n+1) {
    width: 235px;
  }
  .pattern1_3 .col:nth-child(2n) {
    margin-left: 30px;
    width: calc(100% - 235px - 30px);
  }

  .pattern1_3.reverse .col:nth-child(2n) {
    margin-left: 0;
    margin-right: 30px;
  }

  /** 3:1 */
  .pattern3_1 .col:nth-child(2n+1) {
    width: calc(100% - 235px - 30px);
  }
  .pattern3_1 .col:nth-child(2n) {
    margin-left: 30px;
    width: 235px;
  }

  .pattern3_1.reverse .col:nth-child(2n) {
    margin-left: 0;
    margin-right: 30px;
  }

  /** 1:1:1:1 */
  .pattern1_1_1_1 .col {
    margin-left: 28px;
    width: calc((100% - 84px) / 4);
  }
  .pattern1_1_1_1 .col:nth-child(4n+1) {
    margin-left: 0;
  }

  #link_internal {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 50px;
  }

  .link_internal-area {
    width: 100%;
  }

  .slide-down {
    -webkit-animation-name: slidedown;
            animation-name: slidedown;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    top: 0;
    position: fixed;
    z-index: 999;
  }

  @-webkit-keyframes slidedown {
    0% {
      top: -56px;
    }
    100% {
      top: 0;
    }
  }

  @keyframes slidedown {
    0% {
      top: -56px;
    }
    100% {
      top: 0;
    }
  }
  .slide-up {
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    top: -56px;
  }

  @-webkit-keyframes slideUp {
    0% {
      top: 0;
    }
    100% {
      top: -56px;
    }
  }

  @keyframes slideUp {
    0% {
      top: 0;
    }
    100% {
      top: -56px;
    }
  }
  ul.link_internal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ul.link_internal li {
    line-height: 100%;
    margin: 0 0 0 40px;
    padding: 0;
  }
  ul.link_internal li:before {
    display: none;
  }
  ul.link_internal a {
    display: inline-block;
    font-size: 15px;
    padding: 0 0 36px;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  ul.link_internal a:after {
    background: #005bab;
    border-radius: 5px;
    bottom: 17px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 50%;
    position: absolute;
    width: 5px;
  }
  ul.link_internal a:hover {
    opacity: 0.7;
  }

  /* フッター背景
  ==================================- */
  .footer__bg {
    background: #000000;
    min-height: 200px;
  }

  .footer__bg h1 {
    background: #000;
    width: 100%;
  }

  .footer__bg__wrap {
    background: url(../img/bg-deco-02.svg) repeat #F4D954;
    background-size: 72px;
    border-radius: 0 0 200px 200px;
    min-height: 200px;
    padding: 66px;
  }

  /* サイト内容
  ==================================- */
  .top-content {
    background: #000;
    margin-bottom: 0;
  }
  .top-content .top-content__inner {
    background: url(../img/bg-deco-02.svg) repeat #F4D954;
    background-size: 72px;
    border-radius: 0 0 200px 200px;
    padding: 60px 0;
  }
  .top-content .top-content__inner .top-content__ttl {
    background: url("../img/chara-02-03.svg") no-repeat left;
    background-size: 47px;
    font-size: 30px;
    margin-bottom: 40px;
    padding-left: 60px;
  }
  .top-content .top-content__inner .top-content__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-content .top-content__inner .top-content__item {
    text-align: center;
    width: calc(100% / 2 - 20px);
  }
  .top-content .top-content__inner .top-content__item span {
    position: relative;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(1) span::before {
    background: url("../../img/top-icon-01.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 56px;
    position: absolute;
    top: -19px;
    left: -60px;
    width: 45px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(2) span::before {
    background: url("../../img/top-icon-02.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 59px;
    position: absolute;
    top: -19px;
    left: -80px;
    width: 58px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(3) span::before {
    background: url("../../img/top-icon-03.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 58px;
    position: absolute;
    top: -19px;
    left: -90px;
    width: 75px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(4) span::before {
    background: url("../../img/top-icon-04.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 65px;
    position: absolute;
    top: -23px;
    left: -100px;
    width: 85px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(5) span::before {
    background: url("../../img/top-icon-05.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 59px;
    position: absolute;
    top: -19px;
    left: -70px;
    width: 60px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(6) span::before {
    background: url("../../img/top-icon-06.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 59px;
    position: absolute;
    top: -19px;
    left: -80px;
    width: 70px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(2n) {
    margin-left: 40px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .top-content .top-content__inner .top-content__item a {
    background: #ffffff;
    border: 3px solid #B5B5B6;
    border-radius: 30px;
    -webkit-box-shadow: 8px 8px 0 #000000;
            box-shadow: 8px 8px 0 #000000;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0 20px 55px;
    position: relative;
  }
  .top-content .top-content__inner .top-content__item a:hover {
    background: #2EADC7;
    border: 3px solid #87CEDE;
    color: #ffffff;
  }
  .top-content .top-content__inner .top-content__item a:hover::before {
    content: "";
    display: block;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 6px solid transparent;
    margin: 0 auto;
    height: 0;
    position: absolute;
    right: 30px;
    top: 47%;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    width: 0;
  }
  .top-content .top-content__inner .top-content__item a::before {
    content: "";
    display: block;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #2EADC7;
    border-left: 6px solid transparent;
    margin: 0 auto;
    height: 0;
    position: absolute;
    right: 30px;
    top: 47%;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    width: 0;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  body {
    border-width: 4px;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
  }

  header {
    position: relative;
    z-index: 2;
  }

  .h2_type01,
.h2_type02,
.h2_type03 {
    background-size: 28px;
    font-size: 20px;
    margin-bottom: 25px;
    padding-left: 40px;
  }

  .h3_type02 {
    font-size: 18px;
  }

  /* =======================================- */
  /* ▼▼　SP:ページタイトル
  /* =======================================- */
  .pagetitle_area {
    background: #000000;
  }
  .pagetitle_area .inner {
    padding: 0;
    text-align: center;
  }
  .pagetitle_area p span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
  }
  .pagetitle_area p span::before {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #000000;
    height: 0;
    margin-right: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: middle;
    width: 15px;
  }
  .pagetitle_area p span::after {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #000000;
    height: 0;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: middle;
    width: 15px;
  }

  .pagetitle_area h1 {
    background: #000;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    padding: 11px 0;
    min-width: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .pagetitle_area h1::after {
    content: "";
    display: block;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #000000;
    border-left: 12px solid transparent;
    margin: 0 auto 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(60deg);
            transform: translateX(-50%) rotate(60deg);
    width: 0;
  }

  .pagetitle_wrap {
    background: url(../img/bg-deco-02.svg) repeat #F4D954;
    background-size: 72px;
    border-radius: 50px 50px 0 0;
    padding: 50px 20px;
  }

  /* =======================================- */
  /* ▼▼　SP:コンテンツエリア
  /* =======================================- */
  section {
    margin-bottom: 60px;
  }
  section p {
    line-height: 1.8;
  }
  section img {
    border-radius: 20px;
  }

  .contents {
    font-size: 14px;
    line-height: 2;
    width: 100%;
  }

  .section_child:not(:last-child) {
    margin-bottom: 50px;
  }

  .section_child_s + .section_child_s {
    margin-top: 30px;
  }

  /* 見出し */
  .h2_default {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .h2_default::after {
    margin: 0 auto;
  }

  .h3_default {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .h4_default {
    font-size: 15px;
    margin-bottom: 15px;
  }

  /* figure */
  .col a figcaption {
    font-size: 17px;
    font-weight: bold;
    position: relative;
  }
  .col a figcaption:after {
    content: "";
    top: -31px;
    display: inline-block;
    height: 26px;
    right: 0;
    width: 31px;
    position: absolute;
  }

  /* 補足 */
  .caution_box {
    padding: 20px;
  }

  /* ボタン系
  ==================================- */
  .content__column {
    display: block;
  }
  .content__column .content__item {
    width: 100%;
  }
  .content__column .content__item:nth-of-type(2n) {
    margin-left: 0;
  }
  .content__column .content__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .content__column .content__item a {
    background: #ffffff;
    border: 3px solid #B5B5B6;
    border-radius: 30px;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    position: relative;
  }

  /* テーブル */
  table {
    border: 1px solid #B5B5B6;
    margin-bottom: 1em;
    width: 100%;
  }

  tr:not(:first-of-type) th {
    border-top: 1px solid #B5B5B6;
  }

  th {
    padding: 15px 20px;
    line-height: 1.8;
    vertical-align: middle;
  }

  td {
    line-height: 1.8;
    padding: 15px 20px;
    vertical-align: middle;
  }
  td:last-of-type {
    border-left: none;
    border-bottom: none;
    border-right: none;
  }

  th, td {
    border-right: 0;
    display: block;
    width: 100%;
  }

  /* テーブルスクロール */
  .table_scroll {
    padding: 0 0 0 20px;
  }
  .table_scroll .inner {
    padding-left: 0;
  }
  .table_scroll tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table_scroll th,
.table_scroll td {
    min-width: 81px;
    width: 81px;
  }

  /* フォーム */
  #form {
    overflow: hidden;
  }
  #form tr {
    display: block;
  }
  #form tr th,
#form tr td {
    width: 100%;
  }
  #form tr td {
    padding: 25px 20px;
  }
  #form input[type=text] {
    width: 100%;
    height: 33px;
  }
  #form textarea {
    height: 73px;
    width: 100%;
  }
  #form ul li {
    width: 50%;
    margin-bottom: 11px;
    margin-top: 0;
  }
  #form ul li::before {
    content: none;
  }
  #form li:nth-child(2n+1) input[type=checkbox] + label,
#form li:nth-child(2n+1) input[type=radio] + label {
    margin-right: 10px;
  }
  #form input[type=checkbox] + label::before,
#form input[type=radio] + label::before {
    margin-top: -14px;
    top: 19px;
  }
  #form input[type=checkbox]:checked + label::after {
    top: 3px;
  }
  #form input[type=radio]:checked + label::after {
    top: 7px;
  }
  #form input[type=email] {
    width: 100%;
  }
  #form .select_box {
    display: block;
  }
  #form .select_box select {
    width: 100%;
  }
  #form .policy_box {
    height: 345px;
    overflow-y: scroll;
    padding: 22px 25px;
    margin-bottom: 30px;
  }
  #form .policy_box p {
    margin-bottom: 0;
  }

  /* アコーディオン
  ==================================- */
  .tab_ac p {
    font-size: 17px;
  }
  .tab_ac dt {
    padding: 0 0 0 10px;
  }
  .tab_ac dt span {
    min-width: 50px;
    padding: 12px 0 27px 0;
    width: 50px;
  }
  .tab_ac dt span::before {
    top: 33px;
    left: 20px;
  }
  .tab_ac dd {
    padding: 26px 20px 38px 20px;
  }
  .tab_ac dd .blank::after,
.tab_ac dd .pdf::after,
.tab_ac dd .word::after,
.tab_ac dd .excel::after,
.tab_ac dd .mail::after {
    margin-left: 10px;
  }
  .tab_ac tr {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .tab_ac th, .tab_ac td {
    width: 72px;
    padding: 15px 10px;
    font-size: 14px;
    margin-right: 6px;
  }
  .tab_ac th:nth-child(3), .tab_ac td:nth-child(3) {
    width: 46%;
    margin-right: 0;
  }

  /* お知らせ */
  #news .dl-news dt {
    font-size: 14px;
    width: 115px;
  }
  #news .dl-news dt + dd {
    background: #000;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: -4px;
    text-align: center;
    width: 88px;
    padding: 5px 0;
  }
  #news .dl-news dt + dd + dd {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 5px;
    margin-bottom: 35px;
    width: 100%;
  }
  #news .btn a {
    padding: 14px 15px;
  }

  /*ページネーション*/
  #pagenation ul {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  #pagenation li {
    line-height: 2;
  }
  #pagenation li a {
    margin: 0 12px 18px 0;
  }
  #pagenation li .prev {
    margin-right: 25px;
  }

  .contents ul {
    margin-left: 5px;
  }
  .contents ol {
    padding-left: 5px;
  }

  [class*=pattern] {
    margin-bottom: 25px;
  }

  .col {
    margin-bottom: 35px;
  }
  .col:last-child {
    margin-bottom: 0;
  }
  .col figure {
    height: auto;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
  }
  .col img {
    height: auto;
    vertical-align: top;
    max-width: 100%;
  }

  .lead {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .modal__content {
    height: auto;
    max-width: 90%;
    width: 100%;
  }

  .modal__content img {
    width: 100%;
  }

  /* フッター背景
  ==================================- */
  .footer__bg {
    background: #000000;
  }

  .footer__bg h1 {
    background: #000;
    width: 100%;
  }

  .footer__bg__wrap {
    background: url(../img/bg-deco-02.svg) repeat #F4D954;
    background-size: 72px;
    border-radius: 0 0 50px 50px;
    padding: 50px 0;
  }
  .footer__bg__wrap .inner {
    margin-bottom: 50px;
  }

  /* サイト内容
  ==================================- */
  .top-content {
    background: #000;
    margin-bottom: 0;
  }
  .top-content .top-content__inner {
    background: url(../img/bg-deco-02.svg) repeat #F4D954;
    background-size: 72px;
    border-radius: 0 0 50px 50px;
    padding: 60px 0 70px;
  }
  .top-content .top-content__inner .top-content__ttl {
    background: url("../img/chara-02-03.svg") no-repeat left;
    background-size: 47px;
    font-size: 30px;
    margin-bottom: 40px;
    padding-left: 60px;
  }
  .top-content .top-content__inner .top-content__item {
    margin-top: 20px;
    text-align: center;
  }
  .top-content .top-content__inner .top-content__item span {
    display: inline-block;
    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;
    font-size: 20px;
    padding-right: 50px;
    padding-left: 15px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(1) span::before {
    background: url("../../img/top-icon-01.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 56px;
    margin-right: 10px;
    width: 45px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(2) span::before {
    background: url("../../img/top-icon-02.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 59px;
    margin-right: 10px;
    width: 58px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(3) span::before {
    background: url("../../img/top-icon-03.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 58px;
    margin-right: 10px;
    width: 75px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(4) span::before {
    background: url("../../img/top-icon-04.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 65px;
    margin-right: 10px;
    width: 85px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(5) span::before {
    background: url("../../img/top-icon-05.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 59px;
    margin-right: 10px;
    width: 60px;
  }
  .top-content .top-content__inner .top-content__item:nth-of-type(6) span::before {
    background: url("../../img/top-icon-06.svg") no-repeat left;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 59px;
    margin-right: 10px;
    width: 70px;
  }
  .top-content .top-content__inner .top-content__item a {
    background: #ffffff;
    border: 3px solid #B5B5B6;
    border-radius: 30px;
    -webkit-box-shadow: 8px 8px 0 #000000;
            box-shadow: 8px 8px 0 #000000;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 20px 0;
    position: relative;
    text-decoration: none;
  }
  .top-content .top-content__inner .top-content__item a::before {
    content: "";
    display: block;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #2EADC7;
    border-left: 6px solid transparent;
    margin: 0 auto;
    height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    width: 0;
  }
}
/* プリント
==================================- */
/* 部分装飾
==================================- */
.bold {
  font-weight: bold !important;
}

.t_small {
  font-size: 70%;
  vertical-align: middle;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.inline_block {
  display: inline-block !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.none {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}