@charset "UTF-8";
#carousel {
  width: 100%;
}
#carousel figure {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#carousel figure img {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  height: 55vw;
  min-height: 220px;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
  font-family: "object-fit: cover; object-position: 60% 50%;";
}
#carousel figure a {
  display: block;
  text-align: center;
}
#carousel figure a:nth-of-type(1) img {
  transform: scale(140%, 140%) translate(0, 10px);
  -o-object-position: 80% 30%;
     object-position: 80% 30%;
  font-family: "object-fit: cover; object-position: 80% 30%;";
}
#carousel figure a:nth-of-type(2) img {
  transform: scale(140%, 140%);
  -o-object-position: 120% 50%;
     object-position: 120% 50%;
  font-family: "object-fit: cover; object-position: 120% 50%;";
}
#carousel figure a:nth-of-type(3) img {
  transform: scale(110%, 110%);
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
  font-family: "object-fit: cover; object-position: 70% 50%;";
}
@media print, screen and (min-width: 600px) {
  #carousel figure a:nth-of-type(1) img {
    transform: none;
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
    font-family: "object-fit: cover; object-position: 20% 50%;";
  }
  #carousel figure a:nth-of-type(2) img {
    transform: none;
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
    font-family: "object-fit: cover; object-position: 80% 50%;";
  }
  #carousel figure a:nth-of-type(3) img {
    transform: none;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
  }
}
#carousel figure figcaption {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  position: relative;
  padding-bottom: 2em;
  pointer-events: none;
}
#carousel figure figcaption p:nth-of-type(1) {
  padding: 0.5em 0;
  padding-bottom: 0;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #00bf53;
}
@media print, screen and (min-width: 600px) {
  #carousel figure figcaption {
    position: absolute;
    left: 50%;
    top: 0;
    padding: 0 2%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: flex-start;
  }
  #carousel figure figcaption div {
    margin-top: calc(10px + 2vw);
    padding: 15px;
    width: auto;
  }
  #carousel figure figcaption div P {
    transition: font-size 0.2s ease-out, line-height 0.2s ease-out;
  }
  #carousel figure figcaption div P:nth-of-type(1) {
    padding-top: 0;
    font-size: calc(1rem + 2vw);
    line-height: 1.4;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
  #carousel figure figcaption div P:nth-of-type(n + 2) {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 800px) {
  #carousel figure figcaption div p:nth-of-type(1) {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 1.3;
  }
  #carousel figure figcaption div p:nth-of-type(n + 2) {
    line-height: 1.6;
  }
}
#carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#carousel .slick-dots {
  bottom: 5px;
}
#carousel .slick-dots li {
  height: 10px;
  width: 10px;
}
#carousel .slick-dots li button {
  margin: 0;
  padding: 0;
  height: 10px;
  width: 10px;
}
#carousel .slick-dots li button::before {
  height: 10px;
  width: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #333333;
  opacity: 0.4;
}
#carousel .slick-dots li.slick-active button::before {
  opacity: 1;
}

