@charset "UTF-8";
/*
Theme Name:NEW SITE
Theme URI:
Author:grafix
Author URI:https://www.gd-system.jp/
Description:
Version:1.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* html tag */
html {
  font-size: 10px;
  font-family: YakuHanJP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #333;
}

body {
  word-wrap: break-word;
  word-break: break-all;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2e93d4;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
a:hover img {
  opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
a[href^=tel] {
  color: #333;
  cursor: text;
  pointer-events: none;
}
a[href^=tel]:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}
*::after, *::before {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.sp {
  display: none;
}

.screen-reader-text {
  display: none;
}

@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}

.editor-area p {
  margin: 1.5rem 0 1.5rem;
}
.editor-area p:first-child {
  margin-top: 0;
}
.editor-area p:last-child {
  margin-bottom: 0;
}
.editor-area ul {
  margin: 1.5rem 0 1.5rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}
.editor-area ul:first-child {
  margin-top: 0;
}
.editor-area ul:last-child {
  margin-bottom: 0;
}
.editor-area ul li ul {
  margin: 0;
  list-style-type: square;
}
.editor-area ul li ul li ul {
  list-style-type: circle;
}
.editor-area ul li ol {
  margin: 0;
}
.editor-area ol {
  margin: 1.5rem 0 1.5rem;
  list-style-type: decimal;
  padding-left: 1.5rem;
}
.editor-area ol:first-child {
  margin-top: 0;
}
.editor-area ol:last-child {
  margin-bottom: 0;
}
.editor-area ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.editor-area ol li ol li ol {
  list-style-type: lower-roman;
}
.editor-area ol li ul {
  margin: 0;
}
.editor-area .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
.editor-area .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
  align-self: start;
}
.editor-area .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  align-self: center;
}
.editor-area .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  align-self: end;
}
.editor-area .wp-block-table {
  margin-left: auto;
  margin-right: auto;
}
.editor-area .wp-block-table table tr th {
  border: solid 1px #000;
  padding: 5px;
  background: #efefef;
}
.editor-area .wp-block-table table tr td {
  border: solid 1px #000;
  padding: 5px;
}
.editor-area .wp-block-media-text .wp-block-media-text__media {
  margin-right: 10px;
}
.editor-area .wp-block-media-text .wp-block-media-text__content {
  margin-left: 10px;
}
.editor-area .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.5;
}
.editor-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-right: 0;
  margin-left: 10px;
}
.editor-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 10px;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}

.header-wrap .header-inner .header {
  background: #edf8f6;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
}
.header-wrap .header-inner .header a {
  color: #009d80;
}
.header-wrap .header-inner .nav {
  background: #009d80;
  color: #fff;
  padding: 2px 0;
}
.header-wrap .header-inner .nav .sp-menu {
  display: none;
}
.header-wrap .header-inner .nav .menu {
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.5;
}
.header-wrap .header-inner .nav .menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  flex-wrap: nowrap;
}
.header-wrap .header-inner .nav .menu ul li {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  text-align: center;
}
.header-wrap .header-inner .nav .menu ul li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  border: solid 1px #009d80;
}
.header-wrap .header-inner .nav .menu ul li a:hover img {
  opacity: 1;
}
.header-wrap .header-inner .nav .menu ul li.home {
  flex-basis: 80px;
  flex-shrink: 0;
  flex-grow: 0;
}
.header-wrap .header-inner .nav .menu ul li.home img {
  width: 20px;
  height: 18px;
}
.header-wrap .header-inner .nav .menu ul li.active a {
  background: #fff;
  color: #009d80;
}
.header-wrap .header-inner .nav .menu ul li:hover a {
  border: solid 1px #fff;
}

.footer {
  background: #edf8f6;
  color: #009d80;
  text-align: center;
  padding: 20px 0 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-top: solid 2px #009d80;
}
.footer .yubin {
  margin-right: 1em;
}
.footer .addr {
  margin-right: 1em;
}
.footer .tel {
  margin-right: 1em;
}

