@charset "UTF-8";
/* COMMON
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

img {
  width: 100%;
}

br.sm_br {
  display: none;
}
@media only screen and (max-width:766px) {
  br.sm_br {
    display: inline;
  }
}

br.tb_br {
  display: none;
}
@media only screen and (max-width:1239px) {
  br.tb_br {
    display: inline;
  }
}

@media only screen and (max-width:766px) {
  br.pc_tb_br {
    display: none;
  }
}

@media only screen and (max-width:1239px) {
  br.pc_br {
    display: none;
  }
}

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

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

strong, b {
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width:766px) {
  a:hover {
    opacity: 1 !important;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list001 li {
  position: relative;
  padding-left: 1em;
}
.list001 li:last-child {
  margin-bottom: 0;
}
.list001 li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list002 li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.3em;
}
.list002 li:last-child {
  margin-bottom: 0;
}
.list002 li:before {
  content: "◯";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list003 li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.2em;
}
.list003 li:last-child {
  margin-bottom: 0;
}
.list003 li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.link001 {
  text-align: center;
}
.link001 a {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background: #ff871e;
  display: inline-block;
  border-radius: 40px;
  font-weight: 700;
  line-height: 1em;
  padding: 5px 40px 8px 40px;
}
@media only screen and (max-width:766px) {
  .link001 a {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
  }
}

.link002 {
  text-align: center;
}
.link002 a {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fffac8;
  background: #003c87;
  display: inline-block;
  border-radius: 40px;
  font-weight: 700;
  line-height: 1em;
  padding: 5px 40px 8px 40px;
}
@media only screen and (max-width:766px) {
  .link002 a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.link003 {
  text-align: center;
}
.link003 a {
  font-size: 30px;
  font-size: 1.875rem;
  color: #003c87 !important;
  border: 3px solid #003c87;
  display: inline-block;
  border-radius: 40px;
  font-weight: 700;
  line-height: 1em;
  padding: 8px 30px;
}
@media only screen and (max-width:766px) {
  .link003 a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.under_line {
  text-decoration: underline;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

svg {
  width: 100%;
}
svg.fa-clone {
  width: auto;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 25.25%;
  position: relative;
}
@media only screen and (max-width:766px) {
  .gmap {
    padding-bottom: 65%;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* LAYOUT
-------------------------------------------------------------- */
body {
  height: 100%;
  min-height: 100%;
  font-family: "Zen Maru Gothic", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5em;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media only screen and (max-width:766px) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

html {
  height: 100%;
  min-height: 100%;
}

main {
  display: block;
}

.logo a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -999999px;
  background-size: cover;
  width: 287px;
  height: 54px;
  background-image: url(../images/common/logo.svg);
}
@media only screen and (max-width:766px) {
  .logo a {
    width: 200px;
    height: 37px;
  }
}

.sns_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns_menu ul li {
  margin-right: 1em;
}
.sns_menu ul li a {
  color: #fff;
  font-size: 35px;
  font-size: 2.1875rem;
}

.link_arrow a {
  color: #fff;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 1em;
}
.link_arrow a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "＞";
  display: block;
}

.link_banner_text {
  margin-top: 1.5em;
}
.link_banner_text li a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 3px 5px;
}

.table001 {
  border-width: 5px;
  border-style: solid;
  width: 100%;
}
.table001 tr th, .table001 tr td {
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  text-align: left;
  padding: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  .table001 tr th, .table001 tr td {
    padding: 10px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.4em;
  }
}
.table001 tr th a, .table001 tr td a {
  color: #00aaff;
}
.table001 tr th {
  white-space: nowrap;
}

.table_maccha {
  border-color: #78a02e;
}
.table_maccha tr th, .table_maccha tr td {
  border-color: #78a02e;
}
.table_maccha tr th {
  background: #e6e6c8;
}

@media only screen and (max-width:766px) {
  .table_scroll_hint {
    position: relative;
  }
  .table_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* スクロールをスムーズに */
    width: 100%;
  }
  .table_wrapper .table001 td {
    white-space: nowrap;
  }
  .hint_icon {
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 12px;
    opacity: 0.6;
    -webkit-animation: swipeHint 1.5s infinite ease-in-out;
            animation: swipeHint 1.5s infinite ease-in-out;
    pointer-events: none; /* クリックの邪魔にならない */
  }
  @-webkit-keyframes swipeHint {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes swipeHint {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}
/* HEDDER
-------------------------------------------------------------- */
header {
  background: #ff871e;
  width: 100%;
  zoom: 1;
}
header:before, header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header {
  height: 100px;
}
@media only screen and (max-width:766px) {
  header {
    height: 60px;
  }
}
header .header_inner {
  position: relative;
  padding: 18px 40px;
  z-index: 999999;
}
@media only screen and (max-width:766px) {
  header .header_inner {
    padding: 10px 18px;
  }
}
header .header_inner .logo_header {
  float: left;
  margin-right: 95px;
}
header .header_inner nav {
  float: left;
}
@media only screen and (max-width:1239px) {
  header .header_inner nav {
    display: none;
    background: #ff871e;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    height: 100%;
    width: 100%;
  }
}
header .header_inner nav .nav_inner {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1239px) {
  header .header_inner nav .nav_inner {
    padding: 0;
    display: block;
    overflow-y: auto;
    min-height: 100%;
    height: 100%;
  }
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  header .header_inner nav .nav_inner {
    padding: 18px 40px;
  }
}
@media only screen and (max-width:766px) {
  header .header_inner nav .nav_inner {
    padding: 10px 18px 30px 18px;
  }
}
header .header_inner nav .nav_inner .nav_logo {
  display: none;
}
@media only screen and (max-width:1239px) {
  header .header_inner nav .nav_inner .nav_logo {
    display: block;
  }
}
header .header_inner nav .nav_inner .gmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1239px) {
  header .header_inner nav .nav_inner .gmenu {
    display: block;
    padding-top: 65px;
  }
}
header .header_inner nav .nav_inner .gmenu > li {
  margin-right: 2.5em;
  position: relative;
}
@media only screen and (max-width:1239px) {
  header .header_inner nav .nav_inner .gmenu > li {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width:766px) {
  header .header_inner nav .nav_inner .gmenu > li {
    margin-bottom: 0.5em;
  }
}
header .header_inner nav .nav_inner .gmenu > li .sub_menu_bt {
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  padding-bottom: 10px;
}
header .header_inner nav .nav_inner .gmenu > li .sub_menu_bt:hover {
  cursor: pointer;
  opacity: 0.6;
}
header .header_inner nav .nav_inner .gmenu > li .sub_menu_bt span {
  display: none;
}
@media only screen and (max-width:1239px) {
  header .header_inner nav .nav_inner .gmenu > li .sub_menu_bt span {
    display: inline-block;
    margin-left: 0.5em;
  }
}
header .header_inner nav .nav_inner .gmenu > li .sub_menu {
  display: none;
  position: absolute;
  background: #ff871e;
  color: #fff;
  -webkit-box-shadow: 3px 4px 12px 2px rgba(0, 0, 0, 0.59);
          box-shadow: 3px 4px 12px 2px rgba(0, 0, 0, 0.59);
  top: 40px;
  left: 0;
  white-space: nowrap;
  padding: 15px 30px;
  z-index: 99999 !important;
}
@media only screen and (max-width:1239px) {
  header .header_inner nav .nav_inner .gmenu > li .sub_menu {
    position: inherit;
    top: auto;
    left: auto;
    white-space: normal;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
  }
}
header .header_inner nav .nav_inner .gmenu > li .sub_menu .sub_menu_cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width:1239px) {
  header .header_inner nav .nav_inner .gmenu > li .sub_menu .sub_menu_cont_flex {
    display: block;
  }
}
header .header_inner nav .nav_inner .gmenu > li .sub_menu .sub_menu_cont .sub_menu_ttl {
  font-weight: 700;
}
@media only screen and (max-width:1239px) {
  header .header_inner nav .nav_inner .gmenu > li .sub_menu .sub_menu_cont {
    margin-bottom: 0.5em;
  }
  header .header_inner nav .nav_inner .gmenu > li .sub_menu .sub_menu_cont:last-of-type {
    margin-bottom: 0;
  }
}
header .header_inner nav .nav_inner .gmenu > li .sub_menu .sub_menu_list li {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
header .header_inner nav .nav_inner .gmenu > li .sub_menu .sub_menu_list li a {
  color: #fff;
}
header .header_inner nav .nav_inner .haader_sns ul li a {
  color: #fff;
}
@media only screen and (max-width:766px) {
  header .header_inner nav .nav_inner .haader_sns ul {
    display: block;
    text-align: center;
  }
  header .header_inner nav .nav_inner .haader_sns ul li {
    display: inline-block;
  }
}
header .header_inner .sm_menu_bt {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 110;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  display: none;
}
@media only screen and (max-width:1239px) {
  header .header_inner .sm_menu_bt {
    display: block;
  }
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  header .header_inner .sm_menu_bt {
    top: 40px;
  }
}
@media only screen and (max-width:766px) {
  header .header_inner .sm_menu_bt {
    top: 20px;
  }
}
header .header_inner .sm_menu_bt .menu-trigger, header .header_inner .sm_menu_bt .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header_inner .sm_menu_bt .menu-trigger {
  position: relative;
  width: 40px;
  height: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
header .header_inner .sm_menu_bt .menu-trigger span {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #fff;
  width: 100%;
  left: 0px;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(2) {
  top: 10px;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(3) {
  top: 20px;
}
header .header_inner .sm_menu_bt .menu-trigger:hover {
  cursor: pointer;
}
header .header_inner .sm_menu_bt .menu-trigger.scrolled span {
  background-color: #000;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) translateX(0px) rotate(-45deg);
  transform: translateY(10px) translateX(0px) rotate(-45deg);
  width: 100%;
  background-color: #fff !important;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(3) {
  display: none;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
  transform: translateY(0px) translateX(0px) rotate(45deg);
  width: 100%;
  background-color: #fff !important;
}
header .bt_contact {
  display: none;
  position: fixed;
  right: 0;
  top: 164px;
  z-index: 50;
}
@media only screen and (max-width:766px) {
  header .bt_contact {
    top: 90px;
  }
}
header .bt_contact a {
  color: #ff871e;
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  border-radius: 20px 0 0 20px;
  background: #fff;
  padding: 30px 10px;
  font-weight: 700;
  -webkit-box-shadow: -6px 5px 10px -1px rgba(134, 134, 134, 0.45);
          box-shadow: -6px 5px 10px -1px rgba(134, 134, 134, 0.45);
}
@media only screen and (max-width:766px) {
  header .bt_contact a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 5px;
  }
}

.br80 {
  border-radius: 80px;
}

.mv {
  margin-bottom: 7em;
}
@media only screen and (max-width:766px) {
  .mv {
    margin-bottom: 4em;
  }
}

@media only screen and (max-width:766px) {
  .mv_dots_none {
    margin-bottom: 20px;
  }
  .mv_dots_none .slick-dots {
    display: none !important;
  }
}

/* FOOTER
-------------------------------------------------------------- */
.office_link_sec {
  padding: 130px 20px 50px 20px;
}
@media only screen and (max-width:766px) {
  .office_link_sec {
    padding: 35px 25px;
  }
}
.office_link_sec .office_link_inner {
  max-width: 1070px;
  margin: 0 auto;
}
@media only screen and (max-width:766px) {
  .office_link_sec .office_link_inner > section {
    margin-bottom: 30px;
  }
  .office_link_sec .office_link_inner > section:last-of-type {
    margin-bottom: 0;
  }
}
.office_link_sec .office_link_inner > section h2 {
  text-align: center;
  position: relative;
}
@media only screen and (max-width:766px) {
  .office_link_sec .office_link_inner > section h2 {
    margin-bottom: 0.5em;
  }
}
.office_link_sec .office_link_inner > section h2 span {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  background: #fff;
  display: inline-block;
}
@media only screen and (max-width:766px) {
  .office_link_sec .office_link_inner > section h2 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.office_link_sec .office_link_inner > section h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.office_link_sec .office_link_inner > section .office_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width:766px) {
  .office_link_sec .office_link_inner > section .office_list {
    display: block;
  }
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont {
  padding: 10px;
  width: 25%;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:766px) {
  .office_link_sec .office_link_inner > section .office_list .office_list_cont {
    width: 100%;
    padding: 0;
    margin-bottom: 0.8em;
  }
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  vertical-align: middle;
  letter-spacing: -1px;
  min-height: 42px;
}
@media only screen and (max-width:766px) {
  .office_link_sec .office_link_inner > section .office_list .office_list_cont a {
    margin-bottom: 2px;
  }
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a.office001 {
  background: #00aaff;
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a.office002 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #98d200), color-stop(50%, #00aaff));
  background: linear-gradient(to right, #98d200 50%, #00aaff 50%);
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a.office003 {
  background: #98d200;
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a.office004 {
  background: #ff4600;
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a.office005 {
  background: #ff7db4;
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a.office006 {
  background: #ecc449;
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a.small {
  font-size: 0.9em;
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a.small2 {
  font-size: 0.8em;
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont a.small3 {
  font-size: 0.7em;
  letter-spacing: -3px;
}
.office_link_sec .office_link_inner > section .office_list .office_list_cont span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -2px;
}
.office_link_sec .banner_supporter {
  background-color: #fffac8;
  padding: 20px 45px 30px 45px;
  position: relative;
  margin-top: 65px;
}
@media only screen and (max-width:766px) {
  .office_link_sec .banner_supporter {
    padding: 10px 20px;
  }
}
.office_link_sec .banner_supporter:after {
  content: "";
  display: block;
  background-image: url(../images/common/supporter_ill.webp);
  background-size: cover;
  width: 154px;
  height: 154px;
  position: absolute;
  right: -28px;
  top: -44px;
  z-index: 10;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  .office_link_sec .banner_supporter:after {
    right: 28px;
  }
}
@media only screen and (max-width:766px) {
  .office_link_sec .banner_supporter:after {
    display: none;
  }
}
.office_link_sec .banner_supporter h3 {
  float: left;
  margin-right: 60px;
}
@media only screen and (max-width:766px) {
  .office_link_sec .banner_supporter h3 {
    float: none;
    margin-right: 0;
  }
}
.office_link_sec .banner_supporter h3 img {
  max-width: 390px;
}
@media only screen and (max-width:766px) {
  .office_link_sec .banner_supporter h3 img {
    max-width: 100%;
  }
}
.office_link_sec .banner_supporter h4 {
  float: left;
  line-height: 1.4em;
  padding-top: 0.3em;
}
@media only screen and (max-width:766px) {
  .office_link_sec .banner_supporter h4 {
    display: none;
  }
}
.office_link_sec .banner_supporter p {
  clear: both;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  padding-top: 1em;
}
@media only screen and (max-width:766px) {
  .office_link_sec .banner_supporter p {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 0;
  }
}
@media only screen and (max-width:766px) {
  .office_link_sec .banner_supporter p.banner_supporter_text_pc {
    display: none;
  }
}
.office_link_sec .banner_supporter p.banner_supporter_text_sm {
  display: none;
}
@media only screen and (max-width:766px) {
  .office_link_sec .banner_supporter p.banner_supporter_text_sm {
    display: block;
    margin-bottom: 1em;
  }
}

footer {
  background: #78a02e;
  padding: 24px 45px;
}
footer .footer_inner .footer_logo {
  float: left;
  margin-right: 40px;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  footer .footer_inner .footer_logo {
    float: none;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_inner .footer_logo {
    display: none;
  }
}
footer .footer_inner .footer_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2em;
  gap: 0 40px;
}
footer .footer_inner .footer_link_wrap .footer_link h3, footer .footer_inner .footer_link_wrap .footer_link h4 {
  color: #fff;
  font-weight: 700;
}
footer .footer_inner .footer_link_wrap .footer_link h3 {
  margin-bottom: 0.2em;
}
footer .footer_inner .footer_link_wrap .footer_link h3.mt {
  margin-top: 1em;
}
footer .footer_inner .footer_link_wrap .footer_link h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0.4em;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  footer .footer_inner .footer_link_wrap .footer_link h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
footer .footer_inner .footer_link_wrap .footer_link ul {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: -1px;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  footer .footer_inner .footer_link_wrap .footer_link ul {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  footer .footer_inner .footer_link_wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_inner .footer_link_wrap {
    display: none;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_inner .footer_sns {
    display: none;
  }
}
footer .footer_copy {
  text-align: center;
  padding-top: 30px;
}
@media only screen and (max-width:766px) {
  footer .footer_copy {
    padding-top: 0px;
  }
}
footer .footer_copy ul {
  display: none;
}
@media only screen and (max-width:766px) {
  footer .footer_copy ul {
    display: block;
  }
}
footer .footer_copy ul li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
footer .footer_copy ul li a {
  color: #fff;
}
footer .footer_copy small {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
}

.certificate_link a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px 10px;
  margin-top: 0.5em;
}
.certificate_link a:before {
  content: none;
}

/* INDEX
-------------------------------------------------------------- */
#index_menu {
  background: #ff871e;
  padding: 25px 0 35px 0;
}
#index_menu > section {
  zoom: 1;
}
#index_menu > section:before, #index_menu > section:after {
  content: "";
  display: table;
}
#index_menu > section:after {
  clear: both;
}
#index_menu > section {
  color: #fff;
}
#index_menu > section .index_menu_slider {
  width: 460px;
}
@media only screen and (min-width:1500px) {
  #index_menu > section .index_menu_slider {
    width: 33%;
  }
}
@media only screen and (max-width:766px) {
  #index_menu > section .index_menu_slider {
    width: 230px;
  }
}
#index_menu > section h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: bold;
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width:766px) {
  #index_menu > section h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#index_menu > section .index_menu_text {
  overflow: hidden;
}
@media only screen and (max-width:1239px) {
  #index_menu > section .index_menu_text {
    display: none;
  }
}
#index_menu > section .index_menu_text p {
  max-width: 330px;
  line-height: 1.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 1em;
}
#index_menu > section .index_menu_text .index_menu_link li {
  line-height: 1em;
  margin-bottom: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
}
#index_menu > section .index_menu_text .index_menu_link li:last-child {
  margin-bottom: 0;
}
#index_menu > section#index_menu001 .index_menu_slider {
  float: left;
  margin-right: 50px;
}
#index_menu > section#index_menu001 h2 {
  float: left;
  margin-right: 40px;
}
#index_menu > section#index_menu001 .index_menu_text_wrap {
  padding-top: 35px;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  #index_menu > section#index_menu001 .index_menu_text_wrap {
    padding-top: 65px;
  }
}
#index_menu > section#index_menu001 .index_menu_text_wrap .index_menu_text {
  padding-top: 50px;
}
#index_menu > section#index_menu002 {
  margin-top: -300px;
}
#index_menu > section#index_menu002 .index_menu_slider {
  float: right;
}
#index_menu > section#index_menu002 h2 {
  float: right;
  margin-right: 25px;
  margin-left: 35px;
}
@media only screen and (max-width:1239px) {
  #index_menu > section#index_menu002 h2 {
    padding-top: 120px;
    margin-right: 45px;
  }
}
@media only screen and (max-width:766px) {
  #index_menu > section#index_menu002 h2 {
    padding-top: 60px;
  }
}
#index_menu > section#index_menu002 .index_menu_text_wrap {
  position: absolute;
  top: 130px;
  right: 33%;
}
@media only screen and (max-width:1239px) {
  #index_menu > section#index_menu002 .index_menu_text_wrap {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 35px;
    float: right;
  }
}
#index_menu > section#index_menu002 .index_menu_text_wrap .index_menu_text {
  padding-top: 80px;
}
#index_menu > section#index_menu003 {
  margin-top: -100px;
}
#index_menu > section#index_menu003 .index_menu_slider {
  float: left;
  margin-right: 15px;
}
#index_menu > section#index_menu003 h2 {
  float: left;
  margin-right: 45px;
}
@media only screen and (max-width:1239px) {
  #index_menu > section#index_menu003 h2 {
    padding-top: 250px;
    margin-left: 50px;
  }
}
@media only screen and (max-width:766px) {
  #index_menu > section#index_menu003 h2 {
    padding-top: 100px;
  }
}
#index_menu > section#index_menu003 .index_menu_text_wrap {
  margin-top: 150px;
}
#index_menu > section#index_menu003 .index_menu_text_wrap .index_menu_text {
  padding-top: 75px;
}