.home_column2, .home_column3 {
  padding: 1em 0;
}
@media print, screen and (min-width: 600px) {
  .home_column2, .home_column3 {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_column2 > div, .home_column3 > div,
  .home_column2 > a,
  .home_column3 > a {
    width: 48%;
  }
}

@media print, screen and (min-width: 600px) {
  .home_column3 > div,
  .home_column3 > a {
    width: 100%;
  }
}
@media print, screen and (min-width: 800px) {
  .home_column3 > div,
  .home_column3 > a {
    width: 32%;
  }
}

.box1, .box3, .box2 {
  position: relative;
  border: solid 4px #00bf53;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
}
.box1:nth-of-type(n + 2), .box3:nth-of-type(n + 2), .box2:nth-of-type(n + 2) {
  margin-top: 15px;
}
.box1 .midashi, .box3 .midashi, .box2 .midashi {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
.box1 .midashi p, .box3 .midashi p, .box2 .midashi p {
  width: 100%;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #00bf53;
}
.box1 .midashi p span, .box3 .midashi p span, .box2 .midashi p span {
  display: inline-block;
}
.box1 .midashi p:nth-of-type(n + 2), .box3 .midashi p:nth-of-type(n + 2), .box2 .midashi p:nth-of-type(n + 2) {
  margin-top: 0.5em;
  color: #333333;
}
.box1 .midashi::after, .box3 .midashi::after, .box2 .midashi::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: radial-gradient(circle farthest-side, #00bf53, #00bf53 30%, white 50%, white);
  background-size: 8px 8px;
}
.box1 img, .box3 img, .box2 img {
  margin: 15px auto;
  max-width: 350px;
}
@media print, screen and (min-width: 600px) {
  .box1, .box3, .box2 {
    border-radius: 20px;
  }
  .home_column2 .box1:nth-of-type(n + 2), .home_column2 .box3:nth-of-type(n + 2), .home_column2 .box2:nth-of-type(n + 2), .home_column3 .box1:nth-of-type(n + 2), .home_column3 .box3:nth-of-type(n + 2), .home_column3 .box2:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .home_column3 .box1:nth-of-type(n + 2), .home_column3 .box3:nth-of-type(n + 2), .home_column3 .box2:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 800px) {
  .home_column3 .box1:nth-of-type(n + 2), .home_column3 .box3:nth-of-type(n + 2), .home_column3 .box2:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.box2 {
  background-color: #00bf53;
  color: white;
}
.box2 .midashi p {
  color: white;
}
.box2 .midashi::after {
  background: radial-gradient(circle farthest-side, white, white 30%, #00bf53 50%, #00bf53);
  background-size: 8px 8px;
}
@media print, screen and (min-width: 600px) {
  .box2:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 800px) {
  .box2:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.box3 {
  margin-top: 0 !important;
  border-color: #0e5980;
}
.box3 p {
  color: #0e5980;
}
@media print, screen and (min-width: 800px) {
  .box3 {
    margin-top: 0;
  }
}

#section-lead {
  width: 100%;
  background-color: rgba(21, 125, 128, 0.07);
}
#section-lead .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  padding: 3em 0 0;
}
#section-lead .inner .inner {
  padding: 0;
}
#section-lead .inner h2 {
  padding: 0.5em 1.5em;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: #636363;
}
@media all and (-ms-high-contrast: none) {
  #section-lead .inner h2 {
    padding-top: 0.75em !important;
  }
}
@media print, screen and (min-width: 600px) {
  #section-lead .inner h2 {
    display: inline-block;
    font-size: 2rem;
  }
  #section-lead .inner h2 + p {
    font-size: 3rem;
  }
}
#section-lead .inner h3 {
  padding: 0.6em 0 0.25em;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media print, screen and (min-width: 600px) {
  #section-lead .inner h3 {
    font-size: 2.4rem;
  }
}
#section-lead .inner h3 + p {
  padding-top: 0.5em;
}
@media print, screen and (min-width: 600px) {
  #section-lead .inner p {
    line-height: 1.8;
  }
  #section-lead .inner p br {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  #section-lead .inner p {
    line-height: 2;
  }
}
#section-banner {
  width: 100%;
}
#section-banner .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
}
#section-banner .inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
#section-banner .inner ul li {
  text-align: center;
}
#section-banner .inner ul li:not(:first-of-type) {
  margin-top: 15px;
}
#section-banner .inner ul li a {
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media only screen and (min-width: 400px) {
  #section-banner .inner ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
  }
  #section-banner .inner ul li {
    margin-top: 20px;
    width: 47%;
  }
  #section-banner .inner ul li:not(:first-of-type) {
    margin-top: 20px;
  }
  #section-banner .inner ul li a {
    width: 90%;
  }
}
@media print, screen and (min-width: 600px) {
  #section-banner .inner ul {
    margin: 0 auto;
    width: 95%;
    margin-top: 40px;
  }
  #section-banner .inner ul li {
    margin-top: 0;
    width: 33.3%;
  }
  #section-banner .inner ul li:not(:first-of-type) {
    margin-top: 0;
  }
  #section-banner .inner ul li a {
    width: 90%;
  }
}

