@charset "UTF-8";
/*
$box-shadow: 7px 7px 8px rgba(0,0,0,0.38);
$box-shadow-h: 6px 6px 15px rgba(0, 0, 0, 0.16);
$box-shadow-b: 0px 0px 15px rgba(0,0,0,0.16);
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

#template {
  position: absolute;
  font-size: 10px;
  z-index: 9999;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before,
*::after {
  background-repeat: no-repeat;
}

::selection {
  background: rgba(100, 73, 142, 0.4);
  color: #000000;
}

::-moz-selection {
  background: rgba(100, 73, 142, 0.4);
  color: #000000;
}

html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8em;
  color: #000000;
}
html p {
  text-align: justify;
}
html .br-pc {
  display: inherit;
}
html .br-sp {
  display: none;
}

html, body {
  scroll-padding-top: 450px;
}

img {
  line-height: 0;
  vertical-align: top;
}

table {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #000000;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.anchor {
  display: block;
  padding-top: 146px;
  margin-top: -146px;
  pointer-events: none;
}

address {
  font-style: normal;
}

main {
  width: 100%;
  position: relative;
}

section {
  padding: 0 0;
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.wrapper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0;
  line-height: 1.3;
  position: relative;
}
.wrapper h2 span {
  display: block;
  font-size: 25px;
  letter-spacing: 0;
}
.wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

/* scroll */
a.scroll {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
a.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #FFFFFF;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.line_break {
  padding-top: 28px;
}

.hide {
  display: none;
}

.btn-detail a {
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #6150AA;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
  padding: 0 30px;
  text-align: left;
}
.btn-detail a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f054";
  transition: 0.5s;
}
.btn-detail a:hover {
  background: #7554AA;
  color: #FFFFFF;
  opacity: 1;
}
.btn-detail a:hover:after {
  transition: 0.5s;
  transform: translateX(6px);
}

.recruit .btn-detail a {
  margin: 0 auto 100px;
}
.recruit .btn-detail a:after {
  content: "\f078";
}

.btn-detail-w a {
  max-width: 186px;
  height: 36px;
  line-height: 32px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #FFFFFF;
  font-size: 16px;
  position: relative;
  padding-right: 16px;
}
.btn-detail-w a:after {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f054";
}
.btn-detail-w a:hover {
  background: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  opacity: 1;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*
button,
input,
optgroup,
select,
textarea {
  padding: 10px;
  border-radius: 8px;
  outline: none;
  border: 1px solid;
  width: 100%;
}
  */
@media only screen and (max-width: 1110px) {
  html {
    font-size: 15px;
  }
  .container {
    max-width: inherit;
  }
  main {
    min-width: inherit;
    margin-top: 0;
  }
  .btn-top {
    transform: scale(0.8, 0.8);
  }
  .btn-detail a {
    max-width: 210px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
    padding: 0 20px;
    text-align: left;
  }
  .btn-detail a:after {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  .btn-detail a:hover {
    background: #58C28E;
    color: #FFFFFF;
    opacity: 1;
  }
  .btn-detail-w a {
    max-width: 210px;
    height: 36px;
    line-height: 32px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    position: relative;
    padding-right: 16px;
  }
  .btn-detail-w a:after {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  .btn-detail-w a:hover {
    background: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
    opacity: 1;
  }
}
@media only screen and (max-width: 888px) {
  html p {
    font-size: 15px;
    line-height: 1.5em;
  }
  html .br-pc {
    display: none;
  }
  html .br-sp {
    display: inherit;
  }
  html img {
    width: 100%;
    height: auto;
  }
  main {
    padding-top: 60px;
    width: 100%;
    margin-top: 0;
    position: relative;
  }
  section {
    padding: 0 0;
    width: 100%;
  }
  .wrapper {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .wrapper h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
  }
  .wrapper h2 span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .wrapper h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  /* scroll */
  a.scroll {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 40px;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
  }
  a.scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 35px;
    background: #FFFFFF;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  .btn-detail a {
    max-width: 150px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
    text-align: left;
  }
  .btn-detail a:after {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  .btn-detail a:hover {
    background: #58C28E;
    color: #FFFFFF;
    opacity: 1;
  }
  .btn-detail-w a {
    max-width: 150px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    position: relative;
    padding-right: 16px;
  }
  .btn-detail-w a:after {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  .btn-detail-w a:hover {
    background: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
    opacity: 1;
  }
}
#teaser {
  padding-top: 100px;
  overflow: hidden;
}
#teaser .teaser_wrap {
  width: 100%;
  height: 200px;
  background: url(../images/teaser.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
#teaser .teaser_wrap .teaser_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(24px, 2.6vw, 36px);
  letter-spacing: 0.05em;
  z-index: 2;
  width: 100%;
  text-align: center;
}
#teaser .teaser_wrap .en_txt {
  position: absolute;
  bottom: -17px;
  right: 3%;
  z-index: 1;
  line-height: 0.9;
  letter-spacing: 0.05em;
  font-size: clamp(80px, 10vw, 140px);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  opacity: 0.5;
}

@media screen and (max-width: 888px) {
  #teaser {
    padding-top: 0;
  }
  #teaser .teaser_wrap {
    height: 150px;
  }
  #teaser .teaser_wrap .teaser_tit {
    font-size: clamp(20px, 52vw, 26px);
  }
  #teaser .teaser_wrap .en_txt {
    bottom: -5px;
    right: 3%;
    font-size: clamp(50px, 12vw, 80px);
  }
} /*max-width:888px*/
.bread {
  max-width: 1140px;
  margin: 10px auto 100px;
  padding: 0 20px;
  display: flex;
  gap: 0 20px;
}
.bread li {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  line-height: 1.2;
}
.bread li::after {
  position: absolute;
  content: ">";
  background: url(images/) no-repeat;
  right: -13px;
  top: 1px;
}
.bread li:last-child::after {
  content: none;
}
.bread li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .bread {
    margin: 10px auto 40px;
    gap: 0 14px;
  }
  .bread li {
    font-size: 11px;
  }
  .bread li::after {
    right: -11px;
  }
  .bread li a {
    font-size: 11px;
  }
} /*max-width:767px*/
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.subhead01 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
  color: #6150aa;
}
.subhead01 .ja {
  font-size: clamp(18px, 2vw, 25px);
}
.subhead01 .en {
  font-size: clamp(50px, 5vw, 70px);
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 30px;
    line-height: 1;
  }
  .subhead01 .ja {
    font-size: clamp(16px, 4vw, 20px);
  }
  .subhead01 .en {
    font-size: clamp(32px, 8vw, 40px);
  }
} /*max-width:767px*/
.subhead02 {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.subhead02 .ja {
  color: #6150aa;
  font-size: clamp(22px, 2.4vw, 32px);
}
.subhead02 .en {
  font-family: "Roboto", sans-serif;
  color: rgba(97, 80, 170, 0.1);
  font-size: clamp(80px, 80vw, 120px);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.group .subhead02 {
  line-height: 1.1;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: clamp(18px, 3.3vw, 21px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 50px;
  }
  .subhead02 .ja {
    font-size: clamp(18px, 5.2vw, 26px);
  }
  .subhead02 .en {
    font-size: clamp(36px, 16vw, 100px);
  }
  .group .subhead02 {
    margin-bottom: 30px;
    font-size: clamp(16px, 3.3vw, 18px);
  }
} /*max-width:767px*/
.subhead03 {
  font-size: clamp(22px, 2.3vw, 26px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 15px 0 15px 50px;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  position: relative;
}
.subhead03::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #4E70DE;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .subhead03 {
    font-size: clamp(18px, 2.3vw, 20px);
    padding: 10px 0 10px 30px;
    margin-bottom: 20px;
  }
  .subhead03::after {
    width: 20px;
  }
} /*max-width:767px*/
.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.slide_box {
  padding: 0 20px;
}
.slide_box .content_box {
  margin-bottom: 80px;
  overflow: hidden;
}
.slide_box .content_box:last-of-type {
  margin-bottom: 0;
}
.slide_box .content_box .tit_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #6150aa;
  margin-bottom: 30px;
}
.slide_box .content_box .tit_area .tit {
  font-weight: bold;
  font-size: clamp(20px, 2vw, 24px);
}
.slide_box .content_box .tit_area .info {
  font-size: clamp(16px, 1.6vw, 20px);
  color: #6150aa;
}
.slide_box .content_box .content_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
  margin-bottom: 40px;
  align-items: flex-start;
}
.slide_box .content_box .content_wrap img {
  width: 100%;
  height: auto;
}
.slide_box .content_box .content_wrap .content {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1060/700;
}
.slide_box .content_box .content_wrap .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* object-fit: cover 相当の拡大方法 */
  transform: scale(1.1); /* 少し拡大して余白をなくす */
}
.slide_box .content_box .content_wrap .slide {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.slide_box .content_box .content_wrap .slide .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}
.slide_box .content_box .content_wrap .slide .swiper-pagination {
  bottom: 0;
}
.slide_box .content_box .content_wrap .slide .swiper-pagination span {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 6px;
}
.slide_box .content_box .content_wrap .slide .swiper-pagination span.swiper-pagination-bullet-active {
  background: #6150aa;
  width: 11px;
  height: 11px;
}
.slide_box .content_box .btn_area {
  display: flex;
  justify-content: center;
  gap: 0 2%;
}
.slide_box .content_box .btn_area li a {
  width: 300px;
  height: auto;
}
.slide_box .content_box .btn_area li:nth-child(1) a {
  background: #fff;
  border: 2px solid #6150aa;
  color: #6150aa;
  box-sizing: border-box;
}
.slide_box .content_box .btn_area li:nth-child(1) a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/pdf_icon.svg) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.slide_box .content_box .btn_area li:nth-child(2) a {
  background: #4e70de;
}
.slide_box .content_box .btn_area li:nth-child(2) a:hover {
  background: #385fdd;
}
.slide_box .content_box .btn_area li:last-child a {
  background: #6150AA;
  color: #FFFFFF;
}
.slide_box .content_box .btn_area li:last-child a:hover {
  background: #7554AA;
  color: #FFFFFF;
  opacity: 1;
}
.slide_box .content_box .btn_area li:last-child a:hover:after {
  transition: 0.5s;
  transform: translateX(6px);
}

@media screen and (max-width: 1120px) {
  .slide_box .content_box .btn_area {
    zoom: 0.8;
  }
  .slide_box .content_box .btn_area li a {
    max-width: 100%;
    line-height: 50px;
  }
} /*max-width:1120px*/
@media screen and (max-width: 888px) {
  .slide_box .content_box {
    margin-bottom: 50px;
  }
  .slide_box .content_box .tit_area {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .slide_box .content_box .tit_area .tit {
    font-size: clamp(20px, 2vw, 24px);
  }
  .slide_box .content_box .content_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .slide_box .content_box .content_wrap .content {
    border-radius: 20px;
  }
  .slide_box .content_box .content_wrap .slide {
    padding-bottom: 30px;
  }
  .slide_box .content_box .content_wrap .slide .swiper-slide {
    border-radius: 20px;
  }
  .slide_box .content_box .content_wrap .slide .swiper-pagination span {
    margin: 0 4px;
  }
  .slide_box .content_box .btn_area {
    flex-direction: column;
    zoom: 1;
    gap: 10px 0;
  }
  .slide_box .content_box .btn_area li a {
    width: 100%;
    height: auto;
    line-height: 30px;
    max-width: 240px;
  }
} /*max-width:888px*/
.privacy #privacy-box dl {
  margin-top: 50px;
}
.privacy #privacy-box dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}
.privacy #privacy-box dl dd {
  margin-bottom: 20px;
  margin-left: 1em;
}
.privacy #privacy-box dl dd ol li {
  margin-left: 1em;
  list-style-type: disc;
}

