@charset "UTF-8";
:root {
  --mainColor: #005698;
  --subColor: #24a5bf;
  --lightColor: #50b7cc;
  --ja: "Noto Sans JP", sans-serif;
  --en: "Knewave", cursive;
  --serif: "Noto Serif JP", serif;
  --thin-en: "Open Sans Condensed", sans-serif;
}

body.template main .mv {
  height: 300px;
  position: relative;
}

body.template main .mv:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #50b7cc;
  position: absolute;
  top: 0;
  z-index: 0;
}

body.template main .mv:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/template-mv.png) center center/100% 100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

body.template main .mv .page-ttl {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 4;
}

body.template main .mv .page-ttl h1 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 5px;
  padding-left: 5px;
  color: #fff;
}

body.template main .mv .page-ttl .ruby {
  font-size: 7.2rem;
  font-family: var(--en);
  line-height: 1;
  color: #ffe300;
  display: table;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  position: relative;
}

body.template main .mv .page-ttl .ruby:after {
  content: "";
  background: url(../img/common/page-ttl-light.png) center center/contain no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transform: rotate(2deg) translate(70%, -20%);
          transform: rotate(2deg) translate(70%, -20%);
  right: 0;
  top: 0;
}

body.template main .mv .mv-img {
  width: 51%;
  height: 300px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

body.template main .mv .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  body.template main .mv {
    height: 200px;
  }
  body.template main .mv .mv-img {
    height: 200px;
  }
}

body.template main .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 0 5px;
  margin-bottom: 120px;
  border-bottom: 2px solid #005698;
}

body.template main .breadcrumb > * {
  font-size: 1.6rem;
  padding-left: 30px;
  margin-right: 25px;
  position: relative;
}

body.template main .breadcrumb > *:before {
  content: "▶";
  font-size: 1.2rem;
  color: #ffe300;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}

@media screen and (max-width: 768px) {
  body.template main .breadcrumb {
    margin-bottom: 80px;
  }
  body.template main .breadcrumb > * {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}

body.template main .news-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 70px;
  border-bottom: 2px solid var(--lightColor);
}

body.template main .news-ttl .date {
  font-weight: 600;
  width: 95px;
  height: 95px;
  color: #fff;
  background-color: var(--mainColor);
  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: 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;
}

body.template main .news-ttl .date .year {
  font-size: 1.8rem;
  font-family: var(--thin-en);
  letter-spacing: 1px;
}

body.template main .news-ttl .date .day {
  font-size: 2.6rem;
  font-family: var(--thin-en);
  line-height: 1;
  letter-spacing: 1px;
}

body.template main .news-ttl .ttl-cont {
  margin-left: 15px;
}

body.template main .news-ttl .ttl-cont .category {
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--lightColor);
  border: 1px solid var(--lightColor);
  display: table;
  padding: 5px 10px;
}

body.template main .news-ttl .ttl-cont h2 {
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  body.template main .news-ttl .date {
    width: 70px;
    height: 70px;
  }
  body.template main .news-ttl .date .year {
    font-size: 1.6rem;
  }
  body.template main .news-ttl .date .day {
    font-size: 2rem;
  }
  body.template main .news-ttl .ttl-cont .category {
    font-size: 1.2rem;
  }
  body.template main .news-ttl .ttl-cont h2 {
    font-size: 1.8rem;
  }
}

body.template main .contents {
  margin-bottom: 160px;
}

body.template main .contents .banner {
  text-align: center;
  pointer-events: none;
  width: 100%;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  body.template main .contents .banner {
    margin-bottom: 100px;
  }
}

body.template main .contents .block {
  margin-bottom: 100px;
}

body.template main .contents .read {
  line-height: 2.5;
  border: 1px solid var(--lightColor);
  padding: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  body.template main .contents .read {
    line-height: 2;
    padding: 20px;
  }
}

body.template main .contents .main-ttl {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

body.template main .contents .main-ttl h2 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  text-align: center;
  color: var(--mainColor);
  padding-bottom: 30px;
  margin-bottom: 90px;
  border-bottom: 1px solid var(--mainColor);
}

@media screen and (max-width: 768px) {
  body.template main .contents .main-ttl h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

body.template main .contents h3 {
  font-size: 2.6rem;
  font-weight: 500;
  border-left: 10px solid var(--lightColor);
  padding-left: 15px;
  margin-bottom: 30px;
}

body.template main .contents h4 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 3px solid var(--lightColor);
  display: table;
  margin-bottom: 30px;
  position: relative;
}

body.template main .contents h5 {
  font-weight: 500;
  line-height: 1;
  display: table;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #fff;
  background-color: var(--lightColor);
}

body.template main .contents h6 {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: underline;
  display: table;
}

@media screen and (max-width: 768px) {
  body.template main .contents h3 {
    font-size: 2.2rem;
  }
  body.template main .contents h4 {
    font-size: 2rem;
  }
  body.template main .contents h5 {
    font-size: 1.8rem;
  }
  body.template main .contents h6 {
    font-size: 1.6rem;
  }
}