#section-headline {
  margin: 0 auto;
  width: 95%;
}
#section-headline .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  padding: 3em 0;
}
#section-headline .inner .headline-containar {
  min-height: 300px;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.1s;
}
#section-headline .inner .headline-containar.show {
  opacity: 1;
}
#section-headline .inner h2 {
  display: inline-block;
  padding: 0.5em;
  border-left: solid 10px #00bf53;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #00bf53;
}
#section-headline .inner h2 + p {
  float: right;
  padding-top: 0.5em;
  text-align: center;
}
#section-headline .inner h2 + p a {
  display: inline-block;
  position: relative;
  padding: 12px 10px;
  padding-right: 23px;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #1da651;
  background-color: rgba(29, 166, 81, 0.2);
  opacity: 1;
  transition: all 0.2s ease-in-out 0.1s;
}
@media all and (-ms-high-contrast: none) {
  #section-headline .inner h2 + p a {
    padding-top: 20px !important;
  }
}
#section-headline .inner h2 + p a:hover {
  opacity: 0.75;
}
#section-headline .inner h2 + p a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url("/assets/svg/arrow_1da651.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
  #section-headline .inner h2 {
    padding-top: 0.75em !important;
  }
}
@media print, screen and (min-width: 600px) {
  #section-headline .inner h2 {
    display: inline-block;
    font-size: 2.8rem;
  }
  #section-headline .inner h2 + p a {
    font-size: 1.4rem;
  }
}
#section-headline .inner dl {
  clear: both;
  margin-top: 15px;
}
#section-headline .inner dl dt,
#section-headline .inner dl dd {
  padding: 0.25em 0 0.75em;
}
#section-headline .inner dl dt:nth-child(n+11),
#section-headline .inner dl dd:nth-child(n+11) {
  display: none;
}
#section-headline .inner dl dt {
  padding: 0.25em 0 0.25em;
}
#section-headline .inner dl dd {
  border-bottom: solid 1px rgba(51, 51, 51, 0.25);
}
#section-headline .inner dl dd a {
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  opacity: 1;
  transition: all 0.2s ease-in-out 0.1s;
}
#section-headline .inner dl dd a:hover {
  opacity: 0.75;
}
@media print, screen and (min-width: 600px) {
  #section-headline .inner dl {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #section-headline .inner dl dt,
  #section-headline .inner dl dd {
    padding: 1em 0;
    font-size: 1.6rem;
    border-bottom: solid 1px rgba(51, 51, 51, 0.25);
  }
  #section-headline .inner dl dt {
    width: 9em;
  }
  #section-headline .inner dl dd {
    width: calc(100% - 9em);
  }
}
#section-headline .inner .btn5 a {
  width: 100%;
  max-width: 450px;
  font-size: 2rem;
}
@media print, screen and (min-width: 600px) {
  #section-headline .inner .btn5 a {
    font-size: 2.4rem;
    padding-right: 40px;
    padding-left: 40px;
  }
}

#section1 {
  width: 100%;
  background-color: rgba(21, 125, 128, 0.07);
}
#section1 .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  padding: 3em 0;
}
#section1 .inner h2 {
  padding: 0.5em 1.5em;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: #636363;
}
#section1 .inner h2 + p {
  padding: 0.6em 0 0.25em;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media all and (-ms-high-contrast: none) {
  #section1 .inner h2 {
    padding-top: 0.75em !important;
  }
}
@media print, screen and (min-width: 600px) {
  #section1 .inner h2 {
    display: inline-block;
    font-size: 2rem;
  }
  #section1 .inner h2 + p {
    font-size: 2.4rem;
  }
}
#section1 .inner #section1-1 {
  padding-bottom: 75px;
  background: url("/img/section1-1_bg.png") no-repeat center bottom;
  background-size: 200px auto;
}
@media print, screen and (min-width: 600px) {
  #section1 .inner #section1-1 {
    margin: 0 auto;
    width: min(95%, 1000px);
  }
}
#section1 .inner #section1-1 .capt {
  font-size: 1.2rem;
}
#section1 .inner #section1-2 {
  margin-top: -30px;
}
@media print, screen and (min-width: 600px) {
  #section1 .inner #section1-2 {
    margin: 0 auto;
    width: min(95%, 1000px);
    margin-top: -30px;
  }
}