#index_concept h2 {
  text-align: center;
  font-size: 57px;
  font-size: 3.5625rem;
  font-weight: 700;
  color: #ff871e;
  line-height: 1.5em;
  padding: 90px 20px;
}
@media only screen and (max-width:766px) {
  #index_concept h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    padding: 40px 20px;
  }
}
#index_concept #index_concept_text {
  text-align: center;
  background: #ffe1c7;
  color: #78a02e;
  padding: 60px 20px;
}
#index_concept #index_concept_text h3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1em;
}
#index_concept #index_concept_text p {
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: 400;
  line-height: 1.5em;
}

.sec_news h2 {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  .sec_news h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.sec_news > ul {
  max-width: 800px;
  margin: 0 auto 2em auto;
}
@media only screen and (max-width:766px) {
  .sec_news > ul {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sec_news > ul li {
  line-height: 1.3em;
  display: block;
  margin-bottom: 1.5em;
}
.sec_news > ul li:last-child {
  margin-bottom: 0;
}
.sec_news > ul li span {
  display: inline-block;
}
.sec_news > ul li span.day {
  font-weight: 500;
}
.sec_news > ul li span.day:before {
  content: "≫";
}
@media only screen and (max-width:766px) {
  .sec_news > ul li span.day {
    margin-right: 1em;
  }
}
.sec_news > ul li span.cat {
  font-weight: 700;
}
.sec_news > ul li a {
  display: block;
  margin-top: 0.2em;
}

#index_news {
  background: #ffc38f;
  padding: 65px 20px;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  #index_news {
    padding: 65px 40px;
  }
}
@media only screen and (max-width:766px) {
  #index_news {
    padding: 25px;
  }
}

/* OFFICE
-------------------------------------------------------------- */
.office_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width:766px) {
  .office_mv {
    height: auto;
    min-height: 200px;
    padding: 20px 0;
  }
}
.office_mv .office_mv_cont {
  width: 100%;
  color: #fff;
}
.office_mv .office_mv_cont h1 {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1em;
}
@media only screen and (max-width:766px) {
  .office_mv .office_mv_cont h1 {
    margin-top: 15px;
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.office_mv .office_mv_cont p {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
}
@media only screen and (max-width:766px) {
  .office_mv .office_mv_cont p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.office_mv .office_mv_cont p span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width:766px) {
  .office_mv .office_mv_cont_small h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width:766px) {
  .office_mv .office_mv_cont_small p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#office_mv_seiryu {
  background-image: url(../images/office/seiryu/mv.webp);
}

#office_mv_aiai {
  background-image: url(../images/office/aiai/mv.webp);
}

#office_mv_matsuba {
  background-image: url(../images/office/matsuba/mv.webp);
}

#office_mv_kuise {
  background-image: url(../images/office/kuise/mv.webp);
}

#office_mv_puchirupo {
  background-image: url(../images/office/puchirupo/mv.webp);
}

#office_mv_kotonoha {
  background-image: none;
  background-color: #ffbed9;
}

#office_mv_coyariba {
  background-image: url(../images/office/coyariba/mv.webp);
}

#office_mv_tsukaguchi {
  background-image: url(../images/office/tsukaguchi/mv.webp);
}

#office_mv_support {
  background-image: none;
  background-color: #ecc449;
}

#office_mv_magazine {
  background-image: url(../images/magazine/mv.webp);
  margin-bottom: 100px;
}
@media only screen and (max-width:766px) {
  #office_mv_magazine {
    margin-bottom: 35px;
  }
}