.front-container .slick-dots {
  bottom: 10px;
}
.front-container .slick-dots li {
  margin: 0 15px;
}
.front-container .slick-dots li button:before {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  opacity: 1;
}
.front-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #009d80;
}
.front-container .section {
  margin: 0 0 92px;
}
.front-container .section .inner .link {
  max-width: 550px;
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.front-container .section .inner .link a {
  display: block;
  border: solid 3px #454545;
  padding: 13px;
  color: #454545;
  text-align: center;
  border-radius: 28px;
  position: relative;
}
.front-container .section .inner .link a::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -16px;
}
.front-container .section .inner .link a:hover {
  background: #f0f0f0;
}
.front-container .section1 {
  margin-top: 65px;
}
.front-container .section1 .inner .img {
  text-align: center;
}
.front-container .section2 .inner {
  font-size: 1.4rem;
  line-height: 1.5;
}
.front-container .section2 .inner h2 {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #009d80;
  margin: 0 0 25px;
}
.front-container .section2 .inner .text {
  text-align: center;
  margin: 0 0 15px;
}
.front-container .section2 .inner .img {
  text-align: center;
}
.front-container .section3 {
  background: #edf8f6;
  padding: 90px 0 80px;
  margin-top: 96px;
  margin-bottom: 0;
}
.front-container .section3 .inner {
  max-width: 960px;
  margin: 0 auto;
}
.front-container .section3 .inner h2 {
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #009d80;
  border-radius: 5px 5px 0 0;
}
.front-container .section3 .inner .content-box {
  background: #fff;
  padding: 36px 125px 66px;
  margin: 0 0 96px;
  border-radius: 0 0 5px 5px;
}
.front-container .section3 .inner .contents-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  flex-wrap: wrap;
}
.front-container .section3 .inner .contents-menu ul li {
  flex-basis: 23.125%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 2.5%;
  margin-bottom: 15px;
}
.front-container .section3 .inner .contents-menu ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
.front-container .section3 .inner .contents-menu ul li a {
  display: block;
  color: #fff;
  background: #009d80;
  border-radius: 5px;
  padding: 20px 0;
  text-align: center;
}
.front-container .section3 .inner .contents-menu ul li a:hover {
  background: rgba(0, 157, 128, 0.7);
}
.front-container .section3 .inner .contents-menu ul li a:hover img {
  opacity: 1;
}
.front-container .section3 .inner .contents-menu ul li h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
}
.front-container .section3 .inner .contents-menu ul li .img {
  max-width: 90px;
  margin: 0 auto;
}
.front-container .section4 {
  background: #009d80;
  padding: 90px 0 90px;
  margin: 0;
}
.front-container .section4 .inner {
  max-width: 960px;
  margin: 0 auto;
}
.front-container .section4 .inner .candidate-link ul {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: wrap;
}
.front-container .section4 .inner .candidate-link ul li {
  flex-basis: 47.5%;
  flex-shrink: 0;
  flex-grow: 0;
}
.front-container .section4 .inner .candidate-link ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: #fff;
  color: #009d80;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
  position: relative;
  border-radius: 5px;
  border: solid 1px #fff;
}
.front-container .section4 .inner .candidate-link ul li a::after {
  content: "▶";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1.5;
}
.front-container .section4 .inner .candidate-link ul li a:hover {
  background: #009d80;
  color: #fff;
}
.front-container .section4 .inner .candidate-link ul li a:hover::after {
  color: #fff;
}
.front-container .section4 .inner .candidate-link ul li:nth-of-type(2n) a {
  background: #009d80;
  border: solid 1px #fff;
  color: #fff;
}
.front-container .section4 .inner .candidate-link ul li:nth-of-type(2n) a:hover {
  background: #fff;
  color: #009d80;
}
.front-container .section4 .inner .candidate-link ul li:nth-of-type(2n) a:hover::after {
  color: #009d80;
}

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

.container {
  margin: 40px 0 0;
}
.container .section {
  margin: 0 0 92px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.container .section .inner {
  max-width: 960px;
  margin: 0 auto;
}
.container .section .inner h1 {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px;
  color: #009d80;
}
.container .section .inner h2 {
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 60px 0 34px;
  padding: 0 0 25px;
  position: relative;
  color: #009d80;
}
.container .section .inner h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #009d80;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.container .section .inner h3 {
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 70px 0 42px;
  color: #fff;
  background: #009d80;
  border-radius: 5px;
  padding: 20px;
}
.container .section .inner h4 {
  font-size: 2.4rem;
  line-height: 1;
  border-left: solid 4px #009d80;
  margin: 34px 0 24px;
  padding-left: 8px;
  font-weight: 700;
}
.container .section .inner p {
  margin: 1.5rem 0 1.5rem;
}
.container .section .inner p:first-child {
  margin-top: 0;
}
.container .section .inner p:last-child {
  margin-bottom: 0;
}
.container .section .inner ul {
  margin: 1.5rem 0 1.5rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}