@media only screen and (max-width: 888px) {
  .privacy #privacy-box {
    font-size: 15px;
  }
  .privacy #privacy-box dl {
    margin-top: 20px;
  }
}
/* 404 */
.not404 .mb-404 {
  margin-bottom: 50px;
}
.not404 .btn-detail a {
  max-width: 350px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  transition: 0.3s ease-in-out;
}
header.is-animation {
  background: none;
  transition: 0.3s ease-in-out;
}
header.is-animation .header-inner .logo, header.is-animation .header-inner .nav-pc {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header.is-animation .header-inner .menu-overlay .logo {
  opacity: 1 !important;
}
header .header-inner {
  padding: 0 0 0 30px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-inner .logo {
  display: inline-block;
}
header .header-inner .logo h1 {
  font-weight: bold;
  font-size: clamp(1vw, 2em, 25px);
  letter-spacing: 0.032em;
  margin: 0;
  padding: 0;
  color: #2E3488;
  text-align: left;
  line-height: 1.4;
  background: url(../images/logo_ico.svg) no-repeat left top;
  padding-left: 74px;
}
header .header-inner .logo h1 img {
  width: auto;
  height: 25px;
}
header .header-inner .logo h1 .logo-info {
  display: flex;
  align-items: center;
  font-size: 12px;
}
header .header-inner .logo h1 .logo-info span.group {
  padding: 0 10px;
  line-height: 1.8;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #4E70DE;
  border-radius: 30px;
  text-align: center;
}
header .header-inner .logo h1 .logo-info span.group .eng {
  font-weight: 500;
  font-family: "Century Gothic", sans-serif;
}
header .header-inner .logo h1 .logo-info span.registration-number {
  margin-left: 10px;
}
header .header-inner .logo h1 span.group {
  padding: 0 10px;
  line-height: 1.8;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #4E70DE;
  border-radius: 30px;
  text-align: center;
}
header .header-inner .logo h1 span.group .eng {
  font-weight: 500;
  font-family: "Century Gothic", sans-serif;
}
header .header-inner .logo h1 span.registration-number {
  margin-left: 10px;
}
header .header-inner .nav-pc {
  display: inline-block;
}
header .header-inner .nav-pc ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 100px;
}
header .header-inner .nav-pc ul li {
  display: inline-block;
  position: relative;
}
header .header-inner .nav-pc ul li a {
  width: inherit;
  font-size: 18px;
  display: block;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 40px;
}
header .header-inner .nav-pc ul li a:hover {
  opacity: 1;
  color: #4E70DE;
}
header .header-inner .nav-pc ul li a.recruit {
  width: 100px;
  height: 100px;
  background: #79ABE6;
  color: #FFFFFF;
  padding: 25px 0 0 0;
  text-align: center;
  margin: 0 1px 0 auto;
  position: relative;
  font-size: 15px;
  letter-spacing: 0;
}
header .header-inner .nav-pc ul li a.recruit:before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 25px;
  font-size: 30px !important;
  font: var(--fa-font-solid);
  content: "\f508";
}
header .header-inner .nav-pc ul li a.recruit:hover {
  opacity: 1;
  background: #4E70DE;
  color: #FFFFFF;
}
header .header-inner .nav-pc ul li a.contact {
  width: 100px;
  height: 100px;
  background: #9D8AC6;
  color: #FFFFFF;
  padding: 25px 0 0 0;
  text-align: center;
  margin: 0 1px 0 auto;
  position: relative;
  font-size: 15px;
  letter-spacing: 0;
}
header .header-inner .nav-pc ul li a.contact:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  text-align: center;
  font-size: 30px !important;
  font: var(--fa-font-solid);
  content: "\f0e0";
}
header .header-inner .nav-pc ul li a.contact:hover {
  opacity: 1;
  background: #7554AA;
  color: #FFFFFF;
}
header .header-inner #toggle {
  display: none;
}
header .header-inner #toggle-nav {
  display: none;
}
header .header-inner #toggle-nav:checked ~ .hamburger div {
  background-color: #fff;
}
header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
  margin-top: 15px;
  transform: rotate(135deg);
}
header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
  opacity: 0;
}
header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
  margin-top: -27px;
  transform: rotate(-135deg);
}
header .header-inner #toggle-nav:checked ~ .menu-overlay {
  opacity: 1;
  visibility: visible;
}
header .header-inner .hamburger {
  cursor: pointer;
  position: fixed;
  z-index: 1020;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
}
header .header-inner .hamburger:hover {
  background: #2E3488;
}
header .header-inner .hamburger div {
  position: relative;
  left: 30px;
  top: 30px;
  width: 40px;
  height: 2px;
  background-color: #FFFFFF;
  transition: background-color 0.5s, transform 0.5s;
}
header .header-inner .hamburger div:nth-of-type(2) {
  margin: 12px 0;
}
header .header-inner .menu-overlay {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  will-change: opacity, visibility;
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  width: 50%; /* ビューポート幅全体 */
  height: 100vh; /* ビューポート高さ全体 */
  background: #EDE9F7; /* 背景色（必要に応じて変更） */
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper .menu-overlay-l {
  text-align: center;
  padding: 4%;
  box-sizing: border-box;
  width: auto; /* 内容に合わせる */
  /*display: inline-block;
  width: 50%;
  height: 100vh;
  background: $color-white-purple;
  padding: 28vh 4% 4% 4%;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;*/
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper .menu-overlay-l img {
  margin: 0 auto 10px auto;
  display: block;
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper .menu-overlay-l div {
  margin-bottom: 40px;
}
header .header-inner .menu-overlay .menu-overlay-l-wrapper .menu-overlay-l p {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
}
header .header-inner .menu-overlay .menu-overlay-r {
  display: inline-block;
  width: 50%;
  height: 100vh;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  height: 55vh;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul {
  display: inline-block;
  width: 50%;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul li {
  text-align: left;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul li a {
  text-align: left;
  color: #000000;
  display: block;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 40px;
  position: relative;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul li a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f054";
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul li a.home:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f015";
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact {
  height: 45vh;
  width: 100%;
  background: url(../images/sec06_contact_bg.jpg) no-repeat left top;
  background-size: cover;
  position: relative;
  padding: 30px 30px;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a {
  display: block;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  padding: 50px;
  min-height: 344px;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:after {
  position: absolute;
  content: "";
  right: 65px;
  top: 75px;
  background-size: cover;
  width: 60px;
  height: 60px;
  background: url(../images/ico_arrow_02.svg) no-repeat right top;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h2 {
  position: absolute;
  left: 0;
  font-size: 40px;
  padding: 6px 80px;
  top: 70px;
  color: #FFFFFF;
  background: #522FB2;
  border-radius: 0 15px 15px 0;
  letter-spacing: 0.1em;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h3 {
  padding-top: 70px;
  font-size: 24px;
  color: #FFFFFF;
  text-align: left;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  padding-top: 50px;
  position: relative;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #4E70DE;
  color: #FFFFFF;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #CCC;
  color: #FFFFFF;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li {
  display: inline-block;
  text-align: left;
  color: #FFFFFF;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li i {
  font-size: 20px;
  margin-right: 10px;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li dl {
  width: 100%;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li dl dd {
  font-size: clamp(1vw, 1.5vw, 24px);
  font-weight: 700;
  margin-bottom: 8px;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li dl dd:last-child {
  margin-bottom: 0;
}
header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li p {
  font-size: 16px;
}

@media only screen and (max-width: 1400px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 100px;
    text-align: center;
    margin: 0 auto;
  }
  header.is-animation {
    background: #FFFFFF;
    transition: 0.3s ease-in-out;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  }
  header .header-inner {
    padding: 0 0 0 15px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-inner .logo {
    margin-top: -12px;
    display: inline-block;
  }
  header .header-inner .logo h1 {
    font-weight: bold;
    font-size: clamp(1vw, 2em, 25px);
    letter-spacing: 0.032em;
    margin: 0;
    padding: 0;
    color: #2E3488;
    text-align: left;
    line-height: 1.4;
    background: url(../images/logo_ico.svg) no-repeat left top;
    padding-left: 74px;
  }
  header .header-inner .logo h1 img {
    width: auto;
    height: 20px;
  }
  header .header-inner .logo h1 span.group {
    line-height: 1.8;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #4E70DE;
    border-radius: 30px;
    text-align: center;
  }
  header .header-inner .logo h1 span.group .eng {
    font-weight: 900;
    font-family: "Century Gothic", sans-serif;
  }
  header .header-inner .nav-pc {
    display: inline-block;
  }
  header .header-inner .nav-pc ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 100px;
  }
  header .header-inner .nav-pc ul li {
    display: inline-block;
    position: relative;
  }
  header .header-inner .nav-pc ul li a {
    width: inherit;
    font-size: 16px;
    display: block;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-right: 30px;
  }
  header .header-inner .nav-pc ul li a:hover {
    opacity: 1;
    color: #4E70DE;
  }
  header .header-inner .nav-pc ul li a.recruit {
    width: 100px;
    height: 100px;
    background: #79ABE6;
    color: #FFFFFF;
    padding: 25px 0 0 0;
    text-align: center;
    margin: 0 1px 0 auto;
    position: relative;
    font-size: 15px;
    letter-spacing: 0;
  }
  header .header-inner .nav-pc ul li a.recruit:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    font-size: 30px !important;
    font: var(--fa-font-solid);
    content: "\f508";
  }
  header .header-inner .nav-pc ul li a.recruit:hover {
    opacity: 1;
    background: #4E70DE;
    color: #FFFFFF;
  }
  header .header-inner .nav-pc ul li a.contact {
    width: 100px;
    height: 100px;
    background: #9D8AC6;
    color: #FFFFFF;
    padding: 25px 0 0 0;
    text-align: center;
    margin: 0 1px 0 auto;
    position: relative;
    font-size: 15px;
    letter-spacing: 0;
  }
  header .header-inner .nav-pc ul li a.contact:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    text-align: center;
    font-size: 30px !important;
    font: var(--fa-font-solid);
    content: "\f0e0";
  }
  header .header-inner .nav-pc ul li a.contact:hover {
    opacity: 1;
    background: #7554AA;
    color: #FFFFFF;
  }
  header .header-inner #toggle {
    display: none;
  }
  header .header-inner #toggle-nav {
    display: none;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div {
    background-color: #fff;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 15px;
    transform: rotate(135deg);
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -27px;
    transform: rotate(-135deg);
  }
  header .header-inner #toggle-nav:checked ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  header .header-inner .hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
  }
  header .header-inner .hamburger:hover {
    background: #2E3488;
  }
  header .header-inner .hamburger div {
    position: relative;
    left: 30px;
    top: 30px;
    width: 40px;
    height: 2px;
    background-color: #FFFFFF;
    transition: background-color 0.5s, transform 0.5s;
  }
  header .header-inner .hamburger div:nth-of-type(2) {
    margin: 12px 0;
  }
  header .header-inner .menu-overlay {
    /*position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: $color-white;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out;
    will-change: opacity, visibility;*/
  }
  header .header-inner .menu-overlay .menu-overlay-l {
    /*display: inline-block;
    width: 50%;
    height: 100vh;
    background: $color-white-purple;
    padding: 28vh 4% 4% 4%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;*/
  }
  header .header-inner .menu-overlay .menu-overlay-l img {
    margin: 0 auto 10px auto;
    display: block;
  }
  header .header-inner .menu-overlay .menu-overlay-l div {
    margin-bottom: 40px;
  }
  header .header-inner .menu-overlay .menu-overlay-l p {
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
  }
  header .header-inner .menu-overlay .menu-overlay-r {
    /*display: inline-block;
    width: 50%;
    height: 100vh;*/
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul {
    display: inline-block;
    width: 50%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul li {
    text-align: left;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul li a {
    text-align: left;
    color: #000000;
    display: block;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 40px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul li a:after {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul li a.home:after {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f015";
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact {
    height: 45vh;
    width: 100%;
    background: url(../images/sec06_contact_bg.jpg) no-repeat left top;
    position: relative;
    padding: 30px 30px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a {
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding: 50px;
    min-height: 344px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:after {
    position: absolute;
    content: "";
    right: 65px;
    top: 75px;
    background-size: cover;
    width: 60px;
    height: 60px;
    background: url(../images/ico_arrow_02.svg) no-repeat right top;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.25);
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h2 {
    position: absolute;
    left: 0;
    font-size: 40px;
    padding: 6px 80px;
    top: 70px;
    color: #FFFFFF;
    background: #522FB2;
    border-radius: 0 15px 15px 0;
    letter-spacing: 0.1em;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h3 {
    padding-top: 70px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
    padding-top: 50px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul.on:after {
    position: absolute;
    content: "営業中";
    width: 80px;
    height: 30px;
    right: 0;
    top: 50px;
    border-radius: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #4E70DE;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li {
    display: inline-block;
    text-align: left;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li i {
    font-size: 20px;
    margin-right: 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li dl {
    width: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li dl dd {
    font-size: clamp(1vw, 1.5vw, 24px);
    font-weight: 700;
    margin-bottom: 8px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li dl dd:last-child {
    margin-bottom: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1110px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 100px;
    text-align: center;
    margin: 0 auto;
  }
  header.is-animation {
    background: #FFFFFF;
    transition: 0.3s ease-in-out;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  }
  header .header-inner {
    padding: 0 0 0 15px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-inner .logo {
    margin-top: -12px;
    display: inline-block;
  }
  header .header-inner .logo h1 {
    font-weight: bold;
    font-size: clamp(1vw, 2em, 25px);
    letter-spacing: 0.032em;
    margin: 0;
    padding: 0;
    color: #2E3488;
    text-align: left;
    line-height: 1;
    background: url(../images/logo_ico.svg) no-repeat left top;
    padding-left: 56px;
  }
  header .header-inner .logo h1 img {
    width: auto;
    height: 15px;
  }
  header .header-inner .logo h1 span.group {
    line-height: 1.8;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #4E70DE;
    border-radius: 30px;
    text-align: center;
  }
  header .header-inner .logo h1 span.group .eng {
    font-weight: 900;
    font-family: "Century Gothic", sans-serif;
  }
  header .header-inner .nav-pc {
    display: inline-block;
  }
  header .header-inner .nav-pc ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 100px;
  }
  header .header-inner .nav-pc ul li {
    display: inline-block;
    position: relative;
  }
  header .header-inner .nav-pc ul li a {
    width: inherit;
    font-size: 14px;
    display: block;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: 0em;
    margin-right: 10px;
  }
  header .header-inner .nav-pc ul li a:hover {
    opacity: 1;
    color: #4E70DE;
  }
  header .header-inner .nav-pc ul li a.recruit {
    width: 100px;
    height: 100px;
    background: #79ABE6;
    color: #FFFFFF;
    padding: 25px 0 0 0;
    text-align: center;
    margin: 0 1px 0 auto;
    position: relative;
    font-size: 15px;
    letter-spacing: 0;
  }
  header .header-inner .nav-pc ul li a.recruit:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 25px;
    font-size: 30px !important;
    font: var(--fa-font-solid);
    content: "\f508";
  }
  header .header-inner .nav-pc ul li a.recruit:hover {
    opacity: 1;
    background: #4E70DE;
    color: #FFFFFF;
  }
  header .header-inner .nav-pc ul li a.contact {
    width: 100px;
    height: 100px;
    background: #9D8AC6;
    color: #FFFFFF;
    padding: 25px 0 0 0;
    text-align: center;
    margin: 0 1px 0 auto;
    position: relative;
    font-size: 15px;
    letter-spacing: 0;
  }
  header .header-inner .nav-pc ul li a.contact:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    text-align: center;
    font-size: 30px !important;
    font: var(--fa-font-solid);
    content: "\f0e0";
  }
  header .header-inner .nav-pc ul li a.contact:hover {
    opacity: 1;
    background: #7554AA;
    color: #FFFFFF;
  }
  header .header-inner #toggle {
    display: none;
  }
  header .header-inner #toggle-nav {
    display: none;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div {
    background-color: #fff;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 15px;
    transform: rotate(135deg);
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -27px;
    transform: rotate(-135deg);
  }
  header .header-inner #toggle-nav:checked ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  header .header-inner .hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
  }
  header .header-inner .hamburger:hover {
    background: #2E3488;
  }
  header .header-inner .hamburger div {
    position: relative;
    left: 30px;
    top: 30px;
    width: 40px;
    height: 2px;
    background-color: #FFFFFF;
    transition: background-color 0.5s, transform 0.5s;
  }
  header .header-inner .hamburger div:nth-of-type(2) {
    margin: 12px 0;
  }
  header .header-inner .menu-overlay {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
  }
  header .header-inner .menu-overlay .menu-overlay-l {
    display: inline-block;
    width: 50%;
    background: #EDE9F7;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
  }
  header .header-inner .menu-overlay .menu-overlay-l img {
    margin: 0 auto 10px auto;
    display: block;
  }
  header .header-inner .menu-overlay .menu-overlay-l div {
    margin-bottom: 40px;
  }
  header .header-inner .menu-overlay .menu-overlay-l p {
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
  }
  header .header-inner .menu-overlay .menu-overlay-r {
    display: inline-block;
    width: 50%;
    height: 100vh;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list {
    width: 80%;
    height: 55vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 100px 20px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul {
    display: inline-block;
    width: 50%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul li {
    text-align: left;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul li a {
    text-align: left;
    color: #000000;
    display: block;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 40px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul li a:after {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-list ul li a.home:after {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f015";
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact {
    height: auto;
    width: 100%;
    background: url(../images/sec06_contact_bg.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
    padding: 30px 30px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a {
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding: 50px;
    min-height: 344px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:after {
    position: absolute;
    content: "";
    right: 65px;
    top: 75px;
    background-size: cover;
    width: 60px;
    height: 60px;
    background: url(../images/ico_arrow_02.svg) no-repeat right top;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.25);
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h2 {
    position: absolute;
    left: 0;
    font-size: 15px;
    padding: 6px 80px;
    top: 70px;
    color: #FFFFFF;
    background: #522FB2;
    border-radius: 0 15px 15px 0;
    letter-spacing: 0.1em;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h3 {
    padding-top: 70px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
    padding-top: 50px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul.on:after {
    position: absolute;
    content: "営業中";
    width: 80px;
    height: 30px;
    right: 0;
    top: 50px;
    border-radius: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #4E70DE;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li {
    display: inline-block;
    text-align: left;
    color: #FFFFFF;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li i {
    font-size: 20px;
    margin-right: 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li dl {
    width: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li dl dd {
    font-size: clamp(1vw, 1.5vw, 24px);
    font-weight: 700;
    margin-bottom: 8px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li dl dd:last-child {
    margin-bottom: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact ul li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 888px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 60px;
    text-align: center;
    margin: 0 auto;
  }
  header.is-animation {
    background: #FFFFFF;
    transition: 0.3s ease-in-out;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  }
  header .header-inner {
    padding: 0 0 0 10px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-inner .logo {
    margin-top: 0;
    display: inline-block;
    opacity: 1 !important;
  }
  header .header-inner .logo h1 {
    font-weight: bold;
    font-size: clamp(1vw, 2em, 25px);
    letter-spacing: 0.032em;
    margin: 0;
    padding: 0;
    color: #2E3488;
    text-align: left;
    line-height: 0.9;
    background: url(../images/logo_ico.svg) no-repeat left top;
    padding-left: 54px;
  }
  header .header-inner .logo h1 img {
    width: auto;
    height: 15px;
  }
  header .header-inner .logo h1 .logo-info span.group {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #4E70DE;
    border-radius: 30px;
    text-align: center;
  }
  header .header-inner .logo h1 .logo-info span.registration-number {
    font-size: 10px;
  }
  header .header-inner .nav-pc {
    display: none;
  }
  header .header-inner #toggle-nav {
    display: none;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div {
    background-color: #FFFFFF;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 12px;
    transform: rotate(135deg);
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
  }
  header .header-inner #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -22px;
    transform: rotate(-135deg);
  }
  header .header-inner #toggle-nav:checked ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  header .header-inner .hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
  }
  header .header-inner .hamburger:hover {
    background: #2E3488;
  }
  header .header-inner .hamburger div {
    position: relative;
    left: 15px;
    top: 18px;
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    transition: background-color 0.5s, transform 0.5s;
  }
  header .header-inner .hamburger div:nth-of-type(2) {
    margin: 9px 0;
  }
  header .header-inner .menu-overlay {
    position: fixed;
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    z-index: 1010;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    margin: 0;
    padding: 0;
    background: #2E3488;
    opacity: 0;
    overflow-y: scroll;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
  }
  header .header-inner .menu-overlay .menu-overlay-l-wrapper, header .header-inner .menu-overlay .menu-overlay-l {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper {
    height: auto !important;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list {
    background: #FFFFFF;
    width: 100% !important;
    height: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul {
    width: 100% !important;
    display: block;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul li {
    text-align: left;
    padding: 0 20px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul li a {
    text-align: left;
    color: #000000;
    display: block;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px dashed #CCC;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul li a:after {
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 14px !important;
    font: var(--fa-font-solid);
    content: "\f054";
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul li a.home:after {
    right: 10px;
    top: 16px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-r-list-wrapper .menu-overlay-list ul li a.last {
    border-bottom: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact {
    height: auto;
    width: 100%;
    background: none;
    position: relative;
    padding: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box {
    width: 100%;
    height: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    padding: 20px;
    position: relative;
    pointer-events: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:hover {
    opacity: 1;
    transform: scale(1);
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a:after {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h2 {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a h3 {
    display: none;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0 0;
    padding: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul.on:after {
    width: 66px;
    height: 27px;
    top: 15px;
    font-size: 13px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul.off:after {
    width: 66px;
    height: 27px;
    top: 15px;
    font-size: 13px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px dashed #CCC;
    color: #000000;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li:nth-child(2) {
    margin-top: 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li:last-child {
    margin-top: 10px;
    border-right: 0;
    padding-right: 0;
    border-bottom: 0;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li i {
    color: #4E70DE;
    font-size: 18px;
    margin-right: 10px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl {
    width: 100%;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dt {
    font-size: 15px !important;
    font-weight: 700;
    margin-bottom: 4px;
    position: relative;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li dl dd {
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
  }
  header .header-inner .menu-overlay .menu-overlay-r .menu-overlay-contact .w-box a ul li p {
    font-size: 14px;
  }
}
#float-menu {
  background: #FFFFFF;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  z-index: 888;
}
#float-menu .float-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#float-menu .float-flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
  padding: 15px 30px;
  position: relative;
}
#float-menu .float-flex ul.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  top: 36px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #4E70DE;
  color: #FFFFFF;
}
#float-menu .float-flex ul.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #CCC;
  color: #FFFFFF;
}
#float-menu .float-flex ul li {
  display: inline-block;
  text-align: left;
}
#float-menu .float-flex ul li i {
  color: #4E70DE;
  font-size: 20px;
  margin-right: 10px;
}
#float-menu .float-flex ul li dl {
  width: 100%;
}
#float-menu .float-flex ul li dl dd {
  display: block;
  font-size: 21px;
  letter-spacing: 0.05em;
  font-size: clamp(1vw, 1.8vw, 21px);
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  margin-right: 15px;
}
#float-menu .float-flex ul li dl dd p {
  font-weight: 400;
  font-size: 13px !important;
}
#float-menu .float-flex #pagetop {
  width: 100px;
  display: inline-block;
}
#float-menu .float-flex #pagetop a {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
  transition: 0.5s;
  background-size: cover;
  border-radius: 0;
  position: relative;
}
#float-menu .float-flex #pagetop a:before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 36px;
  font-size: 30px !important;
  font: var(--fa-font-solid);
  content: "\f062";
}
#float-menu .float-flex #pagetop a:hover {
  transition: 0.5s;
  opacity: 1;
  background: #2E3488;
}

footer {
  background: linear-gradient(60deg, rgba(117, 84, 170, 0.65) 0%, rgba(73, 102, 204, 0.65) 60%, rgba(120, 173, 234, 0.65) 100%);
  padding: 50px 30px 150px 30px;
  text-align: center;
}
footer .wrapper {
  width: 100%;
  max-width: inherit;
  font-size: 15px;
}
footer .wrapper .footer-info {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
footer .wrapper .footer-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .wrapper .footer-info ul li {
  display: inline-block;
  margin: 0;
}
footer .wrapper .footer-info ul li .footer-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 30px;
}
footer .wrapper .footer-info ul li .footer-logo li {
  display: inline-block;
  text-align: left;
}
footer .wrapper .footer-info ul li .footer-logo li img {
  width: 475px;
}
footer .wrapper .footer-info ul li .footer-logo li p {
  font-size: 20px;
  color: #522FB2;
}
footer .wrapper .footer-info ul li .footer-logo li .btn-detail {
  margin: 15px 0 0 0;
}
footer .wrapper .footer-info ul li .footer-logo li .btn-detail a {
  margin: 0;
  width: 240px;
  height: 48px;
  line-height: 48px;
}
footer .wrapper .footer-info ul li .footer-logo li .btn-detail a:after {
  top: 18px;
}
footer .wrapper .footer-info ul li .group {
  line-height: 1.8;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #4E70DE;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 10px;
}
footer .wrapper .footer-info ul li p {
  color: #2E3488;
  font-size: 18px;
}
footer .wrapper .footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
footer .wrapper .footer-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 0;
}
footer .wrapper .footer-link ul li {
  text-align: left;
  width: 16.6666666667%;
  display: inline-block;
}
footer .wrapper .footer-link ul li a {
  color: #FFFFFF;
  display: block;
}
footer .wrapper .footer-link copy {
  color: #FFFFFF;
  display: inline-block;
}

@media only screen and (max-width: 1110px) {
  #float-menu .float-flex ul {
    max-width: 700px;
  }
}
@media only screen and (max-width: 888px) {
  #float-menu {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    z-index: 888;
    padding: 10px;
  }
  #float-menu .float-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #float-menu .float-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 0;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
    /*&.on {
        &:after {
            position: absolute;
            content: '営業中';
            width: 50px;
            height: 24px;
            line-height: 24px;
            right: 0;
            top: 0;
            border-radius: 36px;
            text-align: center;
            font-size: 12px!important;
            font-weight: 500;
            background: $color-mid-blue;
            color: $color-white;
        }
    }*/
  }
  #float-menu .float-flex ul.on:after {
    top: auto;
    font-size: 12px !important;
  }
  #float-menu .float-flex ul.off:after {
    top: auto;
    font-size: 12px !important;
  }
  #float-menu .float-flex ul li {
    display: inline-block;
    text-align: left;
    width: 38%;
  }
  #float-menu .float-flex ul li i {
    color: #4E70DE;
    font-size: 15px;
    margin-right: 10px;
  }
  #float-menu .float-flex ul li dl {
    width: 100%;
  }
  #float-menu .float-flex ul li dl dd {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 1.25;
  }
  #float-menu .float-flex ul li dl dd p {
    font-weight: 400;
    font-size: 13px !important;
  }
  #float-menu .float-flex ul li p {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.1;
  }
  #float-menu .float-flex #pagetop {
    width: 40px;
    display: inline-block;
    position: fixed;
    bottom: 60px;
    right: 0;
  }
  #float-menu .float-flex #pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
    transition: 0.5s;
    background-size: cover;
    border-radius: 0;
    position: relative;
  }
  #float-menu .float-flex #pagetop a:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 15px;
    font-size: 15px !important;
    font: var(--fa-font-solid);
    content: "\f062";
  }
  #float-menu .float-flex #pagetop a:hover {
    transition: 0.5s;
    opacity: 1;
    background: #2E3488;
  }
  footer {
    background: linear-gradient(60deg, rgba(117, 84, 170, 0.65) 0%, rgba(73, 102, 204, 0.65) 60%, rgba(120, 173, 234, 0.65) 100%);
    padding: 50px 15px 80px 15px;
    text-align: center;
  }
  footer .wrapper {
    width: 100%;
    max-width: inherit;
    font-size: 14px;
  }
  footer .wrapper .footer-info {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 0 16px;
  }
  footer .wrapper .footer-info ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  footer .wrapper .footer-info ul li {
    display: inline-block;
    margin: 0;
  }
  footer .wrapper .footer-info ul li .footer-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 10px;
    margin-bottom: 20px;
  }
  footer .wrapper .footer-info ul li .footer-logo li {
    display: inline-block;
    text-align: left;
  }
  footer .wrapper .footer-info ul li .footer-logo li img {
    width: 225px;
  }
  footer .wrapper .footer-info ul li .footer-logo li p {
    font-size: 16px;
    color: #522FB2;
  }
  footer .wrapper .footer-info ul li .footer-logo li .btn-detail {
    margin: 15px 0 0 0;
  }
  footer .wrapper .footer-info ul li .footer-logo li .btn-detail a {
    margin: 0;
    width: 150px;
    height: 30px;
    line-height: 30px;
  }
  footer .wrapper .footer-info ul li .footer-logo li .btn-detail a:after {
    top: 10px;
  }
  footer .wrapper .footer-info ul li .group {
    line-height: 1.8;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #4E70DE;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .wrapper .footer-info ul li p {
    color: #2E3488;
    font-size: 14px;
  }
  footer .wrapper .footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    width: 100%;
  }
  footer .wrapper .footer-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 5px 0;
    margin-bottom: 20px;
  }
  footer .wrapper .footer-link ul li {
    text-align: left;
    width: 33.3333333333%;
    display: inline-block;
    text-align: center;
  }
  footer .wrapper .footer-link ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
  }
  footer .wrapper .footer-link copy {
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
  }
}
body.home #sec01 {
  width: 100%;
  text-align: right;
  padding-top: 100px;
  position: relative;
}
body.home #sec01 .mainimg {
  width: calc(100% - 100px);
  margin: 0 0 0 100px;
}
body.home #sec01 .mainimg picture img {
  width: 100%;
  height: auto;
  border-radius: 50px 0 0 50px;
}
body.home #sec01 .maintext {
  position: absolute;
  content: "";
  left: 30px;
  top: 15vw;
  z-index: 1;
}
body.home #sec01 .maintext img {
  display: block;
  margin-bottom: 40px;
}
body.home #sec01 .maintext h2 {
  text-align: left;
}
body.home #sec01 .maintext h2 span {
  font-size: 36px;
  letter-spacing: 0.2em;
  background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 20px 20px 20px;
  position: relative;
}
body.home #sec01 .maintext h2 span:first-of-type {
  width: 45%;
}
body.home #sec01 .maintext h2 span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
}
body.home #sec01 .info-tick {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 740px;
  width: 100%;
  height: 100px;
  border-radius: 50px 0 0 0;
  background: #FFFFFF;
  padding: 20px 68px;
}
body.home #sec01 .info-tick ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  gap: 0 25px;
  align-items: center;
}
body.home #sec01 .info-tick ul li {
  display: inline-block;
  text-align: left;
}
body.home #sec01 .info-tick ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
body.home #sec01 .info-tick ul li i {
  color: #4E70DE;
  font-size: 20px;
  margin-right: 10px;
}
body.home #sec01 .info-tick ul li dl {
  width: 100%;
}
body.home #sec01 .info-tick ul li dl.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 68px;
  top: 38px;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #4E70DE;
  color: #FFFFFF;
}
body.home #sec01 .info-tick ul li dl.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  top: 50px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #CCC;
  color: #FFFFFF;
}
body.home #sec01 .info-tick ul li dl dd {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
body.home #sec01 .info-tick ul li p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
body.home #sec02 {
  padding: 130px 0;
}
body.home #sec02 .wrapper {
  max-width: 1365px;
}
body.home #sec02 .wrapper h2 {
  text-align: center;
  color: #7554AA;
}
body.home #sec02 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  margin-bottom: 120px;
}
body.home #sec02 .wrapper ul li {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 568px;
  max-height: 406px;
}
body.home #sec02 .wrapper ul li a {
  min-height: 406px;
  border-radius: 40px;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  display: block;
  padding: 20px;
  position: relative;
  border: 7px solid #FFFFFF;
}
body.home #sec02 .wrapper ul li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 40px;
  top: 70px;
  background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
  z-index: -1;
  border-radius: 40px 0 40px 0;
  transition: 0.5s;
}
body.home #sec02 .wrapper ul li a:hover {
  opacity: 1;
}
body.home #sec02 .wrapper ul li a:hover .btn-detail {
  transition: 0.5s;
  background: rgba(100, 73, 142, 0.4);
  color: #FFFFFF;
  opacity: 1;
  transform: translateY(5px);
}
body.home #sec02 .wrapper ul li:nth-child(1) a {
  background: url(../images/sec02_01_bg.jpg) no-repeat center top;
  background-size: cover;
}
body.home #sec02 .wrapper ul li:nth-child(1) a:before {
  position: absolute;
  content: "Sightseeing bus";
  right: -20px;
  bottom: -50px;
  font-size: 27px;
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}
body.home #sec02 .wrapper ul li:nth-child(2) a {
  background: url(../images/sec02_02_bg.jpg) no-repeat center top;
  background-size: cover;
}
body.home #sec02 .wrapper ul li:nth-child(2) a:before {
  position: absolute;
  content: "Shuttle bus";
  right: -20px;
  bottom: -50px;
  font-size: 27px;
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}
body.home #sec02 .wrapper ul li .btn-detail {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  height: 80px;
  display: block;
  text-align: center;
}
body.home #sec02 .wrapper ul li .btn-detail:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  margin: 0 auto;
  background: rgba(100, 73, 142, 0.82);
  z-index: 1;
  mix-blend-mode: multiply;
}
body.home #sec02 .wrapper ul li .btn-detail h3 {
  font-size: clamp(1vw, 3vw, 43px);
  letter-spacing: 0.15em;
  font-weight: 900;
  line-height: 78px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