.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0 35px;
}
@media only screen and (max-width:1239px) {
  .point {
    display: block;
  }
}
.point .point_cont {
  width: 33.333%;
}
@media only screen and (max-width:1239px) {
  .point .point_cont {
    width: 100%;
    margin-bottom: 60px;
  }
  .point .point_cont:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:1239px) {
  .point .point_cont {
    margin-bottom: 90px;
  }
  .point .point_cont:last-of-type {
    margin-bottom: 0;
  }
}
.point .point_cont .point_img {
  max-width: 300px;
  margin: 0 auto 0.5em auto;
  position: relative;
}
@media only screen and (max-width:766px) {
  .point .point_cont .point_img {
    max-width: 100%;
  }
}
.point .point_cont .point_img .point_number {
  position: absolute;
  top: 0;
  left: -20px;
  width: 96px;
  height: 96px;
  text-align: center;
  color: #fff;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-weight: 700;
}
@media only screen and (max-width:766px) {
  .point .point_cont .point_img .point_number {
    top: -25px;
    left: 0;
  }
}
.point .point_cont .point_img_blank {
  height: 100px;
}
.point .point_cont h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:766px) {
  .point .point_cont h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.point .point_cont h2 span {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  border: 3px solid #ff871e;
  padding: 0px 20px;
  margin: 3px 0;
}
.point .point_cont p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  .point .point_cont p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.point_4line {
  margin-bottom: 80px;
}

.point_blue .point_number {
  background: #00aaff;
}
.point_blue h2 {
  color: #00aaff;
}

.point_orange .point_number {
  background: #ff871e;
}
.point_orange h2 {
  color: #ff871e;
}

.point_pink .point_number {
  background: #ff7db4;
}
.point_pink h2 {
  color: #ff7db4;
}

.point_green .point_number {
  background: #98d200;
}
.point_green h2 {
  color: #98d200;
}

.point_img {
  text-align: center;
  margin: 90px 0;
}
@media only screen and (max-width:766px) {
  .point_img {
    margin: 40px -30px;
  }
}
.point_img img {
  max-width: 900px;
}

.point_service {
  max-width: 1090px;
  margin: 0 auto 120px auto;
}
@media only screen and (max-width:766px) {
  .point_service {
    text-align: center;
    margin: 0 auto 60px auto;
  }
}
.point_service h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width:766px) {
  .point_service h3 {
    margin-bottom: 20px;
  }
}
.point_service h3 span {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  padding: 8px 10px 10px 10px;
}
@media only screen and (max-width:766px) {
  .point_service h3 span {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
  }
}
.point_service img {
  margin-bottom: 40px;
}
@media only screen and (max-width:766px) {
  .point_service img {
    max-width: 180px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:766px) {
  .point_service p {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}

.point_service_list {
  margin-bottom: 60px;
}
.point_service_list li {
  background-image: url(../images/office/common/arrow_pink.svg);
  background-repeat: no-repeat;
  background-size: 61px auto;
  background-position: bottom left 250px;
  padding-bottom: 80px;
  margin-bottom: 25px;
}
@media only screen and (max-width:766px) {
  .point_service_list li {
    padding-bottom: 60px;
    background-position: bottom center;
  }
}
.point_service_list li h4 {
  border: 6px solid #ff7db4;
  border-radius: 15px;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  color: #ff7db4;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 0.2em;
}
@media only screen and (max-width:766px) {
  .point_service_list li h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.point_service_list li p {
  font-size: 29px;
  font-size: 1.8125rem;
}
@media only screen and (max-width:766px) {
  .point_service_list li p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.point_service_list li:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.point_service_link {
  margin-top: 100px;
}
@media only screen and (max-width:766px) {
  .point_service_link {
    margin-top: 50px;
  }
}
.point_service_link li {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  .point_service_link li {
    margin-bottom: 0.5em;
  }
}
.point_service_link li:last-child {
  margin-bottom: 0;
}
.point_service_link li a {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  .point_service_link li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.point_service_pink_link li a {
  color: #ff7db4;
}

.point_service_pink h3 span {
  background-color: #ff7db4;
  display: block;
  text-align: center;
}

.office_sec_concept {
  padding: 65px 20px;
}
@media only screen and (max-width:766px) {
  .office_sec_concept {
    padding: 30px;
  }
}
.office_sec_concept .office_sec_concept_text {
  max-width: 1000px;
  margin: 0 auto 2.5em auto;
}
.office_sec_concept .office_sec_concept_text p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #595757;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media only screen and (max-width:766px) {
  .office_sec_concept .office_sec_concept_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.office_sec_flow {
  padding: 45px 20px;
}
.office_sec_flow h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 1.3em;
}
@media only screen and (max-width:766px) {
  .office_sec_flow h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .office_sec_flow h2 span {
    font-size: 80%;
  }
}
.office_sec_flow .office_flow {
  position: relative;
}
.office_sec_flow .office_flow table {
  width: 600px;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  .office_sec_flow .office_flow table {
    width: 100%;
  }
}
.office_sec_flow .office_flow table tr {
  height: 100px;
}
@media only screen and (max-width:766px) {
  .office_sec_flow .office_flow table tr {
    height: 70px;
  }
}
.office_sec_flow .office_flow table tr th, .office_sec_flow .office_flow table tr td {
  line-height: 1.2em;
}
@media only screen and (max-width:766px) {
  .office_sec_flow .office_flow table tr th, .office_sec_flow .office_flow table tr td {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 4px;
  }
}
.office_sec_flow .office_flow table tr th span, .office_sec_flow .office_flow table tr td span {
  margin-top: -0.2em;
  display: block;
}
.office_sec_flow .office_flow table tr th {
  width: 300px;
  text-align: right;
  padding-right: 50px;
  position: relative;
}
@media only screen and (max-width:766px) {
  .office_sec_flow .office_flow table tr th {
    width: 50%;
    padding-right: 30px;
  }
}
.office_sec_flow .office_flow table tr th:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  width: 30px;
  height: 100px;
  background-image: url(../images/office/common/flow_ill.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px auto;
}
@media only screen and (max-width:766px) {
  .office_sec_flow .office_flow table tr th:before {
    height: 70px;
  }
}
.office_sec_flow .office_flow table tr:last-of-type th:before {
  background-image: url(../images/office/common/flow_ill2.svg);
  height: 30px; /* trの高さに合わせる */
}
.office_sec_flow .office_flow table tr.blank th:before {
  background-image: url(../images/office/common/flow_blank.svg);
  width: 5px;
  -webkit-transform: translate(2.5px, -8px);
          transform: translate(2.5px, -8px);
  height: 109px;
}
@media only screen and (max-width:766px) {
  .office_sec_flow .office_flow table tr.blank th:before {
    height: 79px;
  }
}
.office_sec_flow .office_flow table tr.blank td.blank_1s {
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.office_sec_flow .office_flow table tr.blank td.blank_2s {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}
@media only screen and (max-width:766px) {
  .office_sec_flow .office_flow table tr.blank_long {
    height: 120px;
  }
}
@media only screen and (max-width:766px) {
  .office_sec_flow .office_flow table tr.blank_long th:before {
    height: 120px;
  }
}
.office_sec_flow .office_flow table tr.long {
  height: 150px;
}
.office_sec_flow .office_flow table tr.long th:before {
  height: 150px;
}
.office_sec_flow .office_flow table tr.short {
  height: 50px;
}
.office_sec_flow .office_flow table tr.short th:before {
  height: 50px;
}
.office_sec_flow .office_flow table tr td {
  width: 300px;
  padding-left: 50px;
}
@media only screen and (max-width:766px) {
  .office_sec_flow .office_flow table tr td {
    width: 50%;
    padding-left: 30px;
  }
}
.office_sec_flow .office_flow .office_flow_list {
  position: absolute;
  max-width: 240px;
  top: 20px;
}
@media only screen and (max-width:1239px) {
  .office_sec_flow .office_flow .office_flow_list {
    display: none;
  }
}
.office_sec_flow .office_flow .office_flow_list li {
  margin-bottom: 1em;
}
.office_sec_flow .office_flow .office_flow_list li:last-child {
  margin-bottom: 0;
}
.office_sec_flow .office_flow .office_flow_list li img {
  border-radius: 50px;
}
.office_sec_flow .office_flow .office_flow_list001 {
  left: 50%;
  -webkit-transform: translateX(-550px);
          transform: translateX(-550px);
}
.office_sec_flow .office_flow .office_flow_list002 {
  right: 50%;
  -webkit-transform: translateX(600px);
          transform: translateX(600px);
}

.office_sec_blue {
  background: #00aaff;
}

.office_sec_pink {
  background: #ffbed9;
}

.office_sec_orange {
  background: #ff871e;
}

.office_sec_green {
  background: #98d200;
}

.office_sec_activity {
  padding: 55px 20px;
}
.office_sec_activity h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
@media only screen and (max-width:766px) {
  .office_sec_activity h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .office_sec_activity h2 span {
    font-size: 80%;
  }
}
.office_sec_activity .office_sec_activity_text {
  max-width: 685px;
  margin: 0 auto;
  line-height: 1.3em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width:766px) {
  .office_sec_activity .office_sec_activity_text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.office_sec_activity .office_sec_activity_text p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.office_sec_activity .office_sec_activity_list {
  max-width: 1070px;
  width: 100%;
  margin: 30px auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 85px;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  .office_sec_activity .office_sec_activity_list {
    gap: 20px 40px;
  }
}
@media only screen and (max-width:766px) {
  .office_sec_activity .office_sec_activity_list {
    display: block;
  }
}
.office_sec_activity .office_sec_activity_list > div {
  width: 300px;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  .office_sec_activity .office_sec_activity_list > div {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:766px) {
  .office_sec_activity .office_sec_activity_list > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
.office_sec_activity .office_sec_activity_list > div h3 {
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0.2em;
  padding: 5px;
}
@media only screen and (max-width:766px) {
  .office_sec_activity .office_sec_activity_list > div h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 3px;
  }
}
.office_sec_activity .office_sec_activity_list > div p {
  line-height: 1.2em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media only screen and (max-width:766px) {
  .office_sec_activity .office_sec_activity_list > div p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.office_sec_activity_blue h2 {
  color: #00aaff;
}
.office_sec_activity_blue .office_sec_activity_list > div h3 {
  background: #00aaff;
}

.office_sec_activity_green h2 {
  color: #98d200;
}
.office_sec_activity_green .office_sec_activity_list > div h3 {
  background: #98d200;
}
.office_sec_activity_green .office_sec_activity_list > div h3 span {
  font-size: 90%;
}

.office_sec_activity_pink h2 {
  color: #ff7db4;
}
.office_sec_activity_pink .office_sec_activity_list > div h3 {
  background: #ff7db4;
}

.office_sec_activity_orange h2 {
  color: #ff871e;
}
.office_sec_activity_orange .office_sec_activity_list > div h3 {
  background: #ff871e;
}

.office_sec_overview {
  padding: 60px 20px;
}
@media only screen and (max-width:766px) {
  .office_sec_overview {
    padding: 30px 20px;
  }
}
.office_sec_overview h2 {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
@media only screen and (max-width:766px) {
  .office_sec_overview h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0.5em;
  }
}
.office_sec_overview table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-collapse: separate;
}
.office_sec_overview table tr th, .office_sec_overview table tr td {
  text-align: left;
  vertical-align: middle;
  padding: 10px 35px;
}
@media only screen and (max-width:766px) {
  .office_sec_overview table tr th, .office_sec_overview table tr td {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
    line-height: 1.5em;
  }
}
.office_sec_overview table tr th {
  white-space: nowrap;
}
.office_sec_overview table tr td {
  background: #fff;
}

.office_sec_overview_blue {
  background: #cfe4fe;
}
.office_sec_overview_blue h2 {
  color: #00aaff;
}
.office_sec_overview_blue table {
  border-top: 5px solid #00aaff;
  border-left: 5px solid #00aaff;
}
.office_sec_overview_blue table tr th, .office_sec_overview_blue table tr td {
  border-bottom: 5px solid #00aaff;
  border-right: 5px solid #00aaff;
}
.office_sec_overview_blue table tr th {
  background: #add6f5;
}

.office_sec_overview_green {
  background: #d6ed99;
}
.office_sec_overview_green h2 {
  color: #98d200;
}
.office_sec_overview_green table {
  border-top: 5px solid #98d200;
  border-left: 5px solid #98d200;
}
.office_sec_overview_green table tr th, .office_sec_overview_green table tr td {
  border-bottom: 5px solid #98d200;
  border-right: 5px solid #98d200;
}
.office_sec_overview_green table tr th {
  background: #e0f1b2;
}

.office_sec_overview_pink {
  background: #ffbed9;
}
.office_sec_overview_pink h2 {
  color: #ff7db4;
}
.office_sec_overview_pink table {
  border-top: 5px solid #ff7db4;
  border-left: 5px solid #ff7db4;
}
.office_sec_overview_pink table tr th, .office_sec_overview_pink table tr td {
  border-bottom: 5px solid #ff7db4;
  border-right: 5px solid #ff7db4;
}
.office_sec_overview_pink table tr th {
  background: #ffbed9;
}

.office_sec_overview_orange {
  background: #ffe1c7;
}
.office_sec_overview_orange h2 {
  color: #ff871e;
}
.office_sec_overview_orange table {
  border-top: 5px solid #ff871e;
  border-left: 5px solid #ff871e;
}
.office_sec_overview_orange table tr th, .office_sec_overview_orange table tr td {
  border-bottom: 5px solid #ff871e;
  border-right: 5px solid #ff871e;
}
.office_sec_overview_orange table tr th {
  background: #ffc38f;
}

.office_sec_overview_yellow {
  background: #fffac8;
}
.office_sec_overview_yellow h2 {
  color: #ecc449;
}
.office_sec_overview_yellow table {
  border-top: 5px solid #ecc449;
  border-left: 5px solid #ecc449;
}
.office_sec_overview_yellow table tr th, .office_sec_overview_yellow table tr td {
  border-bottom: 5px solid #ecc449;
  border-right: 5px solid #ecc449;
}
.office_sec_overview_yellow table tr th {
  background: #fffac8;
}

.office_sec_access {
  padding: 60px 20px;
}
.office_sec_access h2 {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
@media only screen and (max-width:766px) {
  .office_sec_access h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.office_sec_access .gmap {
  max-width: 1100px;
  margin: 0 auto;
}
.office_sec_access .office_sec_access_text {
  margin-top: 1em;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6em;
}
@media only screen and (max-width:766px) {
  .office_sec_access .office_sec_access_text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.office_sec_access .office_sec_access_text h3 {
  margin-bottom: 0.5em;
}

.office_sec_access_blue h2 {
  color: #00aaff;
}

.office_sec_access_green h2 {
  color: #98d200;
}

.office_sec_access_pink h2 {
  color: #ff7db4;
}

.office_sec_access_orange h2 {
  color: #ff871e;
}

#office_minori_cont {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#office_minori_cont #office_minori_cont001 {
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont001 {
    display: block;
    margin-top: 40px;
  }
}
#office_minori_cont #office_minori_cont001 #office_minori_cont001_ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont001 #office_minori_cont001_ttl {
    display: block;
    margin-bottom: 30px;
  }
}
#office_minori_cont #office_minori_cont001 #office_minori_cont001_ttl h2 {
  background: #ff7db4;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont001 #office_minori_cont001_ttl h2 {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
}
#office_minori_cont #office_minori_cont001 #office_minori_cont001_ttl p {
  font-size: 27px;
  font-size: 1.6875rem;
  padding-left: 0.5em;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont001 #office_minori_cont001_ttl p {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#office_minori_cont #office_minori_cont001 #office_minori_cont001_table {
  border: 2px solid #ff7db4;
  width: 100%;
}
#office_minori_cont #office_minori_cont001 #office_minori_cont001_table th, #office_minori_cont #office_minori_cont001 #office_minori_cont001_table td {
  vertical-align: middle;
  padding: 10px 20px;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont001 #office_minori_cont001_table th, #office_minori_cont #office_minori_cont001 #office_minori_cont001_table td {
    display: block;
  }
}
#office_minori_cont #office_minori_cont001 #office_minori_cont001_table th {
  background: #ff7db4;
  color: #fff;
  white-space: nowrap;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 600;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont001 #office_minori_cont001_table th {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#office_minori_cont #office_minori_cont001 #office_minori_cont001_table td {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 600;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont001 #office_minori_cont001_table td {
    font-size: 16px;
    font-size: 1rem;
  }
}
#office_minori_cont #office_minori_cont002 {
  border-bottom: 2px solid #ff7db4;
  margin-bottom: 67px;
  padding-bottom: 125px;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont002 {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#office_minori_cont #office_minori_cont002 .office_minori_cont002_list {
  background-image: url(../images/office/common/arrow_pink002.svg);
  background-repeat: no-repeat;
  background-size: 94px auto;
  padding-bottom: 70px;
  margin-bottom: 30px;
  background-position: bottom center;
}
#office_minori_cont #office_minori_cont002 .office_minori_cont002_list:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont002 .office_minori_cont002_list {
    margin-bottom: 30px;
  }
  #office_minori_cont #office_minori_cont002 .office_minori_cont002_list:last-of-type {
    margin-bottom: 0;
  }
}
#office_minori_cont #office_minori_cont002 .office_minori_cont002_list h3 {
  border: 6px solid #ff7db4;
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  color: #ff7db4;
  margin-bottom: 5px;
  border-radius: 20px;
  padding: 5px;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont002 .office_minori_cont002_list h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#office_minori_cont #office_minori_cont002 .office_minori_cont002_list div h4 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  text-align: center;
  color: #ff7db4;
  margin-bottom: 10px;
  line-height: 1.3em;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont002 .office_minori_cont002_list div h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#office_minori_cont #office_minori_cont002 .office_minori_cont002_list div p {
  font-size: 29px;
  font-size: 1.8125rem;
  text-align: center;
  line-height: 1.4em;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont002 .office_minori_cont002_list div p {
    font-size: 16px;
    font-size: 1rem;
  }
}
#office_minori_cont #office_minori_cont003 {
  margin-bottom: 95px;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont003 {
    display: block;
    margin-bottom: 40px;
  }
}
#office_minori_cont #office_minori_cont003 .office_minori_cont003_list {
  margin-bottom: 100px;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont003 .office_minori_cont003_list {
    margin-bottom: 30px;
  }
  #office_minori_cont #office_minori_cont003 .office_minori_cont003_list:last-of-type {
    margin-bottom: 0;
  }
}
#office_minori_cont #office_minori_cont003 .office_minori_cont003_list h3 {
  background: #ff7db4;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 5px;
  line-height: 1.2em;
  padding: 5px;
  font-weight: 600;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont003 .office_minori_cont003_list h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#office_minori_cont #office_minori_cont003 .office_minori_cont003_list p {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.5em;
}
@media only screen and (max-width:766px) {
  #office_minori_cont #office_minori_cont003 .office_minori_cont003_list p {
    font-size: 16px;
    font-size: 1rem;
  }
}
#office_minori_cont #office_minori_cont003 .span2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