.container .section .inner ul:first-child {
  margin-top: 0;
}
.container .section .inner ul:last-child {
  margin-bottom: 0;
}
.container .section .inner ul li ul {
  margin: 0;
  list-style-type: square;
}
.container .section .inner ul li ul li ul {
  list-style-type: circle;
}
.container .section .inner ul li ol {
  margin: 0;
}
.container .section .inner ol {
  margin: 1.5rem 0 1.5rem;
  list-style-type: decimal;
  padding-left: 1.5rem;
}
.container .section .inner ol:first-child {
  margin-top: 0;
}
.container .section .inner ol:last-child {
  margin-bottom: 0;
}
.container .section .inner ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.container .section .inner ol li ol li ol {
  list-style-type: lower-roman;
}
.container .section .inner ol li ul {
  margin: 0;
}
.container .section .inner strong.feature {
  font-size: 1.8rem;
  line-height: 1.5;
}
.container .section .inner .situation-link ul {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
.container .section .inner .situation-link ul li {
  flex-basis: 47.5%;
  flex-shrink: 0;
  flex-grow: 0;
}
.container .section .inner .situation-link ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: #009d80;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
  position: relative;
  border-radius: 5px;
  border: solid 1px #009d80;
}
.container .section .inner .situation-link ul li a::before {
  content: "▶";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1.5;
}
.container .section .inner .situation-link ul li a:hover {
  background: rgba(0, 157, 128, 0.7);
}
.container .section .inner .situation-link ul li a:hover::after {
  color: #fff;
}
.container .section .inner .situation-link ul li a::after {
  content: "";
  display: inline-block;
  width: 34px;
  margin-left: 20px;
}
.container .section .inner .situation-link ul li a .icon {
  width: 34px;
  margin-right: 20px;
}
.container .section .inner .link-collection {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.container .section .inner .link-collection ul {
  border-top: solid 1px #b2b2b2;
  padding: 0;
  list-style-type: none;
}
.container .section .inner .link-collection ul li {
  border-bottom: solid 1px #b2b2b2;
}
.container .section .inner .link-collection ul li a {
  display: block;
  padding: 36px 40px;
  color: #454545;
  position: relative;
}
.container .section .inner .link-collection ul li a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(img/btn_arrow2.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 44px;
  top: 50%;
  margin-top: -12px;
}
.container .section .inner .link-collection ul li a:hover {
  background: #f0f0f0;
}
.container .section .inner .link {
  max-width: 550px;
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.container .section .inner .link a {
  display: block;
  border: solid 3px #454545;
  padding: 13px;
  color: #454545;
  text-align: center;
  border-radius: 28px;
  position: relative;
}
.container .section .inner .link a::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -16px;
}
.container .section .inner .link a:hover {
  background: #f0f0f0;
}
.container .section .inner .what-body .sectionin { /*flex-basis:48.98%;flex-shrink:0;flex-grow:0;max-width:48.98%;box-sizing:border-box;border:solid 2px #009d80;padding:32px 38px;background:#fff;*/
  margin: 0 0 64px;
  overflow: hidden;
}
.container .section .inner .what-body .sectionin h3 {
  margin-top: 0; /*font-size:2.142857em;line-height:1.25;background:#009d80;color:#fff;font-weight:bold;border-radius:20px;display:-webkit-flex;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;margin:0 0 17px;padding:18px 20px;min-height:110px;box-sizing:border-box;*/
}
.container .section .inner .what-body .sectionin ul {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
.container .section .inner .what-body .sectionin ul li {
  flex-basis: 24%;
  flex-shrink: 0;
  flex-grow: 0;
}
.container .section .inner .what-body .sectionin ul li h4 {
  background: #edf8f6;
  color: #009d80;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 10px;
  border: none;
}
.container .section .inner .what-body .sectionin ul li .img {
  text-align: center;
  margin: 10px 0 20px;
}
.container .section .inner .what-body .sectionin ul li .koma {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 10px;
}
.container .section .inner .what-body .sectionin ul li .koma .txt {
  flex-basis: 45%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 49%;
  box-sizing: border-box;
  background: #009d80;
  color: #fff100;
  border-radius: 5px;
  font-size: 1.142857em;
  line-height: 1.75;
  padding: 10px;
  position: relative;
}
.container .section .inner .what-body .sectionin ul li .koma .txt::after {
  content: "";
  display: block;
  border: solid 10px transparent;
  border-left: solid 15px #009d80;
  position: absolute;
  right: -24px;
  top: 30%;
}
.container .section .inner .what-body .sectionin ul li .koma .char {
  flex-basis: 49%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 49%;
}
.container .section .inner .what-body .sectionin ul li .alignright {
  float: right;
  margin: 0 0 0 10px;
}
.container .section .inner .what-body .sectionin .sub {
  margin: 30px 0;
}
.container .section .inner .what-body .sectionin .sub h5 {
  color: #009d80;
  font-size: 1.2857em;
  line-height: 1.75;
  font-weight: 700;
}
.container .section .inner .what-body .sectionin .sub p {
  margin: 0;
  font-size: 1em;
  line-height: 1.75;
}
.container .section .inner .what-body .sectionin .sub p small {
  font-size: 0.857em;
  line-height: 1.75;
}
.container .section .inner .what-body .sectionin .media {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: wrap;
}
.container .section .inner .what-body .sectionin .media p {
  flex-basis: 48%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 48%;
  font-size: 1.42857em;
  line-height: 1.75;
  margin: 0 0 28px;
  background: #edf8f6;
  color: #009d80;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
}
.container .section .inner .what-body .sectionin .imgright {
  width: 20%;
  float: right;
  margin: 0 0 0 20px;
}
.container .section3 {
  background: #edf8f6;
  padding: 80px 0 60px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 40px;
  }
  body.fixed {
    overflow: hidden;
  }
  .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .header-wrap .header-inner .header {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    padding: 10px 24px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
  }
  .header-wrap .header-inner .nav .sp-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 40px;
    height: 40px;
  }
  .header-wrap .header-inner .nav .sp-menu .bars .bar {
    position: absolute;
    left: 9px;
    right: 9px;
    height: 3px;
    background: #009d80;
    transition: 0.2s;
  }
  .header-wrap .header-inner .nav .sp-menu .bars .bar:nth-of-type(1) {
    top: 12px;
  }
  .header-wrap .header-inner .nav .sp-menu .bars .bar:nth-of-type(2) {
    top: 20px;
  }
  .header-wrap .header-inner .nav .sp-menu .bars .bar:nth-of-type(3) {
    top: 28px;
  }
  .header-wrap .header-inner .nav .sp-menu.active .bars .bar:nth-of-type(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .header-wrap .header-inner .nav .sp-menu.active .bars .bar:nth-of-type(2) {
    opacity: 0;
  }
  .header-wrap .header-inner .nav .sp-menu.active .bars .bar:nth-of-type(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
  .header-wrap .header-inner .nav .sp-menu.active + .menu {
    transform: translateX(0);
  }
  .header-wrap .header-inner .nav .menu {
    max-width: inherit;
    font-size: 4.375vw;
    line-height: 1.5;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #009d80;
    overflow-y: auto;
    padding: 20px 0 20px;
    transform: translateX(100%);
    transition: 0.2s;
  }
  .header-wrap .header-inner .nav .menu ul {
    display: block;
  }
  .header-wrap .header-inner .nav .menu ul li.home {
    max-width: 100%;
  }
  .footer {
    padding: 20px 7.1875vw 10px;
    font-size: 3.125vw;
    line-height: 1.5;
  }
  .footer .yubin {
    margin-right: 1em;
  }
  .footer .addr {
    margin-right: 0;
  }
  .footer .tel {
    margin-right: 0;
    display: block;
  }
  .footer .contact {
    display: block;
  }
  .front-container .slick-dots {
    bottom: 10px;
  }
  .front-container .slick-dots li {
    margin: 0 15px;
  }
  .front-container .slick-dots li button:before {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    opacity: 1;
  }
  .front-container .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #009d80;
  }
  .front-container .section {
    margin: 0 0 30px;
  }
  .front-container .section .inner {
    padding: 0 7.1875vw;
  }
  .front-container .section .inner .link {
    max-width: inherit;
    margin: 30px 0;
    font-size: 4.375vw;
    line-height: 1.5;
  }
  .front-container .section .inner .link a {
    padding: 8px;
    border-radius: 23px;
  }
  .front-container .section .inner .link a::after {
    width: 20px;
    height: 20px;
    right: 30px;
    margin-top: -10px;
  }
  .front-container .section2 .inner {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  .front-container .section2 .inner h2 {
    font-size: 8.4375vw;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .front-container .section2 .inner .text {
    display: none;
  }
  .front-container .section3 {
    padding: 50px 0 20px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .front-container .section3 .inner {
    max-width: inherit;
  }
  .front-container .section3 .inner h2 {
    font-size: 5.625vw;
    line-height: 1.5;
    padding: 20px;
  }
  .front-container .section3 .inner .content-box {
    background: #fff;
    padding: 20px 24px 1px;
    margin: 0 0 50px;
  }
  .front-container .section3 .inner .contents-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .front-container .section3 .inner .contents-menu ul li {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .front-container .section3 .inner .contents-menu ul li a {
    display: block;
    color: #fff;
    background: #009d80;
    border-radius: 5px;
    padding: 20px 0;
    text-align: center;
  }
  .front-container .section3 .inner .contents-menu ul li a:hover {
    background: rgba(0, 157, 128, 0.7);
  }
  .front-container .section3 .inner .contents-menu ul li a:hover img {
    opacity: 1;
  }
  .front-container .section3 .inner .contents-menu ul li h3 {
    font-size: 4.375vw;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .front-container .section3 .inner .contents-menu ul li .img {
    max-width: 90px;
    margin: 0 auto;
  }
  .front-container .section4 {
    padding: 60px 0 40px;
    margin: 0;
  }
  .front-container .section4 .inner {
    max-width: inherit;
  }
  .front-container .section4 .inner .candidate-link ul {
    display: block;
  }
  .front-container .section4 .inner .candidate-link ul li {
    max-width: inherit;
    margin: 0 0 30px;
  }
  .front-container .section4 .inner .candidate-link ul li a {
    display: block;
    font-size: 4.375vw;
    line-height: 1.5;
    text-align: left;
    padding: 10px 20px;
  }
  .front-container .section4 .inner .candidate-link ul li a::after {
    content: "▶";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .front-container .section4 .inner .candidate-link ul li a:hover {
    background: #009d80;
    color: #fff;
  }
  .front-container .section4 .inner .candidate-link ul li a:hover::after {
    color: #fff;
  }
  .front-container .section4 .inner .candidate-link ul li:nth-of-type(2n) a {
    background: #009d80;
    border: solid 1px #fff;
    color: #fff;
  }
  .front-container .section4 .inner .candidate-link ul li:nth-of-type(2n) a:hover {
    background: #fff;
    color: #009d80;
  }
  .front-container .section4 .inner .candidate-link ul li:nth-of-type(2n) a:hover::after {
    color: #009d80;
  }
  .text-center {
    text-align: center;
  }
  .container {
    margin: 25px 0 0;
  }
  .container .section {
    margin: 0 0 90px;
    font-size: 4.375vw;
    line-height: 1.5;
  }
  .container .section .inner {
    max-width: inherit;
    padding: 0 7.1875vw;
  }
  .container .section .inner h1 {
    font-size: 8.4375vw;
    line-height: 1.5;
    margin: 0 0 24px;
  }
  .container .section .inner h2 {
    font-size: 6.875vw;
    line-height: 1.5;
    margin: 30px 0 20px;
    padding: 0 0 15px;
  }
  .container .section .inner h3 {
    font-size: 5.625vw;
    line-height: 1.5;
    margin: 40px 0 20px;
    padding: 10px;
  }
  .container .section .inner h4 {
    font-size: 5vw;
    line-height: 1;
    margin: 16px 0 12px;
  }
  .container .section .inner strong.feature {
    font-size: 5vw;
    line-height: 1.5;
  }
  .container .section .inner .situation-link ul {
    display: block;
  }
  .container .section .inner .situation-link ul li {
    max-width: inherit;
    margin-bottom: 20px;
  }
  .container .section .inner .situation-link ul li a {
    font-size: 5.625vw;
    line-height: 1.5;
    padding: 10px 0;
  }
  .container .section .inner .situation-link ul li a::after {
    right: 14px;
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .container .section .inner .situation-link ul li a .icon {
    width: 20px;
    margin-right: 10px;
  }
  .container .section .inner .link-collection {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  .container .section .inner .link-collection ul {
    padding: 0;
    list-style-type: none;
  }
  .container .section .inner .link-collection ul li a {
    padding: 26px 40px 26px 10px;
  }
  .container .section .inner .link-collection ul li a::after {
    right: 10px;
  }
  .container .section .inner .link {
    max-width: inherit;
    margin: 30px 0;
    font-size: 4.375vw;
    line-height: 1.5;
  }
  .container .section .inner .link a {
    padding: 8px;
    border-radius: 23px;
  }
  .container .section .inner .link a::after {
    width: 20px;
    height: 20px;
    right: 7px;
    margin-top: -10px;
  }
  .container .section .inner .what-body .sectionin {
    margin: 0 0 30px;
  }
  .container .section .inner .what-body .sectionin ul li {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 20px;
  }
  .container .section .inner .what-body .sectionin ul li h4 {
    background: #edf8f6;
    color: #009d80;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 10px;
    border: none;
  }
  .container .section .inner .what-body .sectionin .sub {
    margin: 20px 0;
  }
  .container .section .inner .what-body .sectionin .media p {
    font-size: 4.375vw;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 10px;
  }
  .container .section .inner .what-body .sectionin .imgright {
    width: auto;
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  .container .section4 {
    background: #edf8f6;
    padding: 80px 0 60px;
    margin: 0;
  }
}
.front-container .slick-dots li button:before {
  text-shadow: 0 0 5px #333;
}
.front-container .section2 .inner .char {
  max-width: 800px;
  margin: 4em auto 0;
}
.front-container .section2 .inner .char .remark {
  font-size: 0.8em;
  color: #555;
  margin-bottom: 1em;
}
.front-container .section3 .inner .content-box {
  font-size: 1.4rem;
  line-height: 1.5;
}
.front-container .section3 .inner .content-box .img img {
  display: block;
}
.front-container .section3 .inner .content-box .poster_name {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 1em;
}
.front-container .section4 .inner .candidate-link ul {
  flex-wrap: nowrap;
  gap: 3%;
}
.front-container .section4 .inner .candidate-link ul li {
  flex-shrink: 1;
}
.front-container .section4 .inner .candidate-link ul li a {
  padding: 0 1.2em;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1.5;
}
.front-container .section4 .inner .candidate-link ul li a::after {
  right: 0.5em;
}

.container .section .inner .link-collection ul li a {
  padding: 1.5em 2.5em 1.5em 0.5em;
}
.container .section .inner .link-collection ul li a .link_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5em;
}
.container .section .inner .link-collection ul li a .link_wrap .num {
  flex-basis: 1em;
}
.container .section .inner .link-collection ul li a .link_wrap .name {
  flex-basis: 23em;
}
.container .section .inner .link-collection ul li a .link_wrap .addr {
  flex-basis: 11em;
}
.container .section .inner .link-collection ul li a::after {
  right: 0.5em;
}
.container .section .inner .table table {
  width: 100%;
}
.container .section .inner .table table tr th {
  padding: 0.5em;
  border: solid 1px #ccc;
  background-color: #f0f0f0;
}
.container .section .inner .table table tr td {
  padding: 0.5em;
  border: solid 1px #ccc;
}
.container .section .inner .table table tr td ol {
  margin-top: 0;
}
.container .section .inner .table.table-fixed table {
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .front-container .slick-dots {
    bottom: -2.5em;
  }
  .front-container .section2 .inner .char {
    max-width: initial;
    margin: 2em 0 0;
  }
  .front-container .section2 .inner .char .remark {
    font-size: 0.6em;
    color: #555;
    margin-bottom: 1em;
  }
  .front-container .section2 .inner .text {
    display: initial;
  }
  .front-container .section3 .inner .content-box {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .front-container .section3 .inner .content-box .poster_name {
    font-size: 4.375vw;
    line-height: 1.5;
    margin-top: 0.5em;
  }
  .container .section {
    margin-bottom: 3em;
  }
  .container .section .inner h4 {
    margin-top: 2em;
  }
  .container .section .inner .link-collection {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .container .section .inner .link-collection ul li a {
    padding: 1em 2em 1em 0.5em;
  }
  .container .section .inner .link-collection ul li a .link_wrap {
    flex-wrap: wrap;
  }
  .container .section .inner .link-collection ul li a .link_wrap .num {
    flex-basis: 1em;
  }
  .container .section .inner .link-collection ul li a .link_wrap .name {
    flex-basis: calc(100% - 1.5em);
  }
  .container .section .inner .link-collection ul li a .link_wrap .addr {
    flex-basis: 10em;
  }
  .container .section .inner .link-collection ul li a .link_wrap .time {
    flex-basis: calc(100% - 11.5em);
    font-size: 3.4375vw;
    line-height: 1.5;
  }
  .container .section .inner .link-collection ul li a::after {
    right: 0.5em;
  }
  .container .section .inner .table table thead {
    display: none;
  }
  .container .section .inner .table table tr td {
    display: block;
    padding: 0;
    border: none;
  }
  .container .section .inner .table table tr td + td {
    margin-top: 1em;
  }
  .container .section3 {
    padding: 3em 0 2em;
  }
}/*# sourceMappingURL=style.css.map */