body.home #sec03 .wrapper {
  width: 100%;
  max-width: inherit;
}
body.home #sec03 .wrapper h2 {
  text-align: center;
  color: #7554AA;
}
body.home #sec03 .wrapper .sec03-box {
  width: 100%;
  height: 100%;
  background: url(../images/sec03_bg.jpg) no-repeat left top;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
body.home #sec03 .wrapper .sec03-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px 50px;
  width: 100%;
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
}
body.home #sec03 .wrapper .sec03-box ul li {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
}
body.home #sec03 .wrapper .sec03-box ul li a {
  display: block;
  max-width: 490px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: #FFFFFF;
  border: 7px solid #FFFFFF;
  padding: 0;
}
body.home #sec03 .wrapper .sec03-box ul li a .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body.home #sec03 .wrapper .sec03-box ul li a .flex-box .img-box {
  display: inline-block;
  width: 52%;
  overflow: hidden;
}
body.home #sec03 .wrapper .sec03-box ul li a .flex-box .img-box img {
  width: 100%;
  height: auto;
}
body.home #sec03 .wrapper .sec03-box ul li a .flex-box .text-box {
  width: 48%;
  display: inline-block;
}
body.home #sec03 .wrapper .sec03-box ul li a .flex-box .text-box h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  border-bottom: 4px solid #6150AA;
  padding-bottom: 12px;
  margin: 0 21px 12px 21px;
}
body.home #sec03 .wrapper .sec03-box ul li a .flex-box .text-box p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #6150AA;
}
body.home #sec04 {
  padding: 130px 0 0 0;
}
body.home #sec04 .wrapper {
  max-width: 1365px;
}
body.home #sec04 .wrapper h2 {
  width: 100%;
  font-size: 40px;
  text-align: right;
  color: #7554AA;
  position: relative;
  min-height: 176px;
  padding-top: 36px;
}
body.home #sec04 .wrapper h2:before {
  position: absolute;
  content: "";
  background: url(../images/sec04_tit.svg) no-repeat left top;
  width: 693px;
  height: 176px;
  left: 0;
  top: 0;
}
body.home #sec04 .wrapper h2:after {
  position: absolute;
  content: "";
  width: 140px;
  height: 2px;
  background: #6150AA;
  left: 680px;
  top: 60px;
}
body.home #sec04 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px 30px;
  margin-bottom: 60px;
}
body.home #sec04 .wrapper ul li {
  display: inline-block;
  width: calc(33.3333333333% - 30px);
  text-align: center;
  margin: 0 auto;
  padding-top: 96px;
  position: relative;
}
body.home #sec04 .wrapper ul li div {
  display: block;
  max-width: 370px;
  width: 100%;
  max-height: 370px;
  height: auto;
  border-radius: 200px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
}
body.home #sec04 .wrapper ul li div img {
  width: 100%;
  height: auto;
}
body.home #sec04 .wrapper ul li h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}
body.home #sec04 .wrapper ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 220px;
  height: 80px;
}
body.home #sec04 .wrapper ul li:nth-child(1):before {
  background: url(../images/sec04_subtit_01.svg) no-repeat left top;
  background-size: contain;
}
body.home #sec04 .wrapper ul li:nth-child(2):before {
  background: url(../images/sec04_subtit_02.svg) no-repeat left top;
  background-size: contain;
}
body.home #sec04 .wrapper ul li:nth-child(3):before {
  background: url(../images/sec04_subtit_03.svg) no-repeat left top;
  background-size: contain;
}
body.home #sec05 {
  margin-top: 100px;
  background: #EDE9F7;
}
body.home #sec05 .wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body.home #sec05 .wrapper .sec05-l {
  min-height: 266px;
  display: inline-block;
  width: 30%;
  position: relative;
  padding-right: 5%;
  border-right: 1px solid #707070;
}
body.home #sec05 .wrapper .sec05-l h2 {
  padding-left: 50px;
  font-size: 45px;
  color: #7554AA;
  margin-top: 30px;
}
body.home #sec05 .wrapper .sec05-l h2 span {
  font-size: 25px;
  color: #7554AA;
}
body.home #sec05 .wrapper .sec05-l .btn-detail {
  position: absolute;
  content: "";
  left: 0;
  bottom: 30px;
  width: 300px;
}
body.home #sec05 .wrapper .sec05-r {
  display: inline-block;
  width: 65%;
}
body.home #sec05 .wrapper .sec05-r ul li a {
  display: block;
  padding: 12px 0;
  font-size: clamp(1vw, 1.5vw, 18px);
  font-weight: 400;
}
body.home #sec05 .wrapper .sec05-r ul li a span.date {
  padding-right: 10px;
}
body.home #sec05 .wrapper .sec05-r ul li a span.title {
  padding-left: 10px;
}
body.home #sec05 .wrapper .btn-detail.sp {
  display: none;
}
body.home #sec06 {
  margin: 100px auto;
}
body.home #sec06 .wrapper {
  width: 100%;
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
}
body.home #sec06 .wrapper .recruit-box {
  display: inline-block;
  width: 50%;
  background: url(../images/sec06_recruit_bg.jpg) no-repeat left top;
  background-size: cover;
  position: relative;
  padding: 30px;
}
body.home #sec06 .wrapper .recruit-box .w-box a:after {
  background: url(../images/ico_arrow_01.svg) no-repeat right top;
}
body.home #sec06 .wrapper .recruit-box .w-box a h2 {
  position: absolute;
  left: 0;
  font-size: 40px;
  padding: 6px 80px;
  top: 70px;
  color: #FFFFFF;
  background: #4056CC;
  border-radius: 0 15px 15px 0;
  letter-spacing: 0.1em;
}
body.home #sec06 .wrapper .recruit-box .w-box a h3 {
  padding-top: 70px;
  font-size: 24px;
  color: #FFFFFF;
}
body.home #sec06 .wrapper .contact-box {
  display: inline-block;
  width: 50%;
  background: url(../images/sec06_contact_bg.jpg) no-repeat left top;
  background-size: cover;
  position: relative;
  padding: 30px 30px;
}
body.home #sec06 .wrapper .contact-box .w-box a {
  padding: 50px 50px 25px 50px;
}
body.home #sec06 .wrapper .contact-box .w-box a:after {
  background: url(../images/ico_arrow_02.svg) no-repeat right top;
}
body.home #sec06 .wrapper .contact-box .w-box a h2 {
  position: absolute;
  left: 0;
  font-size: 40px;
  padding: 6px 80px;
  top: 70px;
  color: #FFFFFF;
  background: #522FB2;
  border-radius: 0 15px 15px 0;
  letter-spacing: 0.1em;
}
body.home #sec06 .wrapper .contact-box .w-box a h3 {
  padding-top: 70px;
  font-size: 24px;
  color: #FFFFFF;
}
body.home #sec06 .wrapper .contact-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  padding-top: 50px;
  position: relative;
}
body.home #sec06 .wrapper .contact-box ul.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #4E70DE;
  color: #FFFFFF;
}
body.home #sec06 .wrapper .contact-box ul.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #CCC;
  color: #FFFFFF;
}
body.home #sec06 .wrapper .contact-box ul li {
  display: inline-block;
  text-align: left;
  color: #FFFFFF;
}
body.home #sec06 .wrapper .contact-box ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
body.home #sec06 .wrapper .contact-box ul li i {
  font-size: 20px;
  margin-right: 10px;
}
body.home #sec06 .wrapper .contact-box ul li dl {
  width: 100%;
}
body.home #sec06 .wrapper .contact-box ul li dl dd {
  font-size: clamp(1vw, 1.5vw, 24px);
  font-weight: 700;
  margin-bottom: 8px;
}
body.home #sec06 .wrapper .contact-box ul li dl dd:last-child {
  margin-bottom: 0;
}
body.home #sec06 .wrapper .contact-box ul li p {
  font-size: 16px;
}
body.home #sec06 .wrapper .w-box {
  width: 100%;
  height: 100%;
}
body.home #sec06 .wrapper .w-box a {
  display: block;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  padding: 50px;
  min-height: 344px;
}
body.home #sec06 .wrapper .w-box a:after {
  position: absolute;
  content: "";
  right: 65px;
  top: 75px;
  background-size: cover;
  width: 60px;
  height: 60px;
}
body.home #sec06 .wrapper .w-box a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 1400px) {
  body.home #sec02 {
    padding: 130px 0;
    overflow: hidden;
  }
  body.home #sec02 .wrapper {
    max-width: 1200px;
  }
  body.home #sec02 .wrapper ul li {
    display: inline-block;
    width: 45%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
  }
  body.home #sec02 .wrapper ul li a {
    min-height: 360px;
  }
  body.home #sec03 .wrapper {
    width: 100%;
    max-width: inherit;
  }
  body.home #sec03 .wrapper h2 {
    text-align: center;
    color: #7554AA;
  }
  body.home #sec03 .wrapper .sec03-box {
    width: 100%;
    height: 100%;
    background: url(../images/sec03_bg.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
    padding: 100px 10px;
  }
  body.home #sec03 .wrapper .sec03-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px 50px;
    width: 100%;
    max-width: inherit;
    text-align: center;
    margin: 0 auto;
  }
  body.home #sec03 .wrapper .sec03-box ul li {
    display: inline-block;
    width: calc(33.3333333333% - 50px);
  }
  body.home #sec03 .wrapper .sec03-box ul li a {
    display: block;
    max-width: inherit;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #FFFFFF;
    border: 7px solid #FFFFFF;
    padding: 0;
  }
  body.home #sec03 .wrapper .sec03-box ul li a .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  body.home #sec03 .wrapper .sec03-box ul li a .flex-box .img-box {
    display: inline-block;
    width: 52%;
    overflow: hidden;
  }
  body.home #sec03 .wrapper .sec03-box ul li a .flex-box .img-box img {
    width: 100%;
    height: auto;
  }
  body.home #sec03 .wrapper .sec03-box ul li a .flex-box .text-box {
    width: 48%;
    display: inline-block;
  }
  body.home #sec03 .wrapper .sec03-box ul li a .flex-box .text-box h3 {
    font-size: 1.8vw;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
    border-bottom: 4px solid #6150AA;
    padding-bottom: 12px;
    margin: 0 12px 12px 12px;
  }
  body.home #sec03 .wrapper .sec03-box ul li a .flex-box .text-box p {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #6150AA;
  }
  body.home #sec04 {
    padding: 130px 0 0 0;
  }
  body.home #sec04 .wrapper {
    max-width: 1100px;
    padding: 0 15px;
  }
  body.home #sec04 .wrapper h2 {
    width: 100%;
    font-size: clamp(1vw, 2.4vw, 30px);
    text-align: right;
    color: #7554AA;
    position: relative;
    min-height: 150px;
    padding-top: 36px;
  }
  body.home #sec04 .wrapper h2:before {
    position: absolute;
    content: "";
    background: url(../images/sec04_tit.svg) no-repeat left top;
    background-size: auto 100%;
    width: 600px;
    height: 100px;
    left: 0;
    top: 0;
  }
  body.home #sec04 .wrapper h2:after {
    position: absolute;
    content: "";
    width: 6vw;
    height: 2px;
    background: #6150AA;
    left: inherit;
    right: 33vw;
    top: 55px;
  }
  body.home #sec04 .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px 10px;
    margin-bottom: 60px;
  }
  body.home #sec04 .wrapper ul li {
    display: inline-block;
    width: calc(33.3333333333% - 30px);
    text-align: center;
    margin: 0 auto;
    padding-top: 76px;
    position: relative;
  }
  body.home #sec04 .wrapper ul li div {
    display: block;
    max-width: 340px;
    width: 100%;
    max-height: 340px;
    height: auto;
    border-radius: 200px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
    margin-bottom: 25px;
  }
  body.home #sec04 .wrapper ul li div img {
    width: 100%;
    height: auto;
  }
  body.home #sec04 .wrapper ul li h3 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: relative;
  }
  body.home #sec04 .wrapper ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 200px;
    height: 60px;
  }
  body.home #sec04 .wrapper ul li:nth-child(1):before {
    background: url(../images/sec04_subtit_01.svg) no-repeat left top;
    background-size: contain;
  }
  body.home #sec04 .wrapper ul li:nth-child(2):before {
    background: url(../images/sec04_subtit_02.svg) no-repeat left top;
    background-size: contain;
  }
  body.home #sec04 .wrapper ul li:nth-child(3):before {
    background: url(../images/sec04_subtit_03.svg) no-repeat left top;
    background-size: contain;
  }
  body.home #sec05 .wrapper {
    padding: 60px 20px;
  }
  body.home #sec06 .wrapper .contact-box ul {
    padding-top: 40px;
  }
  body.home #sec06 .wrapper .w-box h3 {
    font-size: 21px !important;
  }
}
@media only screen and (max-width: 1110px) {
  #sec03 .wrapper .sec03-box ul li a .text-box h3 {
    font-size: 15px !important;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
    border-bottom: 4px solid #6150AA;
    padding-bottom: 6px;
    margin: 0 4px 4px 4px;
  }
  #sec03 .wrapper .sec03-box ul li a .text-box p {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #6150AA;
  }
}
@media only screen and (max-width: 888px) {
  body.home #sec01 {
    width: 100%;
    height: 204px;
    text-align: right;
    padding-top: 0;
    position: relative;
    height: 100%;
  }
  body.home #sec01 .mainimg {
    width: 100%;
    margin: 0 0 0 0;
  }
  body.home #sec01 .mainimg picture img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  body.home #sec01 .maintext {
    position: absolute;
    content: "";
    left: 10px;
    top: inherit;
    bottom: -65px;
    z-index: 1;
  }
  body.home #sec01 .maintext img {
    display: block;
    margin-bottom: 0;
    width: 50%;
  }
  body.home #sec01 .maintext h2 {
    text-align: left;
  }
  body.home #sec01 .maintext h2 span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.15em;
    background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto;
    margin-bottom: 10px;
    padding: 5px 0 5px 5px;
    position: relative;
  }
  body.home #sec01 .maintext h2 span:first-of-type {
    width: 42%;
  }
  body.home #sec01 .maintext h2 span:nth-of-type(2) {
    width: 52%;
  }
  body.home #sec01 .maintext h2 span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: -1;
  }
  body.home #sec01 .info-tick {
    display: none;
  }
  body.home #sec02 {
    padding: 100px 0 50px 0;
  }
  body.home #sec02 .wrapper {
    max-width: inherit;
    padding: 0 10px;
  }
  body.home #sec02 .wrapper h2 {
    text-align: center;
    color: #7554AA;
  }
  body.home #sec02 .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    margin-bottom: 60px;
  }
  body.home #sec02 .wrapper ul li {
    display: inline-block;
    width: 48%;
    height: 45%;
    max-width: inherit;
    max-height: inherit;
  }
  body.home #sec02 .wrapper ul li a {
    min-height: 203px;
    border-radius: 20px;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
    display: block;
    padding: 20px;
    position: relative;
    border: 4px solid #FFFFFF;
  }
  body.home #sec02 .wrapper ul li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 15px;
    top: 40px;
    background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
    z-index: -1;
    border-radius: 20px 0 20px 0;
    transition: 0.5s;
  }
  body.home #sec02 .wrapper ul li a:hover {
    opacity: 1;
  }
  body.home #sec02 .wrapper ul li a:hover .btn-detail {
    transition: 0.5s;
    background: rgba(100, 73, 142, 0.4);
    color: #FFFFFF;
    opacity: 1;
    transform: translateY(5px);
  }
  body.home #sec02 .wrapper ul li:nth-child(1) a {
    background: url(../images/sec02_01_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  body.home #sec02 .wrapper ul li:nth-child(1) a:before {
    position: absolute;
    content: "Sightseeing bus";
    right: 0;
    bottom: -35px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "Roboto", sans-serif;
  }
  body.home #sec02 .wrapper ul li:nth-child(2) a {
    background: url(../images/sec02_02_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  body.home #sec02 .wrapper ul li:nth-child(2) a:before {
    position: absolute;
    content: "Shuttle bus";
    right: 0;
    bottom: -35px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "Roboto", sans-serif;
  }
  body.home #sec02 .wrapper ul li .btn-detail {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    height: 80px;
    display: block;
    text-align: center;
  }
  body.home #sec02 .wrapper ul li .btn-detail:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    margin: 0 auto;
    background: rgba(100, 73, 142, 0.82);
    z-index: 1;
    mix-blend-mode: multiply;
  }
  body.home #sec02 .wrapper ul li .btn-detail h3 {
    font-size: 18px;
    letter-spacing: 0.15em;
    font-weight: 900;
    line-height: 36px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
  }
  body.home #sec03 .wrapper {
    width: 100%;
    max-width: inherit;
  }
  body.home #sec03 .wrapper h2 {
    text-align: center;
    color: #7554AA;
  }
  body.home #sec03 .wrapper .sec03-box {
    width: 100%;
    height: 100%;
    background: url(../images/sec03_bg.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
    padding: 50px 10px 40px 10px;
  }
  body.home #sec03 .wrapper .sec03-box ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 0;
  }
  body.home #sec03 .wrapper .sec03-box ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  body.home #sec03 .wrapper .sec03-box ul li a {
    display: block;
    max-width: inherit;
    width: 100%;
    min-height: 210px;
    height: auto;
    border-radius: 20px;
    background: #FFFFFF;
    border: 4px solid #FFFFFF;
    padding: 0;
  }
  body.home #sec03 .wrapper .sec03-box ul li a h3 {
    font-size: 21px !important;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
    border-bottom: 4px solid #6150AA;
    padding-bottom: 12px;
    margin: 0 12px 12px 12px;
  }
  body.home #sec03 .wrapper .sec03-box ul li a p {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #6150AA;
  }
  body.home #sec04 {
    padding: 65px 0 0 0;
  }
  body.home #sec04 .wrapper {
    max-width: inherit;
    padding: 0 10px;
  }
  body.home #sec04 .wrapper h2 {
    width: 100%;
    font-size: 18px;
    text-align: right;
    color: #7554AA;
    position: relative;
    min-height: inherit;
    padding-top: 90px;
    margin-bottom: 40px;
  }
  body.home #sec04 .wrapper h2:before {
    position: absolute;
    content: "";
    background: url(../images/sec04_tit.svg) no-repeat left top;
    background-size: auto 100%;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0;
  }
  body.home #sec04 .wrapper h2:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #6150AA;
    left: inherit;
    right: 250px;
    top: inherit;
    bottom: 12px;
  }
  body.home #sec04 .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
  }
  body.home #sec04 .wrapper ul li {
    display: inline-block;
    width: calc(33.3333333333% - 5px);
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
  }
  body.home #sec04 .wrapper ul li div {
    display: block;
    max-width: 370px;
    width: 100%;
    max-height: 370px;
    height: auto;
    border-radius: 200px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
    margin-bottom: 25px;
  }
  body.home #sec04 .wrapper ul li div img {
    width: 100%;
    height: auto;
  }
  body.home #sec04 .wrapper ul li h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    position: relative;
  }
  body.home #sec04 .wrapper ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 110px;
    height: 40px;
  }
  body.home #sec04 .wrapper ul li:nth-child(1):before {
    background: url(../images/sec04_subtit_01.svg) no-repeat left top;
    background-size: contain;
  }
  body.home #sec04 .wrapper ul li:nth-child(2):before {
    background: url(../images/sec04_subtit_02.svg) no-repeat left top;
    background-size: contain;
  }
  body.home #sec04 .wrapper ul li:nth-child(3):before {
    background: url(../images/sec04_subtit_03.svg) no-repeat left top;
    background-size: contain;
  }
  body.home #sec05 {
    margin-top: 50px;
    background: #EDE9F7;
  }
  body.home #sec05 .wrapper {
    max-width: inherit;
    width: 100%;
    padding: 40px 15px;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  body.home #sec05 .wrapper .sec05-l {
    min-height: inherit;
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
  }
  body.home #sec05 .wrapper .sec05-l h2 {
    text-align: center;
    padding-left: 0;
    font-size: 30px;
    color: #7554AA;
    margin-top: 0;
  }
  body.home #sec05 .wrapper .sec05-l h2 span {
    font-size: 16px;
    color: #7554AA;
  }
  body.home #sec05 .wrapper .sec05-l .btn-detail {
    text-align: center;
    margin: 0 auto;
    position: inherit;
    content: "";
    left: 0;
    bottom: 0;
    width: 300px;
  }
  body.home #sec05 .wrapper .sec05-r {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
  }
  body.home #sec05 .wrapper .sec05-r ul li a {
    display: flex;
    padding: 6px 0;
    font-size: 15px;
    font-weight: 400;
  }
  body.home #sec05 .wrapper .sec05-r ul li a span.date {
    padding-right: 10px;
  }
  body.home #sec05 .wrapper .sec05-r ul li a span.title {
    padding-left: 10px;
  }
  body.home #sec05 .wrapper .btn-detail.sp {
    display: none;
  }
  body.home #sec06 {
    margin: 50px auto;
  }
  body.home #sec06 .wrapper {
    width: 100%;
    max-width: inherit;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
  }
  body.home #sec06 .wrapper .recruit-box {
    display: inline-block;
    width: 100%;
    background: url(../images/sec06_recruit_bg.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
    padding: 15px;
  }
  body.home #sec06 .wrapper .recruit-box .w-box a:after {
    background: url(../images/ico_arrow_01.svg) no-repeat right top;
    background-size: 30px;
  }
  body.home #sec06 .wrapper .recruit-box .w-box a h2 {
    position: absolute;
    left: 0;
    font-size: 21px;
    padding: 6px 40px;
    top: 30px;
    color: #FFFFFF;
    background: #4056CC;
    border-radius: 0 15px 15px 0;
    letter-spacing: 0.1em;
  }
  body.home #sec06 .wrapper .recruit-box .w-box a h3 {
    padding-top: 40px;
    font-size: 18px;
    color: #FFFFFF;
  }
  body.home #sec06 .wrapper .contact-box {
    display: inline-block;
    width: 100%;
    background: url(../images/sec06_contact_bg.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
    padding: 15px;
  }
  body.home #sec06 .wrapper .contact-box .w-box a {
    padding: 30px 30px 25px 30px;
  }
  body.home #sec06 .wrapper .contact-box .w-box a:after {
    background: url(../images/ico_arrow_02.svg) no-repeat right top;
    background-size: 30px;
  }
  body.home #sec06 .wrapper .contact-box .w-box a h2 {
    position: absolute;
    left: 0;
    font-size: 21px;
    padding: 6px 40px;
    top: 30px;
    color: #FFFFFF;
    background: #522FB2;
    border-radius: 0 15px 15px 0;
    letter-spacing: 0.1em;
  }
  body.home #sec06 .wrapper .contact-box .w-box a h3 {
    padding-top: 40px;
    font-size: 18px;
    color: #FFFFFF;
  }
  body.home #sec06 .wrapper .contact-box ul {
    display: none;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 0;
    padding-top: 20px;
    position: relative;
    &.on {
        &:after {
            position: absolute;
            content: '営業中';
            width: 66px;
            height: 27px;
            right: 0;
            top: 20px;
            border-radius: 36px;
            text-align: center;
            font-size: 13px;
            font-weight: 500;
            background: $color-mid-blue;
            color: $color-white;
        }
    }*/
  }
  body.home #sec06 .wrapper .contact-box ul li {
    display: inline-block;
    text-align: left;
    color: #FFFFFF;
  }
  body.home #sec06 .wrapper .contact-box ul li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  body.home #sec06 .wrapper .contact-box ul li i {
    font-size: 20px;
    margin-right: 10px;
  }
  body.home #sec06 .wrapper .contact-box ul li dl {
    width: 100%;
  }
  body.home #sec06 .wrapper .contact-box ul li dl dd {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  body.home #sec06 .wrapper .contact-box ul li dl dd:last-child {
    margin-bottom: 0;
  }
  body.home #sec06 .wrapper .contact-box ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
  body.home #sec06 .wrapper .w-box {
    width: 100%;
    height: 100%;
  }
  body.home #sec06 .wrapper .w-box a {
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding: 25px;
    min-height: inherit;
  }
  body.home #sec06 .wrapper .w-box a:after {
    position: absolute;
    content: "";
    right: 30px;
    top: 35px;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
  body.home #sec06 .wrapper .w-box a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.25);
  }
}
@media only screen and (max-width: 500px) {
  #sec02 .wrapper ul li {
    width: 45% !important;
  }
  #sec02 .wrapper ul li a {
    min-height: 170px !important;
  }
}
.company_box {
  padding: 100px 20px;
  background: #EDE9F7;
  margin-bottom: 100px;
}
.company_box .group_img {
  margin: 0 auto 100px;
  text-align: center;
}
.company_box .overview_table {
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse;
}
.company_box .overview_table tr:first-of-type {
  border-top: 1px solid #999999;
}
.company_box .overview_table th {
  width: 30%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
  color: #6150aa;
}
.company_box .overview_table td {
  width: 70%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .company_box .overview_table th {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.2;
  }
  .company_box .overview_table td {
    padding: 10px 5px;
    font-size: 14px;
  }
}