#office_minori_cont004 {
  padding: 0 20px;
  margin: 50px auto;
  max-width: 1090px;
}
#office_minori_cont004 h2 {
  background: #ff7db4;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  #office_minori_cont004 h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#office_minori_cont004 div#office_minori_cont004_text {
  margin-bottom: 100px;
}
@media only screen and (max-width:766px) {
  #office_minori_cont004 div#office_minori_cont004_text {
    margin-bottom: 40px;
  }
}
#office_minori_cont004 div#office_minori_cont004_text p {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  #office_minori_cont004 div#office_minori_cont004_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
#office_minori_cont004 div#office_minori_cont004_text p:last-child {
  margin-bottom: 0;
}
#office_minori_cont004 div#office_minori_cont004_link {
  text-align: center;
}
#office_minori_cont004 div#office_minori_cont004_link a {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: bold;
  display: inline-block;
  color: #ff7db4;
  border: #ff7db4 solid 4px;
  padding: 5px;
  text-align: center;
}
@media only screen and (max-width:766px) {
  #office_minori_cont004 div#office_minori_cont004_link a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#office_relais_cont {
  max-width: 1240px;
  margin: 180px auto 100px auto;
  padding: 0 20px;
}
@media only screen and (max-width:766px) {
  #office_relais_cont {
    padding: 0;
    margin: 90px auto 50px auto;
  }
}
#office_relais_cont #office_relais_cont001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width:766px) {
  #office_relais_cont #office_relais_cont001 {
    display: block;
    margin-bottom: 40px;
  }
}
#office_relais_cont #office_relais_cont001 h2 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  background-color: #ff7db4;
  color: #fff;
  padding: 10px 20px;
}
@media only screen and (max-width:766px) {
  #office_relais_cont #office_relais_cont001 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
#office_relais_cont #office_relais_cont001 p {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  color: #ff7db4;
}
@media only screen and (max-width:766px) {
  #office_relais_cont #office_relais_cont001 p {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center;
  }
}
#office_relais_cont #office_relais_cont002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media only screen and (max-width:766px) {
  #office_relais_cont #office_relais_cont002 {
    display: block;
  }
}
#office_relais_cont #office_relais_cont002 .office_relais_cont002_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width:766px) {
  #office_relais_cont #office_relais_cont002 .office_relais_cont002_list {
    margin-bottom: 40px;
  }
  #office_relais_cont #office_relais_cont002 .office_relais_cont002_list:last-of-type {
    margin-bottom: 0;
  }
}
#office_relais_cont #office_relais_cont002 .office_relais_cont002_list h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #ff7db4;
}
@media only screen and (max-width:766px) {
  #office_relais_cont #office_relais_cont002 .office_relais_cont002_list h3 {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }
}
#office_relais_cont #office_relais_cont002 .office_relais_cont002_list h3 span {
  font-size: 90%;
}
@media only screen and (max-width:766px) {
  #office_relais_cont #office_relais_cont002 .office_relais_cont002_list h3 span {
    display: block;
  }
}
#office_relais_cont #office_relais_cont002 .office_relais_cont002_list P {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
#office_relais_cont #office_relais_cont002 .office_relais_cont002_list P:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:766px) {
  #office_relais_cont #office_relais_cont002 .office_relais_cont002_list P {
    font-size: 16px;
    font-size: 1rem;
  }
}

#office_coyariba_cont {
  max-width: 1110px;
  margin: 30px auto 0 auto;
  overflow-x: hidden;
}
#office_coyariba_cont > section {
  margin-bottom: 80px;
}
#office_coyariba_cont > section:last-of-type {
  margin-bottom: 0;
}
#office_coyariba_cont > section .coyariba_ttl {
  border: 1px solid #98d200;
  color: #98d200;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  line-height: 1em;
  margin-bottom: 30px;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .coyariba_ttl {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px;
    margin-bottom: 20px;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_text {
  max-width: 564px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#office_coyariba_cont > section h4 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #98d200;
  font-weight: 600;
  margin-bottom: 0.3em;
  z-index: 50;
  position: relative;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section h4 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1em;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list_wrapper {
    display: block;
  }
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5, #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div h5 {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5, #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div .list002, #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div .list002 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3em;
  padding-right: 1em;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div .list002, #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div .list002 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 {
    margin-bottom: 40px;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div {
  width: 20%;
  z-index: 10;
  margin-bottom: 30px;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div {
    width: 33.333%;
  }
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5 {
  background-color: #98d200;
  color: #fff;
  min-height: 50px;
  padding: 5px;
  position: relative;
  padding-right: 1em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5 {
    min-height: 40px;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5:before, #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 42px;
  height: 42px;
  position: absolute;
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -21px;
  top: -26px;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5:before {
    right: -25px;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -21px;
  bottom: -26px;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list001 > div h5:after {
    right: -25px;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 {
  gap: 30px;
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div {
  width: 20%;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div {
    width: 100%;
    margin-bottom: 20px;
  }
  #office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div:last-of-type {
    margin-bottom: 0;
  }
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div h5 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #98d200;
  margin-bottom: 0;
  padding: 0;
}
#office_coyariba_cont > section .office_coyariba_cont_list .office_coyariba_cont_list002 > div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}
#office_coyariba_cont > section #office_coyariba_cont_sec001_001 {
  text-align: center;
}
#office_coyariba_cont > section #office_coyariba_cont_sec001_001 h4 {
  margin-bottom: 0.5em;
}
#office_coyariba_cont > section #office_coyariba_cont_sec001_001 .coyariba_flex {
  margin-bottom: 50px;
}
#office_coyariba_cont > section #office_coyariba_cont_sec001_002 {
  margin-top: 2em;
}
#office_coyariba_cont > section #office_coyariba_cont_sec001_002 .coyariba_flex {
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section #office_coyariba_cont_sec001_002 .coyariba_flex {
    display: block;
    text-align: center;
  }
}
#office_coyariba_cont > section #office_coyariba_cont_sec001_002 .coyariba_flex div:first-of-type {
  max-width: 500px;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section #office_coyariba_cont_sec001_002 .coyariba_flex div:first-of-type {
    text-align: left;
    margin-bottom: 30px;
  }
}
#office_coyariba_cont > section #office_coyariba_cont_sec001_002 .coyariba_flex div:last-of-type {
  white-space: nowrap;
}
#office_coyariba_cont > section .coyariba_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* ← 横方向中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
#office_coyariba_cont > section .font24 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .font24 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#office_coyariba_cont > section .underline {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .underline {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
#office_coyariba_cont > section .underline:after {
  content: "";
  width: 100%;
  height: 26px;
  background-color: #98d200;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
}
#office_coyariba_cont > section .coyariba_exp {
  max-width: 560px;
  margin: 0 auto;
  border: 3px solid #000;
  padding: 20px 30px;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section .coyariba_exp {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 15px;
    border: 1px solid #000;
  }
}
#office_coyariba_cont > section#office_coyariba_cont_sec003 .office_coyariba_cont_text {
  margin-bottom: 30px;
}
#office_coyariba_cont > section#office_coyariba_cont_sec003 #office_coyariba_cont_sec003_program {
  margin-bottom: 30px;
}
#office_coyariba_cont > section#office_coyariba_cont_sec003 #office_coyariba_cont_sec003_program p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
#office_coyariba_cont > section#office_coyariba_cont_sec003 #office_coyariba_cont_sec003_program p:last-child {
  margin-bottom: 0;
}
#office_coyariba_cont > section#office_coyariba_cont_sec003 #office_coyariba_cont_sec003_program p.small {
  font-size: 16px;
  font-size: 1rem;
}
#office_coyariba_cont > section#office_coyariba_cont_sec003 .office_coyariba_cont_list_wrapper {
  margin-bottom: 70px;
}
#office_coyariba_cont > section#office_coyariba_cont_sec003 .coyariba_flex {
  text-align: center;
  font-weight: bold;
  gap: 80px;
}
@media only screen and (max-width:766px) {
  #office_coyariba_cont > section#office_coyariba_cont_sec003 .coyariba_flex {
    display: block;
  }
  #office_coyariba_cont > section#office_coyariba_cont_sec003 .coyariba_flex div:first-of-type {
    margin-bottom: 60px;
  }
}
#office_coyariba_cont > section#office_coyariba_cont_sec003 .coyariba_flex span {
  margin-top: 20px;
}
#office_coyariba_cont > section#office_coyariba_cont_sec004 {
  margin-bottom: 100px;
}
#office_coyariba_cont > section#office_coyariba_cont_sec004 #office_coyariba_cont_sec004_target {
  margin-bottom: 30px;
}
#office_coyariba_cont > section#office_coyariba_cont_sec004 #office_coyariba_cont_sec004_target h5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #98d200;
}
#office_coyariba_cont > section#office_coyariba_cont_sec004 #office_coyariba_cont_sec004_target p {
  font-size: 16px;
  font-size: 1rem;
}
#office_coyariba_cont > section#office_coyariba_cont_sec004 .coyariba_flex {
  text-align: center;
}
#office_coyariba_cont > section#office_coyariba_cont_sec004 .coyariba_flex span:first-of-type {
  color: #98d200;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

.tsukaguchi_ttl {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  line-height: 1em;
  margin-bottom: 30px;
  max-width: 1110px;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width:766px) {
  .tsukaguchi_ttl {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px;
    margin-bottom: 20px;
  }
}

.tsukaguchi_ttl_green {
  border: 1px solid #98d200;
  color: #98d200;
}

.tsukaguchi_ttl_green2 {
  border: 1px solid #98d200;
  color: #98d200;
  background-color: #d6ed99;
  border: 4px solid #98d200;
  width: 100%;
  margin-bottom: 0;
}

.tsukaguchi_ttl_blue {
  border: 1px solid #00aaff;
  color: #00aaff;
}

.tsukaguchi_ttl002 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media only screen and (max-width:766px) {
  .tsukaguchi_ttl002 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

#office_otuska001 {
  max-width: 1110px;
  margin: 0 auto;
}
#office_otuska001 .tsukaguchi_ttl {
  margin-bottom: 20px;
}
#office_otuska001 .tsukaguchi_flex {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  gap: 40px;
}
@media only screen and (max-width:766px) {
  #office_otuska001 .tsukaguchi_flex {
    display: block;
  }
}
#office_otuska001 .tsukaguchi_flex div:first-of-type {
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width:766px) {
  #office_otuska001 .tsukaguchi_flex div:first-of-type {
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
}
#office_otuska001 .tsukaguchi_flex div:last-of-type {
  font-size: 56px;
  font-size: 3.5rem;
}
@media only screen and (max-width:766px) {
  #office_otuska001 .tsukaguchi_flex div:last-of-type {
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
  }
}
#office_otuska001 #office_otuska001_text {
  margin-bottom: 30px;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  #office_otuska001 #office_otuska001_text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em;
  }
}

#seiryu_bunjyo {
  padding: 0 20px;
  max-width: 1110px;
  margin: 0 auto 80px auto;
}

.seiryu_ttl {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  line-height: 1em;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width:766px) {
  .seiryu_ttl {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px;
    margin-bottom: 20px;
  }
}

.seiryu_ttl_blue {
  background: #cfe4fe;
  border: 1px solid #00aaff;
  color: #00aaff;
}

#seiryu_text {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width:766px) {
  #seiryu_text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* 障害者就労支援事業
-------------------------------------------------------------- */
#office_support_flow {
  max-width: 1040px;
  margin: 0 auto 90px auto;
  font-weight: bold;
  padding: 0 20px;
}
#office_support_flow h2 {
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 1.5em;
}
@media only screen and (max-width:766px) {
  #office_support_flow h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#office_support_flow h2 span {
  background: #ecc449;
  color: #fff;
  padding: 10px 20px;
}
@media only screen and (max-width:766px) {
  #office_support_flow h2 span {
    padding: 5px 10px;
  }
}
#office_support_flow #office_support_flow_list li {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width:766px) {
  #office_support_flow #office_support_flow_list li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#office_support_flow #office_support_flow_list li:after {
  content: "";
  display: block;
  width: 93px;
  height: 64px;
  background-image: url(../images/office/support/arrow_yellow.svg);
  background-size: cover;
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#office_support_flow #office_support_flow_list li:last-child {
  margin-bottom: 0;
}
#office_support_flow #office_support_flow_list li:last-child:after {
  display: none;
}
#office_support_flow #office_support_flow_list li span {
  border: 5px solid #ecc449;
  padding: 10px 10px;
  min-width: 450px;
  display: inline-block;
  border-radius: 15px;
}
@media only screen and (max-width:766px) {
  #office_support_flow #office_support_flow_list li span {
    min-width: auto;
    width: 100%;
  }
}

/* 採用情報
-------------------------------------------------------------- */
.mv_copy {
  display: none;
}
@media only screen and (max-width:766px) {
  .mv_copy {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
  }
  .mv_copy img {
    max-width: 80%;
    display: inline-block;
  }
}

.recruit_sec {
  margin-bottom: 75px;
}
.recruit_sec .sec_ttl {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  color: #ff871e;
  line-height: 1.5em;
}
@media only screen and (max-width:766px) {
  .recruit_sec .sec_ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#recruit_news {
  margin-bottom: 75px;
}
@media only screen and (max-width:1239px) {
  #recruit_news {
    padding: 0 25px;
  }
}
@media only screen and (max-width:766px) {
  #recruit_news {
    margin-bottom: 45px;
  }
}

#recruit_message {
  margin-bottom: 75px;
}
@media only screen and (max-width:766px) {
  #recruit_message {
    margin-bottom: 0;
  }
}
#recruit_message #recruit_mesage_inner {
  max-width: 1092px;
  margin: 0 auto;
  background: #ff871e;
  color: #fff;
  padding: 60px 80px 50px 40px;
}
@media only screen and (max-width:766px) {
  #recruit_message #recruit_mesage_inner {
    padding: 55px 25px;
  }
}
#recruit_message #recruit_mesage_inner h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (max-width:1239px) {
  #recruit_message #recruit_mesage_inner h2 {
    text-align: center;
  }
}
@media only screen and (max-width:766px) {
  #recruit_message #recruit_mesage_inner h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#recruit_message #recruit_mesage_inner #recruit_message_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
}
@media only screen and (max-width:766px) {
  #recruit_message #recruit_mesage_inner #recruit_message_cont {
    display: block;
  }
}
#recruit_message #recruit_mesage_inner #recruit_message_cont #recruit_message_text {
  width: calc(100% - 240px);
}
@media only screen and (max-width:766px) {
  #recruit_message #recruit_mesage_inner #recruit_message_cont #recruit_message_text {
    width: 100%;
    margin-bottom: 1em;
  }
}
#recruit_message #recruit_mesage_inner #recruit_message_cont #recruit_message_text p {
  line-height: 1.3em;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media only screen and (max-width:766px) {
  #recruit_message #recruit_mesage_inner #recruit_message_cont #recruit_message_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
#recruit_message #recruit_mesage_inner #recruit_message_cont #recruit_message_img {
  width: 240px;
  margin-top: -40px;
  line-height: 1.2em;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width:1239px) {
  #recruit_message #recruit_mesage_inner #recruit_message_cont #recruit_message_img {
    margin-top: 0px;
  }
}
@media only screen and (max-width:766px) {
  #recruit_message #recruit_mesage_inner #recruit_message_cont #recruit_message_img {
    width: 100% !important;
    text-align: center !important;
  }
  #recruit_message #recruit_mesage_inner #recruit_message_cont #recruit_message_img img {
    max-width: 240px;
    display: block;
    margin: 0 auto 1em auto;
  }
}

#recruit_features {
  padding: 0 25px;
  margin-bottom: 140px;
}
@media only screen and (max-width:766px) {
  #recruit_features {
    padding: 40px 25px;
    margin-bottom: 40px;
  }
  #recruit_features .sec_ttl {
    margin-bottom: 40px;
  }
}
#recruit_features #recruit_features_text {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
}
#recruit_features #recruit_features_text p {
  color: #595757;
}
#recruit_features #recruit_features_text #recruit_features_point {
  margin-top: 70px;
  margin-left: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width:1239px) {
  #recruit_features #recruit_features_text #recruit_features_point {
    margin-bottom: 60px;
  }
}
#recruit_features #recruit_features_text #recruit_features_point li {
  font-size: 42px;
  font-size: 2.625rem;
  position: relative;
  height: 96px;
  padding-top: 18px;
  padding-left: 120px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media only screen and (max-width:1239px) {
  #recruit_features #recruit_features_text #recruit_features_point li {
    padding-top: 0px;
    padding-left: 0;
    height: auto;
    text-align: center;
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  #recruit_features #recruit_features_text #recruit_features_point li {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width:766px) {
  #recruit_features #recruit_features_text #recruit_features_point li {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#recruit_features #recruit_features_text #recruit_features_point li:last-child {
  margin-bottom: 0;
}
#recruit_features #recruit_features_text #recruit_features_point li span {
  width: 96px;
  height: 96px;
  display: block;
  background: #ff871e;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 60px;
  text-align: center;
  line-height: 1em;
  padding-top: 25px;
  position: absolute;
  top: 0px;
  left: 0;
}
@media only screen and (max-width:1239px) {
  #recruit_features #recruit_features_text #recruit_features_point li span {
    position: inherit;
    display: block;
    margin: 0 auto 0.5em;
  }
}

.recruit_wrap {
  background: #ffe1c7;
  padding: 75px 20px 1px 20px;
  margin-bottom: 75px;
}
@media only screen and (max-width:766px) {
  .recruit_wrap {
    padding: 30px 0;
  }
}

@media only screen and (max-width:1239px) {
  #recruit_support, #recruit_day, #recruit_intern {
    padding: 0 25px;
  }
}
#recruit_support p, #recruit_day p, #recruit_intern p {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 1em;
  color: #595757;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #recruit_support p, #recruit_day p, #recruit_intern p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4em;
  }
}

@media only screen and (max-width:766px) {
  #recruit_day p {
    margin-bottom: 30px;
  }
}
#recruit_day .point {
  gap: 0 65px;
}
#recruit_day .point .point_cont {
  width: 33.333%;
}
@media only screen and (max-width:1239px) {
  #recruit_day .point .point_cont {
    width: 100%;
    margin-bottom: 60px;
  }
  #recruit_day .point .point_cont:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:1239px) {
  #recruit_day .point .point_cont {
    margin-bottom: 90px;
  }
  #recruit_day .point .point_cont:last-of-type {
    margin-bottom: 0;
  }
}
#recruit_day .point .point_cont .point_img {
  max-width: 100%;
}
#recruit_day .point .point_cont h2 {
  font-size: 1em;
}

@media only screen and (max-width:1239px) {
  #recruit_now {
    padding: 0 30px;
  }
}
@media only screen and (max-width:766px) {
  #recruit_now {
    margin-bottom: 60px;
  }
  #recruit_now .sec_ttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.recruit_hiring {
  max-width: 1070px;
  margin: 0 auto;
}
.recruit_hiring .hiring_inner .hiring_list {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
@media only screen and (max-width:1239px) {
  .recruit_hiring .hiring_inner .hiring_list {
    display: block;
  }
}
@media only screen and (max-width:766px) {
  .recruit_hiring .hiring_inner .hiring_list {
    margin-bottom: 70px;
  }
}
.recruit_hiring .hiring_inner .hiring_list .hiring_cont {
  width: calc(33.3333333333% - 54px);
}
@media only screen and (max-width:1239px) {
  .recruit_hiring .hiring_inner .hiring_list .hiring_cont {
    width: 100%;
    margin-bottom: 60px;
  }
}
.recruit_hiring .hiring_inner .hiring_list .hiring_cont .hiring_name {
  text-align: center;
  height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffe1c7;
  font-weight: 700;
  color: #ff871e;
  margin-bottom: 40px;
}
@media only screen and (max-width:1239px) {
  .recruit_hiring .hiring_inner .hiring_list .hiring_cont .hiring_name {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:766px) {
  .recruit_hiring .hiring_inner .hiring_list .hiring_cont .hiring_name {
    height: auto;
    font-size: 28px;
    font-size: 1.75rem;
    padding: 20px 10px;
    line-height: 1.3em;
    letter-spacing: -1px;
    white-space: nowrap;
  }
}
.recruit_hiring .hiring_inner .hiring_sec {
  color: #595757;
  margin-bottom: 90px;
}
.recruit_hiring .hiring_inner .hiring_sec:last-of-type {
  margin-bottom: 0;
}
.recruit_hiring .hiring_inner .hiring_sec h3 {
  text-align: center;
  margin-bottom: 1em;
}
.recruit_hiring .hiring_inner .hiring_sec h3 span {
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
  padding: 5px 20px;
  font-weight: bold;
}
.recruit_hiring .hiring_inner .hiring_sec p {
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media only screen and (max-width:766px) {
  .recruit_hiring .hiring_inner .hiring_sec p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
.recruit_hiring .hiring_inner .hiring_sec p span {
  font-size: 0.8em;
}
.recruit_hiring .hiring_inner .hiring_sec .hiring_sec_link {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
.recruit_hiring .hiring_inner .hiring_sec .hiring_sec_link img {
  margin-bottom: 0.5em;
}
.recruit_hiring .hiring_inner #hiring_sec001 h3 span {
  border: 4px solid #003c87;
  color: #003c87;
}
.recruit_hiring .hiring_inner #hiring_sec001 #hiring_sec_link001 a {
  color: #003c87;
}
.recruit_hiring .hiring_inner #hiring_sec001 #hiring_sec_link001 a img {
  max-width: 315px;
}
.recruit_hiring .hiring_inner #hiring_sec002 h3 span {
  border: 4px solid #98d200;
  color: #98d200;
}
.recruit_hiring .hiring_inner #hiring_sec002 #hiring_sec_link002 a {
  color: #98d200;
}
.recruit_hiring .hiring_inner #hiring_sec002 #hiring_sec_link002 a img {
  max-width: 315px;
}

@media only screen and (max-width:766px) {
  .sec_menu_wrap {
    padding: 0 20px;
    margin-bottom: 4em;
  }
}

.sec_menu {
  color: #fff;
  padding: 40px 30px 30px 30px;
  width: 1092px;
  margin: 0 auto;
}
@media only screen and (max-width:1239px) {
  .sec_menu {
    width: 100%;
    padding: 40px 10px 30px 10px;
  }
}
.sec_menu h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}
.sec_menu ul {
  text-align: center;
}
.sec_menu ul li {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  font-weight: 700;
  line-height: 2.2em;
}
@media only screen and (max-width:766px) {
  .sec_menu ul li {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.sec_menu ul li:after {
  content: "|";
  display: inline-block;
  padding: 0 1em;
}
.sec_menu ul li:last-child:after {
  content: none;
}
.sec_menu ul li a {
  color: #fff;
}

.sec_menu_nobar ul li {
  margin: 0 0.7em;
}
.sec_menu_nobar ul li:after {
  content: none;
}

@media only screen and (max-width:766px) {
  .sec_menu_sm_nobar ul li {
    margin: 0 0.7em;
  }
  .sec_menu_sm_nobar ul li:after {
    content: none;
  }
}

.sec_menu_orange {
  background: #ff871e;
}

.sec_menu_maccha {
  background: #78a02e;
}

.sec_menu_light-maccha {
  background: #e6e6c8;
}
.sec_menu_light-maccha h3 {
  color: #78a02e;
}
.sec_menu_light-maccha ul li a {
  color: #000;
  font-weight: 400;
}

@media only screen and (max-width:766px) {
  .sec_menu_hataraku h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.recruit_staff {
  max-width: 1092px;
  margin: 0 auto;
}
.recruit_staff h2 {
  font-size: 48px;
  font-size: 3rem;
  color: #ff871e;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:766px) {
  .recruit_staff h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1.5em;
  }
}
.recruit_staff h2 span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, white));
  background: linear-gradient(to bottom, transparent 60%, white 60%);
}
.recruit_staff .recruit_staff_mv {
  position: relative;
  margin-bottom: 50px;
}
.recruit_staff .recruit_staff_mv img {
  display: block;
}
.recruit_staff .recruit_staff_mv .recruit_staff_mv_text {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 25px 20px;
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 700;
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_staff_mv .recruit_staff_mv_text {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 10px 20px;
  }
}
.recruit_staff .recruit_staff_mv .recruit_staff_mv_text span {
  font-size: 38px;
  font-size: 2.375rem;
  display: inline-block;
  border: 4px solid #fff;
  padding: 2px 20px 5px 20px;
  line-height: 1em;
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_staff_mv .recruit_staff_mv_text span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.recruit_staff .recruit_staff_mv .recruit_staff_mv_text_orange {
  background: rgba(240, 130, 30, 0.5);
}
.recruit_staff .recruit_staff_detail {
  margin-bottom: 130px;
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_staff_detail {
    padding: 0 20px;
  }
}
.recruit_staff .recruit_staff_detail dl.recruit_staff_detail_cont dt {
  font-size: 36px;
  font-size: 2.25rem;
  color: #ff871e;
  font-weight: 700;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 60px;
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_staff_detail dl.recruit_staff_detail_cont dt {
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 40px;
  }
}
.recruit_staff .recruit_staff_detail dl.recruit_staff_detail_cont dt:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #ff871e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_staff_detail dl.recruit_staff_detail_cont dt:before {
    width: 30px;
    height: 4px;
  }
}
.recruit_staff .recruit_staff_detail dl.recruit_staff_detail_cont dd {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 2em;
  color: #595757;
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_staff_detail dl.recruit_staff_detail_cont dd {
    padding: 20px;
  }
}
.recruit_staff .recruit_staff_detail dl.recruit_staff_detail_cont dd p {
  line-height: 1.3em;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_staff_detail dl.recruit_staff_detail_cont dd p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.recruit_staff .recruit_text {
  font-size: 30px;
  font-size: 1.875rem;
  color: #595757;
  font-weight: bold;
  margin-bottom: 80px;
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_text {
    padding: 0 25px;
    font-size: 16px;
    font-size: 1rem;
    margin-top: -1.5em;
    margin-bottom: 30px;
  }
}
.recruit_staff .recruit_text p, .recruit_staff .recruit_text ul {
  margin-bottom: 1.5em;
  line-height: 1.4em;
}
.recruit_staff .recruit_text p:last-child, .recruit_staff .recruit_text ul:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_text p, .recruit_staff .recruit_text ul {
    margin-bottom: 1em;
  }
}
.recruit_staff .recruit_text ul {
  margin-left: 1em;
}
@media only screen and (max-width:766px) {
  .recruit_staff .recruit_text ul {
    margin-left: 0;
  }
}

#oneday_course {
  background: #fff;
  padding: 0 45px 35px 45px;
  color: #595757;
  margin-bottom: 60px;
}
@media only screen and (max-width:766px) {
  #oneday_course {
    margin: 0 25px 35px 25px;
    padding: 0 10px 10px 10px;
  }
}
#oneday_course h2 {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  background: #ff871e;
  padding: 5px 10px;
  margin: 0 -45px 40px -45px;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #oneday_course h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 -10px 10px -10px;
  }
}
#oneday_course .oneday_course_cont {
  margin-bottom: 80px;
}
@media only screen and (max-width:766px) {
  #oneday_course .oneday_course_cont {
    margin-bottom: 30px;
  }
}
#oneday_course .oneday_course_cont p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width:1239px) {
  #oneday_course .oneday_course_cont p {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width:766px) {
  #oneday_course .oneday_course_cont p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
#oneday_course .oneday_course_cont .oneday_course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
}
@media only screen and (max-width:1239px) {
  #oneday_course .oneday_course_cont .oneday_course_list {
    display: block;
  }
}
@media only screen and (max-width:1239px) {
  #oneday_course .oneday_course_cont .oneday_course_list > div {
    margin-bottom: 35px;
  }
}
#oneday_course .oneday_course_cont .oneday_course_list > div h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #ff871e;
  border: 5px solid #ff871e;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:1239px) {
  #oneday_course .oneday_course_cont .oneday_course_list > div h3 {
    margin-bottom: 40px;
    margin-bottom: 0.2em;
  }
}
@media only screen and (max-width:766px) {
  #oneday_course .oneday_course_cont .oneday_course_list > div h3 {
    font-size: 20px;
    font-size: 1.25rem;
    border: 3px solid #ff871e;
    line-height: 1.3em;
  }
}
#oneday_course .oneday_course_cont .oneday_course_list > div h4, #oneday_course .oneday_course_cont .oneday_course_list > div p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.3em;
}
@media only screen and (max-width:766px) {
  #oneday_course .oneday_course_cont .oneday_course_list > div h4, #oneday_course .oneday_course_cont .oneday_course_list > div p {
    font-size: 16px;
    font-size: 1rem;
  }
}
#oneday_course .oneday_course_cont .oneday_course_list > div h4 {
  text-align: center;
  margin-bottom: 0.2em;
}
@media only screen and (max-width:1239px) {
  #oneday_course .oneday_course_cont .oneday_course_list > div h4 {
    margin-bottom: 0.1em;
  }
}
#oneday_course .oneday_course_cont .oneday_course_list > div p {
  margin-bottom: 0.5em;
}
#oneday_course .oneday_impression h3 {
  background: #ededed;
  font-size: 36px;
  font-size: 2.25rem;
  color: #ff871e;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  margin-bottom: 36px;
}
@media only screen and (max-width:766px) {
  #oneday_course .oneday_impression h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
}
#oneday_course .oneday_impression .oneday_impression_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ededed;
  padding: 35px 55px;
  margin-bottom: 35px;
}
@media only screen and (max-width:766px) {
  #oneday_course .oneday_impression .oneday_impression_list li {
    display: block;
    padding: 18px 10px;
    margin-bottom: 10px;
  }
}
#oneday_course .oneday_impression .oneday_impression_list li:last-child {
  margin-bottom: 0;
}
#oneday_course .oneday_impression .oneday_impression_list li h4 {
  width: 145px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
  background-image: url(../images/recruit/impression_icon.svg);
  background-size: 106px auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 205px;
  color: #000;
}
@media only screen and (max-width:766px) {
  #oneday_course .oneday_impression .oneday_impression_list li h4 {
    width: 100%;
    margin-bottom: 20px;
    background-size: 54px auto;
    padding-top: 105px;
  }
}
#oneday_course .oneday_impression .oneday_impression_list li > div {
  width: calc(100% - 145px);
  padding-left: 45px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #oneday_course .oneday_impression .oneday_impression_list li > div {
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
    font-size: 1rem;
  }
}

#oneday_course_link {
  margin-bottom: 50px;
}
@media only screen and (max-width:766px) {
  #oneday_course_link p a {
    max-width: 340px;
    margin: 0 auto;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
}

#recruit_features_wrap {
  margin-bottom: 120px;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap {
    margin-bottom: 60px;
  }
}
#recruit_features_wrap .recruit_features_cont {
  background: #fff;
  padding: 35px 70px;
  margin-bottom: 60px;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont {
    padding: 25px;
    margin: 0 25px 40px 25px;
  }
}
#recruit_features_wrap .recruit_features_cont h3 {
  position: relative;
  padding-left: 115px;
  padding-top: 28px;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  color: #ff871e;
  margin-bottom: 70px;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont h3 {
    padding-left: 0px;
    padding-top: 110px;
    line-height: 1.2em;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: center;
  }
}
#recruit_features_wrap .recruit_features_cont h3 span {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff871e;
  color: #fff;
  width: 96px;
  height: 96px;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  line-height: 1.1em;
  display: block;
  padding-top: 24px;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont h3 span {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list {
  max-width: 690px;
  margin: 0 auto;
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 65px;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont .recruit_features_list li {
    margin-bottom: 35px;
  }
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li:last-child {
  margin-bottom: 0;
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li h4 {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont .recruit_features_list li h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li h4 span {
  display: inline-block;
  padding: 3px 10px;
  border: 3px solid #ff871e;
  min-width: 270px;
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li p {
  color: #595757;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont .recruit_features_list li p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4em;
  }
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li > h5 {
  text-align: center;
  font-size: 80px;
  font-size: 5rem;
  margin-top: 50px;
  margin-bottom: 0.2em;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont .recruit_features_list li > h5 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li > h5 .text_l {
  font-size: 152px;
  font-size: 9.5rem;
  letter-spacing: -3px;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont .recruit_features_list li > h5 .text_l {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li > h5 .text_s {
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont .recruit_features_list li > h5 .text_s {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li .features_img {
  max-width: 460px;
  margin: 40px auto 30px auto;
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li .features_img h5 {
  text-align: center;
  color: #000;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont .recruit_features_list li .features_img h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#recruit_features_wrap .recruit_features_cont .recruit_features_list li .features_img p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3em;
}
@media only screen and (max-width:766px) {
  #recruit_features_wrap .recruit_features_cont .recruit_features_list li .features_img p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}

#recruit_features_data {
  background: #ff871e;
  padding: 60px 45px 80px 45px;
  margin-bottom: 155px;
}
@media only screen and (max-width:766px) {
  #recruit_features_data {
    padding: 60px 25px 40px 25px;
    margin-bottom: 60px;
  }
}
#recruit_features_data h3 {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1em;
  line-height: 1.2em;
}
@media only screen and (max-width:766px) {
  #recruit_features_data h3 {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center;
  }
}
#recruit_features_data > p {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  #recruit_features_data > p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
#recruit_features_data .recruit_features_datacont {
  background: #fff;
  margin-bottom: 50px;
  padding: 35px 35px 60px 35px;
  border-radius: 8px;
}
@media only screen and (max-width:766px) {
  #recruit_features_data .recruit_features_datacont {
    margin-bottom: 30px;
    padding: 35px 35px 40px 35px;
  }
}
#recruit_features_data .recruit_features_datacont:last-of-type {
  margin-bottom: 0;
}
#recruit_features_data .recruit_features_datacont h4 {
  font-size: 33px;
  font-size: 2.0625rem;
  text-align: center;
  font-weight: bold;
  background-image: url(../images/recruit/line.svg);
  background-size: auto 6px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  margin-bottom: 45px;
}
@media only screen and (max-width:766px) {
  #recruit_features_data .recruit_features_datacont h4 {
    font-size: 24px;
    font-size: 1.5rem;
    background-size: auto 4px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
#recruit_features_data .recruit_features_datacont p {
  max-width: 660px;
  margin: 0 auto;
  font-weight: 400;
}
@media only screen and (max-width:766px) {
  #recruit_features_data .recruit_features_datacont p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
#recruit_features_data .recruit_features_datacont p#staff_count {
  font-weight: bold;
  margin-bottom: 0.8em;
  margin-top: 1em;
  font-size: 60px;
  font-size: 3.75rem;
}
@media only screen and (max-width:766px) {
  #recruit_features_data .recruit_features_datacont p#staff_count {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0.5em;
  }
}
#recruit_features_data .recruit_features_datacont p#staff_count .text_l {
  font-size: 114px;
  font-size: 7.125rem;
}
@media only screen and (max-width:766px) {
  #recruit_features_data .recruit_features_datacont p#staff_count .text_l {
    font-size: 73px;
    font-size: 4.5625rem;
  }
}
#recruit_features_data .recruit_features_datacont .recruit_features_datacont_img {
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width:766px) {
  #recruit_features_data .recruit_features_datacont .recruit_features_datacont_img {
    margin-bottom: 15px;
  }
}
#recruit_features_data .recruit_features_datacont .recruit_features_datacont_img img {
  height: auto;
  max-width: 593px;
}

#recruit_support_wrap .recruit_support_cont {
  background: #fff;
  padding: 44px 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width:766px) {
  #recruit_support_wrap .recruit_support_cont {
    padding: 25px;
  }
}
#recruit_support_wrap .recruit_support_cont h3 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #recruit_support_wrap .recruit_support_cont h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#recruit_support_wrap .recruit_support_cont h3 span {
  display: inline-block;
  padding: 3px 10px;
  border: 3px solid #ff871e;
  min-width: 270px;
}
#recruit_support_wrap .recruit_support_cont p {
  margin-bottom: 1em;
  color: #595757;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #recruit_support_wrap .recruit_support_cont p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width:766px) and (max-width:766px) {
  #recruit_support_wrap .recruit_support_cont p {
    line-height: 1.4em;
  }
}
#recruit_support_wrap .recruit_support_cont .recruit_support_cont_box {
  margin-bottom: 130px;
}
@media only screen and (max-width:766px) {
  #recruit_support_wrap .recruit_support_cont .recruit_support_cont_box {
    margin-bottom: 60px;
  }
}
#recruit_support_wrap .recruit_support_cont .recruit_support_cont_box:last-of-type {
  margin-bottom: 0;
}
#recruit_support_wrap .recruit_support_cont .recruit_support_cont_box h4 {
  text-align: center;
  color: #ff871e;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#recruit_support_wrap .recruit_support_cont .recruit_support_cont_box img#support_img002 {
  max-width: 810px;
  margin-top: 30px;
}
#recruit_support_wrap .recruit_support_cont .recruit_support_cont_box img#support_img003 {
  max-width: 830px;
}
#recruit_support_wrap .recruit_support_cont .recruit_support_cont_box img#support_img004 {
  max-width: 700px;
  margin-top: 20px;
}
#recruit_support_wrap .recruit_support_cont .recruit_support_cont_box img#support_img005 {
  max-width: 908px;
  margin-top: 20px;
}

/* ABOUT
-------------------------------------------------------------- */
.about_sec {
  padding: 0 20px;
  margin-bottom: 170px;
}
.about_sec .about_sec_inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  .about_sec {
    padding: 0 40px;
  }
}
@media only screen and (max-width:766px) {
  .about_sec {
    margin-bottom: 60px;
  }
}
.about_sec .ttl {
  text-align: center;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  .about_sec .ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.about_sec .ttl span {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #78a02e));
  background: linear-gradient(to bottom, transparent 60%, #78a02e 60%);
}

#about_rinen p {
  text-align: center;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 10px;
}
@media only screen and (max-width:766px) {
  #about_rinen p {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}

#about_hoshin p {
  text-align: center;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 4px;
  margin-bottom: 1em;
}
#about_hoshin p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:767px) and (max-width:1239px) {
  #about_hoshin p {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width:766px) {
  #about_hoshin p {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
}

#about_aisatsu p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #595757;
  line-height: 1.8em;
  margin-bottom: 1em;
}
#about_aisatsu p:last-child {
  margin-bottom: 0;
}
#about_aisatsu p#master {
  text-align: center;
}
@media only screen and (max-width:766px) {
  #about_aisatsu p#master {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width:766px) {
  #about_aisatsu p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

#about_sec_menu {
  margin-bottom: 3em;
}

/* MAGAZINE
-------------------------------------------------------------- */
.magazine_sec {
  padding: 0 20px;
  max-width: 1040px;
  margin: 0 auto;
}
.magazine_sec h2 {
  text-align: center;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  .magazine_sec h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.magazine_sec h2 span {
  display: inline-block;
  color: #78a02e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e6e6c8));
  background: linear-gradient(to bottom, transparent 60%, #e6e6c8 60%);
  max-width: 750px;
  width: 100%;
}
.magazine_sec #magazine_sec_text {
  margin-bottom: 70px;
}
@media only screen and (max-width:766px) {
  .magazine_sec #magazine_sec_text {
    margin-bottom: 50px;
  }
}
.magazine_sec #magazine_sec_text p {
  font-size: 30px;
  font-size: 1.875rem;
  color: #595757;
  line-height: 1.5em;
}
@media only screen and (max-width:766px) {
  .magazine_sec #magazine_sec_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.magazine_sec #magazine_list {
  margin-bottom: 105px;
}
@media only screen and (max-width:766px) {
  .magazine_sec #magazine_list {
    margin-bottom: 80px;
  }
}
.magazine_sec #magazine_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 50px;
  margin-bottom: 105px;
}
@media only screen and (max-width:766px) {
  .magazine_sec #magazine_list > ul {
    display: block;
    margin-bottom: 50px;
  }
}
.magazine_sec #magazine_list > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 100px) / 3);
          flex: 0 1 calc((100% - 100px) / 3);
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width:766px) {
  .magazine_sec #magazine_list > ul > li {
    margin-bottom: 70px;
  }
}
.magazine_sec #magazine_list > ul > li.w100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: left;
}
.magazine_sec #magazine_list > ul > li.w100 ul li {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  .magazine_sec #magazine_list > ul > li.w100 ul li {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.magazine_sec #magazine_list > ul > li.w100 ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5em;
}
.magazine_sec #magazine_list > ul > li.w100 ul li:before {
  content: ">";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.hidden {
  display: none;
}

.btn {
  text-align: center;
}
.btn button {
  border: none;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
  border-radius: 20px;
  color: #fff;
  padding: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (max-width:766px) {
  .btn button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.btn button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.btn_maccha button {
  background: #78a02e;
}

/* NEWS
-------------------------------------------------------------- */
.news_page {
  padding: 105px 25px;
}
.news_page h2 {
  margin-bottom: 1.5em;
}
.news_page .cat_list {
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #000;
  padding-top: 50px;
  margin-top: 50px;
}
.news_page .cat_list h3 {
  font-weight: bold;
  margin-bottom: 0.4em;
}

#news_top {
  background: #ffc38f;
}

.news_detail_cont {
  max-width: 1000px;
  margin: 0 auto;
}
.news_detail_cont .news_meta {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width:766px) {
  .news_detail_cont .news_meta {
    font-size: 16px;
    font-size: 1rem;
  }
}
.news_detail_cont .news_meta span {
  display: inline-block;
}
.news_detail_cont .news_meta span.day {
  margin-right: 0.5em;
}
.news_detail_cont > h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.2em;
}
@media only screen and (max-width:766px) {
  .news_detail_cont > h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.news_detail_cont .news_detail_body {
  color: #595757;
  margin-bottom: 60px;
}
.news_detail_cont .news_detail_body a {
  color: #0075a9;
  font-weight: bold;
}
.news_detail_cont .news_detail_body img {
  width: auto;
  max-width: 100%;
}
.news_detail_cont .news_detail_body h2, .news_detail_cont .news_detail_body h3, .news_detail_cont .news_detail_body h4, .news_detail_cont .news_detail_body h5 {
  color: #000;
  text-align: left;
  margin-bottom: 1em;
  font-weight: bold;
}
.news_detail_cont .news_detail_body h2 {
  font-size: 34px;
  font-size: 2.125rem;
}
.news_detail_cont .news_detail_body h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
.news_detail_cont .news_detail_body h4 {
  font-size: 28px;
  font-size: 1.75rem;
}
.news_detail_cont .news_detail_body p {
  margin-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media only screen and (max-width:766px) {
  .news_detail_cont .news_detail_body p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.news_detail_cont .news_detail_body p:last-child {
  margin-bottom: 0;
}
.news_detail_cont .news_detail_body figcaption {
  line-height: 2em;
  margin-top: 0.5em;
  font-size: 0.8em;
}
.news_detail_cont .news_detail_body a {
  text-decoration: underline;
}
.news_detail_cont .news_detail_body a img {
  text-decoration: none;
}
.news_detail_cont .news_detail_body ul, .news_detail_cont .news_detail_body ol, .news_detail_cont .news_detail_body blockquote, .news_detail_cont .news_detail_body table {
  margin-bottom: 1.5em;
}
.news_detail_cont .news_detail_body ul:last-child, .news_detail_cont .news_detail_body ol:last-child, .news_detail_cont .news_detail_body blockquote:last-child, .news_detail_cont .news_detail_body table:last-child {
  margin-bottom: 0;
}
.news_detail_cont .news_detail_body ul li {
  position: relative;
  padding-left: 0.9em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 0.2em;
  line-height: 1.6em;
}
.news_detail_cont .news_detail_body ul li:last-child {
  margin-bottom: 0;
}
.news_detail_cont .news_detail_body ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
.news_detail_cont .news_detail_body ol {
  padding-left: 1.5em;
}
.news_detail_cont .news_detail_body ol li {
  list-style: decimal;
  list-style-position: outside;
}
.news_detail_cont .news_detail_body table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.news_detail_cont .news_detail_body table tr th, .news_detail_cont .news_detail_body table tr td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.news_detail_cont .news_detail_body blockquote {
  position: relative;
  padding: 40px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.news_detail_cont .news_detail_body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.news_detail_cont .news_detail_body blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.news_detail_cont .news_detail_body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.news_detail_cont .news_detail_body p {
  margin-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.news_detail_cont .news_detail_body p:last-child {
  margin-bottom: 0;
}
.news_detail_cont .news_detail_body a {
  text-decoration: underline;
}
.news_detail_cont .news_detail_body a img {
  text-decoration: none;
}
.news_detail_cont .news_detail_body ul,
.news_detail_cont .news_detail_body ol,
.news_detail_cont .news_detail_body blockquote,
.news_detail_cont .news_detail_body table {
  margin-bottom: 1.5em;
}
.news_detail_cont .news_detail_body ul:last-child,
.news_detail_cont .news_detail_body ol:last-child,
.news_detail_cont .news_detail_body blockquote:last-child,
.news_detail_cont .news_detail_body table:last-child {
  margin-bottom: 0;
}
.news_detail_cont .news_detail_body ul li {
  position: relative;
  padding-left: 0.9em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 0.2em;
  line-height: 1.6em;
}
.news_detail_cont .news_detail_body ul li:last-child {
  margin-bottom: 0;
}
.news_detail_cont .news_detail_body ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
.news_detail_cont .news_detail_body ol {
  padding-left: 1.5em;
}
.news_detail_cont .news_detail_body ol li {
  list-style: decimal;
  list-style-position: outside;
}
.news_detail_cont .news_detail_body table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.news_detail_cont .news_detail_body table tr th,
.news_detail_cont .news_detail_body table tr td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.news_detail_cont .news_detail_body blockquote {
  position: relative;
  padding: 40px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.news_detail_cont .news_detail_body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.news_detail_cont .news_detail_body blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.news_detail_cont .news_detail_body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.news_detail_cont .news_navi ul {
  zoom: 1;
}
.news_detail_cont .news_navi ul:before, .news_detail_cont .news_navi ul:after {
  content: "";
  display: table;
}
.news_detail_cont .news_navi ul:after {
  clear: both;
}
.news_detail_cont .news_navi ul {
  margin-bottom: 60px;
}
.news_detail_cont .news_navi ul li.prev {
  float: right;
}
.news_detail_cont .news_navi ul li.next {
  float: left;
}
.news_detail_cont .news_navi div {
  text-align: center;
}
.news_detail_cont .news_navi a {
  display: inline-block;
  background: #ff871e;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 50px;
  font-weight: bold;
  padding: 5px 40px;
}
@media only screen and (max-width:766px) {
  .news_detail_cont .news_navi a {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 20px;
  }
}

/* 情報公開
-------------------------------------------------------------- */
#disclosure_mv {
  background-image: none;
  background-color: #e6e6c8;
}
#disclosure_mv h1 {
  color: #78a02e;
  font-size: 48px;
  font-size: 3rem;
}
@media only screen and (max-width:766px) {
  #disclosure_mv h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#disclosure_cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 95px 25px;
}
@media only screen and (max-width:766px) {
  #disclosure_cont {
    padding: 40px 25px;
  }
}
#disclosure_cont p {
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width:766px) {
  #disclosure_cont p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8em;
  }
}
#disclosure_cont p a {
  color: #00aaff;
  text-decoration: underline;
}
#disclosure_cont #disclosure_list {
  font-size: 36px;
  font-size: 2.25rem;
  max-width: 500px;
  margin: 100px auto;
}
@media only screen and (max-width:766px) {
  #disclosure_cont #disclosure_list {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 40px auto;
  }
}
#disclosure_cont #disclosure_list ul li {
  margin-bottom: 50px;
}
@media only screen and (max-width:766px) {
  #disclosure_cont #disclosure_list ul li {
    margin-bottom: 30px;
  }
}
#disclosure_cont #disclosure_list ul li a {
  display: block;
  background: #e6e6c8;
  text-align: center;
  padding: 30px 10px;
}
@media only screen and (max-width:766px) {
  #disclosure_cont #disclosure_list ul li a {
    padding: 15px 10px;
  }
}

/* お問い合わせ
-------------------------------------------------------------- */
#contact_mv {
  background-image: none;
  background-color: #ffe1c7;
  margin-bottom: 70px;
}
@media only screen and (max-width:766px) {
  #contact_mv {
    margin-bottom: 40px;
  }
}
#contact_mv h1 {
  color: #ff871e;
  font-size: 48px;
  font-size: 3rem;
}
@media only screen and (max-width:766px) {
  #contact_mv h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#contact_cont {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width:766px) {
  #contact_cont {
    padding: 0 30px 80px 30px;
  }
}
#contact_cont #contact_exp {
  font-size: 30px;
  font-size: 1.875rem;
  color: #595757;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 85px;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_exp {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 60px;
  }
}
#contact_cont #contact_exp span {
  color: #ff4600;
}
#contact_cont #contact_form #contact_form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 80px;
  margin-bottom: 70px;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_input {
    gap: 30px;
  }
}
#contact_cont #contact_form #contact_form_input div label {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_input div label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#contact_cont #contact_form #contact_form_input div label sup {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ff4600;
  vertical-align: super;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_input div label sup {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#contact_cont #contact_form #contact_form_input div input[type=text], #contact_cont #contact_form #contact_form_input div input[type=tel], #contact_cont #contact_form #contact_form_input div input[type=email], #contact_cont #contact_form #contact_form_input div select, #contact_cont #contact_form #contact_form_input div textarea {
  width: 100%;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_input div input[type=text], #contact_cont #contact_form #contact_form_input div input[type=tel], #contact_cont #contact_form #contact_form_input div input[type=email], #contact_cont #contact_form #contact_form_input div select, #contact_cont #contact_form #contact_form_input div textarea {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px;
  }
}
#contact_cont #contact_form #contact_form_input div textarea {
  height: 500px;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_input div textarea {
    height: 300px;
  }
}
#contact_cont #contact_form #contact_form_input div.form_harf {
  width: calc(50% - 40px);
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_input div.form_harf {
    width: 100%;
  }
}
#contact_cont #contact_form #contact_form_input div.form_full {
  width: 100%;
}
#contact_cont #contact_form #contact_form_check_wrap {
  margin-bottom: 120px;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_check_wrap {
    margin-bottom: 60px;
  }
}
#contact_cont #contact_form #contact_form_check_wrap > div {
  margin-bottom: 60px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_check_wrap > div {
    margin-bottom: 60px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#contact_cont #contact_form #contact_form_check_wrap > div p {
  margin-bottom: 30px;
  color: #595757;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_check_wrap > div p {
    margin-bottom: 20px;
  }
}
#contact_cont #contact_form #contact_form_check_wrap > div p a {
  color: #00aaff;
  font-weight: bold;
}
#contact_cont #contact_form #contact_form_check_wrap > div .contact_form_check {
  text-align: center;
}
#contact_cont #contact_form #contact_form_check_wrap > div .contact_form_check input[type=checkbox] {
  -webkit-transform: scale(2.5) translateY(-2px) translateX(-6px);
          transform: scale(2.5) translateY(-2px) translateX(-6px);
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_check_wrap > div .contact_form_check input[type=checkbox] {
    -webkit-transform: scale(1.5) translateY(0px) translateX(-6px);
            transform: scale(1.5) translateY(0px) translateX(-6px);
  }
}
#contact_cont #contact_form #contact_form_submit {
  text-align: center;
}
#contact_cont #contact_form #contact_form_submit input[type=submit] {
  padding: 20px 35px;
  background-color: #cccccc;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
  font-family: "Zen Maru Gothic", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 10px;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_form #contact_form_submit input[type=submit] {
    padding: 10px 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#contact_cont #contact_form #contact_form_submit input[type=submit].active {
  background: #ff871e;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