#section2 {
  width: 100%;
}
#section2 .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  padding: 3em 0;
}
#section2 .inner .inner {
  padding: 0;
}
#section2 .inner h2 {
  margin-bottom: 1em;
  padding: 0.5em 1.5em;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: #636363;
}
@media print, screen and (min-width: 600px) {
  #section2 .inner h2 {
    display: inline-block;
    font-size: 2rem;
  }
}
@media all and (-ms-high-contrast: none) {
  #section2 .inner h2 {
    padding-top: 0.75em !important;
  }
}
#section2 .inner #section2-1 {
  padding: 20px 0;
}
#section2 .inner #section2-2 .home_column3 a {
  margin-top: 15px;
  display: block;
  text-decoration: none;
  color: #333333;
}
#section2 .inner #section2-2 .home_column3 a div.box3 {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
#section2 .inner #section2-2 .home_column3 a div.box3 .midashi {
  width: 100%;
}
#section2 .inner #section2-2 .home_column3 a div.box3 .midashi::after {
  background: radial-gradient(circle farthest-side, #0e5980, #0e5980 30%, #fff 50%, #fff);
  background-size: 8px 8px;
}
#section2 .inner #section2-2 .home_column3 a div.box3 .midashi p {
  color: #0e5980;
}
#section2 .inner #section2-2 .home_column3 a div.box3 .midashi + p {
  margin-bottom: 0.5em;
}
#section2 .inner #section2-2 .home_column3 a div.box3 p {
  color: #333333;
}
#section2 .inner #section2-2 .home_column3 a div.box3 img {
  margin-top: auto;
}
#section2 .inner #section2-2 .home_column3 a div.box3 p.kuwashiku {
  margin: 0.5em auto 0;
  text-align: center;
  position: relative;
  padding: 8px 20px;
  padding-right: 40px;
  border-radius: 2em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: white;
  background-color: #ff9c00;
  opacity: 1;
  transition: all 0.2s ease-in-out 0.1s;
}
#section2 .inner #section2-2 .home_column3 a div.box3 p.kuwashiku:hover {
  opacity: 0.75;
}
#section2 .inner #section2-2 .home_column3 a div.box3 p.kuwashiku::after {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url("/assets/svg/arrow_fff.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 600px) {
  #section2 .inner #section2-2 a {
    margin-top: 0;
  }
}
#section2 .inner .box1 .midashi p, #section2 .inner .box2 .midashi p, #section2 .inner .box3 .midashi p {
  font-size: 2rem;
}

#section3 {
  width: 100%;
  background-color: rgba(21, 125, 128, 0.07);
}
#section3 .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  padding: 3em 0;
}
#section3 .inner .inner {
  padding: 0;
}
#section3 .inner h2 {
  margin-bottom: 1em;
  padding: 0.5em 1.5em;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: #636363;
}
@media print, screen and (min-width: 600px) {
  #section3 .inner h2 {
    display: inline-block;
    font-size: 2rem;
  }
}
@media all and (-ms-high-contrast: none) {
  #section3 .inner h2 {
    padding-top: 0.75em !important;
  }
}
#section3 .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}
#section3 .inner ul li {
  margin-bottom: 1.5em;
  padding: 0.1em 0 1.5em;
  border-bottom: solid 1px rgba(51, 51, 51, 0.5);
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#section3 .inner ul p.post {
  display: inline-block;
  margin-right: 1em;
  padding: 0.25em 0;
  width: 6em;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: rgba(0, 143, 62, 0.2);
}
@media all and (-ms-high-contrast: none) {
  #section3 .inner ul p.post {
    padding: 0.5em 0 0.1em;
  }
}
#section3 .inner ul p.name {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  #section3 .inner ul p.name {
    padding: 0.5em 0 0.1em;
  }
}
#section3 .inner ul p.company {
  padding-left: 7.2em;
  width: 100%;
  line-height: 1.3;
}
@media all and (-ms-high-contrast: none) {
  #section3 .inner ul p.company {
    padding: 0.5em 0 0.1em;
  }
}
#section3 .inner ul p.company span {
  display: inline-block;
}
@media print, screen and (min-width: 600px) {
  #section3 .inner ul li {
    text-align: left;
  }
  #section3 .inner ul li:first-of-type {
    width: 100%;
  }
  #section3 .inner ul li p.post,
  #section3 .inner ul li p.name {
    display: inline-block;
  }
  #section3 .inner ul li p.name {
    width: 7em;
  }
  #section3 .inner ul li p.company {
    flex: 1;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 800px) {
  #section3 .inner ul li {
    text-align: left;
  }
  #section3 .inner ul li:first-of-type {
    width: 100%;
  }
  #section3 .inner ul li p.name {
    width: 8em;
  }
  #section3 .inner ul li p.company {
    display: inline-block;
    padding-left: 0;
  }
}