.group .company_box .overview_table {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .group .company_box .overview_table {
    margin-bottom: 30px;
  }
}
.archive-news .archive-list li a {
  display: block;
  padding: 12px 0;
  font-size: 18px;
}
.archive-news .archive-list li a .date {
  padding-right: 20px;
}
.archive-news .archive-list li a .title {
  padding-left: 20px;
}
.archive-news .pagination {
  margin-top: 50px;
  text-align: center;
}
.archive-news .pagination .page-numbers {
  border: 1px solid #ccc;
  padding: 4px 10px;
  font-size: 16px;
}
.archive-news .pagination .page-numbers.current {
  color: #ccc;
}

.single-news h2 {
  margin-bottom: 10px;
}
.single-news .publish-date {
  margin-bottom: 30px;
}
.single-news article p {
  margin-bottom: 20px;
}

.contact_box {
  padding: 0 20px;
  margin-bottom: 100px;
}

.contact_table {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse;
}
.contact_table dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact_table dl dt {
  margin-top: 20px;
  width: 20%;
}
.contact_table dl dt:first-of-type {
  margin-top: 0;
}
.contact_table dl dd {
  margin-top: 20px;
  width: 80%;
}
.contact_table dl dd:first-of-type {
  margin-top: 0;
}

.contact_table th {
  width: 30%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px dashed #cccccc;
  color: #6150aa;
}
.contact_table th span {
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 8px;
  background: #f28e41;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
}

