@charset "UTF-8";
/*------------------------------
font-face
------------------------------*/
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("../font/NotoSansCJKjp-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../font/YakuHanJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../font/YakuHanJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../font/YakuHanJP-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ebrima";
  src: url("../font/ebrima.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/*------------------------------
関数
------------------------------*/
/* ----------------------- */
/* メディアクエリ（min-width)
/* ----------------------- */
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;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul, ol {
  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;
  text-decoration: none;
}

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

body {
  background-image: url(../images/common/bg.jpg);
  font-family: YakuHanJP, "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #031920;
}

a {
  color: #031920;
}

img {
  vertical-align: bottom;
  width: 100%;
}

/* ----------------------- */
/* header
/* ----------------------- */
.l-header {
  width: 250px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.l-header.home {
  background-image: url("../images/top/hero_left.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 230px;
  background-position: right top 20px;
}
@media (max-width: 992px) {
  .l-header.home {
    background-image: none;
  }
}
@media (max-width: 992px) {
  .l-header {
    position: fixed;
    background-color: #039fd8;
    margin: 0;
    padding: 70px 0 40px;
    width: 50%;
    height: 100%;
    top: 0;
    right: -50%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    z-index: 8;
  }
  .l-header.active {
    right: 0;
  }
}
@media (max-width: 576px) {
  .l-header {
    width: 75%;
    right: -75%;
  }
}

.header {
  background: #039fd8;
  width: 100%;
  height: 100%;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
@media (max-width: 992px) {
  .header {
    overflow: auto;
    border-radius: 0;
    -webkit-filter: none;
            filter: none;
  }
}
.header-link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-link_menu {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  line-height: 1.625;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.header-link_menu .sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.8;
}
.header-link_menu .small {
  font-size: 13px;
}
.header-link.no-link {
  pointer-events: none;
}
.header-link.no-link .header-link_menu {
  color: rgba(255, 255, 255, 0.35);
}
.header-link.active {
  background: #007da7;
  pointer-events: none;
}
.header-link:hover {
  background-color: #17b1e9;
}

.hm-btn {
  display: none;
  position: fixed;
  top: 10px;
  right: 2%;
  z-index: 10;
  padding: 0;
  padding: 6px 12px;
  background: #039fd8;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.hm-btn:hover {
  background: #17b1e9;
}
@media (max-width: 992px) {
  .hm-btn {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .hm-btn {
    top: 7px;
  }
}
.hm-btn .hm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.hm-btn .hm .line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hm-btn .hm .line::before, .hm-btn .hm .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hm-btn .hm .line::before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.hm-btn .hm .line::after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.hm-btn .text {
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  letter-spacing: -0.03em;
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.hm-btn.active .line {
  background-color: transparent;
}
.hm-btn.active .line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hm-btn.active .line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mask {
  display: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 5;
}
.mask.active {
  display: block;
}

/* ----------------------- */
/* footer
/* ----------------------- */
.l-footer .inner {
  padding-top: 55px;
  padding-bottom: 55px;
}
.l-footer .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .l-footer .foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .foot-item {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .l-footer .foot-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.l-footer .foot-item .label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  background: #fff;
}
@media (max-width: 576px) {
  .l-footer .foot-item .label {
    font-size: 15px;
  }
}
.l-footer .foot-item .text {
  text-align: center;
}
.l-footer .foot-item .ttl {
  font-weight: 600;
  margin-bottom: 0.8em;
  display: block;
}
.l-footer .foot-item .c-textS.number span:first-child {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .l-footer .foot-item .c-textS.number span:first-child {
    margin-right: 0;
    display: block;
  }
}
.l-footer .copy {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  .l-footer .copy {
    font-size: 12px;
  }
}
.l-footer .copy span {
  color: #e90505;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
共通コンポーネント
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ----------------------- */
/*パンくずリスト
/* ----------------------- */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 6px 0;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  .breadcrumb {
    padding: 13px 0 0;
  }
}
.breadcrumb li {
  color: #4d5557;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb li:not(:last-child) {
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li:not(:last-child) a {
  color: #4d5557;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
}
.breadcrumb li .small {
  font-size: 0.8em;
}

/* ----------------------- */
/* タイトル
/* ----------------------- */
.l-h1_lower {
  margin-left: 230px;
}
@media (max-width: 992px) {
  .l-h1_lower {
    margin-left: 0;
  }
}

.h1_lower {
  font-size: 40px;
  font-weight: 600;
  color: #039fd8;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
  padding: 0em 1em;
  display: inline-block;
  position: absolute;
  bottom: -37px;
}
@media (max-width: 1280px) {
  .h1_lower {
    font-size: max(3.125vw, 20px);
  }
}
@media (max-width: 992px) {
  .h1_lower {
    bottom: -7px;
    font-size: max(4.0322580645vw, 20px);
  }
}
@media (max-width: 1280px) {
  .h1_lower.small {
    font-size: max(2.890625vw, 20px);
  }
}
@media (max-width: 992px) {
  .h1_lower.small {
    font-size: max(4.0322580645vw, 20px);
  }
}
.h1_lower .small {
  font-size: 0.8em;
}

.block {
  overflow-y: auto;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.block::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #039fd8;
  position: absolute;
  left: 0;
  top: 0;
}

.ttl_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.ttl_tab span {
  padding: 2px 1.75em 0;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-family: ebrima, sans-serif;
  background-color: #039fd8;
  border-radius: 1em 1em 0 0;
}
@media (max-width: 576px) {
  .ttl_tab span {
    font-size: 16px;
  }
}

.h2_lower {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.3em;
  padding: 0.75em 1em;
  border-top: 4px solid #039fd8;
  border-bottom: 1px solid #e3e3e3;
  background: #fbeeee;
  position: relative;
}
.h2_lower::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 576px) {
  .h2_lower {
    font-size: 18px;
  }
}
.h2_lower span {
  position: relative;
  z-index: 1;
}

.h3_lower {
  padding: 0.2em 0.5em;
  border-left: solid 5px #039fd8;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .h3_lower {
    font-size: 16px;
  }
}

/* ----------------------- */
/*アイコンスタイル
/* ----------------------- */
.externalLink::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: 5px;
  margin-left: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/common/externalLink.png);
}
.externalLink.white::after {
  background-image: url(../images/common/externalLink_white.png);
}

/* ----------------------- */
/*連番テキスト
/* ----------------------- */
.serialNumber-text {
  font-weight: 500;
  counter-increment: cnt;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.serialNumber-text:not(:last-child) {
  margin-bottom: 10px;
}
.serialNumber-text::before {
  content: counter(cnt) ".";
  margin-right: 5px;
  font-weight: 500;
}

/* ----------------------- */
/*背景グレーエリア
/* ----------------------- */
.l-accentArea {
  background: #f4f7f8;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accentArea-item::before {
  content: "・";
  color: #039fd8;
  font-weight: bold;
}
.accentArea-item:not(:last-child) {
  margin-bottom: 0.2em;
}

/* ----------------------- */
/* ボタン
/* ----------------------- */
.l-btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .l-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-btns .l-btn {
  margin: 0;
}
.l-btns .l-btn:first-child {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .l-btns .l-btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.l-btn {
  width: 100%;
  max-width: 340px;
  height: 50px;
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.l-btn.large {
  height: 70px;
}

.shadow {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #116f92;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  z-index: 0;
}

.btn {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #039fd8;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.mail::after {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url("../images/common/mail.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7%;
}
.btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  background: #17b1e9;
}
.btn .text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .btn .text {
    font-size: 14px;
  }
}

.l-btn.white {
  max-width: none;
  height: 100px;
  margin-top: 0;
}
@media (max-width: 576px) {
  .l-btn.white {
    height: 80px;
  }
}
.l-btn.white .shadow {
  border-radius: 8px;
  background: #031920;
  background: #555;
  width: 99.9%;
}
.l-btn.white .btn {
  background: #fff;
  border-radius: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 5%;
  border: 1px solid #c1c1c1;
}
.l-btn.white .btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #031920;
  border-right: 3px solid #031920;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -7px;
}
.l-btn.white .btn .text {
  font-size: 17px;
  font-weight: 500;
  color: #031920;
}
@media (max-width: 576px) {
  .l-btn.white .btn .text {
    font-size: 15px;
  }
}
.l-btn.white .btn:hover::after {
  border-top: 3px solid #039fd8;
  border-right: 3px solid #039fd8;
}

/* ----------------------- */
/* 共通パーツ
/* ----------------------- */
.c-belt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 51, 102, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 51, 102, 0.1);
  position: relative;
  z-index: 1;
}
.c-belt .img {
  width: 565px;
}

.hero_lower {
  margin-left: -250px;
  padding: 20px 20px 0 20px;
  position: relative;
  z-index: 0;
}
@media (max-width: 992px) {
  .hero_lower {
    padding: 0;
    margin-left: 0;
  }
}

.container_lower {
  padding: 75px 0;
}
@media (max-width: 576px) {
  .container_lower {
    padding: 30px 0 50px;
  }
}

.block_lower {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 50px 5%;
}
@media (max-width: 576px) {
  .block_lower {
    padding: 30px 5%;
  }
}
.block_lower:not(:last-of-type) {
  margin-bottom: 50px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-item {
  -webkit-flex-basis: 46.5%;
      -ms-flex-preferred-size: 46.5%;
          flex-basis: 46.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .contact-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.contact-item .h2_lower {
  font-size: 20px;
}
@media (max-width: 576px) {
  .contact-item .h2_lower {
    font-size: 18px;
  }
}
.contact-item .ttl {
  font-weight: 600;
  margin-bottom: 0.5em;
  display: block;
}
.contact-item .c-textS {
  font-weight: 400;
  line-height: 1.5;
}
.contact-item .c-textS.number span:first-child {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .contact-item .c-textS.number span:first-child {
    margin-right: 0;
    display: block;
  }
}

/* ----------------------- */
/* 共通スタイル
/* ----------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

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

.mb40 {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media (max-width: 768px) {
  .mt60 {
    margin-top: 40px !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}
@media (max-width: 768px) {
  .pb40 {
    padding-bottom: 30px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media (max-width: 768px) {
  .pb50 {
    padding-bottom: 30px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media (max-width: 768px) {
  .pb60 {
    padding-bottom: 40px !important;
  }
}

.pb70 {
  padding-bottom: 70px;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}
@media (max-width: 768px) {
  .pt40 {
    padding-top: 30px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media (max-width: 768px) {
  .pt50 {
    padding-top: 30px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media (max-width: 768px) {
  .pt60 {
    padding-top: 40px !important;
  }
}

.sec_lower {
  padding-top: 60px;
}

.whole-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .whole-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.inner_s {
  width: 90%;
  max-width: 680px;
  margin: auto;
}

.inner_m {
  width: 90%;
  max-width: 795px;
  margin: auto;
}

.l-paragraph p:not(:last-child) {
  margin-bottom: 0.5em;
}

.sub-text {
  font-size: 14px;
  line-height: 1.5714285714;
  display: block;
}

.c-textS {
  font-size: 16px;
}
@media (max-width: 576px) {
  .c-textS {
    font-size: 14px;
  }
}

.c-textM {
  font-size: 17px;
}
@media (max-width: 576px) {
  .c-textM {
    font-size: 15px;
  }
}

.c-textL {
  font-size: 18px;
}
@media (max-width: 576px) {
  .c-textL {
    font-size: 16px;
  }
}

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

.accent {
  color: #039fd8;
}

.sub-c {
  color: #555;
}

.dib {
  display: inline-block;
}

.br_sp {
  display: none;
}
@media (max-width: 768px) {
  .br_sp {
    display: inline;
  }
}

.off-text {
  opacity: 0.5;
}

.text-link {
  opacity: 0.9;
  color: #039fd8;
  text-decoration: underline;
  display: inline;
}
.text-link:hover {
  text-decoration: none;
}
.text-link.externalLink {
  margin-right: 0.3em;
}

/* ----------------------- */
/* main
/* ----------------------- */
.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main .hero {
  padding-top: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .main .hero {
    padding: 0;
  }
}

.l-info .ttl_tab {
  margin-top: -51px;
}
@media (max-width: 992px) {
  .l-info .ttl_tab {
    margin-top: -43px;
  }
}
@media (max-width: 992px) {
  .l-info .ttl_tab {
    margin-top: -51px;
  }
}
@media (max-width: 576px) {
  .l-info .ttl_tab {
    margin-top: -40px;
  }
}

.info {
  padding: 70px 4.5% 50px;
}
@media (max-width: 576px) {
  .info {
    padding-top: 9.5486111111vw;
    padding-bottom: 6.9444444444vw;
  }
}
.info-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .info-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.info-main_schedule {
  -webkit-flex-basis: 430px;
      -ms-flex-preferred-size: 430px;
          flex-basis: 430px;
  margin-right: 15px;
}
@media (max-width: 576px) {
  .info-main_schedule {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 90%;
  }
}
.info-main_access {
  -webkit-flex-basis: 280px;
      -ms-flex-preferred-size: 280px;
          flex-basis: 280px;
}
@media (max-width: 576px) {
  .info-main_access {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 60%;
    margin-top: 4%;
  }
}
.info-chairman {
  padding: 25px 4%;
  background: #fff6f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: YakuHanJP, "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", sans-serif;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .info-chairman {
    display: block;
  }
}
@media (max-width: 576px) {
  .info-chairman {
    margin-top: 7%;
  }
}
.info-chairman .label {
  display: inline-block;
  padding: 0.25em 1.75em;
  background: #275697;
  border-radius: 10px;
  font-size: 20px;
  white-space: nowrap;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .info-chairman .label {
    margin-bottom: 0.3em;
  }
}
@media (max-width: 576px) {
  .info-chairman .label {
    font-size: 17px;
  }
}
.info-chairman .chairman {
  display: block;
}
.info-chairman .chairman .name {
  font-size: 34px;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .info-chairman .chairman .name {
    font-size: 30px;
  }
}
.info-chairman .chairman .small {
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 576px) {
  .info-chairman .chairman .small {
    font-size: 14px;
  }
}

.l-news {
  padding: 50px 0 90px;
}
@media (max-width: 576px) {
  .l-news {
    padding-bottom: 60px;
  }
}
.l-news .ttl_fill {
  height: 3.6363636364em;
  padding: 0 25px;
  background: #fbeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .l-news .ttl_fill {
    font-size: 19px;
    padding: 0 4.5%;
  }
}
.l-news .ttl_fill span {
  margin-top: 6px;
}
.l-news .ttl_fill span::before {
  content: "";
  display: inline-block;
  vertical-align: 1px;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  background-image: url("../images/common/ttl-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.l-news .news {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-news .news::-webkit-scrollbar {
  display: none;
}
.l-news .news-contents {
  padding: 10px 4.5%;
  max-height: 440px;
  overflow-y: auto;
}
.l-news .news-contents_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1764705882em 0px;
}
@media (max-width: 576px) {
  .l-news .news-contents_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-news .news-contents_item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.l-news .news-contents_item time {
  color: #039fd8;
  font-weight: 600;
  margin-right: 35px;
}
@media (max-width: 576px) {
  .l-news .news-contents_item time {
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}
.l-news .news-contents_item .text {
  font-weight: 500;
}

.l-banners {
  padding: 40px 0;
  background: rgba(202, 161, 161, 0.5);
}
.l-banners .banners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 768px) {
  .l-banners .banners {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .l-banners .banners {
    grid-gap: 10px;
  }
}
.l-banners .banners .banner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-banners .banners .banner:hover {
  opacity: 0.7;
}
.l-banners .banners .banner img {
  width: 100%;
}

/* ----------------------- */
/* 開催概要
/* ----------------------- */
.outline-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  border-bottom: 1px solid #dddddd;
  padding: 1.4705882353em 15px;
  font-weight: 500;
}
.outline-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .outline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.outline-item_dt {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}
@media (max-width: 768px) {
  .outline-item_dt {
    margin-bottom: 0.5em;
  }
}
.outline-item_dt p {
  font-weight: 600;
  color: #039fd8;
}
.outline-item_dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.outline-item_dd .cost {
  display: grid;
  grid-template-columns: 30% 20% 50%;
  gap: 10px;
}
@media (max-width: 576px) {
  .outline-item_dd .cost {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .outline-item_dd .cost.other {
    display: block;
  }
  .outline-item_dd .cost.other .price {
    display: inline;
  }
  .outline-item_dd .cost.other .small {
    display: inline;
  }
}
.outline-item_dd .cost .price {
  text-align: right;
}
@media (max-width: 576px) {
  .outline-item_dd .cost .price {
    text-align: left;
  }
}
.outline-item_dd .cost-ttl {
  color: #039fd8;
}
.outline-item_dd .cost:not(:last-child) {
  margin-bottom: 20px;
}
.outline-item_dd .cost:first-child {
  display: block;
}
.outline-item_dd .cost:first-child .cost-table {
  margin-top: 5px;
}
.outline-item_dd .cost:first-child .cost-table dl {
  display: grid;
  grid-template-columns: 30% 20% 50%;
  gap: 10px;
  padding: 0.2em 0.5em;
}
@media (max-width: 576px) {
  .outline-item_dd .cost:first-child .cost-table dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .outline-item_dd .cost:first-child .cost-table dl.other {
    display: block;
  }
  .outline-item_dd .cost:first-child .cost-table dl.other .price {
    display: inline;
  }
  .outline-item_dd .cost:first-child .cost-table dl.other .small {
    display: inline;
  }
}
.outline-item_dd .cost:first-child .cost-table dl:not(:last-child) {
  margin-bottom: 5px;
}
.outline-item_dd .cost:first-child .cost-table dl:nth-child(odd) {
  background: #fff6f2;
}
.outline-item_dd .cost:first-child .cost-table dl:nth-child(even) {
  background: #f9f9f9;
}

/* ----------------------- */
/* リンク
/* ----------------------- */
.page-link .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 576px) {
  .page-link .links {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ----------------------- */
/* 会長あいさつ
/* ----------------------- */
.greeting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.greeting-content {
  -webkit-flex-basis: 68.3333333333%;
      -ms-flex-preferred-size: 68.3333333333%;
          flex-basis: 68.3333333333%;
}
.greeting-content p {
  font-size: 18px;
  line-height: 2;
  text-indent: 1em;
}
@media (max-width: 576px) {
  .greeting-content p {
    font-size: 15px;
  }
}
.greeting-content p:not(:last-child) {
  margin-bottom: 2em;
}
.greeting-figure {
  -webkit-flex-basis: 27.7777777778%;
      -ms-flex-preferred-size: 27.7777777778%;
          flex-basis: 27.7777777778%;
}
@media (max-width: 768px) {
  .greeting-figure {
    width: 250px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .greeting-figure {
    width: 210px;
  }
}
.greeting-figure .img {
  margin-bottom: 20px;
}
.greeting-figure .content p {
  text-align: right;
  font-weight: 500;
}
.greeting-figure .content p:first-child {
  font-size: 16px;
}
@media (max-width: 576px) {
  .greeting-figure .content p:first-child {
    font-size: 14px;
  }
}
.greeting-figure .content p:last-child {
  font-size: 14px;
}
@media (max-width: 576px) {
  .greeting-figure .content p:last-child {
    font-size: 12px;
  }
}
.greeting-figure .content p.chairman {
  font-weight: 600;
}
.greeting-figure .content p.chairman .label {
  font-size: 18px;
}
@media (max-width: 576px) {
  .greeting-figure .content p.chairman .label {
    font-size: 16px;
  }
}
.greeting-figure .content p.chairman .name {
  font-size: 24px;
}
@media (max-width: 576px) {
  .greeting-figure .content p.chairman .name {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */