@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], textarea, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
html {
  font-size: 16px;
  letter-spacing: 0;
  --base_header_height: 80px;
  --base_container_w_width: 1200px;
  --base_container_width: 1000px;
  --base_container_pad: 20px;
  --base_the_rest_of_container: calc(var(--vw) * 100) - var(--base_container_width);
  --base_the_rest_of_container_half: calc((var(--base_the_rest_of_container)) / 2);
  --base_line_height: 1.7;
  --base_color00: #555555;
  --base_color00_rgb: 85 85 85;
  --base_color0002: #BEBFBF;
  --base_color01: #439E53;
  --base_color02: #FEFEE8;
  --base_color02_rgb: 254 254 232;
  --base_color03: #FFD60B;
  --base_color04: #FF8F1E;
  --base_color05: #F02020;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  font-size: 1rem;
  padding-top: var(--base_header_height);
  background: var(--base_color02);
  color: var(--base_color00);
  /*font-feature-settings: "palt";*/
}
@media screen and (max-width: 930px) {
  body {
    --base_header_height: 75px;
  }
}
@media screen and (max-width: 930px) {
  body.top {
    padding-top: 0;
  }
}
body.top .page_loading {
  background: var(--base_color02);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.top .page_loading .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  font-weight: 700;
}
body.top h1 {
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.page_loading {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.5s;
}
.page_loading .text {
  display: none;
}
.page_loading.hide {
  opacity: 0;
  pointer-events: none !important;
}
.page_loading.hide * {
  pointer-events: none !important;
}

.no-transition * {
  transition: none !important;
}

.main_wrap {
  overflow: hidden;
}
.main_wrap main {
  display: block;
}

.container {
  max-width: calc(var(--base_container_width) + var(--base_container_pad) * 2);
  width: 100%;
  margin: auto;
  padding: 0 var(--base_container_pad);
}

.container_w {
  --base_container_width: var(--base_container_w_width);
}

.punc {
  display: inline-block;
}
.punc.left.vertical {
  margin-top: -0.5em;
}
.punc.left.horizontal {
  margin-left: -0.5em;
}
.punc.right.vertical {
  margin-bottom: -0.5em;
}
.punc.right.horizontal {
  /*margin-right: -0.5em;*/
  width: 0.5em;
}

.btn {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 931px) {
  .btn:hover {
    opacity: 0.7;
  }
}

.base_content {
  overflow: hidden;
  line-height: var(--base_line_height);
}
.base_content ul {
  list-style: disc;
  margin-left: 1.7em;
}
.base_content ol {
  list-style: decimal;
  margin-left: 1.7em;
}
.base_content ol li {
  padding-left: 0.3em;
}

p {
  line-height: var(--base_line_height);
}

a[href*="tel:"] {
  color: var(--base_color00);
  text-decoration: none;
}
@media screen and (min-width: 931px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

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

@media screen and (max-width: 890px) {
  br.pc_pre_md {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  br.pc_md {
    display: none;
  }
}
@media screen and (max-width: 598px) {
  br.pc_pre_sm {
    display: none;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1280px) {
  br.xl {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 930px) {
  br.md {
    display: block;
  }
}
br.pre_sm {
  display: none;
}
@media screen and (max-width: 598px) {
  br.pre_sm {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 400px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 360px) {
  br.xs {
    display: block;
  }
}

.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 1em;
}

.clear {
  clear: both;
}

.space1em {
  clear: both;
  height: 1em;
}

.space2em {
  clear: both;
  height: 2em;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  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;
}

.fit_img_wrap {
  position: relative;
  z-index: 0;
}
.fit_img_wrap .fit_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.tabs .tab_contents .content {
  display: none;
}
.tabs .tab_contents .content.active {
  display: block;
}

.flex_wrap_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--col_gap);
  row-gap: var(--row_gap);
}
.flex_wrap_list > * {
  width: calc((100% - var(--col_gap) * (var(--cols) - 1)) / var(--cols));
}

ol.list li,
ul.list li {
  position: relative;
  padding-left: 1.1em;
}
ol.list li:before,
ul.list li:before {
  position: absolute;
  left: 0;
}
ol.list.num,
ul.list.num {
  counter-reset: num_cnt;
}
ol.list.num > li,
ul.list.num > li {
  counter-increment: num_cnt;
  padding-left: 1.1em;
}
ol.list.num > li:before,
ul.list.num > li:before {
  content: counter(num_cnt);
}
ol.list.num_dot,
ul.list.num_dot {
  counter-reset: num_dot_cnt;
}
ol.list.num_dot > li,
ul.list.num_dot > li {
  counter-increment: num_dot_cnt;
  padding-left: 1.6em;
}
ol.list.num_dot > li:before,
ul.list.num_dot > li:before {
  content: counter(num_dot_cnt) "．";
}
ol.list.num_colon,
ul.list.num_colon {
  counter-reset: num_colon_cnt;
}
ol.list.num_colon > li,
ul.list.num_colon > li {
  counter-increment: num_colon_cnt;
  padding-left: 1.6em;
}
ol.list.num_colon > li:before,
ul.list.num_colon > li:before {
  content: counter(num_colon_cnt) "：";
}
ol.list.num_paren,
ul.list.num_paren {
  counter-reset: paren_cnt;
}
ol.list.num_paren > li,
ul.list.num_paren > li {
  counter-increment: paren_cnt;
  padding-left: 1.3em;
}
ol.list.num_paren > li:before,
ul.list.num_paren > li:before {
  content: "(" counter(paren_cnt) ")";
}
ol.list.num_circle,
ul.list.num_circle {
  counter-reset: circle_cnt;
}
ol.list.num_circle > li,
ul.list.num_circle > li {
  counter-increment: circle_cnt;
  padding-left: 1.3em;
}
ol.list.num_circle > li:nth-child(1):before,
ul.list.num_circle > li:nth-child(1):before {
  content: "①";
}
ol.list.num_circle > li:nth-child(2):before,
ul.list.num_circle > li:nth-child(2):before {
  content: "②";
}
ol.list.num_circle > li:nth-child(3):before,
ul.list.num_circle > li:nth-child(3):before {
  content: "③";
}
ol.list.num_circle > li:nth-child(4):before,
ul.list.num_circle > li:nth-child(4):before {
  content: "④";
}
ol.list.num_circle > li:nth-child(5):before,
ul.list.num_circle > li:nth-child(5):before {
  content: "⑤";
}
ol.list.num_circle > li:nth-child(6):before,
ul.list.num_circle > li:nth-child(6):before {
  content: "⑥";
}
ol.list.num_circle > li:nth-child(7):before,
ul.list.num_circle > li:nth-child(7):before {
  content: "⑦";
}
ol.list.num_circle > li:nth-child(8):before,
ul.list.num_circle > li:nth-child(8):before {
  content: "⑧";
}
ol.list.num_circle > li:nth-child(9):before,
ul.list.num_circle > li:nth-child(9):before {
  content: "⑨";
}
ol.list.num_circle > li:nth-child(10):before,
ul.list.num_circle > li:nth-child(10):before {
  content: "⑩";
}
ol.list.num_circle > li:nth-child(11):before,
ul.list.num_circle > li:nth-child(11):before {
  content: "⑪";
}
ol.list.num_circle > li:nth-child(12):before,
ul.list.num_circle > li:nth-child(12):before {
  content: "⑫";
}
ol.list.num_circle > li:nth-child(13):before,
ul.list.num_circle > li:nth-child(13):before {
  content: "⑬";
}
ol.list.num_circle > li:nth-child(14):before,
ul.list.num_circle > li:nth-child(14):before {
  content: "⑭";
}
ol.list.num_circle > li:nth-child(15):before,
ul.list.num_circle > li:nth-child(15):before {
  content: "⑮";
}
ol.list.num_circle > li:nth-child(16):before,
ul.list.num_circle > li:nth-child(16):before {
  content: "⑯";
}
ol.list.num_circle > li:nth-child(17):before,
ul.list.num_circle > li:nth-child(17):before {
  content: "⑰";
}
ol.list.num_circle > li:nth-child(18):before,
ul.list.num_circle > li:nth-child(18):before {
  content: "⑱";
}
ol.list.num_circle > li:nth-child(19):before,
ul.list.num_circle > li:nth-child(19):before {
  content: "⑲";
}
ol.list.num_circle > li:nth-child(20):before,
ul.list.num_circle > li:nth-child(20):before {
  content: "⑳";
}
ol.list.square > li:before,
ul.list.square > li:before {
  content: "◇";
}
ol.list.line > li:before,
ul.list.line > li:before {
  content: "－";
}
ol.list.dot > li:before,
ul.list.dot > li:before {
  content: "・";
}
ol.list.kome > li:before,
ul.list.kome > li:before {
  content: "※";
}
ol.list.circle > li:before,
ul.list.circle > li:before {
  content: "●";
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.frame_wrap {
  position: relative;
  padding-bottom: 56.25%; /*縦横比*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.frame_wrap .map_canvas,
.frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
  max-width: 498px !important;
  margin: auto;
}

.anim_init,
.anim_init_r,
.anim_init_b {
  visibility: hidden;
  backface-visibility: hidden;
}

.anim_common, .fade_in_center_anim, .fade_in_left_anim, .fade_in_right_anim, .fade_in_bottom_anim, .fade_in_top_anim {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s !important;
  -ms-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
  visibility: visible !important;
}

.fade_in_top_anim {
  -webkit-animation-name: fade_in_top_anim;
  animation-name: fade_in_top_anim;
}

@-webkit-keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_bottom_anim {
  -webkit-animation-name: fade_in_bottom_anim;
  animation-name: fade_in_bottom_anim;
}

@-webkit-keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_right_anim {
  -webkit-animation-name: fade_in_right_anim;
  animation-name: fade_in_right_anim;
}

@-webkit-keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_left_anim {
  -webkit-animation-name: fade_in_left_anim;
  animation-name: fade_in_left_anim;
}

@-webkit-keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_center_anim {
  -webkit-animation-name: fade_in_center_anim;
  animation-name: fade_in_center_anim;
}
.fade_in_center_anim.late {
  -webkit-animation-duration: 2s !important;
  -ms-animation-duration: 2s !important;
  animation-duration: 2 !important;
}

@-webkit-keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--base_header_height);
  background: var(--base_color02);
  z-index: 100;
  display: flex;
  padding-left: 33px;
}
@media screen and (max-width: 1040px) {
  header {
    padding-left: 24px;
  }
}
@media screen and (max-width: 930px) {
  header {
    background: rgb(var(--base_color02_rgb)/0.8);
  }
}
@media screen and (max-width: 360px) {
  header {
    padding-left: 10px;
  }
}
header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 930px) {
  header .logo img {
    width: 12px;
  }
}
header .logo .jp {
  margin-left: 22px;
  font-size: 1.75rem;
  color: var(--base_color00);
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1040px) {
  header .logo .jp {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 930px) {
  header .logo .jp {
    font-size: 0.9375rem;
    margin-left: 10px;
  }
}
header .logo .en {
  margin-left: 24px;
  color: var(--base_color01);
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 930px) {
  header .logo .en {
    margin-left: 14px;
    font-size: 0.625rem;
  }
}
header .menu_btn_wrap {
  margin-left: 60px;
  padding-right: 26px;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  header .menu_btn_wrap {
    margin-left: 30px;
  }
}
@media screen and (max-width: 930px) {
  header .menu_btn_wrap {
    margin-left: auto;
  }
}
header .menu_btn_wrap .menu_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  width: 65px;
  height: 100%;
}
@media screen and (max-width: 930px) {
  header .menu_btn_wrap .menu_btn {
    width: 40px;
  }
}
header .menu_btn_wrap .menu_btn:after {
  content: "閉じる";
  color: var(--base_color01);
  font-weight: 700;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 930px) {
  header .menu_btn_wrap .menu_btn:after {
    content: none;
  }
}
@media (any-hover: hover) {
  header .menu_btn_wrap .menu_btn:hover .lines {
    height: 12px;
  }
}
header .menu_btn_wrap .menu_btn.open:after {
  opacity: 1;
}
header .menu_btn_wrap .menu_btn.open .lines span {
  top: 0;
  bottom: 0;
}
header .menu_btn_wrap .menu_btn.open .lines span:nth-child(1) {
  transform: rotate(-160deg);
}
header .menu_btn_wrap .menu_btn.open .lines span:nth-child(2) {
  transform: rotate(160deg);
  width: 100%;
}
header .menu_btn_wrap .menu_btn .lines {
  position: relative;
  width: 100%;
  height: 26px;
  transition: height 0.3s;
}
@media screen and (max-width: 930px) {
  header .menu_btn_wrap .menu_btn .lines {
    height: 14px;
  }
}
header .menu_btn_wrap .menu_btn .lines span {
  height: 4px;
  width: 100%;
  background: var(--base_color01);
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  transform-origin: 50% 50%;
  transition: all, 0.5s;
}
@media screen and (max-width: 930px) {
  header .menu_btn_wrap .menu_btn .lines span {
    height: 3px;
  }
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(1) {
  top: 0;
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(2) {
  width: 38px;
  bottom: 0;
}
@media screen and (max-width: 930px) {
  header .menu_btn_wrap .menu_btn .lines span:nth-child(2) {
    width: 24px;
  }
}
header .nav01 {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 930px) {
  header .nav01 {
    display: none;
  }
}
header .nav01 ul {
  display: flex;
  align-items: center;
  height: inherit;
  column-gap: 32px;
}
@media screen and (max-width: 1040px) {
  header .nav01 ul {
    column-gap: 15px;
  }
}
header .nav01 ul li a {
  display: flex;
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--base_color01);
  font-weight: 700;
  position: relative;
}
header .nav01 ul li a:before {
  content: "";
  background: url(../images/icon_arrow01.svg) no-repeat center;
  background-color: var(--base_color03);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 6px;
  transition: background 0.3s;
}
header .nav01 ul li a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--base_color01);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  header .nav01 ul li a:hover:before {
    background-color: var(--base_color04);
  }
  header .nav01 ul li a:hover:after {
    opacity: 1;
  }
}
header .nav02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none !important;
  background: var(--base_color02);
  border: 4px solid var(--base_color01);
  display: flex;
  flex-direction: column;
  overflow: auto;
}
@media screen and (max-width: 930px) {
  header .nav02 {
    padding-top: 70px;
    border-width: 8px;
  }
}
header .nav02 * {
  pointer-events: none !important;
}
header .nav02.open {
  opacity: 1;
  pointer-events: all !important;
}
header .nav02.open * {
  pointer-events: all !important;
}
header .nav02 .title {
  position: fixed;
  width: 100%;
  top: 17px;
  left: 0;
  padding-left: 22px;
}
@media screen and (max-width: 930px) {
  header .nav02 .title {
    position: static;
    text-align: center;
    margin-bottom: 16px;
    padding: 0;
  }
}
header .nav02 .title a {
  text-decoration: none;
  font-size: 3.125rem;
  color: var(--base_color01);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 930px) {
  header .nav02 .title a {
    font-size: 2rem;
  }
}
header .nav02 .menu_wrap {
  padding-top: 60px;
  position: relative;
  flex: 1;
  min-height: 730px;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap {
    min-height: 0;
    overflow-x: hidden;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
header .nav02 .menu_wrap .img01 {
  position: absolute;
  left: calc(50% - 502px);
  bottom: 25px;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  header .nav02 .menu_wrap .img01 {
    left: calc(50% - 470px);
  }
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .img01 {
    top: 90px;
    bottom: auto;
    left: calc(50% - 150px);
  }
}
header .nav02 .menu_wrap .menu {
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: var(--base_color03);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .menu {
    width: 512px;
    height: 512px;
    justify-content: flex-start;
    padding-top: 55px;
    margin-bottom: 89px;
  }
}
header .nav02 .menu_wrap .menu:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -76px;
  left: 0;
  margin: auto;
  width: 52px;
  height: 62px;
  background: url(../images/menu_bottom.svg) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .menu:after {
    width: 46px;
    height: 55px;
    bottom: -65px;
  }
}
header .nav02 .menu_wrap .menu .link_list {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  margin-bottom: 60px;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .menu .link_list {
    transform: translateX(calc(50% + 20px));
    row-gap: 45px;
    margin-bottom: 40px;
  }
}
header .nav02 .menu_wrap .menu .link_list li a {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: var(--base_color01);
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
@media (any-hover: hover) {
  header .nav02 .menu_wrap .menu .link_list li a:hover:before {
    background-color: var(--base_color04);
  }
  header .nav02 .menu_wrap .menu .link_list li a:hover span:after {
    opacity: 1;
  }
}
header .nav02 .menu_wrap .menu .link_list li a:before {
  content: "";
  background: url(../images/icon_arrow0102.svg) no-repeat center;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 6px;
  transition: background 0.3s;
}
header .nav02 .menu_wrap .menu .link_list li a span {
  position: relative;
}
header .nav02 .menu_wrap .menu .link_list li a span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--base_color01);
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
header .nav02 .menu_wrap .menu .btn_list {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  margin-bottom: 12px;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .menu .btn_list {
    row-gap: 14px;
    margin-bottom: 19px;
  }
}
header .nav02 .menu_wrap .menu .btn_list li a {
  width: 322px;
  height: 72px;
  border-radius: 28px;
  background: #fff;
  text-decoration: none;
  color: var(--base_color00);
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  padding-left: 88px;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  header .nav02 .menu_wrap .menu .btn_list li a:hover {
    background: var(--base_color04);
    color: #fff;
  }
  header .nav02 .menu_wrap .menu .btn_list li a:hover.contact:before {
    background-image: url(../images/icon_mail_h.svg);
  }
  header .nav02 .menu_wrap .menu .btn_list li a:hover.tel:before {
    background-image: url(../images/icon_tel_h.svg);
  }
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .menu .btn_list li a {
    width: 280px;
    height: 64px;
    padding-left: 65px;
  }
}
header .nav02 .menu_wrap .menu .btn_list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
  margin: auto;
  transition: background 0.3s;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .menu .btn_list li a:before {
    left: 29px;
  }
}
header .nav02 .menu_wrap .menu .btn_list li a.contact:before {
  width: 38px;
  height: 31px;
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .menu .btn_list li a.contact:before {
    width: 25px;
    height: 20px;
  }
}
header .nav02 .menu_wrap .menu .btn_list li a.tel {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 931px) {
  header .nav02 .menu_wrap .menu .btn_list li a.tel {
    pointer-events: none !important;
    cursor: default;
  }
}
header .nav02 .menu_wrap .menu .btn_list li a.tel:before {
  width: 37px;
  height: 37px;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .menu .btn_list li a.tel:before {
    width: 27px;
    height: 27px;
  }
}
header .nav02 .menu_wrap .menu .time {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
header .nav02 .menu_wrap .info {
  position: absolute;
  right: calc(50% - 622px);
  bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  header .nav02 .menu_wrap .info {
    right: 20px;
  }
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .info {
    position: static;
    text-align: center;
  }
}
header .nav02 .menu_wrap .info .company {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  margin-bottom: 5px;
  column-gap: 17px;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .info .company {
    justify-content: center;
  }
}
header .nav02 .menu_wrap .info .address {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  padding-left: 38px;
}
@media screen and (max-width: 930px) {
  header .nav02 .menu_wrap .info .address {
    padding-left: 0;
  }
}

#to_top {
  position: fixed;
  z-index: 100;
  right: 2%;
  bottom: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
#to_top * {
  pointer-events: none;
}
#to_top.show {
  opacity: 1;
  pointer-events: all;
}
#to_top.show * {
  pointer-events: all;
}
#to_top a:before {
  content: "";
  display: block;
  width: 55px;
  height: 125px;
  background: url(../images/to_top.webp) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  #to_top a:before {
    width: 28px;
    height: 63px;
  }
}
@media (any-hover: hover) {
  #to_top a:hover:before {
    background-image: url(../images/to_top_h.webp);
  }
}

footer {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 930px) {
  footer {
    background: var(--base_color02);
  }
}
footer:before {
  content: "";
  position: absolute;
  top: -100px;
  right: calc(50% - 552px);
  width: 146px;
  height: 211px;
  background: url(../images/footer_img01.webp) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  footer:before {
    width: 76px;
    height: 109px;
    top: -85px;
    right: calc(50% - 160px);
  }
}
footer .contact {
  padding: 54px 0 59px;
  background: var(--base_color03);
}
@media screen and (max-width: 930px) {
  footer .contact {
    padding: 30px 0 48px;
  }
}
footer .contact .title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 930px) {
  footer .contact .title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 360px) {
  footer .contact .title {
    font-size: 1.125rem;
  }
}
footer .contact .btn_list ul {
  display: flex;
  column-gap: 50px;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul {
    flex-direction: column;
    max-width: 280px;
    row-gap: 20px;
  }
}
footer .contact .btn_list ul li {
  flex: 1;
  height: 270px;
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li {
    flex: none;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: none;
  }
}
footer .contact .btn_list ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 18px;
  align-items: center;
  text-decoration: none;
  color: var(--base_color00);
  font-weight: 700;
  transition: background 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  footer .contact .btn_list ul li a:hover {
    background: var(--base_color04);
    color: #fff;
  }
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li a {
    flex-direction: row;
    column-gap: 13px;
    background: #fff;
    height: 64px;
    border-radius: 28px;
  }
}
@media (any-hover: hover) {
  footer .contact .btn_list ul li.tel a:hover:before {
    background-image: url(../images/icon_tel_h.svg);
  }
  footer .contact .btn_list ul li.tel a:hover .time {
    border-color: #fff;
    background-color: var(--base_color04);
  }
}
footer .contact .btn_list ul li.tel a:before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  transition: background 0.3s;
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li.tel a:before {
    width: 27px;
    height: 27px;
  }
}
footer .contact .btn_list ul li.tel a .number {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li.tel a .number {
    font-size: 1.375rem;
    letter-spacing: 0.14em;
  }
}
footer .contact .btn_list ul li.tel .time {
  width: 264px;
  height: 42px;
  border-radius: 21px;
  background: var(--base_color03);
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--base_color03);
  transition: background 0.3s;
  font-weight: 700;
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li.tel .time {
    width: 100%;
    height: auto;
    font-size: 0.875rem;
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li.tel .time.pc {
    display: none;
  }
}
footer .contact .btn_list ul li.tel .time.sp {
  display: none;
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li.tel .time.sp {
    display: block;
  }
}
@media (any-hover: hover) {
  footer .contact .btn_list ul li.mail a:hover:before {
    background-image: url(../images/icon_mail_h.svg);
  }
  footer .contact .btn_list ul li.mail a:hover .en {
    color: #fff;
  }
}
footer .contact .btn_list ul li.mail a:before {
  content: "";
  width: 58px;
  height: 45px;
  background: url(../images/icon_mail.svg) no-repeat center/contain;
  transition: background 0.3s;
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li.mail a:before {
    width: 25px;
    height: 20px;
  }
}
footer .contact .btn_list ul li.mail a .jp {
  font-size: 1.75rem;
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li.mail a .jp {
    font-size: 1.125rem;
  }
}
footer .contact .btn_list ul li.mail a .en {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  color: var(--base_color04);
  transition: color 0.3s;
}
@media screen and (max-width: 930px) {
  footer .contact .btn_list ul li.mail a .en {
    display: none;
  }
}
footer .info {
  padding-top: 45px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 930px) {
  footer .info {
    margin-bottom: 0;
    padding: 0;
  }
}
footer .info .en {
  text-align: center;
  width: 100%;
  color: var(--base_color01);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -45px;
  left: 0;
}
@media screen and (max-width: 930px) {
  footer .info .en {
    font-size: 2.25rem;
    top: -21px;
  }
}
@media screen and (max-width: 360px) {
  footer .info .en {
    font-size: 2.125rem;
    top: -19px;
  }
}
footer .info .jp {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 930px) {
  footer .info .jp {
    display: none;
  }
}
footer .info .jp .company {
  font-size: 1.75rem;
  margin-left: 18px;
}
footer .info .jp .address {
  margin-left: 30px;
}
footer .copyright {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 0 0 10px 20px;
}
@media screen and (max-width: 930px) {
  footer .copyright {
    text-align: center;
    padding: 30px 0;
  }
}

.btn01 {
  display: flex;
  align-items: center;
  width: 283px;
  height: 66px;
  border: 4px solid var(--base_color04);
  border-radius: 33px;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--base_color04);
  text-decoration: none;
  background: #fff;
  position: relative;
  padding: 0 62px 0 24px;
  padding-bottom: 3px;
  box-shadow: 0 12px 0 -7px var(--base_color03);
  transition: background 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  .btn01:hover {
    background: var(--base_color04);
    color: #fff;
  }
  .btn01:hover:after {
    background-image: url(../images/icon_arrow02_h.svg);
    background-color: var(--base_color03);
  }
}
@media screen and (max-width: 930px) {
  .btn01 {
    font-size: 1rem;
    width: 225px;
    height: 53px;
    border-width: 3px;
    box-shadow: 0 10px 0 -6px var(--base_color03);
    padding: 0 25px 3px 20px;
  }
}
.btn01:after {
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url(../images/icon_arrow02.svg) no-repeat center;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  transition: background 0.3s;
}
@media screen and (max-width: 930px) {
  .btn01:after {
    width: 16px;
    height: 16px;
    background-size: contain;
    right: 15px;
  }
}

.sub_main_visual {
  padding: 102px 0 58px;
}
@media screen and (max-width: 930px) {
  .sub_main_visual {
    padding: 32px 0;
  }
}
.sub_main_visual .title {
  text-align: center;
  font-weight: 700;
}
.sub_main_visual .title .en {
  color: var(--base_color01);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 930px) {
  .sub_main_visual .title .en {
    font-size: 1.25rem;
  }
}
.sub_main_visual .title hr {
  height: 2px;
  width: 450px;
  margin: 30px auto;
  border: 0;
  background: var(--base_color03);
}
@media screen and (max-width: 930px) {
  .sub_main_visual .title hr {
    margin: 15px auto;
    width: 272px;
  }
}
.sub_main_visual .title h1 {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 930px) {
  .sub_main_visual .title h1 {
    font-size: 1rem;
  }
}

.h_title01 {
  background: url(../images/company_balloon.svg) no-repeat center/contain;
  width: 304px;
  height: 104px;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  padding-top: 29px;
  margin-bottom: 25px;
}
@media screen and (max-width: 930px) {
  .h_title01 {
    width: 226px;
    height: 78px;
    font-size: 1rem;
    margin: auto;
    padding-top: 21px;
  }
}

.sec_top.sec01 {
  padding-top: 66px;
  margin-bottom: 64px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 {
    margin-bottom: 30px;
    padding-top: calc(var(--base_header_height) + 32px);
  }
}
.sec_top.sec01 h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 h2 {
    margin-bottom: 20px;
  }
}
.sec_top.sec01 h2 .t01 {
  display: block;
  font-size: 2.25rem;
  margin-bottom: 55px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 h2 .t01 {
    font-size: 1.25rem;
    margin-bottom: 18px;
  }
}
.sec_top.sec01 h2 .t01 span {
  font-size: 4.375rem;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 h2 .t01 span {
    font-size: 2.25rem;
  }
}
.sec_top.sec01 h2 .t01 span:before {
  content: "";
  width: 276px;
  height: 116px;
  background: url(../images/top_sec01_title_dec01.svg) no-repeat center/contain;
  position: absolute;
  top: -91px;
  left: 111px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 h2 .t01 span:before {
    width: 306px;
    height: 129px;
    top: -116px;
    left: 13px;
  }
}
.sec_top.sec01 h2 .t02 {
  display: block;
  font-size: 4.875rem;
  color: var(--base_color01);
  line-height: 1.15;
  position: relative;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 h2 .t02 {
    font-size: 2.75rem;
  }
}
.sec_top.sec01 h2 .t02 > span {
  font-size: 2.25rem;
  color: var(--base_color00);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  margin: 0 13px -41px -83px;
  position: relative;
  top: -15px;
  background: url(../images/top_sec01_title_dec02.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 h2 .t02 > span {
    width: 82px;
    height: 82px;
    font-size: 1.5rem;
    margin: 0px 5px -41px -45px;
    top: -7px;
  }
}
.sec_top.sec01 h2 .t02 > span span {
  font-size: 1.5rem;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 h2 .t02 > span span {
    font-size: 0.875rem;
  }
}
.sec_top.sec01 .image_list {
  margin-bottom: 30px;
}
.sec_top.sec01 .image_list ul {
  display: flex;
  justify-content: center;
  column-gap: 76px;
}
@media screen and (max-width: 1040px) {
  .sec_top.sec01 .image_list ul {
    column-gap: 30px;
  }
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 .image_list ul {
    column-gap: 0;
  }
}
.sec_top.sec01 .image_list ul li {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 .image_list ul li {
    max-width: 146px;
  }
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 .image_list ul li:nth-child(1) {
    margin-right: -59px;
  }
}
.sec_top.sec01 .image_list ul li:nth-child(2) {
  margin-top: 64px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 .image_list ul li:nth-child(2) {
    margin-top: 77px;
    z-index: 1;
  }
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 .image_list ul li:nth-child(3) {
    margin-left: -59px;
  }
}
.sec_top.sec01 .image_list ul li .image {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 11px 12px 0 0 var(--base_color03);
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 .image_list ul li .image {
    border-radius: 24px;
    box-shadow: 5px 6px 0 0 var(--base_color03);
  }
}
.sec_top.sec01 .image_list ul li .image:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.sec_top.sec01 .text {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 70px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 .text {
    max-width: 400px;
    margin: auto;
  }
}
.sec_top.sec01 .text:after {
  content: "";
  width: 277px;
  height: 325px;
  background: url(../images/top_sec01_img04.webp) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 .text:after {
    content: none;
  }
}
.sec_top.sec01 .text p {
  max-width: 466px;
  font-size: 1.125rem;
  line-height: 2.11;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec01 .text p {
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 1.875;
  }
  .sec_top.sec01 .text p:before {
    content: "";
    width: 110px;
    height: 130px;
    display: block;
    float: right;
    shape-outside: inset(calc(100% - 137px) 0 0 0px);
    margin-top: calc(100% - 165px);
    margin-right: -28px;
    background: url(../images/top_sec01_img04.webp) no-repeat center/contain;
  }
}
@media screen and (max-width: 360px) {
  .sec_top.sec01 .text p {
    font-size: 0.90625rem;
  }
  .sec_top.sec01 .text p:before {
    shape-outside: inset(calc(100% - 130px) 0 0 0px);
  }
}
.sec_top.sec02 {
  background: url(../images/top_sec02_img01.webp) no-repeat center top/cover;
  padding-top: 528px;
}
@media screen and (max-width: 1920px) {
  .sec_top.sec02 {
    background-size: 2000px;
  }
}
@media screen and (max-width: 930px) {
  .sec_top.sec02 {
    padding-top: 145px;
    background-image: url(../images/top_sec02_img01_sp.webp);
    background-size: 100%;
  }
}
@media screen and (max-width: 598px) {
  .sec_top.sec02 {
    background-size: 598px;
  }
}
.sec_top.sec02 .business_list {
  border: 8px solid var(--base_color01);
  border-radius: 50px;
  background: #fff;
  padding: 80px 42px 42px;
  position: relative;
  margin-bottom: 84px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec02 .business_list {
    border-width: 4px;
    padding: 80px 28px 32px;
    max-width: 400px;
    margin: 0 auto 39px;
  }
}
.sec_top.sec02 .business_list h2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  background: url(../images/top_sec02_balloon.svg) no-repeat center/contain;
  width: 386px;
  height: 133px;
  margin: auto;
  padding-top: 30px;
  color: #fff;
  position: absolute;
  top: -58px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 930px) {
  .sec_top.sec02 .business_list h2 {
    width: 280px;
    height: 96px;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 15px;
    top: -42px;
  }
}
.sec_top.sec02 .business_list ul {
  display: flex;
  column-gap: 62px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec02 .business_list ul {
    flex-direction: column;
    row-gap: 40px;
  }
}
.sec_top.sec02 .business_list ul li {
  position: relative;
  flex: 1;
}
.sec_top.sec02 .business_list ul li:nth-child(3) {
  flex: 1.1;
}
.sec_top.sec02 .business_list ul li:last-child:after {
  content: none;
}
.sec_top.sec02 .business_list ul li:after {
  content: "";
  width: 0px;
  height: 394px;
  border-right: 2px dashed var(--base_color01);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
}
@media screen and (max-width: 930px) {
  .sec_top.sec02 .business_list ul li:after {
    border-right: 0;
    border-bottom: 2px dashed var(--base_color01);
    top: auto;
    right: 0;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 0;
  }
}
.sec_top.sec02 .business_list ul li .image {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec02 .business_list ul li .image {
    margin-bottom: 16px;
  }
  .sec_top.sec02 .business_list ul li .image img {
    width: 79px;
  }
}
.sec_top.sec02 .business_list ul li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 15px;
  color: var(--base_color01);
}
@media screen and (max-width: 1280px) {
  .sec_top.sec02 .business_list ul li h3 {
    height: 2.36em;
  }
}
@media screen and (max-width: 930px) {
  .sec_top.sec02 .business_list ul li h3 {
    margin-bottom: 10px;
    height: auto;
  }
}
.sec_top.sec02 .business_list ul li h3 br.c {
  display: none;
}
@media screen and (max-width: 1280px) {
  .sec_top.sec02 .business_list ul li h3 br.c {
    display: block;
  }
}
@media screen and (max-width: 930px) {
  .sec_top.sec02 .business_list ul li h3 br.c {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .sec_top.sec02 .business_list ul li h3 br.c {
    display: block;
  }
}
.sec_top.sec02 .business_list ul li p {
  font-weight: 500;
  line-height: 1.625;
}
.sec_top.sec02 .company_text {
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--base_color03);
  line-height: 1.08;
  font-size: 4.0625rem;
}
@media screen and (max-width: 930px) {
  .sec_top.sec02 .company_text {
    line-height: 1.2;
    font-size: 1.5625rem;
  }
}
.sec_top.sec03 {
  padding: 284px 0 130px;
  background: url(../images/top_sec03_img01.webp) no-repeat center top/2500px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec03 {
    background-image: url(../images/top_sec03_img01_sp.webp);
    background-size: max(100%, 578px);
    padding-top: max(87px, 15vw);
    padding-bottom: 120px;
  }
}
.sec_top.sec03 .balloon {
  background: url(../images/top_sec03_balloon.svg) no-repeat center/contain;
  width: 386px;
  height: 133px;
  padding-top: 42px;
  margin: 0 auto 25px;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .sec_top.sec03 .balloon {
    background-image: url(../images/top_sec03_balloon_sp.svg);
    width: 217px;
    height: 48px;
    font-size: 0.75rem;
    padding-top: 13px;
    margin-bottom: 10px;
  }
}
.sec_top.sec03 h2 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.64;
  margin-bottom: 105px;
}
@media screen and (max-width: 930px) {
  .sec_top.sec03 h2 {
    font-size: 1rem;
    line-height: 1.44;
    margin-bottom: max(60px, 13vw);
  }
}
.sec_top.sec03 .merit_list {
  max-width: 800px;
  margin: 0 auto 30px;
}
.sec_top.sec03 .merit_list ul li {
  width: 100%;
  padding: 30px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--base_color01);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 28px;
  border-bottom: 2px dashed var(--base_color01);
}
@media screen and (max-width: 930px) {
  .sec_top.sec03 .merit_list ul li {
    padding: 20px 0;
    font-size: 1.25rem;
    flex-direction: column;
    row-gap: 16px;
  }
}
@media screen and (max-width: 360px) {
  .sec_top.sec03 .merit_list ul li {
    font-size: 1.125rem;
  }
}
.sec_top.sec03 .merit_list ul li:last-child {
  border-bottom: 0;
}
.sec_top.sec03 .merit_list ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 216px;
  height: 60px;
  border-radius: 30px;
  background: var(--base_color03);
  padding: 0 32px 2px;
  line-height: 1;
}
@media screen and (max-width: 930px) {
  .sec_top.sec03 .merit_list ul li span {
    min-width: 162px;
    height: 45px;
    padding: 0 24px 2px;
    font-size: 1.125rem;
  }
}
.sec_top.sec03 .btn01 {
  margin: auto;
}

.sec_company.sec01 {
  padding-top: 44px;
  position: relative;
}
@media screen and (max-width: 930px) {
  .sec_company.sec01 {
    padding-top: 34px;
  }
}
.sec_company.sec01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 152px;
  z-index: -2;
  background: #fff;
}
@media screen and (max-width: 930px) {
  .sec_company.sec01:after {
    content: none;
  }
}
.sec_company.sec01 .message {
  max-width: 956px;
  padding: 45px 35px 55px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 930px) {
  .sec_company.sec01 .message {
    padding: 30px;
  }
}
@media screen and (max-width: 360px) {
  .sec_company.sec01 .message {
    padding: 30px 15px;
  }
}
.sec_company.sec01 .message:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 4px solid var(--base_color01);
  border-radius: 0 60px 60px 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  box-shadow: 20px 20px 0 0 var(--base_color03);
}
@media screen and (max-width: 930px) {
  .sec_company.sec01 .message:before {
    border-radius: 0 40px 40px 0;
    box-shadow: 10px 10px 0 0 var(--base_color03);
  }
}
.sec_company.sec01 .message h2 {
  position: absolute;
  top: -40px;
  left: 0;
}
@media screen and (max-width: 930px) {
  .sec_company.sec01 .message h2 {
    top: -34px;
    right: 0;
    margin: auto;
  }
}
.sec_company.sec01 .message .image_text {
  display: flex;
  column-gap: 25px;
}
@media screen and (max-width: 930px) {
  .sec_company.sec01 .message .image_text {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.sec_company.sec01 .message .image_text .text {
  flex: 1;
  max-width: 632px;
  padding-top: 40px;
}
@media screen and (max-width: 930px) {
  .sec_company.sec01 .message .image_text .text {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    order: 1;
  }
}
.sec_company.sec01 .message .image_text .text p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 930px) {
  .sec_company.sec01 .message .image_text .text p {
    line-height: 1.625;
  }
}
.sec_company.sec01 .message .image_text .image {
  width: 245px;
}
@media screen and (max-width: 930px) {
  .sec_company.sec01 .message .image_text .image {
    margin-top: -7px;
    position: relative;
    z-index: 1;
  }
}
.sec_company.sec01 .message .image_text .image figure figcaption {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .sec_company.sec01 .message .image_text .image figure figcaption {
    margin-top: 15px;
  }
}
.sec_company.sec01 .message .image_text .image figure figcaption span {
  font-weight: 500;
}
.sec_company.sec01 .message .image_text .image figure figcaption span.s01 {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 7px;
}
.sec_company.sec01 .message .image_text .image figure figcaption span.s02 {
  font-size: 0.875rem;
  margin-right: 20px;
}
.sec_company.sec01 .message .image_text .image figure figcaption span.s03 {
  font-size: 1rem;
}
.sec_company.sec02 {
  padding: 100px 0 35px;
  background: #fff;
}
@media screen and (max-width: 930px) {
  .sec_company.sec02 {
    padding: 54px 0 68px;
    background: none;
  }
}
.sec_company.sec02 h2 {
  margin: 0 auto 32px;
}
.sec_company.sec02 .detail_list {
  max-width: 680px;
  margin: auto;
}
.sec_company.sec02 .detail_list dl {
  display: flex;
  font-weight: 500;
  line-height: 2;
  padding: 20px 0;
  border-bottom: 1px solid var(--base_color0002);
}
@media screen and (max-width: 930px) {
  .sec_company.sec02 .detail_list dl {
    padding: 14px 0;
    line-height: 1.625;
  }
}
.sec_company.sec02 .detail_list dl dt {
  width: 120px;
}
@media screen and (max-width: 930px) {
  .sec_company.sec02 .detail_list dl dt {
    width: 85px;
  }
}
.sec_company.sec02 .detail_list dl dd {
  flex: 1;
}
.sec_company.sec03 {
  padding: 90px 0 123px;
  background: url(../images/company_sec03_img01.webp) no-repeat center top/max(100%, 2500px);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 930px) {
  .sec_company.sec03 {
    padding-top: 0;
    background-image: url(../images/company_sec03_img01_sp.webp);
    background-color: var(--base_color02);
    background-position: center 65px;
    background-size: 598px;
  }
}
.sec_company.sec03:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 290px;
  left: 0;
  width: 100%;
  height: calc(100% - 290px);
  background: var(--base_color02);
}
@media screen and (max-width: 930px) {
  .sec_company.sec03:after {
    content: none;
  }
}
.sec_company.sec03 .history {
  max-width: 950px;
  margin: auto;
}
.sec_company.sec03 .history h2 {
  margin-bottom: 44px;
}
@media screen and (max-width: 930px) {
  .sec_company.sec03 .history h2 {
    margin-bottom: 143px;
    margin-left: 0;
  }
}
.sec_company.sec03 .history .history_list {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (max-width: 930px) {
  .sec_company.sec03 .history .history_list {
    row-gap: 24px;
  }
}
.sec_company.sec03 .history .history_list dl {
  display: flex;
  align-items: center;
  font-weight: 500;
  column-gap: 14px;
}
.sec_company.sec03 .history .history_list dl dt {
  width: 160px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 930px) {
  .sec_company.sec03 .history .history_list dl dt {
    width: 155px;
  }
}
@media screen and (max-width: 360px) {
  .sec_company.sec03 .history .history_list dl dt {
    width: 150px;
  }
}
.sec_company.sec03 .history .history_list dl dt .year span {
  display: block;
}
.sec_company.sec03 .history .history_list dl dt .year span.s {
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--base_color01);
}
.sec_company.sec03 .history .history_list dl dt .year span.s:after {
  content: "年";
  font-size: 1rem;
}
.sec_company.sec03 .history .history_list dl dt .year span.w {
  font-weight: 500;
  font-size: 1rem;
}
.sec_company.sec03 .history .history_list dl dt .month {
  width: 66px;
  height: 38px;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base_color01);
  color: #fff;
  font-weight: 700;
  font-size: 1.625rem;
  font-family: "Montserrat", sans-serif;
  margin-left: auto;
}
.sec_company.sec03 .history .history_list dl dt .month span:after {
  content: "月";
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.sec_company.sec03 .history .history_list dl dd {
  flex: 1;
  line-height: 1.625;
}

.sec_recruit.sec01 {
  margin-top: -121px;
  padding: 196px 0 0;
  background: url(../images/recruit_sec01_img01.webp) no-repeat center top/max(2748px, 100%);
  position: relative;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 {
    margin-top: -63px;
    background-image: url(../images/recruit_sec01_img01_sp.webp);
    background-size: 999px;
    padding: 135px 0 0;
    z-index: 1;
  }
}
.sec_recruit.sec01:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--base_color01);
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 232px);
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01:before {
    bottom: -45px;
    height: calc(100% - 135px);
  }
}
.sec_recruit.sec01:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -118px;
  left: 0;
  width: 100%;
  height: 467px;
  background: url(../images/recruit_sec01_img02.svg) no-repeat center bottom/2500px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01:after {
    bottom: -150px;
    background-image: url(../images/recruit_sec01_img02_sp.svg);
    background-size: 1000px;
    height: 187px;
  }
}
.sec_recruit.sec01 span.y {
  color: var(--base_color03) !important;
}
.sec_recruit.sec01 .balloon {
  background: url(../images/top_sec03_balloon.svg) no-repeat center/contain;
  width: 310px;
  height: 98px;
  padding-top: 29px;
  margin: 0 auto 25px;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .balloon {
    background-image: url(../images/top_sec03_balloon_sp.svg);
    width: 217px;
    height: 48px;
    font-size: 0.75rem;
    padding-top: 13px;
    margin-bottom: 10px;
  }
}
.sec_recruit.sec01 h2 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.64;
  margin-bottom: 90px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 h2 {
    font-size: 1rem;
    line-height: 1.44;
    margin-bottom: 30px;
  }
}
.sec_recruit.sec01 h2 span {
  margin-right: 1em;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 h2 span {
    display: block;
    margin-right: 0;
  }
}
.sec_recruit.sec01 .person_thumbnail {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_thumbnail {
    column-gap: 30px;
    margin-bottom: 85px;
  }
}
.sec_recruit.sec01 .person_thumbnail a {
  text-decoration: none;
  color: #fff;
}
.sec_recruit.sec01 .person_thumbnail a img {
  width: 100px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_thumbnail a img {
    width: 80px;
  }
}
.sec_recruit.sec01 .person_thumbnail a span {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_thumbnail a span {
    margin-top: 10px;
  }
}
.sec_recruit.sec01 h3 {
  font-weight: 700;
  font-size: 3.125rem;
  text-align: center;
  color: #fff;
  position: relative;
  width: fit-content;
  margin: 0 auto 70px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 h3 {
    font-size: 1.875rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 h3 {
    font-size: 1.625rem;
  }
}
.sec_recruit.sec01 h3:before {
  content: "";
  width: 127px;
  height: 110px;
  position: absolute;
  top: -104px;
  left: -113px;
  background: url(../images/recruit_sec01_title_dec01.svg) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 h3:before {
    width: 75px;
    height: 64px;
    top: -74px;
    left: 0;
  }
}
.sec_recruit.sec01 .p_balloon {
  position: absolute;
  border-radius: 20px;
  background: var(--base_color04);
  padding: 32px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.36;
}
.sec_recruit.sec01 .p_balloon.b01:after {
  left: 40px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.sec_recruit.sec01 .p_balloon.b02:after {
  right: 40px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.sec_recruit.sec01 .p_balloon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  width: 20px;
  height: 25px;
  background: var(--base_color04);
}
.sec_recruit.sec01 .p_balloon span {
  display: block;
}
.sec_recruit.sec01 .person_list {
  margin-bottom: 45px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list {
    margin-bottom: 30px;
  }
}
.sec_recruit.sec01 .person_list ul li {
  position: relative;
  max-width: 930px;
  margin: auto;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li {
    max-width: 450px;
  }
}
.sec_recruit.sec01 .person_list ul li .merit {
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
  opacity: 0.4;
  width: fit-content;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li .merit {
    font-size: 3.375rem;
  }
}
.sec_recruit.sec01 .person_list ul li .merit span {
  display: block;
}
.sec_recruit.sec01 .person_list ul li .image img {
  zoom: 0.5;
}
.sec_recruit.sec01 .person_list ul li h4 span {
  display: inline-block;
}
.sec_recruit.sec01 .person_list ul li h4 span.s01 {
  padding: 6px 12px 12px;
  border: 4px solid #fff;
  font-size: 4.375rem;
  font-weight: 900;
  color: #fff;
  background: var(--base_color01);
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li h4 span.s01 {
    font-size: 3rem;
    border-width: 3px;
    padding: 4px 9px 9px;
  }
}
.sec_recruit.sec01 .person_list ul li h4 span.s02 {
  padding: 7px;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li h4 span.s02 {
    font-size: 0.875rem;
    padding: 4px 5px 6px;
  }
}
.sec_recruit.sec01 .person_list ul li h4 span.s03 {
  padding: 10px;
  border: 4px solid #fff;
  font-size: 3.25rem;
  font-weight: 900;
  margin-top: -4px;
  background: var(--base_color01);
  color: #fff;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li h4 span.s03 {
    font-size: 2.1875rem;
    border-width: 3px;
    padding: 3px 7px 7px;
    margin-top: -3px;
  }
}
.sec_recruit.sec01 .person_list ul li p {
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
.sec_recruit.sec01 .person_list ul li.person01 {
  padding-top: 5px;
  padding-left: 63px;
  margin-bottom: 82px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person01 {
    padding: 0 0 28px;
    margin-bottom: 210px;
  }
}
.sec_recruit.sec01 .person_list ul li.person01 .merit {
  margin-bottom: 36px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person01 .merit {
    margin: auto;
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .person_list ul li.person01 .merit .m01 {
    font-size: 2.875rem;
  }
}
.sec_recruit.sec01 .person_list ul li.person01 .merit .m01 span {
  text-align: right;
  margin-bottom: 5px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person01 .merit .m01 span {
    text-align: left;
  }
}
.sec_recruit.sec01 .person_list ul li.person01 .merit .m01 span.s {
  font-size: 1.875rem;
}
.sec_recruit.sec01 .person_list ul li.person01 .merit .m02 {
  position: absolute;
  right: 0;
  bottom: 84px;
  font-size: 4.0625rem;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person01 .merit .m02 {
    right: 0;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    margin: auto;
    text-align: center;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .person_list ul li.person01 .merit .m02 {
    font-size: 1.875rem;
  }
}
.sec_recruit.sec01 .person_list ul li.person01 .p_balloon {
  top: 0;
  right: calc(50% - 308px);
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person01 .p_balloon {
    top: 134px;
    right: calc(50% - 158px);
    padding: 24px 17px;
  }
}
.sec_recruit.sec01 .person_list ul li.person01 .image {
  position: absolute;
  left: 29px;
  bottom: 0;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person01 .image {
    top: 102px;
    left: calc(50% - 156px);
    bottom: auto;
    z-index: 1;
  }
  .sec_recruit.sec01 .person_list ul li.person01 .image img {
    zoom: 1;
    max-width: 160px;
  }
}
.sec_recruit.sec01 .person_list ul li.person01 h4 {
  display: flex;
  flex-wrap: wrap;
  width: 490px;
  align-items: flex-end;
  margin-left: 127px;
  margin-bottom: 20px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person01 h4 {
    width: 316px;
    margin: 0 auto 15px;
    position: relative;
    z-index: 2;
  }
}
.sec_recruit.sec01 .person_list ul li.person01 h4 .s02 {
  vertical-align: baseline;
}
.sec_recruit.sec01 .person_list ul li.person01 h4 .s03 {
  margin-left: 89px;
  font-feature-settings: "palt";
  width: 363px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person01 h4 .s03 {
    width: 250px;
    margin-left: 65px;
  }
}
.sec_recruit.sec01 .person_list ul li.person01 p {
  margin-left: 216px;
  max-width: 365px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person01 p {
    margin-left: 0;
    margin-bottom: 37px;
    max-width: 100%;
  }
}
.sec_recruit.sec01 .person_list ul li.person02 {
  margin-bottom: 110px;
  z-index: 0;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 {
    padding-top: 183px;
    margin-bottom: 0;
  }
}
.sec_recruit.sec01 .person_list ul li.person02:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: -154px;
  right: calc(50% - 619px);
  width: 436px;
  height: 424px;
  background: url(../images/recruit_sec01_bg01.webp) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02:after {
    width: 310px;
    height: 240px;
    top: -136px;
    right: calc(50% - 162px);
    background-image: url(../images/recruit_sec01_bg01_sp.webp);
  }
}
.sec_recruit.sec01 .person_list ul li.person02 .merit {
  margin: auto;
  width: fit-content;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 .merit {
    position: absolute;
    right: 0;
    bottom: 102px;
    left: 0;
  }
}
.sec_recruit.sec01 .person_list ul li.person02 .merit .m01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 .merit .m01 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .person_list ul li.person02 .merit .m01 {
    font-size: 4.375rem;
  }
}
.sec_recruit.sec01 .person_list ul li.person02 .merit .m01 .s {
  font-size: 3.75rem;
  margin-bottom: 5px;
}
.sec_recruit.sec01 .person_list ul li.person02 .merit .m02 {
  position: absolute;
  top: 200px;
  left: 111px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 .merit .m02 {
    position: static;
    font-size: 2.9375rem;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .person_list ul li.person02 .merit .m02 {
    font-size: 2.5rem;
  }
}
.sec_recruit.sec01 .person_list ul li.person02 .image {
  position: absolute;
  top: -74px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 .image {
    top: 18px;
    right: calc(50% - 206px);
  }
  .sec_recruit.sec01 .person_list ul li.person02 .image img {
    zoom: 1;
    width: 266px;
  }
}
.sec_recruit.sec01 .person_list ul li.person02 h4 {
  margin-left: calc(50% + 10px);
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 h4 {
    width: fit-content;
    margin: auto;
  }
}
.sec_recruit.sec01 .person_list ul li.person02 h4 > span {
  display: block;
  width: fit-content;
}
.sec_recruit.sec01 .person_list ul li.person02 h4 > span.s01 {
  margin-top: -4px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 h4 > span.s01 {
    margin-top: -3px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .person_list ul li.person02 h4 > span.s01 {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 h4 > span.s03 {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .person_list ul li.person02 h4 > span.s03 {
    font-size: 2.25rem;
  }
}
.sec_recruit.sec01 .person_list ul li.person02 .p_balloon {
  top: 0;
  left: 121px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 .p_balloon {
    top: -16px;
    left: calc(50% - 151px);
  }
}
.sec_recruit.sec01 .person_list ul li.person02 p {
  margin-left: calc(50% + 10px);
  max-width: 385px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 p {
    margin: auto;
    max-width: 100%;
  }
}
.sec_recruit.sec01 .person_list ul li.person02 p.p01 {
  font-size: 2.375rem;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 p.p01 {
    font-size: 2rem;
    width: fit-content;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .person_list ul li.person02 p.p01 {
    font-size: 1.75rem;
  }
}
.sec_recruit.sec01 .person_list ul li.person02 p.p02 {
  max-width: 100%;
  width: fit-content;
  margin: 30px 0 -45px auto;
  line-height: 1.25;
  font-size: 2rem;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person02 p.p02 {
    margin: 265px auto 0;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .person_list ul li.person02 p.p02 {
    font-size: 1rem;
  }
}
.sec_recruit.sec01 .person_list ul li.person03 {
  padding-top: 206px;
  z-index: 0;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 {
    padding-top: 406px;
    padding-bottom: 136px;
  }
}
.sec_recruit.sec01 .person_list ul li.person03:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: -437px;
  left: calc(50% - 628px);
  width: 558px;
  height: 432px;
  background: url(../images/recruit_sec01_bg02.webp) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03:after {
    width: 312px;
    height: 241px;
    top: 35px;
    left: calc(50% - 154px);
    background-image: url(../images/recruit_sec01_bg02_sp.webp);
  }
}
.sec_recruit.sec01 .person_list ul li.person03 .merit {
  position: absolute;
  top: 307px;
  right: calc(50% - 438px);
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 .merit {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.sec_recruit.sec01 .person_list ul li.person03 .merit .m01 {
  line-height: 1.35;
  font-size: 4rem;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 .merit .m01 {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .person_list ul li.person03 .merit .m01 {
    font-size: 2.5rem;
  }
}
.sec_recruit.sec01 .person_list ul li.person03 .image {
  position: absolute;
  top: -137px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 .image {
    top: 47px;
    left: calc(50% - 118px);
    width: 280px;
    zoom: 1;
  }
}
.sec_recruit.sec01 .person_list ul li.person03 .image02 {
  position: absolute;
  top: 38px;
  right: calc(50% - 328px);
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 .image02 {
    z-index: 1;
    top: 361px;
    right: calc(50% - 161px);
  }
}
.sec_recruit.sec01 .person_list ul li.person03 .image02 img {
  zoom: 0.5;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 .image02 img {
    zoom: 1;
    width: 122px;
  }
}
.sec_recruit.sec01 .person_list ul li.person03 h4 {
  margin-bottom: 16px;
  margin-left: 84px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 h4 {
    width: fit-content;
    margin: 0 auto 16px;
  }
}
.sec_recruit.sec01 .person_list ul li.person03 h4 span {
  display: block;
  width: fit-content;
}
.sec_recruit.sec01 .person_list ul li.person03 h4 span:nth-child(2) {
  margin-bottom: -4px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 h4 span:nth-child(2) {
    margin-bottom: -3px;
  }
}
.sec_recruit.sec01 .person_list ul li.person03 h4 .s01 {
  font-size: 3.125rem;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 h4 .s02 {
    font-size: 1.375rem;
  }
}
.sec_recruit.sec01 .person_list ul li.person03 .p_balloon {
  top: 153px;
  left: calc(50% - 118px);
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 .p_balloon {
    top: 250px;
    left: calc(50% - 68px);
  }
}
.sec_recruit.sec01 .person_list ul li.person03 p {
  max-width: 316px;
  margin-left: 84px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .person_list ul li.person03 p {
    margin-left: 0;
    max-width: 100%;
  }
}
.sec_recruit.sec01 .more {
  display: flex;
  justify-content: center;
  position: relative;
}
.sec_recruit.sec01 .more:after {
  content: "";
  position: absolute;
  top: 13px;
  right: calc(50% - 403px);
  width: 50px;
  height: 69px;
  background: url(../images/recruit_sec01_bg03.webp) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .more:after {
    top: 7px;
    right: calc(50% - 141px);
  }
}
.sec_recruit.sec01 .more .p_balloon {
  position: relative;
  top: 0;
  left: 0;
  width: fit-content;
  margin-bottom: 26px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .more .p_balloon {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec_recruit.sec01 .more .p_balloon:after {
    bottom: -15px;
    width: 15px;
    height: 20px;
  }
}
.sec_recruit.sec01 .more p {
  font-weight: 900;
  font-size: 2.875rem;
  line-height: 1.17;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec01 .more p {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec01 .more p {
    font-size: 1.75rem;
  }
}
.sec_recruit.sec01 .more p .s {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  margin-top: 15px;
}
.sec_recruit.sec02 {
  padding: 211px 0 77px;
  position: relative;
  background: #fff;
  z-index: -2;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 {
    position: static;
    background: var(--base_color02);
    padding-bottom: 36px;
  }
}
.sec_recruit.sec02:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 182px;
  left: 0;
  width: 100%;
  height: 131px;
  background: url(../images/recruit_sec02_img01.webp) no-repeat calc(50% + 19px) 50%/contain;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02:before {
    top: auto;
    background-image: url(../images/recruit_sec02_img01_sp.webp);
    height: 117px;
    margin-top: -168px;
    z-index: 2;
  }
}
.sec_recruit.sec02 h2 {
  margin: 0 auto 30px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 h2 {
    margin-bottom: 248px;
  }
}
.sec_recruit.sec02 .schedule {
  margin-bottom: 16px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule {
    margin-bottom: 25px;
  }
}
.sec_recruit.sec02 .schedule ul {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 37px;
  position: relative;
  left: calc(50% - 256px);
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul {
    max-width: 400px;
    left: 0;
    margin: auto;
    row-gap: 0;
  }
}
.sec_recruit.sec02 .schedule ul li {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-weight: 700;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li {
    align-items: flex-start;
  }
}
.sec_recruit.sec02 .schedule ul li:last-child .title {
  margin-bottom: 0;
}
.sec_recruit.sec02 .schedule ul li:last-child .title:after {
  content: none;
}
.sec_recruit.sec02 .schedule ul li .time {
  color: var(--base_color01);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  width: 70px;
  text-align: right;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li .time {
    padding-top: 28px;
  }
}
.sec_recruit.sec02 .schedule ul li .title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1.1;
  width: 80px;
  height: 80px;
  border: 2px solid var(--base_color01);
  color: var(--base_color01);
  font-size: 1.125rem;
  background: var(--base_color03);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li .title {
    margin-bottom: 39px;
  }
}
.sec_recruit.sec02 .schedule ul li .title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -39px;
  left: 0;
  margin: auto;
  width: 15px;
  height: 39px;
  background: url(../images/recruit_sec02_arrow.svg) no-repeat center;
}
.sec_recruit.sec02 .schedule ul li .detail {
  margin-left: 7px;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li .detail {
    position: static;
    line-height: 1.25;
  }
}
@media screen and (max-width: 360px) {
  .sec_recruit.sec02 .schedule ul li .detail {
    font-size: 0.875rem;
  }
}
.sec_recruit.sec02 .schedule ul li .image {
  position: absolute;
  width: fit-content;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li .image {
    position: static;
  }
}
.sec_recruit.sec02 .schedule ul li .image img {
  max-width: inherit;
  zoom: 0.5;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li .image img {
    zoom: 1;
    max-width: 100%;
  }
}
.sec_recruit.sec02 .schedule ul li.t01 .image {
  top: -49px;
  left: 260px;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li.t01 .image {
    position: absolute;
    top: -222px;
    right: 0;
    left: 0;
    margin: auto;
    width: 280px;
  }
}
.sec_recruit.sec02 .schedule ul li.t02 .image {
  top: -61px;
  left: 0;
  overflow: hidden;
  border-radius: 50px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li.t02 .image {
    margin: -30px 0;
  }
  .sec_recruit.sec02 .schedule ul li.t02 .image img {
    width: 153px;
  }
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li.t03 .detail {
    padding-top: 18px;
  }
}
.sec_recruit.sec02 .schedule ul li.t04 .image {
  top: -49px;
  left: 146px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li.t04 .image {
    padding-left: 25px;
  }
  .sec_recruit.sec02 .schedule ul li.t04 .image img {
    width: 127px;
  }
}
.sec_recruit.sec02 .schedule ul li.t05 .image {
  top: -27px;
  left: 193px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li.t05 .image {
    margin: -17px 0 0 43px;
  }
  .sec_recruit.sec02 .schedule ul li.t05 .image img {
    width: 109px;
  }
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li.t06 {
    margin-top: -9px;
  }
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .schedule ul li.t06 .detail {
    padding-top: 28px;
  }
}
.sec_recruit.sec02 .images {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 33px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .images {
    flex-direction: column-reverse;
  }
}
.sec_recruit.sec02 .images img.img01 {
  width: 424px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .images img.img01 {
    width: 328px;
    position: relative;
    left: -15px;
  }
}
.sec_recruit.sec02 .images img.img02 {
  width: 280px;
  border-radius: 50px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec02 .images img.img02 {
    margin-bottom: -30px;
  }
}
.sec_recruit.sec03 {
  padding: 113px 0 130px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 {
    padding: 0 0 123px;
  }
}
.sec_recruit.sec03 h2 {
  margin: 0 auto 40px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 h2 {
    margin-bottom: 15px;
  }
}
.sec_recruit.sec03 .p01 {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--base_color01);
  margin-bottom: 40px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 .p01 {
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.sec_recruit.sec03 .requirements {
  border-radius: 30px;
  border: 6px solid var(--base_color03);
  background: #fff;
  padding: 78px 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 .requirements {
    padding: 22px 17px;
    margin-bottom: 40px;
  }
}
.sec_recruit.sec03 .requirements .dl_list {
  max-width: 734px;
  margin: auto;
}
.sec_recruit.sec03 .requirements .dl_list dl {
  display: flex;
  padding: 16px 0;
  line-height: 1.5;
  border-bottom: 1px solid var(--base_color0002);
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 .requirements .dl_list dl {
    flex-direction: column;
  }
}
.sec_recruit.sec03 .requirements .dl_list dl:last-child {
  border-bottom: 0;
}
.sec_recruit.sec03 .requirements .dl_list dl dt {
  width: 134px;
  font-weight: 700;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 .requirements .dl_list dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.sec_recruit.sec03 .requirements .dl_list dl dd {
  flex: 1;
  font-weight: 500;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 .requirements .dl_list dl dd .num {
    display: block;
    text-align: right;
  }
}
.sec_recruit.sec03 .requirements .dl_list dl .circle li:before {
  color: var(--base_color01);
}
.sec_recruit.sec03 .requirements .dl_list dl .num_circle {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.sec_recruit.sec03 .requirements .dl_list dl .num_circle li:before {
  color: var(--base_color01);
}
.sec_recruit.sec03 .requirements .dl_list dl .num_circle li span {
  display: block;
  color: var(--base_color01);
  font-weight: 700;
}
.sec_recruit.sec03 .btn_entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 732px;
  height: 167px;
  background: var(--base_color03);
  border-radius: 30px;
  text-decoration: none;
  margin: auto;
  box-shadow: 10px 10px 0 0 var(--base_color04);
  position: relative;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 .btn_entry {
    width: 320px;
    height: 114px;
    border-radius: 20px;
    box-shadow: 5px 5px 0 0 var(--base_color04);
  }
}
@media (any-hover: hover) {
  .sec_recruit.sec03 .btn_entry {
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
  }
  .sec_recruit.sec03 .btn_entry:after {
    transition: background 0.3s;
  }
  .sec_recruit.sec03 .btn_entry:hover {
    background: var(--base_color01);
    box-shadow: 0 0 0 0 var(--base_color04);
    transform: translate3d(10px, 10px, 0);
  }
  .sec_recruit.sec03 .btn_entry:hover:after {
    background-image: url(../images/btn_entry_arrow_h.svg);
  }
  .sec_recruit.sec03 .btn_entry:hover span {
    color: var(--base_color03);
  }
}
.sec_recruit.sec03 .btn_entry:after {
  content: "";
  width: 50px;
  height: 37px;
  background: url(../images/btn_entry_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 .btn_entry:after {
    width: 23px;
    right: 16px;
  }
}
.sec_recruit.sec03 .btn_entry span {
  color: var(--base_color01);
  font-weight: 700;
}
.sec_recruit.sec03 .btn_entry span.s01 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 .btn_entry span.s01 {
    font-size: 2.25rem;
    margin-bottom: 5px;
  }
}
.sec_recruit.sec03 .btn_entry span.s02 {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .sec_recruit.sec03 .btn_entry span.s02 {
    font-size: 1rem;
    line-height: 1.19;
  }
}

.sec_contact .box {
  border: 6px solid var(--base_color03);
  border-radius: 30px;
  background: #fff;
}
.sec_contact.sec01 {
  padding: 44px 0 185px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 {
    padding: 10px 0 123px;
  }
}
.sec_contact.sec01 .p01 {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .p01 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 55px;
  }
}
.sec_contact.sec01 .contact_tel_wrap {
  max-width: 778px;
  margin: 0 auto 88px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_tel_wrap {
    margin-bottom: 35px;
  }
}
.sec_contact.sec01 .contact_tel_wrap h2 {
  margin: 0 0 0 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_tel_wrap h2 {
    margin: auto;
  }
}
.sec_contact.sec01 .contact_tel_wrap .contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 43px;
  column-gap: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_tel_wrap .contact_tel {
    flex-direction: column;
    row-gap: 25px;
  }
}
.sec_contact.sec01 .contact_tel_wrap .contact_tel a {
  display: flex;
  align-items: center;
  column-gap: 17px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_tel_wrap .contact_tel a {
    font-size: 1.375rem;
    column-gap: 13px;
  }
}
@media screen and (max-width: 360px) {
  .sec_contact.sec01 .contact_tel_wrap .contact_tel a {
    font-size: 1.25rem;
  }
}
.sec_contact.sec01 .contact_tel_wrap .contact_tel a:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_tel_wrap .contact_tel a:before {
    width: 27px;
    height: 27px;
  }
}
.sec_contact.sec01 .contact_tel_wrap .contact_tel .time {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_tel_wrap .contact_tel .time {
    font-size: 0.875rem;
  }
}
.sec_contact.sec01 .contact_form_wrap h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap h2 {
    font-size: 1rem;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}
.sec_contact.sec01 .contact_form_wrap h2:before {
  content: "";
  width: 64px;
  height: 51px;
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap h2:before {
    width: 46px;
    height: 37px;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form {
  padding-bottom: 70px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form {
    padding-bottom: 40px;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form.input_err .err_msg {
  display: block;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm form {
  position: relative;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm .req_text {
  display: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm .note {
  display: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=text],
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=email],
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=tel],
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=url],
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm select,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm textarea {
  background: #fff !important;
  border: 0 !important;
  padding: 0;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=text]:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=email]:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=tel]:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=url]:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm select:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm textarea:placeholder-shown {
  opacity: 0;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=text]::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=email]::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=tel]::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=url]::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm select::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm textarea::-webkit-input-placeholder {
  opacity: 0;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=text]:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=email]:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=tel]:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=url]:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm select:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm textarea:-moz-placeholder {
  opacity: 1;
  opacity: 0;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=text]::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=email]::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=tel]::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=url]::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm select::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm textarea::-moz-placeholder {
  opacity: 1;
  opacity: 0;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=text]:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=email]:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=tel]:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=url]:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm select:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm textarea:-ms-input-placeholder {
  opacity: 0;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=radio],
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=checkbox] {
  display: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=radio] + span,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=checkbox] + span {
  display: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=radio]:checked + span,
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input[type=checkbox]:checked + span {
  display: block;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm textarea {
  resize: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm select {
  -webkit-appearance: none;
  appearance: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm .dl_list dt {
  padding-top: 0;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm .dl_list dd .radio {
  padding-top: 5px;
  display: block;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm .privacy_policy {
  display: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm .agree {
  display: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm .btns .confirm {
  display: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm .btns .send {
  display: block;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.confirm .btns .back {
  display: block;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.send .btns button {
  display: none !important;
}
.sec_contact.sec01 .contact_form_wrap .contact_form.send .btns .send_loading {
  display: block;
}
.sec_contact.sec01 .contact_form_wrap .contact_form .err_msg {
  display: none;
  padding: 20px;
  text-align: center;
  border: 2px solid var(--base_color05);
  color: var(--base_color05);
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 360px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form .err_msg {
    font-size: 0.875rem;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form .msg {
  width: calc(100% + 12px);
  height: 64px;
  position: relative;
  left: -6px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: var(--base_color03);
  font-weight: 700;
  line-height: 1.25;
  margin-top: -6px;
  margin-bottom: 50px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form .msg {
    height: 80px;
    margin-bottom: 20px;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form .req {
  color: var(--base_color05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 24px;
  border: 1px solid var(--base_color05);
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 2px;
}
.sec_contact.sec01 .contact_form_wrap .contact_form .req:before {
  content: "必須";
}
.sec_contact.sec01 .contact_form_wrap .contact_form .req_text {
  margin-bottom: 40px;
  font-weight: 500;
}
.sec_contact.sec01 .contact_form_wrap .contact_form .req_text .req {
  margin-right: 5px;
}
.sec_contact.sec01 .contact_form_wrap .contact_form .err {
  font-size: 0.875rem;
  color: var(--base_color05);
  margin-top: 5px;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form {
  max-width: 790px;
  margin: auto;
  padding: 0 20px;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=text],
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=email],
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=tel],
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=url],
.sec_contact.sec01 .contact_form_wrap .contact_form form select,
.sec_contact.sec01 .contact_form_wrap .contact_form form textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 14px 20px;
  font-size: 1rem;
  background: #EFEFEB;
  border-radius: 6px;
  outline: none;
  resize: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=text]:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=email]:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=tel]:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=url]:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form form select:placeholder-shown,
.sec_contact.sec01 .contact_form_wrap .contact_form form textarea:placeholder-shown {
  color: rgb(var(--base_color00_rgb)/0.3);
  font-weight: 500;
  line-height: 1.5;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=text]::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=email]::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=tel]::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=url]::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form select::-webkit-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form textarea::-webkit-input-placeholder {
  color: rgb(var(--base_color00_rgb)/0.3);
  font-weight: 500;
  line-height: 1.5;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=text]:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=email]:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=tel]:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=url]:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form select:-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form textarea:-moz-placeholder {
  opacity: 1;
  color: rgb(var(--base_color00_rgb)/0.3);
  font-weight: 500;
  line-height: 1.5;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=text]::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=email]::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=tel]::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=url]::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form select::-moz-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form textarea::-moz-placeholder {
  opacity: 1;
  color: rgb(var(--base_color00_rgb)/0.3);
  font-weight: 500;
  line-height: 1.5;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=text]:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=email]:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=tel]:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form input[type=url]:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form select:-ms-input-placeholder,
.sec_contact.sec01 .contact_form_wrap .contact_form form textarea:-ms-input-placeholder {
  color: rgb(var(--base_color00_rgb)/0.3);
  font-weight: 500;
  line-height: 1.5;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list {
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  font-weight: 500;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl {
    flex-direction: column;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl dt {
  width: 195px;
  display: flex;
  align-items: center;
  padding-top: 15px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl dt .req {
  margin-left: auto;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl dt .req {
    margin-left: 25px;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl dd {
  flex: 1;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl dd {
    width: 100%;
    flex: none;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl dd .radio {
  display: flex;
  column-gap: 20px;
  padding-top: 18px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl dd .radio {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .dl_list dl dd .note {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .privacy_policy {
  margin-bottom: 45px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .privacy_policy {
    margin-bottom: 30px;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .privacy_policy h3 {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 30px;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .privacy_policy .text {
  height: 240px;
  overflow: auto;
  background: #EFEFEB;
  padding: 30px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 930px) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .privacy_policy .text {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .privacy_policy .agree {
  display: block;
  width: fit-content;
  margin: auto;
  font-weight: 500;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 30;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .btns button {
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media (any-hover: hover) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .btns button:hover {
    cursor: pointer;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .btns button.back {
  display: none;
  margin-top: 38px;
  background: none;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .sec_contact.sec01 .contact_form_wrap .contact_form form .btns button.back:hover {
    text-decoration: none;
  }
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .btns button.send {
  display: none;
}
.sec_contact.sec01 .contact_form_wrap .contact_form form .btns .send_loading {
  text-align: center;
  font-weight: 700;
  display: none;
}
.sec_contact.thanks {
  padding: 44px 0 185px;
}
@media screen and (max-width: 930px) {
  .sec_contact.thanks {
    padding: 10px 0 123px;
  }
}
.sec_contact.thanks .box {
  padding: 70px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 930px) {
  .sec_contact.thanks .box {
    padding: 50px 20px;
    max-width: 570px;
    margin: auto;
  }
}
.sec_contact.thanks .box h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--base_color01);
}
@media screen and (max-width: 930px) {
  .sec_contact.thanks .box h2 {
    font-size: 1.5rem;
  }
}
.sec_contact.thanks .box .p01 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 930px) {
  .sec_contact.thanks .box .p01 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 360px) {
  .sec_contact.thanks .box .p01 {
    font-size: 1.125rem;
  }
}
.sec_contact.thanks .box .p02 {
  text-align: center;
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (max-width: 930px) {
  .sec_contact.thanks .box .p02 {
    text-align: left;
  }
}

.grecaptcha-badge {
    visibility: hidden;
}