.contact_table td {
  width: 70%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px dashed #cccccc;
}

.contact-form-p {
  margin: 50px auto 20px;
  font-size: 15px;
  text-align: center;
}
.contact-form-p a {
  color: #6150AA;
  text-decoration: underline;
}

/* 初期チラつき防止：グループはJS前でも隠す */
.wpcf7cf-group {
  display: none;
}

/* ラジオの“グループ”を横並びに */
.wpcf7 .radio-inline {
  display: flex; /* 横並び */
  flex-wrap: wrap; /* はみ出す場合は折り返し */
  gap: 0.8rem; /* 項目同士の間隔 */
}

/* 1項目（ラベル＋ボタン）を横一列で揃える */
.wpcf7 .radio-inline .wpcf7-list-item label {
  display: inline-flex;
  align-items: center; /* ボタンと文字の縦位置を中央揃え */
  gap: 0.4em; /* ボタンと文字の隙間 */
}

/* テーマで縦積みにされるのを防ぐ保険 */
.wpcf7 .radio-inline .wpcf7-list-item,
.wpcf7 .radio-inline .wpcf7-list-item label {
  white-space: nowrap;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=date],
.wpcf7 textarea,
.wpcf7 select {
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  outline: none;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal !important;
}

.wpcf7 input[type=date] {
  width: auto;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.wpcf7 input[type=submit] {
  /*border: 0;
  display: table;
  margin: 0 auto;
  padding: 1rem 3rem;


  background-position: 1% 50%;
     background-size: 200% auto;
  transition: all 0.6s ease-out;
  font-size: 1.6rem;
     font-size: 16px;*/
  transition: all 0.6s ease-out;
  cursor: pointer;
  border: 0;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto 100px;
  background: linear-gradient(210deg, rgb(255, 140, 0) 0%, rgb(241, 192, 133) 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
  padding: 0 30px;
  text-align: left;
}
.wpcf7 input[type=submit]:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f078";
}
.wpcf7 input[type=submit]:hover {
  background: #f28e41;
  color: #FFFFFF;
  opacity: 1;
}

.wpcf7 input[type=submit]:hover {
  background-position: 100% 50%;
  /*   border: 3px solid #C34135;
   background: #C34135;
   -webkit-box-shadow: 0px 0px 10px #cccccc;
   box-shadow: 0px 0px 10px #cccccc;
   color: #fff;*/
}

button[disabled], html input[disabled] {
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: not-allowed;
  background: #dddddd !important;
  color: #000000 !important;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.3) !important;
}

/* 訂正箇所わかりやすく */
.wpcf7 .wpcf7-not-valid {
  background: #F2DEDE !important;
}

.wpcf7 .wpcf7-response-output {
  margin: 0px 0 20px 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-size: 1.3rem;
  color: #DB4848;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  font-size: 13px;
  font-size: 1.3rem;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  font-size: 13px;
  font-size: 1.3rem;
}

.wpcf7-list-item-label {
  margin-right: 20px;
}

.policy-message {
  margin: 0 0 30px 0;
  padding: 0;
  border: 1px solid #ececec;
  width: 100%;
  height: 240px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: auto;
}

.policy-message ul, .policy-message ol {
  margin: 0; /*margin: 0; padding-left: 0px; font-size: 12px; font-size: 1.2rem;*/
}

.policy-message ol li {
  list-style-type: decimal;
}

.policy-message span {
  font-weight: bold;
}

.policy-message p { /*margin: 0; padding: 15px 15px 0 15px;*/ }

p.check-message {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

/* 送信前・後非表示関係 */
.wpcf7-form .comp,
.wpcf7-form.sent .form-inner,
.screen-reader-response {
  display: none;
}

.wpcf7-form.sent .comp {
  display: block;
}

/* スピナー非表示 */
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .contact_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 0;
  }
  .contact_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
  }
}
.service_box01 {
  padding: 0 20px;
  margin-bottom: 100px;
}
.service_box01 .txt {
  text-align: center;
}

