@charset "UTF-8";
/*---------------------------------------------------------------/
　Copyright COMPANY NAME
/---------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace,monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

svg, img, embed, object, iframe {
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default; }

:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="number"] {
  -moz-appearance: textfield; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable]:focus {
  outline: auto; }

table {
  border-color: inherit;
  border-collapse: collapse; }

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

/* ======================================
Common
======================================== */
@page {
  margin: 0mm 5mm;
  size: A4 portrait; }
@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1100px !important;
    zoom: 0.7; }

  .clone_navi {
    display: none; } }
body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

html {
  font-size: 17px; }
  @media screen and (max-width: 720px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #2C2C2C;
  font-weight: 400;
  transition: all 0;
  position: relative; }
  body.hide {
    overflow: hidden; }

body#en {
  font-family: Roboto, "Segoe UI", "Helvetica Neue", sans-serif; }

body#cn {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

body#tw {
  font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif; }

body#ko {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Gulim, "Malgun Gothic", sans-serif; }

.wrapper {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.container {
  width: 100%;
  position: relative;
  padding: 2rem 0;
  margin: 0; }
  .container.green {
    background-color: #D9F4E0; }
  .container.beige {
    background-color: #F8F7ED; }

.contents {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative; }
  .contents.mid {
    width: 960px; }
  .contents.min {
    width: 720px; }
  .contents + .contents {
    margin-top: 4rem; }

p, div, ul, li, dl, dt, dd, em, i, a {
  padding: 0;
  margin: 0;
  font-style: normal; }

ul, li {
  list-style: none; }

a {
  outline: none;
  display: inline-block; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }

h1 {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: inherit; }

img {
  max-width: 100%;
  display: block; }

@media (min-width: 720px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.mt0 {
  margin-top: 0rem !important; }

.mt1 {
  margin-top: 1rem !important; }

.mt2 {
  margin-top: 2rem !important; }

.mt3 {
  margin-top: 3rem !important; }

.mt4 {
  margin-top: 4rem !important; }

.mt5 {
  margin-top: 5rem !important; }

.mt6 {
  margin-top: 6rem !important; }

.mt7 {
  margin-top: 7rem !important; }

.mt8 {
  margin-top: 8rem !important; }

.mt9 {
  margin-top: 9rem !important; }

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

.pt1 {
  padding-top: 1rem !important; }

.pt2 {
  padding-top: 2rem !important; }

.pt3 {
  padding-top: 3rem !important; }

.pt4 {
  padding-top: 4rem !important; }

.pt5 {
  padding-top: 5rem !important; }

.pt6 {
  padding-top: 6rem !important; }

.pt7 {
  padding-top: 7rem !important; }

.pt8 {
  padding-top: 8rem !important; }

.pt9 {
  padding-top: 9rem !important; }

.mb0 {
  margin-bottom: 0rem !important; }

.mb1 {
  margin-bottom: 1rem !important; }

.mb2 {
  margin-bottom: 2rem !important; }

.mb3 {
  margin-bottom: 3rem !important; }

.mb4 {
  margin-bottom: 4rem !important; }

.mb5 {
  margin-bottom: 5rem !important; }

.mb6 {
  margin-bottom: 6rem !important; }

.mb7 {
  margin-bottom: 7rem !important; }

.mb8 {
  margin-bottom: 8rem !important; }

.mb9 {
  margin-bottom: 9rem !important; }

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

.pb1 {
  padding-bottom: 1rem !important; }

.pb2 {
  padding-bottom: 2rem !important; }

.pb3 {
  padding-bottom: 3rem !important; }

.pb4 {
  padding-bottom: 4rem !important; }

.pb5 {
  padding-bottom: 5rem !important; }

.pb6 {
  padding-bottom: 6rem !important; }

.pb7 {
  padding-bottom: 7rem !important; }

.pb8 {
  padding-bottom: 8rem !important; }

.pb9 {
  padding-bottom: 9rem !important; }

/*========== //Column// ==========*/
.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: auto; }

/* ======================================
Loading
======================================== */
body > .wrapper {
  opacity: 1; }

body > .wrapper.hide {
  opacity: 0; }

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999; }

.loading span {
  display: inline-block;
  color: #999;
  font-weight: 500;
  font-size: 1em;
  animation: animation-loading-5 3s infinite; }

.loading span:nth-of-type(2) {
  animation-delay: .1s; }

.loading span:nth-of-type(3) {
  animation-delay: .2s; }

.loading span:nth-of-type(4) {
  animation-delay: .3s; }

.loading span:nth-of-type(5) {
  animation-delay: .4s; }

.loading span:nth-of-type(6) {
  animation-delay: .5s; }

.loading span:nth-of-type(7) {
  animation-delay: .6s; }

@keyframes animation-loading-5 {
  50% {
    opacity: 0; } }
/* ======================================
Form Style
======================================== */
input,
textarea {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #555555;
  background-color: #ffffff;
  border: 1px dotted #000;
  margin: 0;
  padding: .3em; }

input::placeholder,
textarea::placeholder {
  color: #BBB; }

input[type="text"]:focus {
  outline: 0;
  background-color: #FFF !important; }

textarea:focus {
  outline: 0;
  background-color: #FFF !important; }

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  border: 1px dotted #000; }

input[type="submit"],
input[type="button"] {
  outline: 0;
  background-color: #F7931E;
  color: #FFF;
  border-radius: 2rem;
  border: 0;
  text-align: center;
  display: inline-block;
  padding: .8rem 2rem;
  margin: 0.5rem;
  width: 16rem;
  transition: 0.5s; }

input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #FFB05F; }

.chainfade {
  opacity: 0;
  transition: all 1s; }

.chainfade.show {
  animation-name: slideUp;
  animation-duration: .8s;
  animation-fill-mode: forwards; }

/*===================================
//滑らかに出現
===================================*/
@keyframes smoothText {
  0% {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
/*===================================
//フェードイン
===================================*/
@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*===================================
//スライドイン上から
===================================*/
@keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/*===================================
//スライドイン下から
===================================*/
@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/*===================================
//スライドイン左から
===================================*/
@keyframes slideLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*===================================
//スライドイン右から
===================================*/
@keyframes slideRight {
  0% {
    transform: translateX(50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*===================================
//2回転
===================================*/
@keyframes rotateTwice {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }
/*===================================
//トゥンク
===================================*/
@keyframes shoot {
  0% {
    transform: scale(1.3);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
/*===================================
//じわっ
===================================*/
@keyframes blurAnime {
  0% {
    transform: scale(1.3);
    filter: blur(10px);
    opacity: 0; }
  100% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1; } }
/*===================================
//浮遊感
===================================*/
@keyframes fuwari {
  0%, 100% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  50% {
    transform: translateY(-15px);
    animation-timing-function: ease-in; } }
/* ======================================
Global Navigation
======================================== */
nav {
  position: absolute;
  width: 100%; }

.global_nav {
  position: absolute;
  z-index: 999999;
  padding: 0;
  width: 100%;
  margin: auto;
  line-height: 0;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0); }
  .global_nav .nav_wrap {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    line-height: 0; }
  .global_nav .sp_nav_wrap {
    width: 100%;
    height: 70px;
    z-index: 9999999; }
  .global_nav .title {
    position: absolute;
    z-index: 9999999;
    padding-left: 2%; }
    .global_nav .title img {
      display: none;
      width: 220px;
      height: 70px;
      object-fit: contain;
      object-position: center;
      transition: 0.1s; }

/* スクロールバー非表示　Chrome, Safari 対応 */
.global_nav::-webkit-scrollbar {
  display: none; }

.primary_nav {
  line-height: 1.4;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  /* スクロールバー非表示　Edge 対応 */
  -ms-overflow-style: none;
  /* スクロールバー非表示　Firefox 対応 */
  scrollbar-width: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.5s; }
  .primary_nav.open {
    opacity: 1;
    left: 0;
    background-color: white;
    padding-top: 100px; }
  .primary_nav > ul > li {
    border-bottom: 1px solid #DDD;
    position: relative; }
    .primary_nav > ul > li > a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      padding: 0;
      font-weight: 600;
      position: relative;
      height: 70px;
      text-align: center; }

@media screen and (min-width: 960px) {
  .global_nav .nav_wrap {
    padding: 0 2%; }
  .global_nav .sp_nav_wrap {
    width: 200px; }
  .global_nav .title {
    padding-left: 0; }

  .primary_nav {
    left: 0;
    opacity: 1;
    margin: 0 0 0 auto;
    width: auto;
    padding: 0;
    position: relative;
    overflow-y: visible; }
    .primary_nav ul {
      display: flex;
      align-items: center; }
      .primary_nav ul > li {
        border: 0; }
        .primary_nav ul > li:last-child {
          border-bottom: 0; }
        .primary_nav ul > li > a {
          position: relative;
          justify-content: right;
          font-size: 1rem;
          margin: 0 0 0 2rem;
          padding-top: 6px; }
          .primary_nav ul > li > a p::after {
            content: '';
            display: block;
            width: 0;
            height: 3px;
            background-color: #6AD49D;
            margin: 6px auto 0 0;
            transition: 0.5s; }
          .primary_nav ul > li > a:hover p::after {
            width: 100%; } }
li.child_nav {
  position: relative;
  overflow: visible; }
  li.child_nav a > i {
    display: block;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-left: 1px solid #DDD;
    position: absolute;
    right: 0;
    top: 0; }
    li.child_nav a > i::before {
      content: '';
      display: block;
      height: 1px;
      width: 20px;
      background-color: #333;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: 0.5s; }
    li.child_nav a > i::after {
      content: '';
      display: block;
      height: 1px;
      width: 20px;
      background-color: #333;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(90deg);
      transition: 0.5s; }
    li.child_nav a > i.active::after {
      transform: rotate(360deg); }
  li.child_nav ul {
    display: none;
    border-top: 1px solid #DDD;
    padding: 1rem 0;
    background-color: #FAFAFA; }
    li.child_nav ul li a {
      display: block;
      padding: 1rem;
      position: relative; }

@media screen and (min-width: 960px) {
  li.child_nav a > i {
    display: none; }
  li.child_nav ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 1rem; }
    li.child_nav ul li a {
      padding: 0.5rem 1rem; } }
/* ==========================================================================
Falldown Navigation
========================================================================== */
.global_nav.setpos {
  position: relative;
  top: 0; }
.global_nav.fixed {
  background-color: white;
  display: block;
  position: fixed;
  top: 0;
  animation: slidein 0.5s; }
  .global_nav.fixed .sp_nav_wrap {
    height: 70px; }
  .global_nav.fixed .title img {
    display: block;
    width: 200px;
    height: 70px; }
  .global_nav.fixed .navicon {
    height: 70px; }
  @media screen and (min-width: 960px) {
    .global_nav.fixed .primary_nav > ul li a {
      height: 70spx; } }
.global_nav.show {
  top: 0;
  animation: slidein 0.5s linear; }
.global_nav.hide {
  top: 0;
  animation: slideup 0.5s linear; }

@keyframes slidein {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0); } }
@keyframes slideup {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100); } }
/* ==========================================================================
Mobile Navigation
========================================================================== */
.navicon {
  pointer-events: all;
  cursor: pointer;
  display: none;
  width: 60px;
  height: 70px;
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  transition: 0.5s; }
  @media screen and (min-width: 960px) {
    .navicon {
      display: none; } }
  .navicon .nav-toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0; }
    .navicon .nav-toggle:focus {
      outline: none; }
    .navicon .nav-toggle span,
    .navicon .nav-toggle span:before,
    .navicon .nav-toggle span:after {
      content: "";
      position: absolute;
      display: block;
      height: 2px;
      width: 30px;
      margin: auto;
      left: 0;
      right: 0;
      background: #000;
      cursor: pointer;
      transition: all 300ms ease-in-out; }
    .navicon .nav-toggle span {
      top: 0px;
      bottom: 0; }
    .navicon .nav-toggle span:before {
      top: -7px; }
    .navicon .nav-toggle span:after {
      top: 7px; }
  .navicon.active .nav-toggle span {
    background-color: transparent; }
  .navicon.active .nav-toggle span:before,
  .navicon.active .nav-toggle span:after {
    top: 0; }
  .navicon.active .nav-toggle span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .navicon.active .nav-toggle span:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*========== //Header// ==========*/
header {
  position: relative; }
  header #hero {
    position: relative;
    width: 100%;
    margin: auto;
    background-image: url("../images/title_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    header #hero .title_wrap {
      width: 1280px;
      max-width: 90%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 20% 0 10% 0; }
      header #hero .title_wrap .title {
        width: 100%;
        margin: auto; }
      header #hero .title_wrap .img {
        width: 100%;
        margin: 10% auto auto auto; }
      header #hero .title_wrap img {
        width: 100%; }
      @media screen and (min-width: 960px) {
        header #hero .title_wrap {
          padding: 10% 0; }
          header #hero .title_wrap .title {
            width: 600px;
            max-width: 55%;
            margin: auto auto auto 0; }
          header #hero .title_wrap .img {
            width: 40%;
            margin: auto 0 auto auto; } }