#contact_cont #contact_form #contact_form_submit input[type=submit].active:hover {
  cursor: pointer;
  opacity: 0.6;
}

.complete {
  padding: 100px;
  text-align: center;
}
.complete h2 {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.complete .complete_text {
  display: inline-block;
}
.complete p {
  text-align: left;
}

#story_mv {
  background-image: url(../images/story/mv.webp);
}

#story_cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 25px 0 25px;
}
@media only screen and (max-width:766px) {
  #story_cont {
    padding: 40px 25px 0 25px;
  }
}
#story_cont .ttl {
  text-align: center;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  #story_cont .ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#story_cont .ttl span {
  display: inline-block;
  width: 100%;
  max-width: 750px;
  color: #78a02e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e6e6c8));
  background: linear-gradient(to bottom, transparent 60%, #e6e6c8 60%);
}
@media only screen and (max-width:766px) {
  #story_cont p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8em;
  }
}
#story_cont #story_list {
  text-align: center;
  margin: 90px 0 0 0;
}
@media only screen and (max-width:766px) {
  #story_cont #story_list {
    margin: 40px 0 0 0;
  }
}
#story_cont #story_list ul {
  display: inline-block;
}
#story_cont #story_list ul li {
  text-align: left;
  margin-bottom: 1em;
}
#story_cont #story_list ul li a {
  color: #78a02e;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #story_cont #story_list ul li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* OHTER PAGE
-------------------------------------------------------------- */
.other_main {
  padding: 100px 0;
  font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width:766px) {
  .other_main {
    padding: 0;
  }
}
.other_main .other_wrapper {
  max-width: 1092px;
  margin: 0 auto;
  padding: 50px 60px;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper {
    padding: 40px 30px;
  }
}
.other_main .other_wrapper .other_ttl {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  margin-bottom: 1.5em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .other_ttl {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1em;
  }
}
.other_main .other_wrapper .other_ttl001 {
  background: #003c87;
  color: #fffac8;
}
.other_main .other_wrapper .other_ttl002 {
  background: #ff871e;
  color: #fff;
}
.other_main .other_wrapper .other_ttl003 {
  background: #78a02e;
  color: #fff;
  font-family: "Zen Maru Gothic", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.other_main .other_wrapper .other_cont section {
  margin-bottom: 1.5em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .other_cont section {
    margin-bottom: 1em;
  }
}
.other_main .other_wrapper .other_cont section:last-of-type {
  margin-bottom: 0;
}
.other_main .other_wrapper .other_cont section h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0.2em;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .other_cont section h3 {
    margin-bottom: 0.1em;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.other_main .other_wrapper .other_cont section p {
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .other_cont section p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.other_main .other_wrapper .other_cont section p.normal {
  font-weight: normal;
}
.other_main .other_wrapper .other_cont section p:last-child {
  margin-bottom: 0;
}
.other_main .other_wrapper .other_cont section p a {
  color: #00aaff;
}
.other_main .other_wrapper .other_cont001 {
  color: #003c87;
  font-weight: bold;
}
.other_main .other_wrapper .other_cont002 {
  color: #595757;
}
.other_main .other_wrapper .other_cont002 section {
  margin-bottom: 5em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .other_cont002 section {
    margin-bottom: 3em;
  }
}
.other_main .other_wrapper .other_cont002 section h3 {
  margin-bottom: 1em;
}
.other_main .other_wrapper .other_cont002 section .list001 {
  padding-left: 2em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .other_cont002 section .list001 {
    padding-left: 0em;
  }
}
.other_main .other_wrapper .other_cont002 section .list001 li {
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .other_cont002 section .list001 li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.other_main .other_wrapper #certificate_cont {
  font-family: "Zen Maru Gothic", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.other_main .other_wrapper #certificate_cont #certificate_sec001 h3 {
  margin-bottom: 1.5em;
}
.other_main .other_wrapper #certificate_cont #certificate_sec001 p {
  margin-bottom: 2em;
}
.other_main .other_wrapper #certificate_cont #certificate_sec001 p:last-child {
  margin-bottom: 0;
}
.other_main .other_wrapper #certificate_cont #certificate_sec001 p a {
  color: #003c87;
}
.other_main .other_wrapper #certificate_cont #certificate_sec002 div {
  border: 2px solid #595757;
  padding: 30px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
.other_main .other_wrapper #certificate_cont #certificate_sec002 div a {
  color: #595757;
}
.other_main .other_wrapper #support_exp_wrap {
  color: #003c87;
  margin-bottom: 90px;
}
.other_main .other_wrapper #support_exp_wrap section {
  margin-bottom: 2.5em;
}
.other_main .other_wrapper #support_exp_wrap section h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper #support_exp_wrap section h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.other_main .other_wrapper #support_exp_wrap section h3 {
  font-weight: bold;
  font-size: 31px;
  font-size: 1.9375rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper #support_exp_wrap section h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.other_main .other_wrapper #support_exp_wrap section p {
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper #support_exp_wrap section p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.other_main .other_wrapper #support_exp_wrap section #support_img_wrap {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper #support_exp_wrap section #support_img_wrap {
    display: block;
  }
}
.other_main .other_wrapper #support_exp_wrap section #support_img_wrap > div {
  text-align: center;
  line-height: 1em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper #support_exp_wrap section #support_img_wrap > div {
    margin-bottom: 2em;
    font-size: 16px;
    font-size: 1rem;
  }
}
.other_main .other_wrapper #support_exp_wrap section #support_img_wrap > div img {
  display: block;
  border: 5px solid #003c87;
  border-radius: 15px;
}
.other_main .other_wrapper .support_sec {
  color: #003c87;
  margin-bottom: 120px;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec {
    margin-bottom: 80px;
  }
}
.other_main .other_wrapper .support_sec:last-of-type {
  margin-bottom: 0;
}
.other_main .other_wrapper .support_sec a {
  color: #00aaff;
}
.other_main .other_wrapper .support_sec > section {
  margin-bottom: 100px;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec > section {
    margin-bottom: 60px;
  }
}
.other_main .other_wrapper .support_sec > section:last-of-type {
  margin-bottom: 0;
}
.other_main .other_wrapper .support_sec > section h3 {
  text-align: center;
  margin-bottom: 1.5em;
}
.other_main .other_wrapper .support_sec > section h3 span {
  display: inline-block;
  color: #003c87;
  background: #fff;
  border: 3px solid #003c87;
  padding: 3px 20px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  min-width: 640px;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec > section h3 span {
    min-width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.other_main .other_wrapper .support_sec > section .support_cart {
  text-align: center;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec > section .support_cart {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.other_main .other_wrapper .support_sec > section .support_cart span,
.other_main .other_wrapper .support_sec > section .support_cart select,
.other_main .other_wrapper .support_sec > section .support_cart input,
.other_main .other_wrapper .support_sec > section .support_cart label {
  display: inline-block;
  vertical-align: baseline;
}
.other_main .other_wrapper .support_sec > section .support_cart span {
  font-size: 45px;
  font-size: 2.8125rem;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec > section .support_cart span {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
.other_main .other_wrapper .support_sec > section .support_cart select {
  font-size: 31px;
  font-size: 1.9375rem;
  width: 100px;
  padding: 5px;
  text-align: right;
  position: relative;
  top: -0.08em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec > section .support_cart select {
    font-size: 20px;
    font-size: 1.25rem;
    width: 50px;
  }
}
.other_main .other_wrapper .support_sec > section .support_cart input[type=submit] {
  background: #00aaff;
  color: #fffac8;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 5px 40px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  margin-top: 0.6em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec > section .support_cart input[type=submit] {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 5px 20px;
  }
}
.other_main .other_wrapper .support_sec > section .support_cart input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.6;
}
.other_main .other_wrapper .support_sec > section .support_cart001 {
  margin-bottom: 1.5em;
}
.other_main .other_wrapper .support_sec > section .support_cart002 {
  margin-bottom: 1.5em;
}
.other_main .other_wrapper .support_sec > section .support_cart002 input[type=text] {
  max-width: 370px;
  border-radius: 5px;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 5px;
  text-align: right;
  border: 2px solid #003c87;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec > section .support_cart002 input[type=text] {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 200px;
  }
}
.other_main .other_wrapper .support_sec > section .support_cart002 span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec > section .support_cart002 span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.other_main .other_wrapper .support_sec > section .list003 {
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper .support_sec > section .list003 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
.other_main .other_wrapper #support_sec002 ul li {
  margin-bottom: 2em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper #support_sec002 ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
.other_main .other_wrapper #support_sec002 ul li:last-child {
  margin-bottom: 0;
}
.other_main .other_wrapper #support_sec002 ul li p {
  margin-bottom: 1em;
}
.other_main .other_wrapper #support_sec002 ul li p:last-child {
  margin-bottom: 0;
}
.other_main .other_wrapper #support_sec002 ul li #suppot_address {
  background: #fff;
  padding: 30px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.8em;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper #support_sec002 ul li #suppot_address {
    padding: 15px 20px;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5em;
  }
}
.other_main .other_wrapper #support_sec002 ul li #suppot_address a {
  color: #003c87;
}
@media only screen and (max-width:766px) {
  .other_main .other_wrapper #support_sec003 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
.other_main .other_wrapper #support_sec003 > p {
  margin-bottom: 1.5em;
}
.other_main .other_wrapper #support_sec003 > section {
  margin-bottom: 1.5em;
}
.other_main .other_wrapper #support_sec003 > section h3 {
  text-align: left;
  margin-bottom: 0;
}
.other_main .other_wrapper #support_sec003 > section p {
  margin-bottom: 0.5em;
}
.other_main .other_wrapper #support_sec003 > section p:last-child {
  margin-bottom: 0;
}
.other_main .other_wrapper_y {
  background: #fffac8;
}

/* WORDPRESS
-------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 80px;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  margin: 0px !important;
  padding: 0px 12px !important;
  line-height: 1em !important;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  margin-right: -1px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
}
.wp-pagenavi span.current {
  position: relative;
}
@media only screen and (max-width:766px) {
  .wp-pagenavi span.current {
    padding-bottom: 5px !important;
  }
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  border: none !important;
}

@media only screen and (max-width:1239px) {
  .slick-arrow {
    width: 7px;
    height: 14px;
    top: auto;
    bottom: -37px;
  }
}
.slick-arrow:hover {
  opacity: 1 !important;
  cursor: pointer;
}
.slick-arrow:focus {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.2);
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 51px;
  background-repeat: no-repeat;
  background-size: 26px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width:1239px) {
  .slick-arrow:after {
    width: 7px;
    height: 14px;
    background-size: 7px auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.slick-next {
  right: -40px;
}
.slick-next:after {
  background-image: url(../images/common/arrow_r.svg);
}
@media only screen and (max-width:1239px) {
  .slick-next:after {
    background-image: url(../images/common/arrow_rs002.svg);
  }
}
@media only screen and (min-width:1500px) {
  .slick-next {
    right: -25px;
  }
}
@media only screen and (max-width:1239px) {
  .slick-next {
    right: 35px;
  }
}

.slick-prev {
  left: -45px;
  z-index: 10 !important;
}
.slick-prev:after {
  background-image: url(../images/common/arrow_l.svg);
}
@media only screen and (max-width:766px) {
  .slick-prev:after {
    background-image: url(../images/common/arrow_ls002.svg);
  }
}
@media only screen and (min-width:1500px) {
  .slick-prev {
    left: -30px;
  }
}
@media only screen and (max-width:1239px) {
  .slick-prev {
    left: 35px;
  }
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  margin: 0 10px;
}
@media only screen and (max-width:766px) {
  .slick-dots li {
    margin: 0 2px;
  }
}
.slick-dots li button {
  width: 25px;
}
@media only screen and (max-width:766px) {
  .slick-dots li button {
    width: 12px;
  }
}
.slick-dots li button:before {
  font-size: 25px;
  color: #d7d7d8;
  opacity: 1;
}
@media only screen and (max-width:766px) {
  .slick-dots li button:before {
    font-size: 12px;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-disabled {
  display: none !important;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}
.wpcf7-spinner:before {
  left: 0 !important;
}

.wpcf7-response-output {
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width:766px) {
  .wpcf7-response-output {
    text-align: left !important;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}