@media screen and (max-width: 888px) {
  .service_box01 {
    margin-bottom: 60px;
  }
  .service_box01 .txt {
    text-align: justify;
  }
} /*max-width:888px*/
.service_box02 {
  padding: 120px 20px 100px;
  background: #ede9f7;
  margin-bottom: 120px;
}
.service_box02 .wrap {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
}
.service_box02 .wrap .content figure {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.service_box02 .wrap .content figure img {
  width: 100%;
  height: auto;
}
.service_box02 .wrap .content figure figcaption {
  position: absolute;
  left: 0;
  top: 10%;
  width: 55%;
  padding: 10px 20px 10px 40px;
  background: #6150aa;
  color: #fff;
  border-radius: 0 10px 10px 0;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .service_box02 {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
  .service_box02 .wrap {
    margin-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .service_box02 .wrap .content figure {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .service_box02 .wrap .content figure figcaption {
    padding: 10px 10px 10px 20px;
    background: #6150aa;
    color: #fff;
    font-size: clamp(12px, 4vw, 20px);
  }
} /*max-width:767px*/
.service_box03 {
  padding: 0 20px;
  margin-bottom: 120px;
}
.service_box03 .service_box03_inner {
  max-width: 1340px;
  margin: 0 auto;
}
.service_box03 .service_box03_inner .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}
.service_box03 .service_box03_inner .wrap dl {
  border-radius: 40px 0 40px 0;
  background: linear-gradient(90deg, #79adea 0%, #4966cc 50%, #7554aa 100%);
  color: #fff;
  text-align: center;
  padding: 60px 8%;
}
.service_box03 .service_box03_inner .wrap dl dt {
  margin-bottom: 30px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
}
.service_box03 .service_box03_inner .wrap dl dt span {
  font-size: clamp(24px, 2.6vw, 32px);
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 888px) {
  .service_box03 {
    margin-bottom: 60px;
  }
  .service_box03 .service_box03_inner .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .service_box03 .service_box03_inner .wrap dl {
    border-radius: 20px 0 20px 0;
    padding: 30px 20px;
  }
  .service_box03 .service_box03_inner .wrap dl dt {
    margin-bottom: 20px;
    font-size: clamp(18px, 4.4vw, 22px);
    font-weight: bold;
  }
  .service_box03 .service_box03_inner .wrap dl dt span {
    font-size: clamp(22px, 5.6vw, 28px);
    margin-bottom: 10px;
  }
  .service_box03 .service_box03_inner .wrap dl dd {
    text-align: justify;
  }
} /*max-width:888px*/
.service_box04 {
  padding: 0 20px;
}
.service_box04 .content_box {
  margin-bottom: 80px;
  overflow: hidden;
}
.service_box04 .content_box:last-of-type {
  margin-bottom: 0;
}
.service_box04 .content_box .tit_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #6150aa;
  margin-bottom: 30px;
}
.service_box04 .content_box .tit_area .tit {
  font-weight: bold;
  font-size: clamp(20px, 2vw, 24px);
}
.service_box04 .content_box .tit_area .info {
  font-size: clamp(16px, 1.6vw, 20px);
  color: #6150aa;
}
.service_box04 .content_box .content_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
  margin-bottom: 40px;
  align-items: flex-start;
}
.service_box04 .content_box .content_wrap img {
  width: 100%;
  height: auto;
}
.service_box04 .content_box .content_wrap .content {
  border-radius: 30px;
  overflow: hidden;
}
.service_box04 .content_box .content_wrap .slide {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.service_box04 .content_box .content_wrap .slide .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}
.service_box04 .content_box .content_wrap .slide .swiper-pagination {
  bottom: 0;
}
.service_box04 .content_box .content_wrap .slide .swiper-pagination span {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 6px;
}
.service_box04 .content_box .content_wrap .slide .swiper-pagination span.swiper-pagination-bullet-active {
  background: #6150aa;
  width: 11px;
  height: 11px;
}
.service_box04 .content_box .btn_area {
  display: flex;
  justify-content: center;
  gap: 0 2%;
}
.service_box04 .content_box .btn_area li a {
  width: 300px;
  height: auto;
}
.service_box04 .content_box .btn_area li:nth-child(1) a {
  background: #fff;
  border: 2px solid #6150aa;
  color: #6150aa;
  box-sizing: border-box;
}
.service_box04 .content_box .btn_area li:nth-child(1) a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/pdf_icon.svg) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.service_box04 .content_box .btn_area li:nth-child(2) a {
  background: #4e70de;
}
.service_box04 .content_box .btn_area li:nth-child(2) a:hover {
  background: #385fdd;
}

@media screen and (max-width: 1120px) {
  .service_box04 .content_box .btn_area {
    zoom: 0.8;
  }
  .service_box04 .content_box .btn_area li a {
    max-width: 100%;
    line-height: 50px;
  }
} /*max-width:1120px*/
@media screen and (max-width: 888px) {
  .service_box04 .content_box {
    margin-bottom: 50px;
  }
  .service_box04 .content_box .tit_area {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .service_box04 .content_box .tit_area .tit {
    font-size: clamp(20px, 2vw, 24px);
  }
  .service_box04 .content_box .content_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .service_box04 .content_box .content_wrap .content {
    border-radius: 20px;
  }
  .service_box04 .content_box .content_wrap .slide {
    padding-bottom: 30px;
  }
  .service_box04 .content_box .content_wrap .slide .swiper-slide {
    border-radius: 20px;
  }
  .service_box04 .content_box .content_wrap .slide .swiper-pagination span {
    margin: 0 4px;
  }
  .service_box04 .content_box .btn_area {
    flex-direction: column;
    zoom: 1;
    gap: 10px 0;
  }
  .service_box04 .content_box .btn_area li a {
    width: 100%;
    height: auto;
    line-height: 30px;
    max-width: 240px;
  }
} /*max-width:888px*/
@media screen and (max-width: 888px) {
  .btn-detail a:after {
    top: 8px;
  }
} /*max-width:888px*/
.sightseeing_box01 {
  padding: 200px 20px 150px;
  background: #ede9f7;
  margin-bottom: 150px;
}
.sightseeing_box01 .subhead02 .ja {
  display: inline-block;
  position: relative;
}
.sightseeing_box01 .subhead02 .ja::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 100px;
  background: url(../images/sightseeing_tit.png) no-repeat;
  background-size: contain;
  left: -90px;
  top: -90px;
}
.sightseeing_box01 .list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
  margin-bottom: 50px;
}
.sightseeing_box01 .list li {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 1.6vw, 20px);
}
.sightseeing_box01 .list li span {
  display: inline-block;
  background: linear-gradient(90deg, #7554aa 0%, #4966cc 50%, #79adea 100%);
  -webkit-background-clip: text; /* 文字だけに背景を適用 */
  -webkit-text-fill-color: transparent; /* 背景を透過して表示 */
}
.sightseeing_box01 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
.sightseeing_box01 .content li img {
  width: 100%;
  height: auto;
}
.sightseeing_box01 .btn_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 0 20px;
  max-width: 620px;
  margin: 0 auto;
}
.sightseeing_box01 .btn_area li:first-child a {
  background: #4e70de;
}
.sightseeing_box01 .btn_area li:first-child a:hover {
  background: #385fdd;
}