/*========== //Footer// ==========*/
footer .foot_wrap {
  background-color: #00A7AC;
  color: #FFF;
  padding: 3rem 0 1rem 0; }
footer .logo {
  width: 160px; }
footer h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1rem 0; }
footer .foot_col {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem; }
footer ul.foot_nav li {
  padding: 0 0 1rem 0; }
  footer ul.foot_nav li a {
    display: inline-block; }
footer ul.sns {
  width: 200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem; }
  footer ul.sns img {
    width: 100%; }
footer .copy {
  text-align: center;
  padding: 1rem; }
  footer .copy p {
    display: inline-block;
    text-align: left;
    font-size: 0.9rem; }
@media screen and (min-width: 720px) {
  footer .foot_wrap {
    padding: 0 0 3rem 0; }
  footer .foot_col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem; } }

/* ==========================================================================
Scroll to top button
========================================================================== */
.scroll-to-top {
  display: none;
  position: fixed;
  cursor: pointer;
  right: 1%;
  bottom: 30px;
  margin: 0;
  z-index: 999999;
  transition: 1s; }
  .scroll-to-top a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #6AD49D;
    color: #FFF;
    position: relative;
    line-height: 0; }
    .scroll-to-top a::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border: 1px solid #FFF;
      border-right: 1px solid transparent;
      border-bottom: 1px solid transparent;
      transform: rotate(45deg);
      position: absolute;
      top: -10px;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      transition: .5s; }
    .scroll-to-top a::after {
      content: 'TOP';
      font-size: 10px;
      display: block;
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 20px; }
    .scroll-to-top a:hover::before {
      transform: rotate(765deg); }

/*========== //Main// ==========*/
main .btn {
  text-align: center;
  margin: 3rem auto; }
  main .btn .more {
    display: inline-block;
    border-radius: 3em;
    border: 3px solid #09A26F;
    background-color: #FFF;
    padding: 0.5rem 3.5rem 0.5rem 2.5rem;
    position: relative;
    transition: 0.5s;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 1.3rem; }
    main .btn .more::before, main .btn .more::after {
      content: '';
      display: block;
      position: absolute;
      width: 12px;
      height: 3px;
      border-radius: 10px;
      background-color: #09A26F;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 24px;
      transition: 0.5s; }
    main .btn .more::before {
      transform: rotate(45deg) translateY(-5px); }
    main .btn .more::after {
      transform: rotate(-45deg) translateY(5px); }
    main .btn .more p {
      display: inline-block;
      text-align: left; }
    main .btn .more:hover {
      background-color: #09A26F;
      color: #FFF; }
      main .btn .more:hover::before, main .btn .more:hover::after {
        background-color: #FFF; }

h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem; }
  h2 p {
    font-size: 1rem;
    font-weight: 600;
    color: #09A26F; }
  @media screen and (min-width: 960px) {
    h2 {
      font-size: 2.2rem; } }

h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 2rem 0;
  padding: 0; }
  @media screen and (min-width: 960px) {
    h3 {
      font-size: 1.6rem; } }

h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #09A26F;
  font-size: 1.2rem;
  margin: 1rem 0;
  border-radius: 10px;
  padding: 0 0 0.5em 0;
  position: relative; }
  h4::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #09A26F;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto; }
  @media screen and (min-width: 960px) {
    h4 {
      font-size: 1.4rem; } }