body.template main .contents .col-1 {
  margin-bottom: 30px;
}

body.template main .contents .col-1 li {
  background: #eff4f2;
  min-height: 220px;
  padding: 15px;
}

body.template main .contents .col-2 {
  margin-bottom: 30px;
  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;
}

body.template main .contents .col-2 li {
  width: 49%;
  background: #eff4f2;
  min-height: 220px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  body.template main .contents .col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.template main .contents .col-2 li {
    width: 100%;
  }
  body.template main .contents .col-2 li:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

body.template main .contents .col-3 {
  margin-bottom: 30px;
  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;
}

body.template main .contents .col-3 li {
  width: 32%;
  background: #eff4f2;
  min-height: 220px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  body.template main .contents .col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.template main .contents .col-3 li {
    width: 100%;
  }
  body.template main .contents .col-3 li:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

body.template main .contents ul.list-ul {
  margin-bottom: 30px;
}

body.template main .contents ul.list-ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.template main .contents ul.list-ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--mainColor);
  display: inline-block;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

body.template main .contents ul.list-ul li:nth-of-type(even):before {
  background: var(--subColor);
}

body.template main .contents ul.list-ul li:nth-of-type(n + 2) {
  margin-top: 20px;
}

body.template main .contents ol.list-ol {
  margin-bottom: 30px;
  counter-reset: section;
}

body.template main .contents ol.list-ol li {
  list-style: none;
}

body.template main .contents ol.list-ol > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

body.template main .contents ol.list-ol > li:before {
  content: counters(section, "-");
  counter-increment: section;
  font-size: 2rem;
  font-family: var(--ja);
  line-height: 1;
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  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;
  margin-top: 5px;
  margin-right: 15px;
}

body.template main .contents ol.list-ol > li:nth-of-type(even):before {
  color: var(--subColor);
  border: 2px solid var(--subColor);
}

body.template main .contents ol.list-ol > li:nth-of-type(n + 2) {
  margin-top: 20px;
}

body.template main .contents ol.list-ol ol {
  counter-reset: section;
  margin-top: 20px;
  margin-left: 45px;
  width: 100%;
}

body.template main .contents ol.list-ol ol > li:before {
  content: counters(section, "-") ".";
  counter-increment: section;
  font-weight: 600;
  color: var(--mainColor);
  margin-right: 5px;
}

body.template main .contents a[href^="/"] {
  color: #046aaf;
  text-decoration: underline;
}

body.template main .contents a[target="_blank"] {
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 10px;
  background: url(../img/common/icon-blank.png) left center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  body.template main .contents a[target="_blank"] {
    background-size: 30px 30px;
    background-position: left top;
  }
}

body.template main .contents a[href$=".doc"],
body.template main .contents a[href$=".docx"],
body.template main .contents a[href$=".docm"],
body.template main .contents a[href$=".dot"],
body.template main .contents a[href$=".dotx"],
body.template main .contents a[href$=".dotm"],
body.template main .contents a[href$=".xml"] {
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 10px;
  background: url(../img/common/icon-word.png) left center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  body.template main .contents a[href$=".doc"],
  body.template main .contents a[href$=".docx"],
  body.template main .contents a[href$=".docm"],
  body.template main .contents a[href$=".dot"],
  body.template main .contents a[href$=".dotx"],
  body.template main .contents a[href$=".dotm"],
  body.template main .contents a[href$=".xml"] {
    background-size: 30px 30px;
    background-position: left top;
  }
}

body.template main .contents a[href$=".xls"],
body.template main .contents a[href$=".xlsx"] {
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 10px;
  background: url(../img/common/icon-excel.png) left center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  body.template main .contents a[href$=".xls"],
  body.template main .contents a[href$=".xlsx"] {
    background-size: 30px 30px;
    background-position: left top;
  }
}

body.template main .contents a[href$=".pptx"],
body.template main .contents a[href$=".potx"] {
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 10px;
  background: url(../img/common/icon-pp.png) left center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  body.template main .contents a[href$=".pptx"],
  body.template main .contents a[href$=".potx"] {
    background-size: 30px 30px;
    background-position: left top;
  }
}

body.template main .contents a[href$=".pdf"] {
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 10px;
  background: url(../img/common/icon-pdf.png) left center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  body.template main .contents a[href$=".pdf"] {
    background-size: 30px 30px;
    background-position: left top;
  }
}

body.template main .contents a[href^="tel:"] {
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 10px;
  background: url(../img/common/icon-tel.png) left center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  body.template main .contents a[href^="tel:"] {
    background-size: 30px 30px;
    background-position: left top;
  }
}

body.template main .contents a[href^="mailto:"] {
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 10px;
  background: url(../img/common/icon-mail.png) left center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  body.template main .contents a[href^="mailto:"] {
    background-size: 30px 30px;
    background-position: left top;
  }
}

body.template main .contents table {
  width: 100%;
}

body.template main .contents table.normal th {
  min-width: 250px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
}

body.template main .contents table.normal th:nth-of-type(odd) {
  background: #24a5bf;
}

body.template main .contents table.normal th:nth-of-type(even) {
  background: #50b7cc;
}

body.template main .contents table.normal td {
  min-width: 250px;
  padding: 15px 0;
  color: #000;
  text-align: center;
}

body.template main .contents table.normal tr:nth-of-type(odd) td:nth-of-type(odd) {
  background: #f4fbfc;
}

body.template main .contents table.normal tr:nth-of-type(odd) td:nth-of-type(even) {
  background: #f2f2f2;
}

body.template main .contents table.normal tr:nth-of-type(even) td:nth-of-type(odd) {
  background: #f2f2f2;
}

body.template main .contents table.normal tr:nth-of-type(even) td:nth-of-type(even) {
  background: #f4fbfc;
}

body.template main .contents table.reverse th {
  min-width: 250px;
  width: 25%;
  padding: 30px;
  color: #fff;
  text-align: center;
}

body.template main .contents table.reverse td {
  min-width: 250px;
  width: 75%;
  padding: 30px;
  color: #000;
}

body.template main .contents table.reverse tr:nth-of-type(odd) th {
  background: #24a5bf;
}

body.template main .contents table.reverse tr:nth-of-type(odd) td:nth-of-type(odd) {
  background: #f2f2f2;
}

body.template main .contents table.reverse tr:nth-of-type(odd) td:nth-of-type(even) {
  background: #f4fbfc;
}

body.template main .contents table.reverse tr:nth-of-type(even) th {
  background: #50b7cc;
}

body.template main .contents table.reverse tr:nth-of-type(even) td:nth-of-type(odd) {
  background: #f4fbfc;
}

body.template main .contents table.reverse tr:nth-of-type(even) td:nth-of-type(even) {
  background: #f2f2f2;
}

body.template main .contents blockquote {
  border: 10px solid #eaf6f9;
  position: relative;
  padding: 50px;
  margin-bottom: 40px;
}

body.template main .contents blockquote > * {
  position: relative;
  z-index: 2;
}

body.template main .contents blockquote:before {
  content: "";
  width: 50px;
  height: 45px;
  background: url(../img/common/quote_start.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}

body.template main .contents blockquote:after {
  content: "";
  width: 50px;
  height: 45px;
  background: url(../img/common/quote_end.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 0;
}

body.template main .contents dl {
  border: 1px solid var(--subColor);
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
}

body.template main .contents dl dt {
  background: #fff;
  padding: 0 10px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0;
  left: 20px;
  z-index: 2;
}

body.template main .contents .tabMenu .tab {
  list-style: none;
  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;
  margin-bottom: 0;
}

body.template main .contents .tabMenu .tab li {
  text-align: center;
  width: 100%;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid var(--subColor);
  border-right: 1px solid var(--subColor);
  border-radius: 0;
  background: #f4fbfc;
}

body.template main .contents .tabMenu .tab li:first-of-type {
  border-left: 1px solid var(--subColor);
}

body.template main .contents .tabMenu .tab li.active {
  color: #fff !important;
  background: var(--subColor);
}

body.template main .contents .tabMenu .tabContent {
  width: 100%;
  clear: both;
  padding: 40px;
  border: 1px solid var(--subColor);
  display: none;
  z-index: -1;
}

body.template main .contents .tabMenu .tabContent.active {
  display: block;
}

body.template main .contents .tabMenu .tabContent > div {
  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;
  margin-bottom: 20px;
}

body.template main .contents .linkbtn {
  margin: 100px auto 0;
}

body.template main .contents .linkbtn:after {
  content: none;
}

body.template main .contents .linkbtn a {
  color: #000;
  text-decoration: none;
}

body.template main .contents .acd {
  width: 100%;
  padding: 0 0 3em;
}

body.template main .contents .acd .acd_ttl {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: var(--subColor) url(../img/common/acd_arrow_down.png) center right/contain no-repeat;
  padding: 13px 15px;
  margin-bottom: 10px;
  cursor: pointer;
}

body.template main .contents .acd .active {
  background: var(--subColor) url(../img/common/acd_arrow_up.png) center right/contain no-repeat;
}

body.template main .contents .acd .arrow_none {
  background: none !important;
}

body.template main .contents .acd .acd_box {
  max-height: 0;
  background-color: #f4fbfc;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

body.template main .contents .acd .acd_box .acd_box_inner {
  padding: 35px;
}

@media screen and (max-width: 768px) {
  body.template main .contents .acd {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  body.template main .contents .acd:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  body.template main .contents .acd .acd_box {
    max-height: 0;
    margin-bottom: 1em;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }
  body.template main .contents .acd .acd_box .acd_box_inner {
    padding: 20px;
  }
}