#section4 {
  width: 100%;
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
}
#section4 h2 {
  margin-bottom: 1em;
  padding: 0.5em 1.5em;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: #636363;
}
@media all and (-ms-high-contrast: none) {
  #section4 h2 {
    padding-top: 0.75em !important;
  }
}
@media print, screen and (min-width: 600px) {
  #section4 h2 {
    display: inline-block;
    font-size: 2rem;
  }
}
#section4 .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  padding: 3em 0;
}
#section4 .inner .home_column2, #section4 .inner .home_column3 {
  margin: 0 auto;
  max-width: 750px;
}
#section4 .inner .home_column2 > div:nth-of-type(1) p:nth-of-type(1), #section4 .inner .home_column3 > div:nth-of-type(1) p:nth-of-type(1) {
  padding-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
#section4 .inner .home_column2 > div:nth-of-type(1) p:nth-of-type(1) span, #section4 .inner .home_column3 > div:nth-of-type(1) p:nth-of-type(1) span {
  display: inline-block;
}
#section4 .inner .home_column2 > div:nth-of-type(1) p:nth-of-type(2), #section4 .inner .home_column3 > div:nth-of-type(1) p:nth-of-type(2) {
  line-height: 1.8;
  padding-bottom: 2em;
}
#section4 .inner .home_column2 > div:nth-of-type(2), #section4 .inner .home_column3 > div:nth-of-type(2) {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}
#section4 .inner .home_column2 > div:nth-of-type(2) p, #section4 .inner .home_column3 > div:nth-of-type(2) p {
  margin-top: 1em;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  #section4 .inner .home_column2, #section4 .inner .home_column3 {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
  }
  #section4 .inner .home_column2 > div:nth-of-type(1), #section4 .inner .home_column3 > div:nth-of-type(1) {
    order: 2;
    width: 55%;
  }
  #section4 .inner .home_column2 > div:nth-of-type(1) p:nth-of-type(1), #section4 .inner .home_column3 > div:nth-of-type(1) p:nth-of-type(1) {
    font-size: 2.4rem;
  }
  #section4 .inner .home_column2 > div:nth-of-type(1) p:nth-of-type(2), #section4 .inner .home_column3 > div:nth-of-type(1) p:nth-of-type(2) {
    padding-bottom: 0;
  }
  #section4 .inner .home_column2 > div:nth-of-type(2), #section4 .inner .home_column3 > div:nth-of-type(2) {
    order: 1;
    width: 37%;
  }
}
#section4 .inner .histry p {
  padding-top: 1em;
}
#section4 .inner .histry p span {
  font-size: 1.8rem;
}
#section4 .inner .histry ul.histry_list {
  padding-top: 1em;
}
#section4 .inner .histry ul.histry_list li {
  line-height: 1.2;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
#section4 .inner .histry ul.histry_list li span {
  padding: 0.3em 0.5em 0.3em 0;
}
#section4 .inner .histry ul.histry_list li span:nth-of-type(1) {
  width: 3.8em;
  padding-right: 0;
}
#section4 .inner .histry ul.histry_list li span:nth-of-type(2) {
  width: 3em;
  text-align: right;
}
#section4 .inner .histry ul.histry_list li span:nth-of-type(3) {
  flex: 1;
  padding-left: 0.5em;
}
#section4 .inner .johokokai {
  margin: 0 auto;
}
#section4 .inner .johokokai p {
  margin: 1em 0 0;
  padding: 0.25em 0.75em;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: rgba(0, 143, 62, 0.1);
}
#section4 .inner .johokokai ul {
  padding-top: 1em;
}
#section4 .inner .johokokai ul li {
  padding: 1em 0.5em;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
}
#section4 .inner .johokokai ul li:not(:first-of-type) {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
#section4 .inner .johokokai ul li a {
  text-decoration: none;
}
#section4 .inner .johokokai ul li a::before {
  transform: translateY(-5%);
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 0.7em;
  height: 0.7em;
  background-image: url("/assets/svg/arrow_999.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#section_about {
  width: 100%;
  background-color: rgba(21, 125, 128, 0.07);
}
#section_about .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  padding: 3em 0;
}
#section_about .inner .inner {
  padding: 0;
}
#section_about .inner h2 {
  margin-bottom: 1em;
  padding: 0.5em 1.5em;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: #636363;
}
@media print, screen and (min-width: 600px) {
  #section_about .inner h2 {
    display: inline-block;
    font-size: 2rem;
  }
}
@media all and (-ms-high-contrast: none) {
  #section_about .inner h2 {
    padding-top: 0.75em !important;
  }
}

footer {
  background-color: rgba(21, 125, 128, 0);
}/*# sourceMappingURL=home.css.map */