ul.emp li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8; }
  ul.emp li + li {
    margin-top: 0.5em; }

ul.ind li {
  padding-left: 1em;
  text-indent: -1em; }

.line {
  border-bottom: 1px solid #6AD49D; }

.arrow {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  background-color: #09A26F;
  mask-image: url("../images/arrow1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 1.4em;
  margin-right: 0.4em; }

span.red {
  color: #C50000; }

span.emp {
  font-weight: 700; }

span.ul {
  border-bottom: 1px solid #000; }

#about h3 {
  position: relative;
  padding-left: 1em; }
  #about h3::before {
    content: '';
    display: block;
    width: 10px;
    background-color: #6AD49D;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
#about h5 {
  padding: 0;
  position: relative;
  font-weight: 600;
  font-size: 1.15rem;
  color: #FFF; }
#about .col2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  @media screen and (min-width: 960px) {
    #about .col2 {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 3rem; } }
  #about .col2 li {
    position: relative;
    padding: 0;
    border-radius: 1rem;
    border: 1rem solid #FFF; }
    @media screen and (min-width: 960px) {
      #about .col2 li {
        border: 2rem solid #FFF; } }
    #about .col2 li h5 {
      padding: 0 0 1rem 0; }
    #about .col2 li > div {
      display: block;
      padding: 1rem; }
    #about .col2 li p {
      line-height: 1.8;
      font-size: 0.95rem; }
    #about .col2 li dl {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: stretch;
      align-content: stretch;
      margin-top: 1.5rem;
      text-align: center; }
      #about .col2 li dl dt {
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0);
        margin-top: -1px;
        padding: 0.5rem;
        font-weight: 500; }
      #about .col2 li dl dd {
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-left: 1px solid rgba(0, 0, 0, 0);
        background-color: #FFF;
        margin-top: -1px;
        margin-left: -1px;
        padding: 0.5rem;
        font-weight: 500; }
    #about .col2 li:nth-child(odd) {
      background-color: #DAEFF2;
      border: 1.5rem solid #00ADBE; }
      #about .col2 li:nth-child(odd) h5 {
        background-color: #00ADBE; }
      #about .col2 li:nth-child(odd) dt {
        background-color: #89DCE5; }
    #about .col2 li:nth-child(even) {
      background-color: #FFEAE9;
      border: 1.5rem solid #FF8D8D; }
      #about .col2 li:nth-child(even) h5 {
        background-color: #FF8D8D; }
      #about .col2 li:nth-child(even) dt {
        background-color: #FFC3C3; }

#flow .flow_img {
  background-color: #FFF;
  width: 960px;
  max-width: 100%;
  padding: 1rem;
  margin: -2rem auto 0 auto; }
  @media screen and (min-width: 960px) {
    #flow .flow_img {
      padding: 2rem;
      margin: 0 auto 2rem auto; } }
#flow ul.flow > li {
  background-color: #FFF;
  padding: 3rem 1rem 1rem 1rem;
  position: relative;
  overflow: hidden; }
  #flow ul.flow > li + li {
    margin-top: 2rem; }
  #flow ul.flow > li .label {
    width: 6em;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
    background-color: #09A26F;
    color: #FFF;
    padding: 0.3em;
    position: absolute;
    left: 2rem;
    top: 0;
    margin: 0;
    border-radius: 0 0 0.5em 0.5em; }
    #flow ul.flow > li .label span {
      font-size: 1.1rem;
      margin-right: 0.3rem; }
@media screen and (min-width: 960px) {
  #flow ul.flow > li {
    padding: 4rem 3rem 2rem 3rem; }
    #flow ul.flow > li + li {
      margin-top: 3rem; }
    #flow ul.flow > li .label {
      font-size: 1.8rem; }
      #flow ul.flow > li .label span {
        font-size: 1.4rem; } }
#flow ul.kome {
  padding-left: 1em; }
  #flow ul.kome > li {
    margin-top: 0.3em; }
    #flow ul.kome > li:first-letter {
      font-family: '游ゴシック','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif; }