@media screen and (max-width: 1120px) {
  .sightseeing_box01 .btn_area {
    zoom: 0.8;
  }
  .sightseeing_box01 .btn_area li a {
    max-width: 100%;
    line-height: 50px;
  }
} /*max-width:1120px*/
@media screen and (max-width: 888px) {
  .sightseeing_box01 .btn_area {
    grid-template-columns: repeat(1, 1fr);
    zoom: 1;
    gap: 10px 0;
  }
  .sightseeing_box01 .btn_area li a {
    width: 100%;
    height: auto;
    line-height: 30px;
    max-width: 240px;
  }
} /*max-width:888px*/
@media screen and (max-width: 767px) {
  .sightseeing_box01 {
    padding: 100px 20px 80px;
    margin-bottom: 80px;
  }
  .sightseeing_box01 .subhead02 .ja {
    display: inline-block;
    position: relative;
  }
  .sightseeing_box01 .subhead02 .ja::after {
    width: 221px;
    height: 70px;
    background: url(../images/sightseeing_tit.png) no-repeat;
    background-size: contain;
    left: -20px;
    top: -70px;
  }
  .sightseeing_box01 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .sightseeing_box01 .content {
    grid-template-columns: repeat(1, 1fr);
  }
} /*max-width:767px*/
.bus_info_btn_box {
  padding: 0 20px;
}
.bus_info_btn_box ul {
  background: #6150aa;
  padding: 0 2%;
  border-radius: 100px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.bus_info_btn_box ul li {
  text-align: center;
}
.bus_info_btn_box ul li:last-child a::after {
  content: none;
}
.bus_info_btn_box ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: clamp(10px, 1.3vw, 16px);
  padding: 16px;
  display: block;
  position: relative;
}
.bus_info_btn_box ul li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #ddd;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bus_info_btn_box ul li a span {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.bus_info_btn_box ul li a span::after {
  position: absolute;
  content: "";
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .bus_info_btn_box ul {
    padding: 0;
    border-radius: 0;
    margin-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
    background: none;
    gap: 5px 0;
  }
  .bus_info_btn_box ul li {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
  }
  .bus_info_btn_box ul li a {
    font-size: 16px;
    width: 100%;
    background: #6150aa;
    display: block;
    padding: 10px;
    border-radius: 100px;
  }
  .bus_info_btn_box ul li a::after {
    content: none;
  }
} /*max-width:767px*/
.businfo_box01 .content_box {
  padding-top: 150px;
  margin-top: -150px;
}
.businfo_box01 .content_box .top_txt {
  text-align: center;
  margin-bottom: 30px;
}
.businfo_box01 .content_box .txt {
  margin-bottom: 30px;
  text-align: right;
}
.businfo_box01 .content_box .equipment_box {
  padding: 30px 20px 40px;
  background: #eeeeee;
  border-radius: 10px;
  margin-bottom: 50px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_tit {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap dl {
  text-align: center;
  max-width: 80px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap dl dt {
  margin-bottom: 10px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap dl dt img {
  width: 100%;
  height: auto;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap dl dd {
  font-size: 10px;
  line-height: 1.2;
}
.businfo_box01 .content_box .equipment_box .att-txt {
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}
.businfo_box01 .content_box .btn_area li:nth-child(2) a {
  background: #6150aa;
}
.businfo_box01 .content_box .btn_area li:nth-child(2) a:hover {
  background: #7554AA;
}

@media screen and (max-width: 767px) {
  .businfo_box01 .content_box {
    padding-top: 80px;
    margin-top: -80px;
  }
  .businfo_box01 .content_box .top_txt {
    margin-bottom: 20px;
  }
  .businfo_box01 .content_box .txt {
    margin-bottom: 20px;
  }
  .businfo_box01 .content_box .equipment_box {
    margin-bottom: 30px;
  }
  .businfo_box01 .content_box .equipment_box .equipment_box_tit {
    font-size: 16px;
  }
  .businfo_box01 .content_box .equipment_box .equipment_box_wrap {
    gap: 20px 4%;
    flex-wrap: wrap;
  }
  .businfo_box01 .content_box .equipment_box .equipment_box_wrap dl {
    width: 48%;
    max-width: 80px;
  }
} /*max-width:767px*/
.guide_box01 {
  padding: 0 20px;
}
.guide_box01 figure {
  margin-bottom: 100px;
}
.guide_box01 figure img {
  width: 100%;
  height: auto;
}
.guide_box01 .top_txt {
  text-align: center;
  margin-bottom: 40px;
}
.guide_box01 .wrap .content {
  padding: 30px 0 50px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: grid;
  grid-template-columns: 130px auto;
  gap: 0 30px;
  margin-bottom: 100px;
  position: relative;
}
.guide_box01 .wrap .content::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 40px;
  background: #6150aa;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: 0 auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.guide_box01 .wrap .content:last-of-type {
  margin-bottom: 0;
}
.guide_box01 .wrap .content:last-of-type::after {
  content: none;
}
.guide_box01 .wrap .content .num img {
  width: 100%;
  height: auto;
}
.guide_box01 .wrap .content .txt_area {
  padding-top: 50px;
}
.guide_box01 .wrap .content .txt_area .tit {
  color: #6150aa;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
}
.guide_box01 .wrap .content .txt_area .txt {
  font-size: 14px;
}
.guide_box01 .wrap .content .contact_area {
  margin-top: 40px;
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8%;
}
.guide_box01 .wrap .content .contact_area .tel {
  text-align: center;
}
.guide_box01 .wrap .content .contact_area .tel .tel_txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 22px;
}
.guide_box01 .wrap .content .contact_area .tel .num {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
}
.guide_box01 .wrap .content .contact_area .tel .num span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.guide_box01 .wrap .content .contact_area .tel .num span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.guide_box01 .wrap .content .contact_area .mail .mail_txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
.guide_box01 .wrap .content .contact_area .mail .btn a {
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #6150AA;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
  padding: 0 30px;
  text-align: left;
}
.guide_box01 .wrap .content .contact_area .mail .btn a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f054";
  transition: 0.5s;
}
.guide_box01 .wrap .content .contact_area .mail .btn a:hover {
  background: #7554AA;
  color: #FFFFFF;
  opacity: 1;
}
.guide_box01 .wrap .content .contact_area .mail .btn a:hover:after {
  transition: 0.5s;
  transform: translateX(6px);
}
.guide_box01 .wrap .content .price_table {
  max-width: 600px;
}
.guide_box01 .wrap .content .price_table .price_table_tit {
  margin: 40px 0 30px;
  font-size: 20px;
  color: #6150aa;
}
.guide_box01 .wrap .content .price_table dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.guide_box01 .wrap .content .price_table dl:first-of-type {
  border-top: 1px solid #ccc;
}
.guide_box01 .wrap .content .price_table dl dt {
  font-size: 16px;
}
.guide_box01 .wrap .content .price_table dl dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .guide_box01 figure {
    max-width: 320px;
    width: 70%;
    margin: 0 auto 50px;
  }
  .guide_box01 .top_txt {
    text-align: justify;
    margin-bottom: 30px;
  }
  .guide_box01 .wrap .content {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 70px;
  }
  .guide_box01 .wrap .content::after {
    width: 40px;
    height: 30px;
    bottom: -50px;
  }
  .guide_box01 .wrap .content .num {
    max-width: 200px;
    width: 40%;
    margin: 0 auto;
  }
  .guide_box01 .wrap .content .txt_area {
    padding-top: 0;
  }
  .guide_box01 .wrap .content .txt_area .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .guide_box01 .wrap .content .contact_area {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .guide_box01 .wrap .content .contact_area .tel {
    text-align: center;
  }
  .guide_box01 .wrap .content .contact_area .tel .tel_txt {
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .guide_box01 .wrap .content .contact_area .tel .num {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    text-align: center;
  }
  .guide_box01 .wrap .content .contact_area .tel .num span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  .guide_box01 .wrap .content .contact_area .tel .num span::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/tel_icon.svg) no-repeat;
    background-size: contain;
  }
  .guide_box01 .wrap .content .contact_area .mail .mail_txt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
  }
  .guide_box01 .wrap .content .contact_area .mail .btn a {
    max-width: 240px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .guide_box01 .wrap .content .contact_area .mail .btn a:after {
    right: 20px;
    top: 18px;
  }
  .guide_box01 .wrap .content .price_table {
    max-width: 100%;
  }
  .guide_box01 .wrap .content .price_table .price_table_tit {
    margin: 30px 0 20px;
    font-size: 18px;
  }
  .guide_box01 .wrap .content .price_table dl {
    padding: 10px 0;
    gap: 0 10px;
  }
  .guide_box01 .wrap .content .price_table dl dt {
    font-size: 12px;
  }
  .guide_box01 .wrap .content .price_table dl dd {
    font-size: 12px;
  }
} /*max-width:767px*/
.archive_effort_box article {
  margin-bottom: 30px;
}
.archive_effort_box article h2 {
  margin-bottom: 30px;
}
.archive_effort_box article p {
  margin-bottom: 20px;
}
.archive_effort_box article img {
  width: auto;
}
.archive_effort_box article a {
  text-decoration: underline;
}
.archive_effort_box article ul li {
  margin-left: 1.3em;
  list-style-type: disc;
}
.archive_effort_box .list {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;*/
  margin-bottom: 50px;
}
.archive_effort_box .list li {
  border: 1px solid #6150aa;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  color: #6150aa;
  font-size: clamp(14px, 1.3vw, 16px);
}
.archive_effort_box .pic {
  max-width: 800px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto 60px;
}
.archive_effort_box .btn_area .txt {
  font-size: 21px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.archive_effort_box .btn_area .txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #6150aa;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}
.archive_effort_box section {
  margin-top: 100px;
}
.archive_effort_box section .overview_table {
  margin-bottom: 80px;
}
.archive_effort_box section .overview_table .map {
  border-radius: 15px;
  overflow: hidden;
  margin: 20px 0;
  line-height: 0.9;
}
.archive_effort_box section .overview_table .map iframe {
  width: 100%;
  height: 280px;
}
.archive_effort_box section .overview_table .recruit-other {
  word-break: break-all;
}
.archive_effort_box section .overview_table a {
  color: #2391ff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .single_effort_box .list {
    grid-template-columns: 100%;
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .single_effort_box .list li {
    padding: 8px;
    line-height: 1.6;
  }
  .single_effort_box .pic {
    border-radius: 25px;
    margin: 0 auto 30px;
  }
  .single_effort_box .btn_area .txt {
    font-size: 18px;
  }
  .single_effort_box .btn_area .btn-detail a {
    max-width: 200px;
    line-height: 40px;
    height: 40px;
  }
  .single_effort_box .btn_area .btn-detail a::after {
    top: 14px;
  }
  .single_effort_box section {
    margin-top: 60px;
  }
  .single_effort_box section .overview_table {
    margin-bottom: 30px;
  }
  .single_effort_box section .overview_table .map {
    margin: 10px 0;
  }
  .single_effort_box section .overview_table .map iframe {
    height: 200px;
  }
} /*max-width:767px*/
.mb20 {
  margin-bottom: 20px;
}

#sec05.mt0 {
  margin-top: 0 !important;
}

.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details {
  margin-bottom: 30px;
  background: #EDE9F7;
  border-radius: 10px;
  border: 1px solid #6150aa;
}
.details .details-summary {
  padding: 26px 80px 26px 90px;
  line-height: 1.2;
  font-size: 20px;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary::after {
  position: absolute;
  content: "Q.";
  color: #6150aa;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  left: 50px;
  line-height: 1;
  top: 25px;
}
.details .details-summary .btn {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: 30px;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details .details-summary .btn:before, .details .details-summary .btn:after {
  content: "";
  background-color: #6150aa;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  transform-origin: center center;
}
.details .details-summary .btn:before {
  width: 1px;
  height: 25px;
  top: -2px;
  left: 12px;
}
.details .details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details .details-summary.is-active .btn:before {
  content: none;
}
.details .details-content {
  padding: 0 80px 30px 90px;
  position: relative;
}
.details .details-content::after {
  position: absolute;
  content: "A.";
  color: #ff8c00;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  left: 50px;
  line-height: 1;
  top: -2px;
}
.details .details-content p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 20px;
  }
  .details .details-summary {
    padding: 15px 40px 15px 40px;
    font-size: 16px;
  }
  .details .details-summary::after {
    font-size: 26px;
    left: 10px;
    top: 12px;
  }
  .details .details-summary .btn {
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .details .details-summary .btn:before, .details .details-summary .btn:after {
    width: 16px;
    top: 9px;
  }
  .details .details-summary .btn:before {
    width: 1px;
    height: 16px;
    left: 7.5px;
    top: 2px;
  }
  .details .details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .details .details-summary.is-active .btn:before {
    content: none;
  }
  .details .details-content {
    padding: 0 40px 15px 40px;
  }
  .details .details-content::after {
    font-size: 26px;
    left: 10px;
    top: -2px;
  }
  .details .details-content p {
    font-size: 14px;
  }
} /*max-width:767px*/
.recruit .subhead02, .single_recruit_box .subhead02 {
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: center;
}
.recruit .subhead02 .ja, .single_recruit_box .subhead02 .ja {
  letter-spacing: 0.2em;
  font-size: clamp(18px, 3.3vw, 21px);
  color: #000000;
}
.recruit .subhead02 .en, .single_recruit_box .subhead02 .en {
  position: initial;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: clamp(40px, 5.3vw, 47px);
  color: #522FB2;
}

.recruit_box01 {
  text-align: center;
  margin-bottom: 100px;
}
.recruit_box01 .inner {
  max-width: 100%;
}
.recruit_box01 .txt {
  background: linear-gradient(60deg, rgb(117, 84, 170) 0%, rgb(73, 102, 204) 60%, rgb(120, 173, 234) 100%);
  -webkit-box-decoration-break: clone; /* Webkit系ブラウザ対応 */
  box-decoration-break: clone; /* 改行部分にも背景が適用される */
  line-height: 1.8; /* 行間の調整 */
  padding: 0 5px; /* 文字の左右に余白を加え、背景の途切れを防止 */
  display: inline;
  letter-spacing: 0.2em;
  font-size: clamp(28px, 2vw, 36px);
  color: #fff;
  font-weight: bold;
}
.recruit_box01 .txt span {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .recruit_box01 {
    margin-bottom: 60px;
    text-align: left;
  }
  .recruit_box01 .txt {
    font-size: clamp(20px, 2vw, 26px);
  }
  .recruit_box01 .txt span {
    padding: 0;
  }
} /*max-width:767px*/
.recruit_box02 {
  padding: 100px 0;
  background: #EDE9F7;
}
.recruit_box02 .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 3%;
}
.recruit_box02 .wrap dl {
  width: 31%;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #6150aa;
  padding: 30px 20px;
  text-align: center;
}
.recruit_box02 .wrap dl dt {
  height: 76px;
  margin-bottom: 15px;
}
.recruit_box02 .wrap dl dt img {
  height: 100%;
  width: auto;
}
.recruit_box02 .wrap dl dd {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .recruit_box02 {
    padding: 60px 0;
  }
  .recruit_box02 .wrap {
    flex-direction: column;
    gap: 20px 0;
  }
  .recruit_box02 .wrap dl {
    width: 100%;
  }
  .recruit_box02 .wrap dl dt {
    height: 60px;
  }
  .recruit_box02 .wrap dl dd {
    line-height: 1.5;
    font-size: 14px;
  }
} /*max-width:767px*/
.recruit_box03 {
  padding: 100px 0;
}
.recruit_box03 .wrap {
  display: grid;
  grid-template-columns: 13.64% 80.73%;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #c2c7cc;
}
.recruit_box03 .wrap:first-of-type {
  padding-top: 30px;
}
.recruit_box03 .wrap:nth-of-type(even) {
  grid-template-columns: 80.73% 13.64%;
}
.recruit_box03 .wrap:nth-of-type(even) dl {
  order: 2;
}
.recruit_box03 .wrap:nth-of-type(even) .txt {
  order: 1;
}
.recruit_box03 .wrap dl {
  text-align: center;
}
.recruit_box03 .wrap dl dt {
  margin-bottom: 10px;
}
.recruit_box03 .wrap dl dt img {
  width: 100%;
  height: auto;
}
.recruit_box03 .wrap dl dd {
  color: #6150aa;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .recruit_box03 {
    padding: 60px 0;
  }
  .recruit_box03 .wrap {
    grid-template-columns: 100%;
    padding: 30px 0;
    gap: 20px 0;
  }
  .recruit_box03 .wrap:first-of-type {
    padding-top: 0;
  }
  .recruit_box03 .wrap:nth-of-type(even) {
    grid-template-columns: 100%;
  }
  .recruit_box03 .wrap:nth-of-type(even) dl {
    order: 1;
  }
  .recruit_box03 .wrap:nth-of-type(even) .txt {
    order: 2;
  }
  .recruit_box03 .wrap dl {
    max-width: 100px;
    margin: 0 auto;
  }
  .recruit_box03 .wrap dl dt {
    margin-bottom: 5px;
  }
  .recruit_box03 .wrap dl dd {
    font-size: 16px;
  }
} /*max-width:767px*/
.recruit_box04 {
  padding-bottom: 100px;
}
.recruit_box04 .content .details:last-of-type {
  margin-bottom: 0;
}
.recruit_box04 .content .details img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .recruit_box04 {
    padding-bottom: 60px;
  }
} /*max-width:767px*/
.line_area {
  max-width: 900px;
  border: 1px solid #00b900;
  border-radius: 15px;
  overflow: hidden;
}
.line_area .tit {
  text-align: center;
  background: #00b900;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px !important;
}
.line_area .wrap {
  padding: 35px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
}
.line_area .wrap .content {
  padding: 0 30px;
}
.line_area .wrap .content:first-of-type .num {
  margin-bottom: 30px;
}
.line_area .wrap .content:nth-of-type(2) {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
.line_area .wrap .content:nth-of-type(2) .num {
  margin-bottom: 15px;
}
.line_area .wrap .content:last-of-type .num {
  margin-bottom: 50px;
}
.line_area .wrap .content .num {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #00b900;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  padding-top: 6px;
}
.line_area .wrap .content .btn {
  margin-bottom: 23px;
}
.line_area .wrap .content .btn a {
  display: block;
  width: 160px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 50px;
  background: #00b900;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
  margin: 0 auto;
}
.line_area .wrap .content .btn a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/line_icon.svg) no-repeat;
  background-size: contain;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.line_area .wrap .content figure {
  max-width: 80px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.line_area .wrap .content .txt {
  font-size: 14px;
  line-height: 1.5;
}
.line_area .wrap .content .txt.txt_center {
  text-align: center;
}
.line_area .wrap .content .txt span {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .line_area .tit {
    padding: 10px;
    font-size: 16px !important;
  }
  .line_area .wrap {
    padding: 30px 20px;
    grid-template-columns: 100%;
  }
  .line_area .wrap .content {
    padding: 30px 0;
  }
  .line_area .wrap .content:first-of-type .num {
    margin-bottom: 20px;
  }
  .line_area .wrap .content:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  .line_area .wrap .content:nth-of-type(2) .num {
    margin-bottom: 20px;
  }
  .line_area .wrap .content:last-of-type .num {
    margin-bottom: 20px;
  }
  .line_area .wrap .content .num {
    padding-top: 3px;
  }
  .line_area .wrap .content .btn {
    margin-bottom: 10px;
  }
} /*max-width:767px*/
.recruit_box05 {
  padding: 100px 0;
  background: #f6f6f6;
}
.recruit_box05 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 4%;
}
.recruit_box05 .wrap a {
  display: block;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.recruit_box05 .wrap a figure {
  position: relative;
}
.recruit_box05 .wrap a figure img {
  aspect-ratio: 5/3;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.recruit_box05 .wrap a figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 1;
  padding: 5px 25px;
  background: #6150aa;
  border-top-right-radius: 5px;
  color: #fff;
}
.recruit_box05 .wrap a .content {
  padding: 30px 20px;
}
.recruit_box05 .wrap a .content .tit {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #6150aa;
  font-size: 20px;
  font-weight: 500;
}
.recruit_box05 .wrap a .content .txt_area .txt {
  font-size: 16px;
}
.recruit_box05 .wrap a .content .txt_area .company_name {
  font-size: 14px;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .recruit_box05 {
    padding: 60px 0;
  }
  .recruit_box05 .wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .recruit_box05 .wrap a figure figcaption {
    font-size: 14px;
    padding: 5px 20px;
  }
  .recruit_box05 .wrap a .content {
    padding: 20px;
  }
  .recruit_box05 .wrap a .content .tit {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .recruit_box05 .wrap a .content .txt_area .txt {
    font-size: 14px;
  }
  .recruit_box05 .wrap a .content .txt_area .company_name {
    font-size: 12px;
  }
} /*max-width:767px*/
.recruit_box06 {
  padding: 100px 10px;
  background: #EDE9F7;
  text-align: center;
}
.recruit_box06 .subhead02 {
  position: relative;
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: center;
}
.recruit_box06 .subhead02 img {
  position: absolute;
  width: 150px;
  left: -60px;
  top: -70px;
  height: auto;
}
.recruit_box06 .recruit_box06_txt {
  text-align: center;
  margin-bottom: 30px;
}
.recruit_box06 .line_area {
  margin: 0 auto;
}
.recruit_box06 .line_area img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .recruit_box06 {
    padding: 60px 10px;
  }
  .recruit_box06 .subhead02 img {
    position: absolute;
    width: 100px;
    left: -10px;
    top: -50px;
  }
  .recruit_box06 .recruit_box06_txt {
    margin-bottom: 20px;
  }
} /*max-width:767px*/
.single_recruit_box h2 {
  margin-bottom: 30px;
}
.single_recruit_box .publish-date {
  margin-bottom: 30px;
}
.single_recruit_box .list {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;*/
  margin-bottom: 50px;
}
.single_recruit_box .list li {
  border: 1px solid #6150aa;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #6150aa;
  font-size: clamp(14px, 1.3vw, 16px);
}
.single_recruit_box .pic {
  max-width: 800px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto 60px;
}
.single_recruit_box .pic img {
  width: 100%;
  height: auto;
}
.single_recruit_box .btn_area .txt {
  font-size: 21px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.single_recruit_box .btn_area .txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #6150aa;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}
.single_recruit_box section {
  margin-top: 100px;
}
.single_recruit_box section .recruit_table {
  margin-bottom: 80px;
  width: 100%;
  border-collapse: collapse;
}
.single_recruit_box section .recruit_table tr:first-of-type {
  border-top: 1px solid #999999;
}
.single_recruit_box section .recruit_table tr th {
  width: 30%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
  color: #6150aa;
}
.single_recruit_box section .recruit_table tr td {
  width: 70%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
}
.single_recruit_box section .recruit_table .map {
  border-radius: 15px;
  overflow: hidden;
  margin: 20px 0;
  line-height: 0.9;
}
.single_recruit_box section .recruit_table .map iframe {
  width: 100%;
  height: 280px;
}
.single_recruit_box section .recruit_table .recruit-other {
  word-break: break-all;
}
.single_recruit_box section .recruit_table a {
  color: #2391ff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .single_recruit_box .list {
    grid-template-columns: 100%;
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .single_recruit_box .list li {
    padding: 8px;
    line-height: 1.6;
  }
  .single_recruit_box .pic {
    border-radius: 25px;
    margin: 0 auto 30px;
  }
  .single_recruit_box .btn_area .txt {
    font-size: 18px;
  }
  .single_recruit_box .btn_area .btn-detail a {
    max-width: 200px;
    line-height: 40px;
    height: 40px;
  }
  .single_recruit_box .btn_area .btn-detail a::after {
    top: 14px;
  }
  .single_recruit_box section {
    margin-top: 60px;
  }
  .single_recruit_box section .recruit_table {
    margin-bottom: 30px;
  }
  .single_recruit_box section .recruit_table .map {
    margin: 10px 0;
  }
  .single_recruit_box section .recruit_table .map iframe {
    height: 200px;
  }
} /*max-width:767px*//*# sourceMappingURL=style.css.map */