#download ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  @media screen and (min-width: 960px) {
    #download ul {
      grid-template-columns: repeat(2, 1fr); } }
  #download ul.center {
    display: block; }
    @media screen and (min-width: 960px) {
      #download ul.center {
        display: flex;
        justify-content: center; }
        #download ul.center li {
          width: 50%;
          margin: auto; } }
  #download ul li {
    padding: 1rem;
    border: 1px solid #E7E6DE;
    background-color: #FFF; }
    @media screen and (min-width: 960px) {
      #download ul li {
        padding: 2rem; } }
    #download ul li p {
      font-size: 1.1rem;
      font-weight: 600; }
    #download ul li dl.file {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 1rem; }
      #download ul li dl.file dt {
        width: 1.5rem;
        height: 2.5rem;
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100%; }
        #download ul li dl.file dt.pdf {
          background-color: #C50000;
          mask-image: url("../images/icon_pdf.svg"); }
        #download ul li dl.file dt.xls {
          background-color: #007C4A;
          mask-image: url("../images/icon_xls.svg"); }
        #download ul li dl.file dt.doc {
          background-color: #0053AD;
          mask-image: url("../images/icon_doc.svg"); }
        #download ul li dl.file dt.ytb {
          background-color: #C50000;
          mask-image: url("../images/icon_ytb.svg");
          width: 2rem;
          height: 3rem; }
        #download ul li dl.file dt img {
          width: 100%; }
      #download ul li dl.file dd {
        display: flex;
        align-items: center; }
        #download ul li dl.file dd.head {
          font-weight: 600;
          font-size: 1.1rem;
          padding-right: 1rem; }
          #download ul li dl.file dd.head::after {
            content: '';
            width: 30px;
            height: 30px;
            margin-left: 10px;
            background-color: #09A26F;
            mask-image: url("../images/arrow1.svg");
            mask-repeat: no-repeat;
            mask-position: center;
            mask-size: contain; }
      #download ul li dl.file a {
        display: inline-block;
        border: 3px solid #09A26F;
        background-color: #09A26F;
        border-radius: 3em;
        padding: 0.2rem 1rem 0.2rem 2.5rem;
        font-size: 0.9rem;
        font-weight: 700;
        color: #FFF;
        margin: 0 0 0 0.8rem;
        position: relative; }
        #download ul li dl.file a::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 3rem;
          margin: auto auto auto 0;
          border: 2px solid #FFF;
          background-color: #FFF;
          mask-repeat: no-repeat;
          mask-position: center;
          mask-size: 1rem; }
        #download ul li dl.file a.opn::before {
          mask-image: url("../images/icon_opn.svg"); }
        #download ul li dl.file a.dl::before {
          mask-image: url("../images/icon_dl.svg");
          mask-size: 1.1rem; }
    #download ul li.off dl.file {
      opacity: 0.4; }
      #download ul li.off dl.file dd a {
        pointer-events: none; }
