@charset "UTF-8";
/*=====================

	デザイン用CSS

	＜注意点＞
	記事一覧ページやお問い合わせ等、他テンプレートページに影響が出ないように実装して下さい。
	例：ページごとにIDで囲う、class名を出来るだけユニークなもので設定する

=====================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Public+Sans:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@-webkit-keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  32% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  32% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@-webkit-keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  32% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  32% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes shake-loop {
  0% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
}
@keyframes shake-loop-vertical {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}
@-webkit-keyframes click_effect {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@keyframes click_effect {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@keyframes bounce-right {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(15px);
  }
  /* 60% {
       transform: translateX(12px);
     } */
}
@keyframes nav-item-fade-in {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes left-to-right {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-101%);
  }
}
@keyframes nav-item-fade-in {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes taglineClipPath {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
  }
}
@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes lefttoright {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(110%);
    opacity: 0;
  }
  50% {
    transform: translateX(-110%);
    opacity: 0;
  }
  51% {
    transform: translateX(-110%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
  }
  /* 60% {
    transform: translateX(12px);
  } */
}
@keyframes widthanimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes downtoup1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes downtoup2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uptodown1 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uptodown2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes lefttoright1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes lefttoright2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.custom-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0.8rem 1.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 2.5rem;
  cursor: pointer;
  z-index: 0;
}
.custom-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: inherit;
  border: 2px solid #3b8e65;
  z-index: 2;
}
.custom-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
}
.custom-btn:hover {
  opacity: 1;
  color: #3b8e65;
}
.custom-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.custom-btn span {
  position: relative;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  z-index: 3;
}
.custom-btn.btn-yellow {
  background: #ffc520;
  color: #fff;
  border-radius: 5px;
}
.custom-btn.btn-yellow::after {
  border: unset;
}
.custom-btn.btn-yellow::before {
  background: green;
}

@media only screen and (max-width: 768px) {
  .custom-btn {
    padding: 1.3rem 6rem 1.3rem 3.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    border-radius: 2.5rem;
  }
  .custom-btn::after {
    border-width: 2px;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  font-size: clamp(6px, 0.75758vw, 10px);
  margin: 0 !important;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1rem;
    font-size: clamp(8px, 2.6666666667vw, 16px) !important;
    margin: 0 !important;
  }
}

body {
  margin: 0;
  padding: 0;
  border: 0;
}
body * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #282823;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  body * {
    font-size: 1.5rem;
  }
}

div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.4;
  margin: 0;
}

h3,
h4 {
  line-height: 1.5;
  margin: 0;
}

h5,
h6 {
  line-height: inherit;
  margin: 0;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
[data-aos=fade-up] {
  transform: translate3d(0, 60px, 0);
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
  display: block;
  width: 100%;
}
main.main-common {
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main.main-common {
    transform: translateY(0);
    margin-bottom: 0;
  }
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: #F9F9F9 !important;
  border: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0.2rem 1.6rem;
  width: 100%;
  text-align: left;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 3.2rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #888888;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #888888;
}

select {
  position: relative;
  appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 0.8rem) 50%;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  z-index: 0;
}

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-left: 3rem;
  }
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: 0.3rem;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 2px solid #1b1b1f;
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark {
    top: 0.4rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
  }
}
.checkbox input:focus ~ .checkmark {
  outline: 0.3rem solid #7ebf41;
}
.checkbox input:checked ~ .checkmark {
  background-color: #3b8e65;
  border-color: #3b8e65;
  outline: none;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 0.5rem;
  top: 0;
  width: 0.9rem;
  height: 1.5rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark:after {
    left: 0.4rem;
    top: 0;
    width: 0.8rem;
    height: 1.2rem;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
picture img,
figure img,
.image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.scroll {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .scroll {
    padding-bottom: 1.2rem;
  }
  .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 0.6rem;
  }
  .scroll::-webkit-scrollbar {
    height: 0.6rem;
    background-color: #f5f5f5;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 0.6rem;
    background-color: yellow;
  }
}

/* margin css */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

.mt-12 {
  margin-top: 1.2rem !important;
}

.mt-14 {
  margin-top: 1.4rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-18 {
  margin-top: 1.8rem !important;
}

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

.mt-22 {
  margin-top: 2.2rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-26 {
  margin-top: 2.6rem !important;
}

.mt-28 {
  margin-top: 2.8rem !important;
}

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

.mt-32 {
  margin-top: 3.2rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-36 {
  margin-top: 3.6rem !important;
}

.mt-38 {
  margin-top: 3.8rem !important;
}

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

.mt-42 {
  margin-top: 4.2rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-48 {
  margin-top: 4.8rem !important;
}

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mb-14 {
  margin-bottom: 1.4rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-18 {
  margin-bottom: 1.8rem !important;
}

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

.mb-22 {
  margin-bottom: 2.2rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-26 {
  margin-bottom: 2.6rem !important;
}

.mb-28 {
  margin-bottom: 2.8rem !important;
}

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

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-36 {
  margin-bottom: 3.6rem !important;
}

.mb-38 {
  margin-bottom: 3.8rem !important;
}

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

.mb-42 {
  margin-bottom: 4.2rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

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

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

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

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

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

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.1rem !important;
}

.ml-2 {
  margin-left: 0.2rem !important;
}

.ml-3 {
  margin-left: 0.3rem !important;
}

.ml-4 {
  margin-left: 0.4rem !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.ml-6 {
  margin-left: 0.6rem !important;
}

.ml-8 {
  margin-left: 0.8rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-12 {
  margin-left: 1.2rem !important;
}

.ml-14 {
  margin-left: 1.4rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.ml-16 {
  margin-left: 1.6rem !important;
}

.ml-18 {
  margin-left: 1.8rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.1rem !important;
}

.mr-2 {
  margin-right: 0.2rem !important;
}

.mr-3 {
  margin-right: 0.3rem !important;
}

.mr-4 {
  margin-right: 0.4rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.mr-6 {
  margin-right: 0.6rem !important;
}

.mr-8 {
  margin-right: 0.8rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-12 {
  margin-right: 1.2rem !important;
}

.mr-14 {
  margin-right: 1.4rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.mr-18 {
  margin-right: 1.8rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.mx-2 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.mx-3 {
  margin-left: 0.3rem !important;
  margin-right: 0.3rem !important;
}

.mx-4 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.mx-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-6 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.mx-8 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* padding css */
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

.pt-12 {
  padding-top: 1.2rem !important;
}

.pt-14 {
  padding-top: 1.4rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pt-18 {
  padding-top: 1.8rem !important;
}

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

.pt-22 {
  padding-top: 2.2rem !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-26 {
  padding-top: 2.6rem !important;
}

.pt-28 {
  padding-top: 2.8rem !important;
}

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

.pt-32 {
  padding-top: 3.2rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-36 {
  padding-top: 3.6rem !important;
}

.pt-38 {
  padding-top: 3.8rem !important;
}

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

.pt-42 {
  padding-top: 4.2rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-48 {
  padding-top: 4.8rem !important;
}

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

.pb-12 {
  padding-bottom: 1.2rem !important;
}

.pb-14 {
  padding-bottom: 1.4rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pb-18 {
  padding-bottom: 1.8rem !important;
}

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

.pb-22 {
  padding-bottom: 2.2rem !important;
}

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-26 {
  padding-bottom: 2.6rem !important;
}

.pb-28 {
  padding-bottom: 2.8rem !important;
}

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

.pb-32 {
  padding-bottom: 3.2rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-36 {
  padding-bottom: 3.6rem !important;
}

.pb-38 {
  padding-bottom: 3.8rem !important;
}

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

.pb-42 {
  padding-bottom: 4.2rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-48 {
  padding-bottom: 4.8rem !important;
}

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

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

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

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

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

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.1rem !important;
}

.pl-2 {
  padding-left: 0.2rem !important;
}

.pl-3 {
  padding-left: 0.3rem !important;
}

.pl-4 {
  padding-left: 0.4rem !important;
}

.pl-5 {
  padding-left: 0.5rem !important;
}

.pl-6 {
  padding-left: 0.6rem !important;
}

.pl-8 {
  padding-left: 0.8rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-12 {
  padding-left: 1.2rem !important;
}

.pl-14 {
  padding-left: 1.4rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.pl-16 {
  padding-left: 1.6rem !important;
}

.pl-18 {
  padding-left: 1.8rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.1rem !important;
}

.pr-2 {
  padding-right: 0.2rem !important;
}

.pr-3 {
  padding-right: 0.3rem !important;
}

.pr-4 {
  padding-right: 0.4rem !important;
}

.pr-5 {
  padding-right: 0.5rem !important;
}

.pr-6 {
  padding-right: 0.6rem !important;
}

.pr-8 {
  padding-right: 0.8rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-12 {
  padding-right: 1.2rem !important;
}

.pr-14 {
  padding-right: 1.4rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.pr-16 {
  padding-right: 1.6rem !important;
}

.pr-18 {
  padding-right: 1.8rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-0 {
    margin-top: 0 !important;
  }
  .mt-sp-1 {
    margin-top: 0.1rem !important;
  }
  .mt-sp-2 {
    margin-top: 0.2rem !important;
  }
  .mt-sp-3 {
    margin-top: 0.3rem !important;
  }
  .mt-sp-4 {
    margin-top: 0.4rem !important;
  }
  .mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sp-6 {
    margin-top: 0.6rem !important;
  }
  .mt-sp-8 {
    margin-top: 0.8rem !important;
  }
  .mt-sp-10 {
    margin-top: 1rem !important;
  }
  .mt-sp-12 {
    margin-top: 1.2rem !important;
  }
  .mt-sp-14 {
    margin-top: 1.4rem !important;
  }
  .mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .mt-sp-16 {
    margin-top: 1.6rem !important;
  }
  .mt-sp-18 {
    margin-top: 1.8rem !important;
  }
  .mt-sp-20 {
    margin-top: 2rem !important;
  }
  .mt-sp-22 {
    margin-top: 2.2rem !important;
  }
  .mt-sp-24 {
    margin-top: 2.4rem !important;
  }
  .mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sp-26 {
    margin-top: 2.6rem !important;
  }
  .mt-sp-28 {
    margin-top: 2.8rem !important;
  }
  .mt-sp-30 {
    margin-top: 3rem !important;
  }
  .mt-sp-32 {
    margin-top: 3.2rem !important;
  }
  .mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sp-36 {
    margin-top: 3.6rem !important;
  }
  .mt-sp-38 {
    margin-top: 3.8rem !important;
  }
  .mt-sp-40 {
    margin-top: 4rem !important;
  }
  .mt-sp-42 {
    margin-top: 4.2rem !important;
  }
  .mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sp-48 {
    margin-top: 4.8rem !important;
  }
  .mt-sp-50 {
    margin-top: 5rem !important;
  }
  .mt-sp-60 {
    margin-top: 6rem !important;
  }
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
  .mb-sp-1 {
    margin-bottom: 0.1rem !important;
  }
  .mb-sp-2 {
    margin-bottom: 0.2rem !important;
  }
  .mb-sp-3 {
    margin-bottom: 0.3rem !important;
  }
  .mb-sp-4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sp-6 {
    margin-bottom: 0.6rem !important;
  }
  .mb-sp-8 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sp-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sp-14 {
    margin-bottom: 1.4rem !important;
  }
  .mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sp-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sp-18 {
    margin-bottom: 1.8rem !important;
  }
  .mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sp-22 {
    margin-bottom: 2.2rem !important;
  }
  .mb-sp-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp-26 {
    margin-bottom: 2.6rem !important;
  }
  .mb-sp-28 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sp-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sp-36 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sp-38 {
    margin-bottom: 3.8rem !important;
  }
  .mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sp-42 {
    margin-bottom: 4.2rem !important;
  }
  .mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sp-48 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .ml-sp-0 {
    margin-left: 0 !important;
  }
  .ml-sp-1 {
    margin-left: 0.1rem !important;
  }
  .ml-sp-2 {
    margin-left: 0.2rem !important;
  }
  .ml-sp-3 {
    margin-left: 0.3rem !important;
  }
  .ml-sp-4 {
    margin-left: 0.4rem !important;
  }
  .ml-sp-5 {
    margin-left: 0.5rem !important;
  }
  .ml-sp-6 {
    margin-left: 0.6rem !important;
  }
  .ml-sp-8 {
    margin-left: 0.8rem !important;
  }
  .ml-sp-10 {
    margin-left: 1rem !important;
  }
  .ml-sp-12 {
    margin-left: 1.2rem !important;
  }
  .ml-sp-14 {
    margin-left: 1.4rem !important;
  }
  .ml-sp-15 {
    margin-left: 1.5rem !important;
  }
  .ml-sp-16 {
    margin-left: 1.6rem !important;
  }
  .ml-sp-18 {
    margin-left: 1.8rem !important;
  }
  .ml-sp-20 {
    margin-left: 2rem !important;
  }
  .mr-sp-0 {
    margin-right: 0 !important;
  }
  .mr-sp-1 {
    margin-right: 0.1rem !important;
  }
  .mr-sp-2 {
    margin-right: 0.2rem !important;
  }
  .mr-sp-3 {
    margin-right: 0.3rem !important;
  }
  .mr-sp-4 {
    margin-right: 0.4rem !important;
  }
  .mr-sp-5 {
    margin-right: 0.5rem !important;
  }
  .mr-sp-6 {
    margin-right: 0.6rem !important;
  }
  .mr-sp-8 {
    margin-right: 0.8rem !important;
  }
  .mr-sp-10 {
    margin-right: 1rem !important;
  }
  .mr-sp-12 {
    margin-right: 1.2rem !important;
  }
  .mr-sp-14 {
    margin-right: 1.4rem !important;
  }
  .mr-sp-15 {
    margin-right: 1.5rem !important;
  }
  .mr-sp-16 {
    margin-right: 1.6rem !important;
  }
  .mr-sp-18 {
    margin-right: 1.8rem !important;
  }
  .mr-sp-20 {
    margin-right: 2rem !important;
  }
  .mx-sp-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sp-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sp-1 {
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
  }
  .mx-sp-2 {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .mx-sp-3 {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .mx-sp-4 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .mx-sp-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sp-6 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .mx-sp-8 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .mx-sp-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* padding css */
  .pt-sp-0 {
    padding-top: 0 !important;
  }
  .pt-sp-1 {
    padding-top: 0.1rem !important;
  }
  .pt-sp-2 {
    padding-top: 0.2rem !important;
  }
  .pt-sp-3 {
    padding-top: 0.3rem !important;
  }
  .pt-sp-4 {
    padding-top: 0.4rem !important;
  }
  .pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sp-6 {
    padding-top: 0.6rem !important;
  }
  .pt-sp-8 {
    padding-top: 0.8rem !important;
  }
  .pt-sp-10 {
    padding-top: 1rem !important;
  }
  .pt-sp-12 {
    padding-top: 1.2rem !important;
  }
  .pt-sp-14 {
    padding-top: 1.4rem !important;
  }
  .pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .pt-sp-16 {
    padding-top: 1.6rem !important;
  }
  .pt-sp-18 {
    padding-top: 1.8rem !important;
  }
  .pt-sp-20 {
    padding-top: 2rem !important;
  }
  .pt-sp-22 {
    padding-top: 2.2rem !important;
  }
  .pt-sp-24 {
    padding-top: 2.4rem !important;
  }
  .pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sp-26 {
    padding-top: 2.6rem !important;
  }
  .pt-sp-28 {
    padding-top: 2.8rem !important;
  }
  .pt-sp-30 {
    padding-top: 3rem !important;
  }
  .pt-sp-32 {
    padding-top: 3.2rem !important;
  }
  .pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sp-36 {
    padding-top: 3.6rem !important;
  }
  .pt-sp-38 {
    padding-top: 3.8rem !important;
  }
  .pt-sp-40 {
    padding-top: 4rem !important;
  }
  .pt-sp-42 {
    padding-top: 4.2rem !important;
  }
  .pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sp-48 {
    padding-top: 4.8rem !important;
  }
  .pt-sp-50 {
    padding-top: 5rem !important;
  }
  .pt-sp-60 {
    padding-top: 6rem !important;
  }
  .pb-sp-0 {
    padding-bottom: 0 !important;
  }
  .pb-sp-1 {
    padding-bottom: 0.1rem !important;
  }
  .pb-sp-2 {
    padding-bottom: 0.2rem !important;
  }
  .pb-sp-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-sp-4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sp-6 {
    padding-bottom: 0.6rem !important;
  }
  .pb-sp-8 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sp-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sp-14 {
    padding-bottom: 1.4rem !important;
  }
  .pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sp-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sp-18 {
    padding-bottom: 1.8rem !important;
  }
  .pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sp-22 {
    padding-bottom: 2.2rem !important;
  }
  .pb-sp-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp-26 {
    padding-bottom: 2.6rem !important;
  }
  .pb-sp-28 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sp-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sp-36 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sp-38 {
    padding-bottom: 3.8rem !important;
  }
  .pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sp-42 {
    padding-bottom: 4.2rem !important;
  }
  .pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sp-48 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .pl-sp-0 {
    padding-left: 0 !important;
  }
  .pl-sp-1 {
    padding-left: 0.1rem !important;
  }
  .pl-sp-2 {
    padding-left: 0.2rem !important;
  }
  .pl-sp-3 {
    padding-left: 0.3rem !important;
  }
  .pl-sp-4 {
    padding-left: 0.4rem !important;
  }
  .pl-sp-5 {
    padding-left: 0.5rem !important;
  }
  .pl-sp-6 {
    padding-left: 0.6rem !important;
  }
  .pl-sp-8 {
    padding-left: 0.8rem !important;
  }
  .pl-sp-10 {
    padding-left: 1rem !important;
  }
  .pl-sp-12 {
    padding-left: 1.2rem !important;
  }
  .pl-sp-14 {
    padding-left: 1.4rem !important;
  }
  .pl-sp-15 {
    padding-left: 1.5rem !important;
  }
  .pl-sp-16 {
    padding-left: 1.6rem !important;
  }
  .pl-sp-18 {
    padding-left: 1.8rem !important;
  }
  .pl-sp-20 {
    padding-left: 2rem !important;
  }
  .pr-sp-0 {
    padding-right: 0 !important;
  }
  .pr-sp-1 {
    padding-right: 0.1rem !important;
  }
  .pr-sp-2 {
    padding-right: 0.2rem !important;
  }
  .pr-sp-3 {
    padding-right: 0.3rem !important;
  }
  .pr-sp-4 {
    padding-right: 0.4rem !important;
  }
  .pr-sp-5 {
    padding-right: 0.5rem !important;
  }
  .pr-sp-6 {
    padding-right: 0.6rem !important;
  }
  .pr-sp-8 {
    padding-right: 0.8rem !important;
  }
  .pr-sp-10 {
    padding-right: 1rem !important;
  }
  .pr-sp-12 {
    padding-right: 1.2rem !important;
  }
  .pr-sp-14 {
    padding-right: 1.4rem !important;
  }
  .pr-sp-15 {
    padding-right: 1.5rem !important;
  }
  .pr-sp-16 {
    padding-right: 1.6rem !important;
  }
  .pr-sp-18 {
    padding-right: 1.8rem !important;
  }
  .pr-sp-20 {
    padding-right: 2rem !important;
  }
  .px-sp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sp-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 92%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.container {
  max-width: 120rem;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
.content-in {
  position: relative;
  max-width: 108rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .content-in {
    max-width: 33.5rem;
  }
}

[class*=col-] {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.sm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.sm-row > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}

.lg-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

.lg-row > [class*=col-] {
  padding-right: 2rem;
  padding-left: 2rem;
}

.xl-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3rem;
  margin-left: -3rem;
}

.xl-row > [class*=col-] {
  padding-right: 3rem;
  padding-left: 3rem;
}

/* font size */
.fs-10 {
  font-size: 1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

@media only screen and (max-width: 768px) {
  .fs-sp-8 {
    font-size: 0.8rem !important;
  }
  .fs-sp-9 {
    font-size: 0.9rem !important;
  }
  .fs-sp-10 {
    font-size: 1rem !important;
  }
  .fs-sp-11 {
    font-size: 1.1rem !important;
  }
  .fs-sp-12 {
    font-size: 1.2rem !important;
  }
  .fs-sp-13 {
    font-size: 1.3rem !important;
  }
  .fs-sp-14 {
    font-size: 1.4rem !important;
  }
  .fs-sp-15 {
    font-size: 1.5rem !important;
  }
  .fs-sp-16 {
    font-size: 1.6rem !important;
  }
  .fs-sp-17 {
    font-size: 1.7rem !important;
  }
  .fs-sp-18 {
    font-size: 1.8rem !important;
  }
  .fs-sp-20 {
    font-size: 2rem !important;
  }
  .fs-sp-21 {
    font-size: 2.1rem !important;
  }
  .fs-sp-22 {
    font-size: 2.2rem !important;
  }
  .fs-sp-24 {
    font-size: 2.4rem !important;
  }
  .fs-sp-26 {
    font-size: 2.6rem !important;
  }
  .fs-sp-27 {
    font-size: 2.7rem !important;
  }
  .fs-sp-28 {
    font-size: 2.8rem !important;
  }
  .fs-sp-30 {
    font-size: 3rem !important;
  }
  .fs-sp-32 {
    font-size: 3.2rem !important;
  }
  .fs-sp-33 {
    font-size: 3.3rem !important;
  }
  .fs-sp-35 {
    font-size: 3.5rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-37 {
    font-size: 3.7rem !important;
  }
  .fs-sp-38 {
    font-size: 3.8rem !important;
  }
  .fs-sp-40 {
    font-size: 4rem !important;
  }
  .fs-sp-42 {
    font-size: 4.2rem !important;
  }
  .fs-sp-45 {
    font-size: 4.5rem !important;
  }
  .fs-sp-48 {
    font-size: 4.8rem !important;
  }
  .fs-sp-50 {
    font-size: 5rem !important;
  }
}
/* font weight */
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.bold {
  font-weight: bold !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media only screen and (max-width: 768px) {
  .fw-sp-300 {
    font-weight: 300 !important;
  }
  .fw-sp-400 {
    font-weight: 400 !important;
  }
  .fw-sp-normal {
    font-weight: normal !important;
  }
  .fw-sp-500 {
    font-weight: 500 !important;
  }
  .fw-sp-600 {
    font-weight: 600 !important;
  }
  .fw-sp-700 {
    font-weight: 700 !important;
  }
  .fw-sp-bold {
    font-weight: bold !important;
  }
  .fw-sp-800 {
    font-weight: 800 !important;
  }
  .fw-sp-900 {
    font-weight: 900 !important;
  }
}
/* line height */
.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 2 !important;
}

@media only screen and (max-width: 768px) {
  .lh-sp-1 {
    line-height: 1 !important;
  }
  .lh-sp-2 {
    line-height: 2 !important;
  }
}
/* letter-space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 0.01em !important;
}

.ls-2 {
  letter-spacing: 0.02em !important;
}

.ls-3 {
  letter-spacing: 0.03em !important;
}

.ls-4 {
  letter-spacing: 0.04em !important;
}

.ls-5 {
  letter-spacing: 0.05em !important;
}

.ls-6 {
  letter-spacing: 0.06em !important;
}

.ls-8 {
  letter-spacing: 0.08em !important;
}

.ls-10 {
  letter-spacing: 0.1em !important;
}

.ls-15 {
  letter-spacing: 0.15em !important;
}

.ls-20 {
  letter-spacing: 0.2em !important;
}

@media only screen and (max-width: 768px) {
  .ls-sp-0 {
    letter-spacing: 0 !important;
  }
  .ls-sp-1 {
    letter-spacing: 0.01em !important;
  }
  .ls-sp-2 {
    letter-spacing: 0.02em !important;
  }
  .ls-sp-3 {
    letter-spacing: 0.03em !important;
  }
  .ls-sp-4 {
    letter-spacing: 0.04em !important;
  }
  .ls-sp-5 {
    letter-spacing: 0.05em !important;
  }
  .ls-sp-6 {
    letter-spacing: 0.06em !important;
  }
  .ls-sp-8 {
    letter-spacing: 0.08em !important;
  }
  .ls-sp-10 {
    letter-spacing: 0.1em !important;
  }
  .ls-sp-15 {
    letter-spacing: 0.15em !important;
  }
  .ls-sp-20 {
    letter-spacing: 0.2em !important;
  }
}
/* text color */
.color-black {
  color: #000000 !important;
}

.color-blue {
  color: #004097 !important;
}

.color-green {
  color: #169e49 !important;
}

.color-red {
  color: #e60012 !important;
}

.color-brown {
  color: #754c24 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-yellow {
  color: #fed517 !important;
}

.color-gray {
  color: #898987 !important;
}

.color-purple {
  color: #b16e9e !important;
}

.color-peach {
  color: #e6b289 !important;
}

.color-olive {
  color: #c3be71 !important;
}

.color-orange {
  color: #ff7100 !important;
}

/* text align */
.text-left {
  text-align: left !important;
}

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

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

@media only screen and (max-width: 768px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
}
/* bg color */
.bg-white {
  background-color: #ffffff !important;
}

.bg-wheat {
  background-color: #f3f3f3 !important;
}

.bg-gray {
  background-color: #ededed !important;
}

.bg-green {
  background-color: #009245 !important;
}

.bg-brown {
  background-color: #754c24 !important;
}

.bg-orange {
  background-color: #f15a24 !important;
}

.bg-pink {
  background-color: #ff3985 !important;
}

.bg-red {
  background-color: #ff0000 !important;
}

.bg-blue {
  background-color: #004097 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-yellow {
  background-color: #fff8d6 !important;
}

.vertical-baseline {
  vertical-align: baseline !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

/* text underline */
.underline {
  text-decoration: underline !important;
}

/* round */
.r-3 {
  border-radius: 0.3rem !important;
}

.r-5 {
  border-radius: 0.5rem !important;
}

.r-6 {
  border-radius: 0.6rem !important;
}

.r-8 {
  border-radius: 0.8rem !important;
}

.r-10 {
  border-radius: 1rem !important;
}

.r-12 {
  border-radius: 1.2rem !important;
}

.r-15 {
  border-radius: 1.5rem !important;
}

.r-16 {
  border-radius: 1.6rem !important;
}

.r-18 {
  border-radius: 1.8rem !important;
}

.r-20 {
  border-radius: 2rem !important;
}

/* display */
.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

/* flex */
.flex-reverse {
  flex-direction: row-reverse !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.scrolled .header {
  background: #fff;
}

.header {
  display: flex;
  column-gap: 2.4rem;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 11.6rem;
  transition: all 0.4s ease-in-out;
  padding: 3rem 3.2rem 3rem 9.2rem;
  backdrop-filter: blur(5px);
  z-index: 996;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 768px) {
  .header {
    position: sticky;
    height: fit-content;
    padding: 1rem 1.6rem;
    background-color: #FFF;
  }
}
.header .header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  column-gap: 4.8rem;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .header .header-wrapper {
    height: 6rem;
  }
}
.header .header-logo {
  position: relative;
  width: 13rem;
  padding: 0;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .header .header-logo {
    width: 9rem;
  }
}
.header .header-logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header .header-logo a img {
  display: block;
  width: 100%;
}
.header .nav-contact {
  display: flex;
  column-gap: 3.6rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header .nav-contact {
    display: none;
  }
}
.header .header-nav {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav .nav-menu {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3.6rem;
  line-height: 100%;
  margin-right: auto;
  color: #fff;
  /* サブメニューの初期状態：非表示 */
  /* サブメニュー項目 */
  /* hoverでサブメニュー表示 */
}
.header .header-nav .nav-menu > li {
  position: relative;
  padding: 0;
}
.header .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  padding: 15px 0;
  text-shadow: 0 0 4px #fff;
}
.header .header-nav .nav-menu > li .menu-link .jp,
.header .header-nav .nav-menu > li .menu-link .en {
  line-height: 100%;
}
.header .header-nav .nav-menu > li .menu-link .jp {
  color: #003E92;
}
.header .header-nav .nav-menu > li .menu-link .en {
  color: #FFDD00;
}
.header .header-nav .nav-menu li.yao-has-submenu {
  position: relative;
}
.header .header-nav .nav-menu .yao-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 180px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.header .header-nav .nav-menu .yao-sub-menu li {
  list-style: none;
}
.header .header-nav .nav-menu .yao-sub-menu li a.submenu-link {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.header .header-nav .nav-menu .yao-sub-menu li a.submenu-link:hover {
  background-color: #f0f0f0;
}
.header .header-nav .nav-menu li.yao-has-submenu:hover > .yao-sub-menu {
  display: block;
}
.header .contact-btns {
  position: relative;
  display: flex;
  column-gap: 0.8rem;
}
.header .contact-btns .btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 4rem;
  aspect-ratio: 1/1;
  position: relative;
}
.header .contact-btns .btn-blue .btn-img {
  display: block;
  position: relative;
  width: 3.4rem;
  flex-shrink: 0;
}

.mobile-nav-toggle {
  width: 3.6rem;
  aspect-ratio: 1/1;
  padding: 0;
  background: #FFF;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  z-index: 3000;
  margin: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 90rem;
  box-shadow: 0 0 2.7px rgba(0, 0, 0, 0.1764705882);
  flex-shrink: 0;
}
.mobile-nav-toggle:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle:hover {
    opacity: 1;
  }
}
.mobile-nav-toggle .btn-text {
  color: #fff;
  line-height: 100%;
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 2rem;
  height: 1.1rem;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  border-radius: 1rem;
  background: #003E92;
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle .toggle-icon span {
    background: #003E92;
  }
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 0.5rem;
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle .menu-label {
    color: white;
  }
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background-color: #003E92;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle.toggle-active .toggle-icon span {
    background-color: #003E92;
  }
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  transform: translateY(0.5rem) rotate(-45deg);
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle.toggle-active .menu-label {
    display: none;
    color: black;
  }
}

#mobile-nav {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 999;
  right: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #mobile-nav {
    padding: 2.2rem 1.6rem;
    flex-direction: column;
    overflow-y: auto;
    background-color: #003E92;
  }
}
#mobile-nav .btn-close {
  display: block;
  position: absolute;
  top: 2.2rem;
  right: 2.6rem;
  width: 2.8rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .btn-close {
    width: 2.4rem;
    top: 2rem;
    right: 1.6rem;
  }
}
#mobile-nav .btn-close .btn-icon {
  display: block;
  position: relative;
  width: 100%;
}
#mobile-nav .mobile-toggle {
  position: absolute;
  top: 2rem;
  right: 1.8rem;
  display: none;
  width: 2.4rem;
  height: 1.7rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-toggle {
    display: block;
  }
}
#mobile-nav .mobile-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}
#mobile-nav .mobile-toggle span:nth-child(1) {
  top: 0;
}
#mobile-nav .mobile-toggle span:nth-child(2) {
  top: 0.8rem;
}
#mobile-nav .mobile-toggle span:nth-child(3) {
  bottom: 0;
}
#mobile-nav .mobile-toggle.toggle-active span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}
#mobile-nav .mobile-toggle.toggle-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(2rem);
  visibility: hidden;
}
#mobile-nav .mobile-toggle.toggle-active span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}
#mobile-nav .header-part {
  display: block;
  position: relative;
  width: 50%;
  flex-shrink: 0;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .header-part {
    justify-content: flex-start;
    width: 100%;
    background-color: #003E92;
    margin-bottom: 3rem;
  }
}
#mobile-nav .header-part .menu-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20rem;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #mobile-nav .header-part .menu-img {
    display: block;
    position: relative;
    width: 12rem;
    top: unset;
    left: unset;
    transform: unset;
  }
}
#mobile-nav .mobile-nav-container {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  background: #003E92;
  position: relative;
  padding: 4% 4.8% 3.6% 4.8%;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container {
    padding: 0;
    row-gap: 3.6rem;
    height: fit-content;
    justify-content: flex-start;
    overflow-y: unset;
    padding-top: 3rem;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-wrapper {
  display: block;
  height: fit-content;
}
#mobile-nav .mobile-nav-container * {
  color: #FFF;
}
#mobile-nav .mobile-nav-container .btn-logo {
  display: block;
  position: relative;
  width: 24rem;
  margin-bottom: 3.6rem;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .btn-logo {
    display: none;
  }
}
#mobile-nav .mobile-nav-container .btn-logo .logo-img {
  display: block;
  position: relative;
  width: 100%;
}
#mobile-nav .mobile-nav-container .title-under {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .title-under {
    display: none;
  }
}
#mobile-nav .mobile-nav-container .nav-menus {
  position: relative;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15%;
  width: 100%;
  max-width: 120rem;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .nav-menus {
    width: 100%;
    row-gap: 0;
    padding-bottom: 0;
    margin-bottom: 4.4rem;
  }
}
#mobile-nav .mobile-nav-container .nav-menus .left-part .mobile-nav-menu:first-child {
  margin-bottom: 7.2rem;
}
#mobile-nav .mobile-nav-container .mobile-nav-menu {
  position: relative;
  list-style: none;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu {
    row-gap: 0;
    margin-top: 0;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-menu > li {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateX(7.2rem);
  transition: all 0.05s ease-in-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards !important;
}
#mobile-nav .mobile-nav-container .mobile-nav-menu > li p {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu > li {
    width: 100%;
    position: relative;
    padding: 1rem 0;
  }
  #mobile-nav .mobile-nav-container .mobile-nav-menu > li:after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    width: 0.9rem;
    height: auto;
    aspect-ratio: 9/18;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-menu > li:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu > li:not(:last-child) {
    margin-bottom: 0;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-menu .menu-link {
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu .menu-link span {
    font-size: 1.2rem;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-menu .menu-link:hover {
  opacity: 0.7;
}
#mobile-nav .mobile-nav-container .mobile-nav-menu .sub-menu {
  padding-top: 0.8rem;
  padding-left: 1.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu .sub-menu {
    padding-top: 1rem;
    padding-left: 2rem;
    row-gap: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu .sub-menu a span {
    font-size: 1rem;
  }
}
#mobile-nav .mobile-nav-container .mobile-nav-menu a {
  transition: all 0.3s ease-in-out;
}
#mobile-nav .mobile-nav-container .mobile-nav-menu a:hover {
  opacity: 0.7;
}
#mobile-nav .mobile-nav-container .address-btns {
  display: flex;
  column-gap: 10%;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .address-btns {
    flex-direction: column-reverse;
    row-gap: 3.6rem;
  }
}
#mobile-nav .mobile-nav-container .address-btns .address-part {
  width: fit-content;
  line-height: 1.8;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .address-btns .address-part {
    font-size: 1.2rem;
  }
}
#mobile-nav .mobile-nav-container .address-btns .btns {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
#mobile-nav .mobile-nav-container .address-btns .btns .btn-item {
  display: block;
  position: relative;
  width: 31.5rem;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .address-btns .btns .btn-item {
    max-width: 36rem;
    width: 100%;
  }
}
#mobile-nav .mobile-nav-container .address-btns .btns .btn-item .btn-img {
  display: block;
  position: relative;
  width: 100%;
}
#mobile-nav .btn-close {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  top: 2.2rem;
  right: 2.6rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
#mobile-nav .btn-close:hover {
  opacity: 0.7;
}
#mobile-nav .btn-close span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  border-radius: 20rem;
  background: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .btn-close span {
    background: #7b7b7b;
  }
}
#mobile-nav .btn-close span:first-child {
  transform: rotate(45deg);
}
#mobile-nav .btn-close span:last-child {
  transform: rotate(-45deg);
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li {
  animation: nav-item-fade-in 0.4s ease-in-out;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(1) {
  animation-delay: 0.06s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(2) {
  animation-delay: 0.12s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(3) {
  animation-delay: 0.18s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(4) {
  animation-delay: 0.24s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(5) {
  animation-delay: 0.3s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(6) {
  animation-delay: 0.36s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(7) {
  animation-delay: 0.42s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(8) {
  animation-delay: 0.48s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(9) {
  animation-delay: 0.54s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(10) {
  animation-delay: 0.6s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(11) {
  animation-delay: 0.66s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(12) {
  animation-delay: 0.72s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(13) {
  animation-delay: 0.78s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(14) {
  animation-delay: 0.84s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(15) {
  animation-delay: 0.9s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(16) {
  animation-delay: 0.96s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(17) {
  animation-delay: 1.02s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(18) {
  animation-delay: 1.08s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(19) {
  animation-delay: 1.14s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(20) {
  animation-delay: 1.2s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(21) {
  animation-delay: 1.26s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(22) {
  animation-delay: 1.32s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(23) {
  animation-delay: 1.38s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(24) {
  animation-delay: 1.44s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(25) {
  animation-delay: 1.5s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(26) {
  animation-delay: 1.56s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(27) {
  animation-delay: 1.62s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(28) {
  animation-delay: 1.68s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(29) {
  animation-delay: 1.74s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(30) {
  animation-delay: 1.8s !important;
}
body.mobile-nav-active .global-btns .btn-line {
  border: 1px solid #F9F9F9;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li {
  animation: nav-item-fade-in 0.4s ease-in-out;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(1) {
  animation-delay: 0.06s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(2) {
  animation-delay: 0.12s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(3) {
  animation-delay: 0.18s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(4) {
  animation-delay: 0.24s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(5) {
  animation-delay: 0.3s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(6) {
  animation-delay: 0.36s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(7) {
  animation-delay: 0.42s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(8) {
  animation-delay: 0.48s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(9) {
  animation-delay: 0.54s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(10) {
  animation-delay: 0.6s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(11) {
  animation-delay: 0.66s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(12) {
  animation-delay: 0.72s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(13) {
  animation-delay: 0.78s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(14) {
  animation-delay: 0.84s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(15) {
  animation-delay: 0.9s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(16) {
  animation-delay: 0.96s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(17) {
  animation-delay: 1.02s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(18) {
  animation-delay: 1.08s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(19) {
  animation-delay: 1.14s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(20) {
  animation-delay: 1.2s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(21) {
  animation-delay: 1.26s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(22) {
  animation-delay: 1.32s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(23) {
  animation-delay: 1.38s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(24) {
  animation-delay: 1.44s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(25) {
  animation-delay: 1.5s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(26) {
  animation-delay: 1.56s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(27) {
  animation-delay: 1.62s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(28) {
  animation-delay: 1.68s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(29) {
  animation-delay: 1.74s !important;
}
body.mobile-nav-active #mobile-nav .mobile-nav-container .mobile-nav-menu > li:nth-child(30) {
  animation-delay: 1.8s !important;
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

.footer {
  position: relative;
  width: 100%;
  padding: 5.4rem 5% 0 5%;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 0;
  }
}
.footer .footer-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  column-gap: 8.6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #003E92;
}
@media only screen and (max-width: 768px) {
  .footer .footer-wrapper {
    flex-direction: column-reverse;
    row-gap: 0;
    border-bottom: unset;
    padding-top: 5.6rem;
    padding-bottom: 0;
  }
}
.footer .footer-wrapper .logo-address {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer .footer-wrapper .logo-address {
    margin: 0 1.6rem;
    width: calc(100% - 3.2rem);
    padding-bottom: 5rem;
    border-bottom: 1px solid #E1E1E1;
  }
}
.footer .footer-wrapper .logo-address .logo-wrapper {
  position: relative;
  width: fit-content;
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 768px) {
  .footer .footer-wrapper .logo-address .logo-wrapper {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.footer .footer-wrapper .logo-address .logo-wrapper .logo-img {
  display: block;
  position: relative;
  width: 18rem;
  margin-bottom: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .footer .footer-wrapper .logo-address .logo-wrapper .logo-img {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer-wrapper .logo-address .address {
  white-space: nowrap;
  margin-bottom: 2.2rem;
  line-height: 1.7;
  color: #003E92;
}
@media only screen and (max-width: 768px) {
  .footer .footer-wrapper .logo-address .address {
    display: block;
    width: fit-content;
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.footer .footer-wrapper .logo-address .btn-renov {
  display: block;
  position: relative;
  width: 37.2rem;
}
@media only screen and (max-width: 768px) {
  .footer .footer-wrapper .logo-address .btn-renov {
    width: 100%;
    max-width: 37.2rem;
    margin-bottom: 13rem;
  }
}
.footer .footer-wrapper .logo-address .btn-renov img {
  display: block;
  position: relative;
  width: 100%;
}
.footer .nav-wrapper {
  display: flex;
  column-gap: 4.6vw;
  padding-top: 15.4rem;
}
@media only screen and (max-width: 768px) {
  .footer .nav-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0;
    margin: 0 1.6rem;
    padding-top: 0;
    padding-bottom: 5.6rem;
  }
}
.footer .nav-menu {
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer .nav-menu {
    width: fit-content;
    row-gap: 0;
  }
  .footer .nav-menu:last-child li:last-child {
    border-bottom: 1px solid white;
  }
}
.footer .nav-menu li {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .footer .nav-menu li {
    width: 100%;
    position: relative;
    padding: 0.6rem 0;
    border-top: 1px solid white;
  }
}
.footer .nav-menu li .menu-item {
  display: block;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  line-height: 100%;
  padding-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .footer .nav-menu li .menu-item {
    padding-bottom: 0;
    line-height: 2.4rem;
    text-wrap: wrap;
  }
}
.footer .nav-menu li .menu-item:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.7803921569);
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .footer .nav-menu li .menu-item:after {
    display: none;
  }
}
.footer .nav-menu li .menu-item:hover:after {
  width: 100%;
}
.footer .nav-menu li .sub-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-top: 0.6rem;
  padding-left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .footer .nav-menu li .sub-menu {
    padding-top: 1.6rem;
    padding-left: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer .nav-menu li .sub-menu a span {
    font-size: 1.2rem;
  }
}
.footer .nav-menu li span {
  white-space: nowrap;
}
.footer .nav-menu .sub-menu-link {
  display: flex;
}

.footer-bottom {
  padding: 3.2rem 5%;
}
@media only screen and (max-width: 768px) {
  .footer-bottom {
    padding: 1.6rem;
    text-align: center;
    justify-content: center;
    flex-direction: column-reverse;
    row-gap: 1rem;
  }
}
.footer-bottom .copyright-text {
  text-align: left;
  color: #003E92;
}
@media only screen and (max-width: 768px) {
  .footer-bottom .copyright-text {
    font-size: 1.2rem;
    color: #ACACAC;
  }
}

.globalbtn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .globalbtn {
    display: block;
  }
}

.global-cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .global-cta {
    display: flex;
  }
}
.global-cta li {
  display: block;
  position: relative;
  width: 25%;
  height: 100%;
}
.global-cta li .btn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.global-cta li .btn-item .btn-text {
  color: #FFF;
}
.global-cta li .btn-item.btn-reserv {
  background-color: #003E92;
}
.global-cta li .btn-item.btn-line {
  background-color: #1958b2;
}
.global-cta li .btn-item.btn-tel {
  background-color: #113363;
}
.global-cta li .btn-item.btn-contact {
  background-color: #1057b9;
}
.global-cta li .btn-item .btn-icon {
  width: 4rem;
}

.font-en {
  font-family: "Poppins", sans-serif !important;
}

.font-teachers {
  font-family: "Poppins", sans-serif !important;
}

.font-montserrat {
  font-family: "Poppins", sans-serif !important;
}

.font-10-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.font-10-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.font-11-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.font-11-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.font-12-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.font-12-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.font-13-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.font-13-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.font-13-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.font-14-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.font-14-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.font-14-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.font-14-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.font-14-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.font-15-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.font-15-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.font-15-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.font-15-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.font-16-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .font-16-300 {
    font-size: 1.4rem;
  }
}

.font-16-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-16-400 {
    font-size: 1.4rem;
  }
}

.font-16-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .font-16-500 {
    font-size: 1.4rem;
  }
}

.font-16-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .font-16-600 {
    font-size: 1.4rem;
  }
}

.font-16-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-16-700 {
    font-size: 1.4rem;
  }
}

.font-17-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .font-17-300 {
    font-size: 1.5rem;
  }
}

.font-17-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-17-400 {
    font-size: 1.5rem;
  }
}

.font-18-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .font-18-300 {
    font-size: 1.6rem;
  }
}

.font-18-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-18-400 {
    font-size: 1.6rem;
  }
}

.font-18-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .font-18-500 {
    font-size: 1.6rem;
  }
}

.font-18-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .font-18-600 {
    font-size: 1.6rem;
  }
}

.font-18-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-18-700 {
    font-size: 1.6rem;
  }
}

.font-20-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .font-20-300 {
    font-size: 1.6rem;
  }
}

.font-20-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-20-400 {
    font-size: 1.6rem;
  }
}

.font-20-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .font-20-500 {
    font-size: 1.6rem;
  }
}

.font-20-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-20-700 {
    font-size: 1.6rem;
  }
}

.font-20-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .font-20-600 {
    font-size: 1.6rem;
  }
}

.font-22-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-22-400 {
    font-size: 1.8rem;
  }
}

.font-22-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-22-400 {
    font-size: 1.8rem;
  }
}

.font-22-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-22-700 {
    font-size: 1.8rem;
  }
}

.font-23-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .font-23-300 {
    font-size: 1.9rem;
  }
}

.font-23-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .font-23-600 {
    font-size: 1.9rem;
  }
}

.font-23-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-23-700 {
    font-size: 1.9rem;
  }
}

.font-24-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-24-400 {
    font-size: 2rem;
  }
}

.font-24-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-24-500 {
    font-size: 2rem;
  }
}

.font-24-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-24-700 {
    font-size: 2rem;
  }
}

.font-25-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.font-25-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.font-26-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
}

.font-27-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
}

.font-27-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
}

.font-28-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-28-400 {
    font-size: 2.1rem;
  }
}

.font-28-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .font-28-600 {
    font-size: 2.1rem;
  }
}

.font-28-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-28-700 {
    font-size: 2.1rem;
  }
}

.font-30-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .font-30-500 {
    font-size: 2.2rem;
  }
}

.font-30-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-30-700 {
    font-size: 2.2rem;
  }
}

.font-32-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-32-400 {
    font-size: 2.3rem;
  }
}

.font-35-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-35-700 {
    font-size: 2.4rem;
  }
}

.font-35-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .font-35-600 {
    font-size: 2.4rem;
  }
}

.font-36-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-36-400 {
    font-size: 2.4rem;
  }
}

.font-36-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .font-36-500 {
    font-size: 2.4rem;
  }
}

.font-36-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-36-700 {
    font-size: 2.4rem;
  }
}

.font-40-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .font-40-400 {
    font-size: 2.4rem;
  }
}

.font-40-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .font-40-600 {
    font-size: 2.4rem;
  }
}

.font-40-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-40-700 {
    font-size: 2.4rem;
  }
}

.font-45-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-45-700 {
    font-size: 2.6rem;
  }
}

.font-48-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .font-48-500 {
    font-size: 2.8rem;
  }
}

.font-48-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .font-48-600 {
    font-size: 2.8rem;
  }
}

.font-50-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .font-50-500 {
    font-size: 2.4rem;
  }
}

.font-50-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .font-50-700 {
    font-size: 2.4rem;
  }
}

.font-55-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .font-55-500 {
    font-size: 2.6rem;
  }
}

.font-64-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .font-64-600 {
    font-size: 2.6rem;
  }
}

.font-80-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8rem;
  font-weight: 400;
}

a {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

.btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  column-gap: 0.4rem;
  padding: 1rem 5.8rem;
  width: fit-content;
  height: 4.6rem;
  border-radius: 90rem;
  background: #003E92;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .btn-blue {
    margin-left: auto;
    margin-right: auto;
  }
}
.btn-blue .btn-text {
  white-space: nowrap;
  color: #fff;
}
.btn-blue .btn-icon {
  display: block;
  position: absolute;
  width: 1.2rem;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
}
.btn-blue .arrow-icon {
  background-color: #FFF;
}
.btn-blue.btn-more {
  width: 28rem;
}

.btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  column-gap: 0.4rem;
  padding: 1rem 5.8rem;
  width: fit-content;
  height: 5.6rem;
  border-radius: 90rem;
  background: #FFF;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .btn-white {
    margin-left: auto;
    margin-right: auto;
  }
}
.btn-white .btn-text {
  white-space: nowrap;
  color: #003E92;
}
.btn-white .btn-icon {
  display: block;
  position: absolute;
  width: 1.2rem;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
}
.btn-white.btn-more {
  width: 28rem;
}

.btn-underline {
  padding: 0 4.2rem 0.2rem 0;
  border-bottom: 1px solid black;
  height: fit-content;
}
.btn-underline .arrow-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: fit-content;
  height: fit-content;
  transform: translateY(-60%);
  overflow: hidden;
  z-index: 1;
}
.btn-underline .arrow-icon img {
  width: 3.3rem;
  height: auto;
  aspect-ratio: 33/8;
  animation-duration: 1s;
}
.btn-underline:hover {
  opacity: 1;
}
.btn-underline:hover .arrow-icon img {
  animation-name: left-to-right;
}

.left-right {
  position: relative;
  display: flex;
  column-gap: 7.6rem;
}
.left-right .right-part {
  display: block;
  position: relative;
}
.left-right .left-part {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .left-right {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.left-right.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .left-right.reverse {
    flex-direction: column-reverse;
  }
}

.btn-rightarrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4.4rem;
  width: fit-content;
  height: 5.5rem;
  padding: 1.2rem 8rem;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  background: #003E92;
  border-radius: 90rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .btn-rightarrow {
    width: 100%;
    max-width: 28.4rem;
    height: 5.2rem;
  }
}
.btn-rightarrow .btn-text {
  color: #fff;
}
.btn-rightarrow .btn-icon {
  display: block;
  position: absolute;
  width: 1.2rem;
  top: 1.6rem;
  right: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .btn-rightarrow {
    column-gap: 1.6rem;
    margin-top: 1.2rem;
    margin-left: 0;
  }
}
.btn-rightarrow:hover {
  opacity: 1;
}
.btn-rightarrow:hover .btn-icon {
  animation: bounce-right 0.8s infinite;
}
@keyframes bounce-right {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(15px);
  }
  /* 60% {
          transform: translateX(12px);
        } */
}

section {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 6rem 0;
  }
}

.thumb-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: fit-content;
}
.thumb-wrapper .thumb-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.title-under {
  display: flex;
  position: relative;
  column-gap: 1.2rem;
}
.title-under .en-label {
  width: fit-content;
  line-height: 100%;
  display: block;
  position: relative;
  color: #FFDD00;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .title-under .en-label {
    font-size: 1.6rem;
  }
}
.title-under .horizontal-line {
  display: block;
  position: relative;
  width: 100%;
  height: 0.1rem;
  margin-top: 0.4rem;
  background-color: #FFDD00;
}
@media only screen and (max-width: 768px) {
  .title-under .horizontal-line {
    margin-top: 0.6rem;
  }
}

.section-effect1-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8%;
}
@media only screen and (max-width: 768px) {
  .section-effect1-bg {
    width: 15%;
  }
}

.section-effect2-bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8%;
}
@media only screen and (max-width: 768px) {
  .section-effect2-bg {
    width: 15%;
  }
}

.section-title {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 4.8rem auto;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 3rem;
  }
}
.section-title * {
  color: #003E92;
  line-height: 1.3;
  text-align: center;
}
.section-title .en-title {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .section-title .en-title {
    font-size: 3.2rem;
  }
  .section-title .jp-title {
    font-size: 1.6rem;
  }
}

.sub-title {
  color: #003E92;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .sub-title {
    margin-bottom: 1.6rem;
  }
}

.sub-section-title {
  display: block;
  position: relative;
  width: fit-content;
  color: #003E92;
  letter-spacing: 0.05em;
  margin: 0 auto 5.2rem auto;
}
@media only screen and (max-width: 768px) {
  .sub-section-title {
    margin-bottom: 3.6rem;
  }
}

.sub-section-title-container {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 7.2rem auto;
}
@media only screen and (max-width: 768px) {
  .sub-section-title-container {
    margin-bottom: 4.8rem;
  }
}
.sub-section-title-container * {
  text-align: center;
  color: #003E92;
}
.sub-section-title-container .sub-section-title {
  margin-bottom: 0.4rem;
}

.stick-title {
  display: block;
  position: relative;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto 6.4rem auto;
  color: #003E92;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .stick-title {
    margin-bottom: 3.6rem;
    text-align: center;
  }
}
.stick-title:after, .stick-title:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0rem;
  width: 1px;
  height: 4rem;
  background-color: #FFDD00;
}
@media only screen and (max-width: 768px) {
  .stick-title:after, .stick-title:before {
    height: 3rem;
  }
}
.stick-title:after {
  left: -2.4rem;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 768px) {
  .stick-title:after {
    left: -1.2rem;
  }
}
.stick-title:before {
  right: -2.4rem;
  transform: rotate(15deg);
}
@media only screen and (max-width: 768px) {
  .stick-title:before {
    right: -1.2rem;
  }
}

.stick-title2 {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  width: fit-content;
  margin: 0 auto 3.6rem 0;
  color: #003E92;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .stick-title2 {
    margin-bottom: 2.2rem;
    text-align: center;
  }
}
.stick-title2:before {
  content: "";
  display: block;
  position: relative;
  width: 0.5rem;
  height: 4rem;
  background-color: #FFDD00;
}

.part-title {
  display: flex;
  column-gap: 0.8rem;
  color: #003E92;
  letter-spacing: 0.1em;
}
.part-title .number {
  line-height: 100%;
  color: #003E92;
  padding-top: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .part-title .number {
    font-size: 3rem;
  }
}

.arrow-btn {
  position: relative;
}
.arrow-btn .arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  position: absolute;
  content: "";
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  aspect-ratio: 1/1;
  border-radius: 90rem;
  overflow: hidden;
  flex-shrink: 0;
}
.arrow-btn .arrow-icon img {
  display: block;
  position: relative;
  width: 3.2rem;
  height: 1.2rem;
  object-fit: contain;
}
.arrow-btn:hover .arrow-icon img {
  animation: lefttoright 0.4s;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 4.6rem;
  background-color: #003E92;
  border-radius: 90rem;
  margin: 4.8rem auto 0 auto;
}
.btn-more:hover {
  opacity: 1;
}
.btn-more .btn-text {
  color: #FFF;
  letter-spacing: 0.1em;
}
.btn-more .arrow-icon {
  width: 3.6rem;
  height: 3.6rem;
  right: 0.6rem;
  border-radius: 90%;
  background-color: #FFF;
}
.btn-more .arrow-icon .icon-img {
  width: 1.2rem;
}

.sub-mainview {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1920/500;
}
@media only screen and (max-width: 768px) {
  .sub-mainview {
    aspect-ratio: 1/1;
  }
}
.sub-mainview:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.16);
}
.sub-mainview .mainview-text {
  display: block;
  position: absolute;
  width: fit-content;
  bottom: 3.6rem;
  right: 0;
  padding: 2.4rem 5.6rem 3.6rem 7.6rem;
  background-color: rgba(255, 255, 255, 0.7529411765);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .mainview-text {
    padding: 1.4rem 1.6rem 2.2rem 3rem;
  }
}
.sub-mainview .mainview-text * {
  text-align: right;
  color: #003E92;
}
.sub-mainview .mainview-text .main-title {
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 4.4rem !important;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .mainview-text .main-title {
    letter-spacing: 0;
    font-size: 2.4rem !important;
  }
}
.sub-mainview .mainview-text .part-title {
  white-space: nowrap;
  letter-spacing: 0.05em;
  margin-top: 0.8rem;
  font-size: 2.4rem !important;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .mainview-text .part-title {
    font-size: 1.8rem !important;
    letter-spacing: 0;
  }
}
.sub-mainview .mainview-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-mainview .btn-recruit {
  display: block;
  position: absolute;
  width: 24rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sub-mainview .btn-recruit {
    width: 18rem;
  }
}
.sub-mainview .btn-recruit .btn-img {
  width: 100%;
  display: block;
  position: relative;
}

.visible {
  clip-path: inset(0 100% 0 0);
  animation: taglineClipPath forwards 0.8s ease-out 0.3s 1 normal;
}

main#main {
  width: 100%;
}

.thumb-effect {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-effect:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.thumb-effect:hover:before {
  animation: circle 0.75s;
}
.thumb-effect:hover .thumb-img {
  transform: scale(1.2);
}
.thumb-effect .thumb-img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.href-anchor {
  scroll-margin-top: 7.2rem;
  scroll-margin-block-start: 7.2rem;
  scroll-margin-inline-start: 7.2rem;
  -ms-scroll-margin-top: 7.2rem;
  scroll-margin: 7.2rem;
}

.effectFadeIn {
  animation: fadeIn 0.4s infinite;
  -webkit-animation: fadeIn 0.4s infinite;
}

.href-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: 1px solid #003E92;
  width: fit-content;
  height: 7.2rem;
  padding: 0.6rem 8.4rem;
  margin: 6.4rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .href-btn {
    width: 100%;
    height: 6rem;
    padding: 0.6rem 6.4rem;
    margin-top: 4rem;
  }
}
.href-btn .btn-icon {
  display: block;
  position: absolute;
  width: 1.8rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
.href-btn .btn-text {
  white-space: nowrap;
}

.main-form {
  display: block;
  position: relative;
  width: 100%;
  background-color: #F9F9F9;
}
.main-form .container {
  max-width: 80rem;
}
.main-form .form-container {
  border-radius: 0.8rem;
  padding: 6.4rem 4.8rem;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .main-form .form-container {
    border-radius: 0.5rem;
    padding: 4.8rem 1.6rem;
  }
}
.main-form .form-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .main-form .form-wrapper {
    row-gap: 1.6rem;
  }
}
.main-form .form-wrapper .form-row {
  display: flex;
  column-gap: 0.8rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main-form .form-wrapper .form-row {
    flex-direction: column;
    row-gap: 0.6rem;
  }
}
.main-form .form-wrapper .form-row .label {
  display: block;
  position: relative;
  width: 16rem;
  flex-shrink: 0;
  height: fit-content;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .main-form .form-wrapper .form-row .label {
    margin-top: 0.3rem;
  }
}
.main-form .form-wrapper .form-row .label.required {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .main-form .form-wrapper .form-row .label.required {
    column-gap: 0.8rem;
  }
}
.main-form .form-wrapper .form-row .label.required::after {
  width: fit-content;
  content: "※";
  color: #EE5521;
  line-height: 100%;
}
.main-form .form-wrapper .form-row .width1 {
  max-width: 24rem;
}
.main-form .form-wrapper .form-row input,
.main-form .form-wrapper .form-row textarea {
  font-size: 1.4rem !important;
}
.main-form .form-wrapper .vertical-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  width: 100%;
}
.main-form .form-wrapper .error-msg {
  display: none;
  color: #EE5521;
}
.main-form .form-wrapper .error-msg.show {
  display: block;
}
.main-form .btns {
  width: fit-content;
  display: flex;
  position: relative;
  column-gap: 1.6rem;
  margin: 4.8rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .main-form .btns {
    column-gap: 0.8rem;
    margin: 3.6rem auto 0 auto;
  }
}
.main-form .btns .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 5.6rem;
  width: fit-content;
  padding: 0.2rem 6.4rem;
}
@media only screen and (max-width: 768px) {
  .main-form .btns .btn-item {
    height: 4.8rem;
    padding: 0.2rem 4.8rem;
  }
}
.main-form .btns .btn-item.btn-back, .main-form .btns .btn-item.btn-submit {
  width: 24rem;
}
.main-form .btns .btn-item.btn-back {
  background-color: transparent;
  border: 1px solid #003E92;
  border-radius: 90rem;
}
.main-form .btns .btn-item.btn-back .btn-text {
  color: #003E92;
  white-space: nowrap;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.item-category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 3rem;
  padding: 0.2rem 1.2rem;
  border-radius: 90rem;
  background-color: #003E92;
  color: #FFF;
}
.item-category span {
  color: #FFF;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 6rem;
  height: 6rem;
  top: 36%;
  box-shadow: 0 2px 20px #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 90rem;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 5rem;
    height: 5rem;
    top: 30%;
  }
}
.slick-slider .slick-prev:hover, .slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
  background-color: #FFF;
  opacity: 0.8;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  position: relative;
  content: "";
  width: 2.6rem;
  aspect-ratio: 27/16;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    width: 2.5rem;
  }
}
.slick-slider .slick-prev {
  left: -1.8rem;
}
@media only screen and (max-width: 768px) {
  .slick-slider .slick-prev {
    left: 0;
  }
}
.slick-slider .slick-prev::before {
  background-image: url(../img/sliderlefticon.svg);
}
.slick-slider .slick-next {
  right: -1.8rem;
}
@media only screen and (max-width: 768px) {
  .slick-slider .slick-next {
    right: 0;
  }
}
.slick-slider .slick-next::before {
  background-image: url(../img/sliderrighticon.svg);
}

.block-type1 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 3rem;
  row-gap: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .block-type1 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 3.6rem;
  }
}
.block-type1 .list-item {
  display: block;
  position: relative;
  width: 100%;
}
.block-type1 .list-item .thumb-wrapper {
  margin-bottom: 2.4rem;
}
.block-type1 .list-item .thumb-wrapper .thumb-img {
  aspect-ratio: 340/250;
}
.block-type1 .list-item .thumb-wrapper .item-category {
  position: absolute;
  right: 2.4rem;
  bottom: 1.6rem;
}
.block-type1 .list-item .categories {
  margin-bottom: 1.6rem;
}
.block-type1 .list-item .client-name {
  margin-bottom: 0.8rem;
}
.block-type1 .list-item .item-title {
  display: block;
  width: 100%;
  color: #003E92;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .block-type1 .list-item .item-title {
    font-size: 1.8rem;
  }
}
.block-type1 .list-item .rows {
  display: flex;
  flex-direction: column;
}
.block-type1 .list-item .rows .row-item {
  display: flex;
  column-gap: 0.4rem;
}
.block-type1 .list-item .rows .row-item .row-label {
  display: block;
  position: relative;
  width: 7.2rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.block-type2 .container {
  width: 92%;
  max-width: 144rem;
}
@media only screen and (max-width: 768px) {
  .block-type2 .container {
    width: 100%;
  }
}
.block-type2 .part1 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .block-type2 .part1 {
    margin-bottom: 5.6rem;
  }
}
.block-type2 .left-right {
  column-gap: 0;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .block-type2 .left-right {
    row-gap: 3.6rem;
  }
}
.block-type2 .left-part {
  width: 66%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .block-type2 .left-part {
    width: 100%;
  }
}
.block-type2 .left-part .part-img {
  display: block;
  width: 100%;
  border-radius: 1.6rem;
}
.block-type2 .right-part {
  width: 46%;
  transform: translateX(-26%);
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .block-type2 .right-part {
    width: 100%;
    transform: unset;
  }
}
.block-type2 .illust-img {
  display: block;
  position: relative;
  width: 28rem;
  margin: 0 5rem 5rem auto;
}
@media only screen and (max-width: 768px) {
  .block-type2 .illust-img {
    display: none;
  }
}
.block-type2 .white-pannel {
  display: block;
  position: relative;
  background-color: #FFF;
  padding: 4.4rem 0 4.4rem 3.4rem;
  border-radius: 1.6rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .block-type2 .white-pannel {
    padding: 0;
    border-radius: unset;
  }
}
.block-type2 .white-pannel .number-title {
  position: relative;
  display: flex;
  column-gap: 1.4rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .block-type2 .white-pannel .number-title {
    column-gap: 1.2rem;
  }
}
.block-type2 .white-pannel .number-title * {
  color: #003E92;
}
.block-type2 .white-pannel .number-title .number {
  line-height: 100%;
}
.block-type2 .white-pannel .number-title .sub-title {
  margin-bottom: 0;
}
.block-type2 .white-pannel .btn-more {
  margin-top: 4.6rem;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .block-type2 .white-pannel .btn-more {
    margin-top: 3.2rem;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .block-type2 .left-right.reverse {
    flex-direction: column;
  }
}
.block-type2 .left-right.reverse .right-part {
  width: 46%;
  transform: translateX(26%);
}
@media only screen and (max-width: 768px) {
  .block-type2 .left-right.reverse .right-part {
    width: 100%;
    transform: unset;
  }
}
.block-type2 .left-right.reverse .illust-img {
  margin: 0 auto 5rem 5rem;
}
.block-type2 .left-right.reverse .white-pannel {
  padding: 4.4rem 3.4rem 4.4rem 0;
  border-radius: 0 1.6rem 0 0;
}
@media only screen and (max-width: 768px) {
  .block-type2 .left-right.reverse .white-pannel {
    padding: 0;
    border-radius: unset;
  }
}

.logo-lineup {
  width: 17rem;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .logo-lineup {
    width: 13rem;
  }
}

/*homeとconceptで使用*/
.first-section .container {
  max-width: 92rem;
}
.first-section .desc {
  text-align: center;
}

.performance-model {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .performance-model {
    flex-direction: column;
  }
}
.performance-model .part-item {
  display: block;
  position: relative;
  width: 50%;
  aspect-ratio: 1200/500;
}
@media only screen and (max-width: 768px) {
  .performance-model .part-item {
    width: 100%;
  }
}
.performance-model .part-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4666666667);
}
.performance-model .part-item .part-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performance-model .part-item .part-container {
  display: block;
  width: 100%;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0 16%;
}
@media only screen and (max-width: 768px) {
  .performance-model .part-item .part-container {
    padding: 0 12%;
  }
}
.performance-model .part-item .part-container .part-title {
  width: 100%;
  margin-bottom: 1rem;
}
.performance-model .part-item .part-container .en-title {
  position: relative;
  padding-bottom: 3.6rem;
  margin-bottom: 0.6rem;
}
.performance-model .part-item .part-container .en-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
.performance-model .part-item:hover .en-title:after {
  animation: widthanimation 0.3s linear;
}
.performance-model .part-item * {
  color: #FFF;
}
.performance-model .part-item .view-more {
  display: block;
  position: relative;
  width: fit-content;
  margin-left: auto;
}

.voice-section {
  padding: 0;
  margin-bottom: 9.8rem;
}
@media only screen and (max-width: 768px) {
  .voice-section {
    margin-bottom: 6rem;
  }
}
.voice-section .section-title-wrapper {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1440/300;
  padding-top: 3%;
}
@media only screen and (max-width: 768px) {
  .voice-section .section-title-wrapper {
    aspect-ratio: 375/247;
  }
}
.voice-section .section-title {
  z-index: 1;
}
.voice-section .section-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .voice-section .container {
    padding: 0;
  }
}
.voice-section .voice-container {
  display: block;
  position: relative;
  padding: 2.8rem 1rem;
  background-color: #FFF;
  margin-top: -7.6%;
}
@media only screen and (max-width: 768px) {
  .voice-section .voice-container {
    margin-top: -20%;
  }
}
.voice-section .voice-container .voice-list {
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .voice-section .voice-container .voice-list {
    display: flex;
  }
}
.voice-section .voice-container .voice-list .list-item {
  margin: 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  .voice-section .voice-container .voice-list .list-item {
    margin: 0 1.2rem;
  }
}
.voice-section .voice-container .voice-list .list-item img {
  height: auto;
}
.voice-section .thumb-wrapper img {
  height: auto;
}
.voice-section .home-first-works {
  padding-bottom: 15rem;
}
.voice-section .voice-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .voice-section .voice-list {
    padding: 0 1.6rem;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 3.6rem;
  }
}
.voice-section .voice-list .list-item {
  margin: 0;
}
.voice-section .btn-more {
  margin: 2.4rem auto 0 auto;
}

.contact-section {
  padding: 8.2rem 0;
  background-color: #003E92;
}
@media only screen and (max-width: 768px) {
  .contact-section {
    padding: 4.8rem 0;
  }
}
.contact-section .section-title * {
  color: #FFF;
}
.contact-section .section-desc {
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact-section .section-desc {
    font-size: 1.4rem;
  }
}
.contact-section .contact-list {
  display: flex;
  justify-content: center;
  margin: 5.6rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-list {
    flex-direction: column;
    row-gap: 6.4rem;
    margin-top: 4.4rem;
  }
}
.contact-section .contact-list .list-item {
  display: block;
  position: relative;
  width: fit-content;
  padding: 1.6rem 4.8rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-list .list-item {
    width: 100%;
    padding: 0;
  }
}
.contact-section .contact-list .list-item:not(:last-child) {
  border-right: 1px dashed #FFF;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-list .list-item:not(:last-child) {
    border-right: unset;
  }
}
.contact-section .contact-list .list-item .item-label {
  line-height: 100%;
  color: #FFF;
  text-align: center;
  margin-bottom: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-list .list-item .item-label {
    margin-bottom: 3.2rem;
  }
}
.contact-section .contact-list .list-item .btns {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: fit-content;
  height: 22.4rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-list .list-item .btns {
    width: 100%;
    height: fit-content;
    justify-content: center;
    row-gap: 1.6rem;
  }
}
.contact-section .contact-list .list-item .btns .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.4rem;
  height: 6.4rem;
  background-color: #FFF;
  border-radius: 0.4rem;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-list .list-item .btns .btn-item {
    width: 100%;
    height: 6rem;
  }
}
.contact-section .contact-list .list-item .btns .btn-item .arrow-icon {
  width: 2.4rem;
  height: 2.4rem;
  right: 1.6rem;
  background-color: #003E92;
}
.contact-section .contact-list .list-item .btns .btn-item .arrow-icon img {
  width: 1rem;
}

.section-type1 {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-type1 {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }
}
.section-type1 .section-item {
  column-gap: 4rem;
}
.section-type1 .section-item .left-part {
  width: 48%;
  flex-shrink: 0;
}
.section-type1 .section-item .right-part {
  width: 100%;
  padding: 4.8rem 2.4rem;
}
@media only screen and (max-width: 768px) {
  .section-type1 .section-item .right-part {
    padding: 0;
  }
}
.section-type1 .section-item .right-part .label {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 2.6rem;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .section-type1 .section-item .right-part .label {
    margin-bottom: -2rem;
    position: relative;
    z-index: 1;
  }
}
.section-type1 .section-item .right-part .label .point-label {
  transform: rotate(-90deg);
  transform-origin: center center;
}
@media only screen and (max-width: 768px) {
  .section-type1 .section-item .right-part .label .point-label {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-type1 .section-item .right-part .label .number {
    font-size: 4.4rem;
  }
}
.section-type1 .section-item .right-part .label * {
  display: block;
  position: relative;
  line-height: 100%;
  color: #003E92;
}
.section-type1 .section-item .right-part .title {
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  display: block;
  width: fit-content;
  position: relative;
  color: #003E92;
}
@media only screen and (max-width: 768px) {
  .section-type1 .section-item .right-part .title {
    padding-bottom: 0;
  }
}
.section-type1 .section-item .item-img {
  display: block;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-type1 .section-item .item-img {
    margin-bottom: 2.6rem;
  }
}

.block-type3 {
  margin-top: 7.6rem;
}
@media only screen and (max-width: 768px) {
  .block-type3 {
    margin-top: 4.8rem;
  }
}
.block-type3 .container {
  max-width: 144rem;
}
.block-type3 .imgs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .block-type3 .imgs {
    column-gap: 0.2rem;
    row-gap: 0.2rem;
  }
}
.block-type3 .imgs img {
  display: block;
  position: relative;
  object-fit: cover;
}
.block-type3 .imgs img.img1, .block-type3 .imgs img.img3 {
  width: 26%;
}
@media only screen and (max-width: 768px) {
  .block-type3 .imgs img.img1, .block-type3 .imgs img.img3 {
    width: calc(50% - 0.2rem);
  }
}
.block-type3 .imgs img.img2 {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .block-type3 .imgs img.img2 {
    width: 100%;
  }
}
.block-type3 .item-list {
  position: relative;
  width: 100%;
  max-width: 120rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 4.8rem;
  margin: 5.6rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .block-type3 .item-list {
    margin-top: 3.6rem;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 4rem;
  }
}
.block-type3 .item-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
.block-type3 .item-list .list-item .item-title {
  color: #003E92;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .block-type3 .item-list .list-item .item-title {
    margin-bottom: 1.6rem;
  }
}

.block-type4 .part-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .block-type4 .part-list {
    row-gap: 4rem;
  }
}
.block-type4 .left-right {
  column-gap: 8%;
}
.block-type4 .left-right .left-part {
  width: 48%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .block-type4 .left-right .left-part {
    width: 100%;
  }
}
.block-type4 .sub-title {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .block-type4 .sub-title {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .block-type4 .thumb-wrapper {
    margin-bottom: 2.4rem;
  }
}

.block-type5 {
  background-color: #003E92;
  overflow: hidden;
}
.block-type5 .section-img {
  width: 62.5rem;
  position: absolute;
  bottom: 12.8rem;
  left: -6.4rem;
  mix-blend-mode: screen;
  opacity: 0.3;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .block-type5 .section-img {
    display: none;
  }
}
.block-type5 .section-title-wrapper {
  max-width: 55.8rem;
  margin: 0 auto 7.2rem auto;
}
@media only screen and (max-width: 768px) {
  .block-type5 .section-title-wrapper {
    margin: 0 auto 2.8rem auto;
  }
}
.block-type5 .section-title-wrapper .section-title {
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .block-type5 .section-title-wrapper .section-title span {
    font-size: 1.7rem;
  }
}
.block-type5 .section-title-wrapper .title-under {
  column-gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .block-type5 .section-title-wrapper .title-under {
    column-gap: 1.8rem;
  }
}
.block-type5 .section-title-wrapper .title-under .horizontal-line {
  background-color: #fff;
}
.block-type5 .section-title-wrapper .title-under .en-title {
  color: #fff;
  letter-spacing: 0.1em;
}
.block-type5 .part-title {
  text-align: center;
  margin-bottom: 6.4rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .block-type5 .part-title {
    margin-bottom: 4.8rem;
  }
}
.block-type5 * {
  color: #FFF;
}
.block-type5 .container {
  max-width: 100rem;
}
.block-type5 .works-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.block-type5 .works-list .list-item {
  display: flex;
  column-gap: 5.6rem;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px solid #FFF;
}
@media only screen and (max-width: 768px) {
  .block-type5 .works-list .list-item {
    flex-direction: column;
    row-gap: 1.6rem;
    padding: 1.6rem 0;
  }
}
.block-type5 .works-list .list-item:first-child {
  border-top: 1px solid #FFF;
}
.block-type5 .works-list .list-item .thumb-wrapper {
  flex-shrink: 0;
  width: 18.8rem;
  margin-left: auto;
  margin-right: auto;
}
.block-type5 .works-list .list-item .thumb-wrapper .thumb-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 90%;
  overflow: hidden;
}
.block-type5 .works-list .list-item .item-content {
  width: 100%;
}
.block-type5 .works-list .list-item .item-content .label-title {
  position: relative;
  display: flex;
  column-gap: 2.2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.block-type5 .works-list .list-item .item-content .label-title .item-label {
  color: #FFDD00;
  line-height: 3.2rem;
  flex-shrink: 0;
}
.block-type5 .works-list .list-item .item-content .label-title .item-title {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .block-type5 .works-list .list-item .item-content .label-title .item-title {
    line-height: 1.7;
  }
}
.block-type5 .works-list .list-item .item-content .desc {
  margin-top: 1.6rem;
}
.block-type5 .btn-white {
  margin: 6.4rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .block-type5 .btn-white {
    margin-top: 4rem;
  }
}

.btn-logoicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 5rem;
  border: 0.2rem solid #003E92;
  padding: 0.2rem;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .btn-logoicon {
    width: 16.6rem;
    height: 4.2rem;
  }
}
.btn-logoicon.btn-blue {
  background-color: #003E92;
  color: #FFF;
}
.btn-logoicon.btn-blue .arrow-icon {
  background-color: #FFF;
}
.btn-logoicon.btn-blue * {
  color: #FFF;
}
.btn-logoicon * {
  color: #003E92;
  line-height: 100%;
}
.btn-logoicon .btn-text {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .btn-logoicon .btn-text .jp-text {
    font-size: 1.5rem;
  }
  .btn-logoicon .btn-text .en-text {
    font-size: 1rem;
  }
}
.btn-logoicon.btn-recruit .jp-text {
  letter-spacing: 0.2em;
}
.btn-logoicon .img1 {
  width: 3.5rem;
  display: block;
  position: absolute;
  left: -0.7rem;
  bottom: -0.4rem;
}
@media only screen and (max-width: 768px) {
  .btn-logoicon .img1 {
    width: 3rem;
    left: -0.6rem;
    bottom: -0.2rem;
  }
}
.btn-logoicon .arrow-icon {
  width: 2.2rem;
  height: 2.2rem;
  background-color: #003E92;
  right: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .btn-logoicon .arrow-icon {
    width: 1.8rem;
    height: 1.8rem;
    right: 0.7rem;
  }
}
.btn-logoicon .arrow-icon .icon-img {
  width: 1rem;
}
@media only screen and (max-width: 768px) {
  .btn-logoicon .arrow-icon .icon-img {
    width: 0.8rem;
  }
}

.message-section {
  background-color: #F9F9F9;
}
.message-section .sub-section-title-container {
  margin-bottom: 5rem;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .message-section .sub-section-title-container {
    margin-bottom: 3rem;
    margin-left: auto;
  }
}
.message-section .sub-section-title-container * {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .message-section .sub-section-title-container * {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .message-section .sub-title {
    font-size: 1.7rem;
  }
}
.message-section .left-right {
  column-gap: 8%;
}
.message-section .left-part {
  width: 100%;
}
.message-section .right-part {
  width: 35%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .message-section .thumb-wrapper {
    margin-bottom: 2.4rem;
  }
}
.message-section .ceo-name {
  display: block;
  position: relative;
  width: fit-content;
  margin: 2rem 0 0 auto;
}

.tabs {
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tabs {
    width: 100%;
  }
}
.tabs .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.3rem;
  border-radius: 15px;
  background-color: #003E92;
  transition: all 0.2s ease;
}
.tabs .tab-item {
  min-width: 8rem;
  padding: 1.6rem 7.2rem;
  line-height: 100%;
  text-align: center;
  color: #003E92;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 0.3rem solid transparent;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .tabs .tab-item {
    min-width: unset;
    padding: 1.2rem 3.6rem;
    width: 100%;
    white-space: nowrap;
  }
}
.tabs .tab-item .tab-icon {
  font-size: 24px;
  width: 32px;
  position: relative;
  top: 2px;
}
.tabs .tab-item:hover {
  opacity: 1;
  background-color: rgba(55, 53, 194, 0.05);
  border-color: rgba(62, 53, 194, 0.1);
}
.tabs .tab-item.active {
  opacity: 1;
  background-color: #F9F9F9;
}

.tab-content {
  padding: 6.4rem 0;
  background-color: #F9F9F9;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content .tab-pane h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.flow-steps {
  display: block;
  position: relative;
}
.flow-steps .each-step {
  display: block;
  position: relative;
}
.flow-steps .each-step:nth-child(even) .step-number {
  background-color: #FFDD00;
}
.flow-steps .each-step:not(:last-child) {
  padding-bottom: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .flow-steps .each-step:not(:last-child) {
    padding-bottom: 3.2rem;
  }
}
.flow-steps .each-step::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 3.2rem);
  left: 3.2rem;
  top: 3.2rem;
  background-color: #3472A1;
}
@media only screen and (max-width: 768px) {
  .flow-steps .each-step::before {
    height: calc(100% - 2.8rem);
    left: 2.8rem;
    top: 2.8rem;
  }
}
.flow-steps .step-wrapper {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper {
    width: 100%;
  }
}
.flow-steps .step-wrapper .step-number {
  aspect-ratio: 1/1;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 3.2rem;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #003E92;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper .step-number {
    margin-right: 1.6rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.flow-steps .step-wrapper .step-number .label {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper .step-number .label {
    font-size: 1rem;
  }
}
.flow-steps .step-wrapper .step-number .num {
  color: #FFF;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper .step-number .num {
    font-size: 2.4rem;
  }
}
.flow-steps .step-wrapper .step-number .clock-label {
  color: #FFF;
}
.flow-steps .step-wrapper .for-responsive {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper .for-responsive {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper .step-content {
    margin-right: 0;
    width: 100%;
  }
}
.flow-steps .step-wrapper .step-content .step-title {
  margin-bottom: 2.4rem;
  color: #003E92;
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper .step-content .step-title {
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
}
.flow-steps .step-wrapper .step-content .item-list {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  column-gap: 4.8rem;
  row-gap: 4.8rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper .step-content .item-list {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 2.2rem;
    margin-top: 1.6rem;
  }
}
.flow-steps .step-wrapper .step-content .item-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
.flow-steps .step-wrapper .step-content .item-list .list-item .part-title {
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.flow-steps .step-wrapper .step-content .item-list .list-item .thumb-wrapper .thumb-img {
  aspect-ratio: 360/260;
}
.flow-steps .step-wrapper .step-content .item-list .list-item .item-desc {
  margin-top: 2rem;
}
.flow-steps .step-wrapper .step-content .btn-blue,
.flow-steps .step-wrapper .step-content .btn-more {
  margin-top: 3rem;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper .step-content .btn-blue,
  .flow-steps .step-wrapper .step-content .btn-more {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow-steps .step-wrapper .img-wrapper {
  display: flex;
  position: relative;
  height: 100% !important;
  align-items: flex-end;
}
.flow-steps .step-wrapper .img-wrapper img {
  display: flex;
  width: 24.6rem;
  object-fit: contain !important;
  align-items: flex-end;
  align-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .flow-steps .step-wrapper .img-wrapper img {
    width: 100%;
  }
}

.img-attachment {
  position: relative;
  width: 100%;
}
.img-attachment .left-right {
  column-gap: 8%;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .img-attachment .left-right {
    margin-bottom: 0.4rem;
  }
}
.img-attachment .left-part {
  width: 49.2%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .img-attachment .left-part {
    width: 100%;
  }
}
.img-attachment .background-img {
  width: 100%;
  aspect-ratio: 1280/768;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-attachment .img-gallery {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .img-attachment .img-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    column-gap: 0.4rem;
    row-gap: 0.4rem;
  }
}
.img-attachment .img-gallery .img-item {
  width: 28.9rem;
  aspect-ratio: 4/3;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .img-attachment .img-gallery .img-item {
    width: 100%;
  }
}
.img-attachment .img-gallery .img-item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.img-attachment .img-gallery .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-attachment .img-gallery .img-item.active img {
  border: 2px solid #FFDD00;
}

.effectFadeIn {
  animation: fadeIn 0.4s infinite;
  -webkit-animation: fadeIn 0.4s infinite;
}

.gallery-section .gallary-list {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .gallery-section .gallary-list {
    row-gap: 4.8rem;
  }
}
.gallery-section .item-title {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .gallery-section .item-title {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-section .item-part .desc {
    margin-top: 2rem;
  }
}
.gallery-section .item-part .section-title {
  margin-left: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .gallery-section .item-part .section-title {
    margin-left: auto;
    margin-bottom: 2rem;
  }
}
.gallery-section .item-part .section-title * {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .gallery-section .item-part .section-title * {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-section .item-part .section-title .en-title {
    font-size: 2.4rem;
  }
}
.gallery-section .item-part .sub-title {
  display: flex;
  column-gap: 1.2rem;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .gallery-section .item-part .sub-title {
    display: flex !important;
  }
}
.gallery-section .item-part .sub-title * {
  color: #003E92;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .gallery-section .item-part .sub-title .font-en {
    font-size: 2.8rem;
  }
}

.breadcrumb .container {
  padding: 1.6rem 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .breadcrumb .container {
    padding: 1.6rem 1.6rem !important;
  }
}

#top-page .mainview {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview {
    height: fit-content;
  }
}
#top-page .mainview .left-part {
  display: block;
  position: relative;
  width: 6rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview .left-part {
    display: none;
  }
}
#top-page .mainview .left-part .left-text {
  display: block;
  position: absolute;
  width: fit-content;
  bottom: 2rem;
  left: 50%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: 0% 0%;
  white-space: nowrap;
  color: #003E92;
  letter-spacing: 0.1em;
}
#top-page .mainview .right-part {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 4rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview .right-part {
    border-radius: 0 0 0 2rem;
  }
}
#top-page .mainview .right-part .mainview-bg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview .right-part .mainview-bg {
    height: fit-content;
  }
}
#top-page .mainview .right-part .mainview-bg .img-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview .right-part .mainview-bg .img-item {
    height: 26rem;
  }
}
#top-page .mainview .right-part .main-text {
  display: block;
  position: absolute;
  width: fit-content;
  height: fit-content;
  left: 8%;
  bottom: 10%;
  text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview .right-part .main-text {
    left: 50%;
    transform: translateX(-50%);
    top: 8rem;
    bottom: unset;
  }
}
#top-page .mainview .right-part .main-text .main-title {
  line-height: 1.3;
  letter-spacing: 0.15em;
  margin-bottom: 1.8rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview .right-part .main-text .main-title {
    font-size: 2.4rem;
  }
}
#top-page .mainview .right-part .main-text .main-desc {
  letter-spacing: 0.25em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview .right-part .main-text .main-desc {
    font-size: 1.6rem;
  }
}
#top-page .mainview .right-part .main-text * {
  color: #003E92;
}
#top-page .mainview .right-part .btns {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: absolute;
  width: fit-content;
  height: fit-content;
  right: 1rem;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #top-page .mainview .right-part .btns {
    position: relative;
    right: unset;
    bottom: unset;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 3.8rem auto 0 auto;
    column-gap: 1.2rem;
  }
}
#top-page .concept-section {
  padding: 10rem 0 10.2rem 0;
  margin-bottom: 6.6rem;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section {
    padding: 6.5rem 0 0 0;
  }
}
#top-page .concept-section .container {
  width: 92%;
  max-width: 144rem;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .container {
    width: 100%;
  }
}
#top-page .concept-section .concept-container {
  display: flex;
  column-gap: 6.4%;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container {
    flex-direction: column;
    row-gap: 5.8rem;
  }
}
#top-page .concept-section .concept-container .center-part {
  display: block;
  position: relative;
  width: 44%;
  max-width: 64rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .center-part {
    width: 100%;
  }
}
#top-page .concept-section .concept-container .center-part .section-desc {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .center-part .section-desc {
    line-height: 1.5;
  }
}
#top-page .concept-section .concept-container .center-part .desc {
  text-align: center;
}
#top-page .concept-section .concept-container .center-part .btn-more {
  margin: 6.4rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .center-part .btn-more {
    margin-top: 5.6rem;
  }
}
#top-page .concept-section .concept-container .left-part,
#top-page .concept-section .concept-container .right-part {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .concept-section .concept-container .right-part {
  align-content: end;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .right-part {
    align-content: unset;
    width: calc(100% + 3.2rem);
    transform: translateX(-1.6rem);
    margin-bottom: 0;
  }
}
#top-page .concept-section .concept-container .img-gallery {
  display: flex;
  position: relative;
  max-height: 100rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .img-gallery {
    max-width: 100vw;
  }
}
#top-page .concept-section .concept-container .img-gallery:before, #top-page .concept-section .concept-container .img-gallery:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 300/68;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .img-gallery:before, #top-page .concept-section .concept-container .img-gallery:after {
    display: none;
  }
}
#top-page .concept-section .concept-container .img-gallery:before {
  background-image: url(../img/topwhitemask.png);
  top: 0;
}
#top-page .concept-section .concept-container .img-gallery:after {
  background-image: url(../img/bottomwhitemask.png);
  bottom: -0.1rem;
}
#top-page .concept-section .concept-container .img-gallery .gallery-item {
  display: block;
  position: relative;
  width: fit-content;
  height: fit-content;
}
#top-page .concept-section .concept-container .img-gallery .gallery-item .item-container {
  position: relative;
  display: grid;
  width: fit-content;
  height: fit-content;
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .img-gallery .gallery-item .item-container {
    display: flex;
    flex-wrap: nowrap;
  }
}
#top-page .concept-section .concept-container .img-gallery .gallery-item.left-gallery .item-container:first-child {
  animation: downtoup1 15s linear infinite;
}
#top-page .concept-section .concept-container .img-gallery .gallery-item.left-gallery .item-container:last-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: downtoup2 15s linear infinite;
}
#top-page .concept-section .concept-container .img-gallery .gallery-item.right-gallery .item-container:first-child {
  animation: uptodown1 15s linear infinite;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .img-gallery .gallery-item.right-gallery .item-container:first-child {
    animation: lefttoright1 18s linear infinite;
  }
}
#top-page .concept-section .concept-container .img-gallery .gallery-item.right-gallery .item-container:last-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: uptodown2 15s linear infinite;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .img-gallery .gallery-item.right-gallery .item-container:last-child {
    animation: lefttoright2 18s linear infinite;
  }
}
#top-page .concept-section .concept-container .img-gallery .img-item {
  display: block;
  position: relative;
  aspect-ratio: 300/200;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .img-gallery .img-item {
    width: 18rem;
  }
}
#top-page .concept-section .concept-container .img-gallery .img-item img {
  display: block;
  position: relative;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #top-page .concept-section .concept-container .img-gallery .img-item img {
    height: 100%;
  }
}
#top-page .event-section {
  padding: 0;
  margin-bottom: 10.4rem;
}
@media only screen and (max-width: 768px) {
  #top-page .event-section {
    margin-bottom: 6.8rem;
  }
}
#top-page .event-section .event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 3.6%;
  row-gap: 6.4rem;
}
@media only screen and (max-width: 768px) {
  #top-page .event-section .event-list {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    column-gap: 0.8rem;
    row-gap: 3.6rem;
  }
}
#top-page .event-section .event-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .event-section .event-list .list-item:nth-child(4), #top-page .event-section .event-list .list-item:nth-child(5), #top-page .event-section .event-list .list-item:nth-child(6), #top-page .event-section .event-list .list-item:nth-child(7), #top-page .event-section .event-list .list-item:nth-child(8), #top-page .event-section .event-list .list-item:nth-child(9), #top-page .event-section .event-list .list-item:nth-child(10), #top-page .event-section .event-list .list-item:nth-child(11) {
  display: none;
}
@media only screen and (max-width: 768px) {
  #top-page .event-section .event-list .list-item:nth-child(4), #top-page .event-section .event-list .list-item:nth-child(5), #top-page .event-section .event-list .list-item:nth-child(6), #top-page .event-section .event-list .list-item:nth-child(7), #top-page .event-section .event-list .list-item:nth-child(8), #top-page .event-section .event-list .list-item:nth-child(9), #top-page .event-section .event-list .list-item:nth-child(10), #top-page .event-section .event-list .list-item:nth-child(11) {
    display: block;
  }
}
#top-page .event-section .event-list .list-item .thumb-wrapper {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #top-page .event-section .event-list .list-item .thumb-wrapper {
    margin-bottom: 1.2rem;
  }
}
#top-page .event-section .event-list .list-item .thumb-wrapper .thumb-img {
  aspect-ratio: 340/250;
}
#top-page .event-section .event-list .list-item .thumb-wrapper img {
  height: auto;
}
#top-page .event-section .event-list .list-item.ongoing .thumb-wrapper p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "募集中";
  width: 5.4rem;
  height: 2.2rem;
  top: 0;
  left: 0;
  background-color: #FFDD00;
  font-size: 1.2rem;
  font-weight: 500;
}
#top-page .event-section .event-list .list-item.ongoing .thumb-wrapper .end {
  background-color: #333;
  color: #fff;
}
#top-page .event-section .event-list .list-item .categories {
  margin-bottom: 1.6rem;
}
#top-page .event-section .event-list .list-item .item-title {
  display: block;
  width: 100%;
  color: #003E92;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #top-page .event-section .event-list .list-item .item-title {
    font-size: 1.4rem;
  }
}
#top-page .event-section .event-list .list-item .rows {
  display: flex;
  flex-direction: column;
}
#top-page .event-section .event-list .list-item .rows .row-item {
  display: flex;
  column-gap: 0.4rem;
}
@media only screen and (max-width: 768px) {
  #top-page .event-section .event-list .list-item .rows .row-item {
    flex-direction: column;
  }
}
#top-page .event-section .event-list .list-item .rows .row-item .row-label {
  display: block;
  position: relative;
  width: 7.2rem;
  white-space: nowrap;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #top-page .event-section .event-list .list-item .rows .row-item .row-label {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #top-page .event-section .event-list .list-item .rows .row-item .row-value {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
#top-page .news-column {
  padding: 8rem 0;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  #top-page .news-column {
    padding: 6rem 0;
  }
}
#top-page .news-column.top-news {
  background-color: unset;
}
#top-page .news-column.top-news .container {
  display: block;
}
#top-page .news-column .section-title {
  margin-left: 0;
}
#top-page .news-column .section-title * {
  text-align: start;
}
#top-page .news-column .btn-more {
  margin: 5.2rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  #top-page .news-column .btn-more {
    margin-top: 3.2rem;
  }
}
#top-page .news-column .container {
  display: flex;
  column-gap: 8%;
}
@media only screen and (max-width: 768px) {
  #top-page .news-column .container {
    flex-direction: column;
    row-gap: 8rem;
  }
}
#top-page .news-column .news-container,
#top-page .news-column .column-container {
  display: block;
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #top-page .news-column .news-container,
  #top-page .news-column .column-container {
    width: 100%;
  }
}
#top-page .news-column .news-list {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .news-column .news-list .list-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  column-gap: 1.6rem;
  padding: 2.68rem 1.6rem;
  border-bottom: 1px solid #E1E1E1;
}
@media only screen and (max-width: 768px) {
  #top-page .news-column .news-list .list-item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.5rem;
    padding: 1.6rem 0.8rem;
  }
}
#top-page .news-column .news-list .list-item:first-child {
  border-top: 1px solid #E1E1E1;
}
#top-page .news-column .news-list .list-item .item-date {
  display: block;
  width: 8.6rem;
  flex-shrink: 0;
  color: #003E92;
  line-height: 1.5;
}
#top-page .news-column .news-list .list-item .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: fit-content;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#top-page .news-column .column-list {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .news-column .column-list .list-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  column-gap: 1.6rem;
  background-color: #FFF;
  padding: 2.4rem 1.6rem;
  border-bottom: 1px solid #E1E1E1;
}
@media only screen and (max-width: 768px) {
  #top-page .news-column .column-list .list-item {
    padding: 2rem 1.6rem;
  }
}
#top-page .news-column .column-list .list-item:first-child {
  border-top: 1px solid #E1E1E1;
}
#top-page .news-column .column-list .list-item .thumb-wrapper {
  display: block;
  width: 10rem;
  flex-shrink: 0;
  color: #003E92;
}
#top-page .news-column .column-list .list-item .thumb-wrapper img {
  height: auto;
}
#top-page .news-column .column-list .list-item .date-title .item-date {
  color: #003E92;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
#top-page .news-column .column-list .list-item .date-title .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: fit-content;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #top-page .news-column .column-list .list-item .date-title .item-title {
    -webkit-line-clamp: 2;
  }
}
#top-page .aboutus-section {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  #top-page .aboutus-section {
    padding: 4.8rem 0;
    margin-bottom: 0;
  }
}
#top-page .aboutus-section .container {
  width: 92%;
  max-width: 144rem;
}
@media only screen and (max-width: 768px) {
  #top-page .aboutus-section .container {
    width: 100%;
  }
}
#top-page .aboutus-section .aboutus-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 3.6rem;
  row-gap: 5rem;
}
@media only screen and (max-width: 768px) {
  #top-page .aboutus-section .aboutus-list {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    column-gap: 1.2rem;
    row-gap: 2.4rem;
  }
}
#top-page .aboutus-section .aboutus-list .list-item {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #top-page .aboutus-section .aboutus-list .list-item {
    flex-direction: column-reverse;
    row-gap: 0.8rem;
  }
}
#top-page .aboutus-section .aboutus-list .list-item .item-title {
  color: #003E92;
  text-align: center;
  margin-bottom: 1.6rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #top-page .aboutus-section .aboutus-list .list-item .item-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
#top-page .aboutus-section .aboutus-list .list-item .item-desc {
  height: 6.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #top-page .aboutus-section .aboutus-list .list-item .item-desc {
    height: 3.2rem;
    font-size: 1.1rem;
  }
}
#top-page .aboutus-section .aboutus-list .list-item .btn-more {
  margin: 2.8rem 0 0 auto;
}
#top-page .particulars-section {
  padding: 8rem 12rem;
  width: 92%;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #F9F9F9;
  border-radius: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #top-page .particulars-section {
    padding: 5rem 0;
  }
}
#top-page .flow-section {
  padding: 8rem 0;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  #top-page .flow-section {
    padding: 4.8rem 0;
  }
}
#top-page .flow-section .flow-list {
  display: block;
  position: relative;
  width: 100%;
}
#top-page .flow-section .flow-list .list-item {
  display: flex;
  position: relative;
  width: 100%;
  height: fit-content;
  border-bottom: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}
@media only screen and (max-width: 768px) {
  #top-page .flow-section .flow-list .list-item {
    flex-direction: column;
  }
}
#top-page .flow-section .flow-list .list-item:first-child {
  border-top: 1px solid #E1E1E1;
}
#top-page .flow-section .flow-list .list-item .left-part {
  width: 8rem;
}
@media only screen and (max-width: 768px) {
  #top-page .flow-section .flow-list .list-item .left-part {
    width: 100%;
    height: 3rem;
  }
}
#top-page .flow-section .flow-list .list-item .item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
  background-color: #003E92;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #top-page .flow-section .flow-list .list-item .item-number {
    font-size: 2rem;
  }
}
#top-page .flow-section .flow-list .list-item .item-content {
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 3.2rem;
  padding: 2.2re, 3.2rem;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  #top-page .flow-section .flow-list .list-item .item-content {
    flex-direction: column;
    row-gap: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
#top-page .flow-section .flow-list .list-item .item-content .thumb-wrapper {
  width: 24rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #top-page .flow-section .flow-list .list-item .item-content .thumb-wrapper {
    width: 100%;
  }
}
#top-page .flow-section .flow-list .list-item .item-content .thumb-wrapper .thumb-img {
  aspect-ratio: 240/192;
}
#top-page .flow-section .flow-list .list-item .item-content .item-title {
  color: #003E92;
  letter-spacing: 0.2px;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #top-page .flow-section .flow-list .list-item .item-content .item-title {
    font-size: 1.6rem;
  }
}
#top-page .lineup-section .left-right {
  gap: 3rem;
}
#top-page .lineup-section .left-part,
#top-page .lineup-section .right-part {
  width: 50%;
  position: static;
}
@media screen and (max-width: 768px) {
  #top-page .lineup-section .left-part,
  #top-page .lineup-section .right-part {
    width: 100%;
  }
}
#top-page .lineup-section figure {
  aspect-ratio: 1.5/1;
  margin-bottom: 1rem;
}
#top-page .lineup-section .number-title {
  display: flex;
  align-items: center;
}
#top-page .lineup-section .number-title .number {
  color: #003E92;
}
#top-page .lineup-section .number-title h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1rem;
}
#top-page .showroom-section .container {
  width: 94%;
  max-width: 160rem;
}
@media only screen and (max-width: 768px) {
  #top-page .showroom-section .container {
    width: 100%;
    padding: 0;
  }
}
#top-page .showroom-section .section-title {
  width: 100%;
  max-width: 120rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  #top-page .showroom-section .section-title {
    padding: 0 1.6rem;
  }
}
#top-page .showroom-section .section-title * {
  text-align: start;
}
#top-page .showroom-section .room-list {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  column-gap: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #top-page .showroom-section .room-list {
    display: flex;
    grid-template-columns: unset;
    column-gap: 0;
    margin-top: 7.2rem;
  }
}
#top-page .showroom-section .room-list .list-item {
  margin: 0 1.6rem;
}
#top-page .showroom-section .room-list .list-item img {
  height: auto;
}
#top-page .showroom-section .room-list.slick-slider .slick-prev,
#top-page .showroom-section .room-list.slick-slider .slick-next {
  background-color: #003E92;
}
@media only screen and (max-width: 768px) {
  #top-page .showroom-section .room-list.slick-slider .slick-prev,
  #top-page .showroom-section .room-list.slick-slider .slick-next {
    top: -4.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #top-page .showroom-section .room-list.slick-slider .slick-prev:before,
  #top-page .showroom-section .room-list.slick-slider .slick-next:before {
    width: 1.6rem;
    aspect-ratio: 16/14;
  }
}
@media only screen and (max-width: 768px) {
  #top-page .showroom-section .room-list.slick-slider .slick-prev {
    left: unset;
    right: 8.2rem;
  }
}
#top-page .showroom-section .room-list.slick-slider .slick-prev:before {
  background-image: url(../img/sliderleftwhiteicon.svg);
}
@media only screen and (max-width: 768px) {
  #top-page .showroom-section .room-list.slick-slider .slick-next {
    right: 1.2rem;
  }
}
#top-page .showroom-section .room-list.slick-slider .slick-next:before {
  background-image: url(../img/sliderrightwhiteicon.svg);
}
#top-page .subsidy-staff {
  padding: 6rem 0;
}
#top-page .subsidy-staff .btns {
  display: flex;
  column-gap: 5rem;
}
@media only screen and (max-width: 768px) {
  #top-page .subsidy-staff .btns {
    flex-direction: column;
    row-gap: 2.5rem;
  }
}
#top-page .subsidy-staff .btns .btn-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 55rem;
  height: 17rem;
  background-color: #003E92;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #top-page .subsidy-staff .btns .btn-item {
    width: 100%;
    height: 10rem;
  }
}
#top-page .subsidy-staff .btns .btn-item .arrow-icon {
  display: block;
  position: absolute;
  width: 4.2rem;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #top-page .subsidy-staff .btns .btn-item .arrow-icon {
    width: 2.5rem;
    right: 2rem;
  }
}
#top-page .subsidy-staff .btns .btn-item .btn-icon {
  display: block;
  position: absolute;
}
#top-page .subsidy-staff .btns .btn-item .btn-text .up-text {
  margin-bottom: 0.4rem;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #top-page .subsidy-staff .btns .btn-item .btn-text .up-text {
    font-size: 2.6rem;
  }
}
#top-page .subsidy-staff .btns .btn-item .btn-text .down-text {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #top-page .subsidy-staff .btns .btn-item .btn-text .down-text {
    font-size: 1.8rem;
  }
}
#top-page .subsidy-staff .btns .btn-item .btn-text * {
  color: #FFF;
  text-align: center;
}
#top-page .subsidy-staff .btns .btn-subsidy .btn-icon {
  width: 9.2rem;
  left: 2.4rem;
  top: -2.5rem;
}
@media only screen and (max-width: 768px) {
  #top-page .subsidy-staff .btns .btn-subsidy .btn-icon {
    width: 5.8rem;
    left: 1.3rem;
    top: -0.8rem;
  }
}
#top-page .subsidy-staff .btns .btn-staff .btn-icon {
  width: 8.8rem;
  left: 6.2rem;
  top: 4rem;
}
@media only screen and (max-width: 768px) {
  #top-page .subsidy-staff .btns .btn-staff .btn-icon {
    width: 5rem;
    left: 2.4rem;
    top: 2.4rem;
  }
}
#top-page .instagram-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 12%;
  display: flex;
  column-gap: 7.2%;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #top-page .instagram-section {
    flex-direction: column;
    row-gap: 0;
    padding: 4.8rem 0;
  }
}
#top-page .instagram-section .title-wrapper {
  display: block;
  position: relative;
  width: fit-content;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #top-page .instagram-section .title-wrapper {
    margin-bottom: 3rem;
  }
}
#top-page .instagram-section .title-wrapper .title-part {
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #top-page .instagram-section .title-wrapper .title-part {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
#top-page .instagram-section .title-wrapper .title-part .instagram-icon {
  width: 4rem;
}
#top-page .instagram-section .title-wrapper .title-part .sec-title {
  color: #003E92;
}
@media only screen and (max-width: 768px) {
  #top-page .instagram-section .title-wrapper .title-part .sec-title {
    font-size: 2.4rem;
  }
}
#top-page .instagram-section .instagram-list {
  display: flex;
  position: relative;
  column-gap: 0.8rem;
  overflow-x: auto;
  width: 100%;
}
#top-page .instagram-section .instagram-list .list-item {
  display: block;
  position: relative;
  width: 30rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #top-page .instagram-section .instagram-list .list-item {
    margin: 0 0.4rem;
  }
}
#top-page .instagram-section .instagram-list .list-item .thumb-img {
  aspect-ratio: 1/1;
}
#top-page .instagram-section .instagram-list .slick-prev,
#top-page .instagram-section .instagram-list .slick-next {
  display: none !important;
}
#top-page .instagram-section .enjoy-text {
  display: block;
  position: absolute;
  width: 22.8rem;
  bottom: 5.1rem;
  right: 8%;
}
@media only screen and (max-width: 768px) {
  #top-page .instagram-section .enjoy-text {
    width: 12.8rem;
    bottom: 11.2rem;
    right: 8%;
  }
}

.flow-page .flow-section {
  background-color: #F9F9F9;
}
.flow-page .flow-section .container {
  max-width: 92rem;
}

.strength-page .first-section .container {
  max-width: 120rem;
}
.strength-page .first-section .left-right {
  column-gap: 4.8rem;
}
.strength-page .first-section .left-right .right-part {
  width: 44%;
  flex-shrink: 0;
}
.strength-page .first-section .sub-section-title {
  margin-bottom: 2rem;
  margin-left: 0;
}
.strength-page .first-section .desc {
  text-align: left;
}
.strength-page .first-section .links-list {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
  margin-top: 2rem;
}
.strength-page .first-section .links-list .link-item {
  width: 18.6rem;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 90%;
  border: 0.3rem solid #7f909d;
}
@media only screen and (max-width: 768px) {
  .strength-page .first-section .links-list .link-item {
    width: 16.8rem;
    border: 0.1rem solid #7f909d;
  }
}
.strength-page .first-section .links-list .link-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: calc(100% - 0.8rem);
  aspect-ratio: 1/1;
  border-radius: 90%;
  border: 1px solid #7f909d;
}
@media only screen and (max-width: 768px) {
  .strength-page .first-section .links-list .link-item:before {
    display: none;
  }
}
.strength-page .first-section .links-list .link-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2.8rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1.8rem solid #003E92;
}
@media only screen and (max-width: 768px) {
  .strength-page .first-section .links-list .link-item:after {
    bottom: 2.6rem;
  }
}
.strength-page .first-section .links-list .link-item .logo-icon {
  width: 3.6rem;
  margin-top: -3.2rem;
}
@media only screen and (max-width: 768px) {
  .strength-page .first-section .links-list .link-item .logo-icon {
    margin-top: -3rem;
  }
}
.strength-page .first-section .links-list .link-item * {
  color: #003E92;
}
.strength-page .concept-section .section-item {
  column-gap: 3rem;
}
.strength-page .capability-section {
  background-color: #F9F9F9;
}
.strength-page .capability-section .part1 {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .strength-page .capability-section .part1 {
    margin-bottom: 4.8rem;
  }
}
.strength-page .performance-section .check-system {
  width: 90%;
  display: block;
  position: relative;
  margin: 6.4rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .strength-page .performance-section .check-system {
    width: 100%;
  }
}
.strength-page .performance-section .check-system.block-type2 .right-part {
  width: 52%;
  transform: translateX(-34%);
}
@media only screen and (max-width: 768px) {
  .strength-page .performance-section .check-system.block-type2 .right-part {
    width: 100%;
    transform: unset;
  }
}
.strength-page .performance-section .part1 {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .strength-page .performance-section .part1 {
    margin-bottom: 6.4rem;
  }
}
.strength-page .performance-section .item-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  column-gap: 1.8rem;
  row-gap: 1.8rem;
  position: relative;
  width: 100%;
  max-width: 78.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .strength-page .performance-section .item-list {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}
.strength-page .performance-section .item-list .list-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.6rem 5.6rem;
  width: 100%;
  height: 5.6rem;
  background-color: #003E92;
  border-radius: 90rem;
}
.strength-page .performance-section .item-list .list-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.8rem;
  aspect-ratio: 1/1;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/checkicon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.strength-page .performance-section .item-list .list-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 3.2rem;
  aspect-ratio: 67/69;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/logoicon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.strength-page .performance-section .item-list .list-item .item-text {
  color: #FFF;
}
.strength-page .performance-section .check-items {
  display: block;
  position: relative;
  margin-top: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .strength-page .performance-section .check-items {
    margin-top: 4rem;
  }
}
.strength-page .concept-section .section-title {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .strength-page .concept-section .section-title {
    margin-left: auto;
  }
}
.strength-page .concept-section .section-title * {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .strength-page .concept-section .section-title * {
    text-align: center;
  }
}
.strength-page .concept-section .left-right {
  column-gap: 8%;
}
.strength-page .concept-section .left-part {
  width: 48%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .strength-page .concept-section .left-part {
    width: 100%;
  }
}
.strength-page .concept-section .right-part {
  width: 100%;
}
.strength-page .concept-section .sub-title {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .strength-page .concept-section .sub-title {
    margin-bottom: 2rem;
  }
}
.strength-page .concept-section .img1 {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .strength-page .concept-section .img1 {
    margin-bottom: 2.4rem;
    border-radius: 0.8rem;
  }
}
.strength-page .concept-section .img2 {
  display: block;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: -2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .strength-page .concept-section .img2 {
    width: 100%;
    margin-top: 2.4rem;
    margin-right: 0;
    border-radius: 0.8rem;
  }
}
.strength-page .concept-section .btn-more {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .strength-page .concept-section .btn-more {
    margin-left: auto;
  }
}
.strength-page .lineup-section {
  padding: 0;
}
.strength-page .lineup-section .sub-section-title-container {
  z-index: 1;
}
.strength-page .lineup-section .lineup-container {
  display: flex;
  position: relative;
  width: 100%;
  column-gap: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .strength-page .lineup-section .lineup-container {
    flex-direction: column;
  }
}
.strength-page .lineup-section .lineup-container .lineup-item {
  display: block;
  position: relative;
  width: 100%;
  background-color: #003e92;
}
.strength-page .lineup-section .lineup-container .lineup-item .thumb-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4431372549);
}
.strength-page .lineup-section .lineup-container .lineup-item .thumb-wrapper .thumb-img {
  aspect-ratio: 768/300;
}
@media only screen and (max-width: 768px) {
  .strength-page .lineup-section .lineup-container .lineup-item .thumb-wrapper .thumb-img {
    aspect-ratio: 768/600;
  }
}
.strength-page .lineup-section .lineup-container .lineup-item .item-content {
  display: block;
  position: relative;
  padding: 5rem;
  background-color: #003E92;
}
@media only screen and (max-width: 768px) {
  .strength-page .lineup-section .lineup-container .lineup-item .item-content {
    padding: 2.4rem 1.6rem;
  }
}
.strength-page .lineup-section .lineup-container .lineup-item .item-content * {
  color: #FFF;
}
.strength-page .lineup-section .lineup-container .lineup-item .item-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}
.strength-page .lineup-section .lineup-container .lineup-item .item-container .strength-lu-logo {
  width: 20rem;
  display: block;
  margin: -7rem auto 0;
}
.strength-page .lineup-section .lineup-container .lineup-item .sub-title {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .strength-page .lineup-section .lineup-container .lineup-item .sub-title {
    margin-bottom: 1.6rem;
  }
}
.strength-page .lineup-section .lineup-container .lineup-item .desc {
  text-align: center;
}
.strength-page .lineup-section .lineup-container .lineup-item .btn-more {
  margin: 3rem auto 0 auto;
  border: 1px solid #FFF;
}
@media only screen and (max-width: 768px) {
  .strength-page .lineup-section .lineup-container .lineup-item .btn-more {
    margin-bottom: 2rem;
  }
}

.concept-page .first-section .sub-section-title {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .concept-page .first-section .sub-section-title {
    margin-left: auto;
    text-align: center;
  }
}
.concept-page .first-section .container {
  max-width: 120rem;
}
.concept-page .first-section .left-right {
  align-items: center;
  column-gap: 8%;
}
.concept-page .first-section .desc {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .concept-page .first-section .desc {
    margin-top: 3.6rem;
  }
}
.concept-page .commitment-section {
  background-color: #F9F9F9;
}
@media screen and (max-width: 768px) {
  .concept-page .commitment-section h3,
  .concept-page .commitment-section .pb-10 {
    text-align: center;
  }
}
.concept-page .lineup-section .left-right {
  column-gap: 0;
  aspect-ratio: 3;
}
@media only screen and (max-width: 768px) {
  .concept-page .lineup-section .left-right {
    row-gap: 0;
    aspect-ratio: unset;
  }
}
.concept-page .lineup-section .left-part,
.concept-page .lineup-section .right-part {
  width: 100%;
  height: 100%;
}
.concept-page .lineup-section .part1 {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 768px) {
  .concept-page .lineup-section .part1 {
    margin-bottom: 3.2rem;
  }
}
.concept-page .lineup-section .thumb-wrapper {
  height: 100%;
}
.concept-page .lineup-section .thumb-wrapper .thumb-img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .concept-page .lineup-section .thumb-wrapper .thumb-img {
    aspect-ratio: 1280/600;
  }
}
.concept-page .lineup-section .thumb-wrapper .thumb-label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2rem;
  right: 2rem;
  width: 12rem;
  padding: 0.2rem 2.4rem;
  color: #FFF;
  height: 3rem;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.3137254902);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .concept-page .lineup-section .thumb-wrapper .thumb-label {
    font-size: 1.2rem;
    padding: 0.2rem 1.6rem;
    height: 2.4rem;
    top: 1.6rem;
    right: 1.6rem;
  }
}
.concept-page .lineup-section .part-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 64%;
  flex-shrink: 0;
  padding: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .concept-page .lineup-section .part-content {
    width: 100%;
    padding: 2rem 0;
  }
}
.concept-page .lineup-section .part-content .part-title {
  margin-bottom: 1.6rem;
  align-items: center;
}
.concept-page .lineup-section .part-content .part-title * {
  color: #003E92;
}
@media only screen and (max-width: 768px) {
  .concept-page .lineup-section .part-content .part-title {
    margin-bottom: 1.2rem;
    text-align: center;
    flex-flow: row wrap;
    justify-content: center;
  }
}
.concept-page .lineup-section .part-content .btn-more {
  margin-top: 2.4rem;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .concept-page .lineup-section .part-content .btn-more {
    margin-top: 1.6rem;
    margin-right: auto;
  }
}

.lineup-page .first-section .left-right {
  column-gap: 0;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .lineup-page .first-section .left-right {
    margin-top: 4rem;
  }
}
.lineup-page .first-section .left-right .left-part,
.lineup-page .first-section .left-right .right-part {
  width: 100%;
}
.lineup-page .first-section .left-right .part-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 640/320;
}
.lineup-page .first-section .left-right .btn-logoicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25rem;
}
.lineup-page .point-section .part1 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .lineup-page .point-section .part1 {
    margin-bottom: 2rem;
  }
}
.lineup-page .point-section .part1 .left-right {
  column-gap: 7%;
}
@media only screen and (max-width: 768px) {
  .lineup-page .point-section .part1 .left-right {
    row-gap: 2rem;
  }
}
.lineup-page .point-section .part1 .left-right .part-title {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .lineup-page .point-section .part1 .left-right .part-title {
    margin-bottom: 1.2rem;
  }
}
.lineup-page .point-section .part1 .left-right .head-title {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .lineup-page .point-section .part1 .left-right .head-title {
    margin-bottom: 1rem;
  }
}
.lineup-page .point-section .part1 .right-part {
  width: 49%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .lineup-page .point-section .part1 .right-part {
    width: 100%;
  }
}
.lineup-page .point-section .part1 .part-img {
  display: block;
  position: relative;
  width: 100%;
}
.lineup-page .point-section .part2 {
  column-gap: 2%;
}
@media only screen and (max-width: 768px) {
  .lineup-page .point-section .part2 {
    row-gap: 2rem;
  }
}
.lineup-page .point-section .part2 .left-part,
.lineup-page .point-section .part2 .right-part {
  width: 100%;
}
.lineup-page .point-section .part2 .left-part .part-img,
.lineup-page .point-section .part2 .right-part .part-img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 640/352;
  object-fit: cover;
}
.lineup-page .point-section .part3 {
  margin-top: 6rem;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .lineup-page .point-section .part3 {
    margin-top: 4rem;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 3.2rem;
  }
}
.lineup-page .point-section .part3 .part-item {
  display: block;
  position: relative;
  width: 100%;
}
.lineup-page .point-section .part3 .thumb-wrapper {
  width: 70%;
  border-radius: 90rem;
  overflow: hidden;
  margin: 0 auto;
}
.lineup-page .point-section .part3 .thumb-wrapper .thumb-img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.lineup-page .point-section .part3 .thumb-wrapper .point-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
}
.lineup-page .point-section .part3 .item-title {
  color: #003E92;
  margin-top: 1.6rem;
  text-align: center;
}

.recruit-page .message-section {
  background-color: unset;
}
.recruit-page .message-section .links-list {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
  row-gap: 0.6rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
}
.recruit-page .message-section .links-list .link-item {
  width: 42rem;
  height: 7rem;
  position: relative;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  justify-content: space-between;
  border: 0.3rem solid #7f909d;
  padding: 0.4rem 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .message-section .links-list .link-item {
    width: 100%;
    border: 0.3rem solid #7f909d;
    padding: 0.4rem 2.2rem;
  }
}
.recruit-page .message-section .links-list .link-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  border: 1px solid #7f909d;
}
.recruit-page .message-section .links-list .link-item:after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1.8rem solid #003E92;
}
.recruit-page .message-section .links-list .link-item .logo-icon {
  width: 3.2rem;
}
.recruit-page .message-section .links-list .link-item * {
  color: #003E92;
}
.recruit-page .with-number-section .item-list {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 6.4rem;
  row-gap: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .with-number-section .item-list {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    column-gap: 1rem;
    row-gap: 3.2rem;
  }
}
.recruit-page .with-number-section .item-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
.recruit-page .with-number-section .item-list .thumb-img {
  aspect-ratio: 1/1;
  border: 0.2rem solid #003E92;
  border-radius: 90rem;
}
.recruit-page .with-number-section .item-list .item-title {
  text-align: center;
  margin-top: 2.6rem;
  color: #003E92;
}
@media only screen and (max-width: 768px) {
  .recruit-page .with-number-section .item-list .item-title {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.recruit-page .tabs-section {
  padding-bottom: 0;
}
.recruit-page .tabs-section .sub-title {
  text-align: center;
}
.recruit-page .tabs-section .sub-title {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .sub-title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .part-title {
    font-size: 1.8rem;
  }
}
.recruit-page .tabs-section .part1 {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .part1 {
    margin-bottom: 6rem;
  }
}
.recruit-page .tabs-section .part1 .left-right {
  column-gap: 7%;
}
.recruit-page .tabs-section .part1 .left-part {
  width: 40%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .part1 .left-part {
    width: 100%;
  }
}
.recruit-page .tabs-section .part1 .part-title {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .part1 .part-title {
    margin-bottom: 1.2rem;
  }
}
.recruit-page .tabs-section .part2 {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .part2 {
    margin-bottom: 6rem;
  }
}
.recruit-page .tabs-section .part3 .steps-list {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 7.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .part3 .steps-list {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 7.6rem;
  }
}
.recruit-page .tabs-section .part3 .steps-list .step-item {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FFF;
}
.recruit-page .tabs-section .part3 .steps-list .step-item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -5.2rem;
  border-top: 1.6rem solid transparent;
  border-left: 2.6rem solid #003E92;
  border-bottom: 1.6rem solid transparent;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .part3 .steps-list .step-item:not(:last-child):after {
    top: unset;
    bottom: -5.2rem;
    right: 45%;
    border-left: 1.6rem solid transparent;
    border-right: 1.6rem solid transparent;
    border-top: 2.6rem solid #003E92;
    border-bottom: unset;
  }
}
.recruit-page .tabs-section .part3 .steps-list .step-item:nth-child(1) .thumb-caption {
  background-color: #7695C0;
}
.recruit-page .tabs-section .part3 .steps-list .step-item:nth-child(2) .thumb-caption {
  background-color: #3260A4;
}
.recruit-page .tabs-section .part3 .steps-list .step-item:nth-child(3) .thumb-caption {
  background-color: #003E92;
}
.recruit-page .tabs-section .part3 .steps-list .step-item .thumb-img {
  aspect-ratio: 780/537;
  object-fit: cover;
}
.recruit-page .tabs-section .part3 .steps-list .step-item .thumb-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 8.2rem;
  aspect-ratio: 1/1;
  top: -2rem;
  right: -2rem;
  border-radius: 90%;
  background-color: #003E92;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .part3 .steps-list .step-item .thumb-caption {
    width: 6.8rem;
    top: -1.2rem;
    right: -1.2rem;
  }
}
.recruit-page .tabs-section .part3 .steps-list .step-item .item-content {
  padding: 2.4rem;
}
.recruit-page .tabs-section .part3 .steps-list .step-item .item-title {
  color: #003E92;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .part3 .steps-list .step-item .item-title {
    margin-bottom: 0.8rem;
  }
}
.recruit-page .tabs-section .flow-steps {
  max-width: 90rem;
  margin: 0 auto;
}
.recruit-page .tabs-section .flow-steps .each-step:not(:last-child) {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .flow-steps .each-step:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.recruit-page .tabs-section .flow-steps .step-wrapper .step-content .step-title {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .tabs-section .flow-steps .step-wrapper .step-content .step-title {
    margin-bottom: 0.6rem;
  }
}
.recruit-page .appeal-section .item-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list {
    row-gap: 3.2rem;
  }
}
.recruit-page .appeal-section .item-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
.recruit-page .appeal-section .item-list .list-item .left-right {
  column-gap: 7%;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right {
    row-gap: 2.4rem;
  }
}
.recruit-page .appeal-section .item-list .list-item .left-right .left-part {
  width: 44%;
  flex-shrink: 0;
  padding-top: 7.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right .left-part {
    width: 100%;
    padding-top: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right.reverse {
    flex-direction: column;
  }
}
.recruit-page .appeal-section .item-list .list-item .left-right.reverse .part-number {
  left: unset;
  right: -3.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right.reverse .part-number {
    right: 0;
  }
}
.recruit-page .appeal-section .item-list .list-item .left-right.reverse .head-label {
  margin-left: 0;
}
.recruit-page .appeal-section .item-list .list-item .left-right .right-part {
  width: 100%;
}
.recruit-page .appeal-section .item-list .list-item .left-right .part-number {
  display: block;
  position: absolute;
  left: -3.6rem;
  top: 0;
  font-size: 16rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #c4d1e1;
  line-height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right .part-number {
    font-size: 8rem;
    left: unset;
    right: 0;
  }
}
.recruit-page .appeal-section .item-list .list-item .left-right .part-title {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right .part-title {
    margin-bottom: 1.6rem;
  }
}
.recruit-page .appeal-section .item-list .list-item .left-right .head-label {
  width: fit-content;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  margin-bottom: 1.6rem;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right .head-label {
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
.recruit-page .appeal-section .item-list .list-item .left-right .head-label img {
  width: 7.2rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right .head-label img {
    width: 5.8rem;
  }
}
.recruit-page .appeal-section .item-list .list-item .left-right .thumb-caption {
  position: relative;
  width: fit-content;
  display: flex;
  column-gap: 0.6rem;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  position: absolute;
  right: 0;
  bottom: 2.4rem;
  padding: 1rem 3.2rem;
  background-color: rgba(0, 0, 0, 0.3019607843);
  color: #FFF;
}
.recruit-page .appeal-section .item-list .list-item .left-right .thumb-caption * {
  color: #FFF;
}
.recruit-page .appeal-section .item-list .list-item .left-right .thumb-wrapper {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right .thumb-wrapper {
    margin-bottom: 1.2rem;
  }
}
.recruit-page .appeal-section .item-list .list-item .left-right .head-title {
  margin-bottom: 1.6rem;
  color: #003E92;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .item-list .list-item .left-right .head-title {
    margin-bottom: 1.2rem;
  }
}
.recruit-page .appeal-section .btn-blue {
  margin: 7.2rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .recruit-page .appeal-section .btn-blue {
    margin-top: 4rem;
  }
}
.recruit-page .recruit-section {
  background-color: #F9F9F9;
}
.recruit-page .recruit-section .item-list {
  column-gap: 6.4rem;
}
.recruit-page .recruit-section .item-list .list-item {
  background-color: #FFF;
  padding: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .recruit-section .item-list .list-item {
    padding: 1.6rem;
  }
}
.recruit-page .recruit-section .item-list .list-item .thumb-img {
  width: 76%;
  margin: 0 auto;
}
.recruit-page .recruit-section .item-list .list-item .item-title {
  text-align: center;
  border-bottom: unset;
}
.recruit-page .recruit-flow .container {
  max-width: 90rem;
}
.recruit-page .recruit-flow .top-desc {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruit-page .recruit-flow .top-desc {
    margin-bottom: 2.6rem;
  }
}
.recruit-page .recruit-flow .custom-table {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recruit-page .recruit-flow .custom-table .table-row {
  display: flex;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit-page .recruit-flow .custom-table .table-row {
    flex-direction: column;
  }
}
.recruit-page .recruit-flow .custom-table .row-label {
  display: block;
  position: relative;
  padding: 2.4rem;
  width: 16rem;
  flex-shrink: 0;
  border-bottom: 0.2rem solid #E1E1E1;
}
@media only screen and (max-width: 768px) {
  .recruit-page .recruit-flow .custom-table .row-label {
    width: 100%;
    padding: 1.6rem;
    border-bottom: unset;
    padding-bottom: 0;
  }
}
.recruit-page .recruit-flow .custom-table .row-value {
  display: block;
  position: relative;
  padding: 2.4rem;
  width: 100%;
  border-bottom: 0.1rem solid #E1E1E1;
}
@media only screen and (max-width: 768px) {
  .recruit-page .recruit-flow .custom-table .row-value {
    padding: 1.6rem 0;
  }
}
.recruit-page .recruit-flow .custom-table .row-value .tit1 {
  font-weight: 700;
}
.recruit-page .last-section {
  background-color: #F9F9F9;
}
.recruit-page .last-section .container {
  max-width: 90rem;
}
.recruit-page .last-section .section-img {
  width: 100%;
}
.recruit-page .last-section .btn-blue {
  margin: 6.4rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .recruit-page .last-section .btn-blue {
    margin-top: 4rem;
  }
}
.recruit-page .last-section .recruit_bnr1 {
  display: block;
  position: relative;
  max-width: 60rem;
  width: 100%;
  margin: 6.4rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .recruit-page .last-section .recruit_bnr1 {
    margin-top: 4rem;
  }
}
.recruit-page .last-section .recruit_bnr1 img {
  display: block;
  position: relative;
  width: 100%;
}

.hotellike-page .features-section {
  background-color: #F9F9F9;
}

.densyou-page .block-type4 .sub-title {
  margin-bottom: 2rem;
}
.densyou-page .block-type4 .left-right {
  align-items: center;
}
.densyou-page .material-section .gallery-part {
  margin-top: 5.2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .densyou-page .material-section .gallery-part {
    margin-top: 3.6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.densyou-page .material-section .gallery-part .list-item {
  display: block;
  position: relative;
  width: 28.5rem;
}
@media only screen and (max-width: 768px) {
  .densyou-page .material-section .gallery-part .list-item {
    width: 100%;
  }
}
.densyou-page .material-section .gallery-part .list-item .thumb-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.densyou-page .material-section .gallery-part .list-item .thumb-wrapper .thumb-img {
  aspect-ratio: 1/1;
}
.densyou-page .material-section .gallery-part .list-item .part-title {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5.4rem;
  line-height: 1.5;
  align-items: center;
  overflow-y: auto;
  color: #FFF;
  padding: 0.2rem 1.6rem;
  background-color: rgba(0, 0, 0, 0.3960784314);
}
@media only screen and (max-width: 768px) {
  .densyou-page .material-section .gallery-part .list-item .part-title {
    height: 4.4rem;
    font-size: 1.2rem;
    padding: 0.4rem 1.2rem;
  }
}

.property-head {
  display: flex;
}
@media screen and (max-width: 768px) {
  .property-head {
    flex-flow: column wrap;
  }
}
.property-head .single-head-thumbnail {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .property-head .single-head-thumbnail {
    width: 100%;
  }
}
.property-head .property-head-info {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .property-head .property-head-info {
    width: 100%;
    padding-left: 0;
  }
}
.property-head .property-head-info .property-catch {
  display: inline-block;
  background-color: #003E92;
  color: #fff;
  font-weight: 500;
  padding: 0.4em 1em;
  margin-bottom: 5px;
}
.property-head .property-head-info .heading-singleTitle {
  font-size: 2.7rem;
}
.property-head .property-head-info .property-catchcopy {
  border: 1px dashed #003E92;
  border-radius: 8px;
  padding: 0.4em 1em;
  color: #003E92;
  font-weight: 500;
}

.property-dataList {
  margin-top: 10px;
}
.property-dataList li {
  display: flex;
  font-weight: 500;
  padding: 2px 0;
  align-items: center;
}
.property-dataList li p {
  line-height: 1.5em;
  padding: 2px 0;
}
.property-dataList li p:first-child {
  width: 23%;
  text-align: center;
  background-color: #efefef;
}
.property-dataList li p:last-child {
  width: 77%;
  padding-left: 1em;
}
.property-dataList li p span {
  font-size: 2rem;
  color: red;
}

.ft-btn .btn-more {
  width: 30rem;
  height: 6rem;
}
.ft-btn .btn-more .arrow-icon {
  width: 5rem;
  height: 5rem;
}

.property-content {
  margin: 0;
}

.property-plan {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .property-plan {
    flex-flow: column wrap;
  }
}
.property-plan .property-landplan {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .property-plan .property-landplan {
    width: 100%;
  }
}
.property-plan .property-landplan img {
  max-height: 70vh;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
.property-plan .property-landplan p {
  margin-top: 20px;
}
.property-plan .property-houseplan {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .property-plan .property-houseplan {
    width: 100%;
  }
}
.property-plan .property-houseplan ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 2%;
}
.property-plan .property-houseplan ul li {
  padding-bottom: 10px;
}
.property-plan .property-houseplan ul li img {
  height: auto;
}

.property-googlemap {
  margin-top: 80px;
}
.property-googlemap iframe {
  height: 300px;
  width: 100%;
}
.property-googlemap .property-googlemap-foot {
  background-color: #F9F9F9;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .property-googlemap .property-googlemap-foot {
    flex-flow: column wrap;
  }
}
.property-googlemap .property-googlemap-foot p {
  margin: 0 0.5em;
}
.property-googlemap .property-googlemap-foot p:first-child {
  font-weight: 500;
  font-size: 1.8rem;
}

.property-location-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.property-location {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .property-location {
    flex-flow: row wrap;
  }
}
.property-location .property-location-table {
  width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .property-location .property-location-table {
    width: 100%;
    padding-right: 0;
  }
}
.property-location .property-location-table table {
  width: 100%;
  border-top: 1px solid #ccc;
}
.property-location .property-location-table table tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.property-location .property-location-table table td {
  padding: 5px;
}
.property-location .property-location-table table td:last-child {
  width: 14em;
  text-align: right;
}
.property-location .property-location-photo {
  width: 25%;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .property-location .property-location-photo {
    width: 50%;
    padding-top: 30px;
  }
}
.property-location .property-location-photo figure {
  position: relative;
  aspect-ratio: 1.6/1;
}
.property-location .property-location-photo img {
  position: absolute;
  display: block;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.property-gallery > p {
  margin-top: 30px;
  text-align: center;
}

.property-detail {
  margin-top: 80px;
}
.property-detail ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .property-detail ul {
    flex-flow: column wrap;
  }
}
.property-detail ul li {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .property-detail ul li {
    width: 100%;
    padding: 20px 0;
  }
}
.property-detail ul li table {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .property-detail ul li table {
    font-size: 1.2rem;
  }
}
.property-detail ul li table tr {
  border: 1px solid #747474;
}
.property-detail ul li table tr th {
  background-color: #F9F9F9;
  padding: 7px 10px;
  width: 30%;
  text-align: center;
}
.property-detail ul li table tr td {
  padding: 7px 10px;
  width: 70%;
}

.rental-price dl {
  border: 1px solid #444;
  display: flex;
}
.rental-price dl:first-child {
  margin-top: 20px;
}
.rental-price dl:last-child {
  border-top: 0;
}
.rental-price dl dt {
  background-color: #efefef;
  padding: 5px 10px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rental-price dl dd {
  padding: 5px 10px;
  width: 60%;
  text-align: right;
  font-size: 2rem;
}
.rental-price dl dd span {
  font-weight: 500;
  font-size: 2.5rem;
  color: red;
}

.rental-madori {
  width: 100%;
}
.rental-madori .rental-madori-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rental-madori .rental-madori-img {
    flex-flow: column wrap;
  }
}
.rental-madori .rental-madori-img img {
  max-width: 49%;
  height: auto;
  margin: 0.5%;
}
@media screen and (max-width: 768px) {
  .rental-madori .rental-madori-img img {
    margin: 0;
    max-width: 100%;
    padding: 10px;
  }
}
.rental-madori p {
  text-align: center;
}

.rental-check {
  margin-top: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .rental-check {
    padding: 0;
    font-size: 1.2rem;
  }
}
.rental-check dl {
  display: flex;
  border-right: 1px solid #444;
  border-left: 1px solid #444;
  border-bottom: 1px solid #444;
}
.rental-check dl:first-child {
  border-top: 1px solid #444;
}
.rental-check dl dt {
  background-color: #efefef;
  padding: 10px;
  width: 30%;
  text-align: center;
}
.rental-check dl dd {
  padding: 10px 15px;
  width: 70%;
  display: flex;
  flex-flow: row wrap;
}
.rental-check dl dd p {
  margin-right: 1.5em;
  padding-left: 17px;
  position: relative;
}
.rental-check dl dd p:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.rental-check dl dd .checked:after {
  content: "";
  width: 16px;
  height: 10px;
  border-left: 3px solid #033E92;
  border-bottom: 3px solid #033E92;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10px;
  margin: auto;
  transform: rotate(-45deg);
}
.rental-check dl dd .checked:before {
  background-color: #fdd000;
}
.rental-check dl dd .checked span {
  font-weight: 500;
}

.single-events .events-foot ul {
  width: 700px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 740px) {
  .single-events .events-foot ul {
    width: 100%;
  }
}
.single-events .events-foot ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  border-bottom: 2px solid #efefef;
  padding-bottom: 5px;
}
.single-events .events-foot ul li:before {
  content: "";
  background-size: cover;
  display: inline-block;
  width: 41px;
  height: 42px;
  margin-right: 10px;
  flex-shrink: 0;
}
.single-events .events-foot .event-recom li:before {
  background-image: url(../img/ico-recom.png);
}
.single-events .events-foot .event-high li:before {
  background-image: url(../img/ico-high.png);
}

.voice-head-thumbnail {
  width: 100%;
  aspect-ratio: 3/1;
  overflow: hidden;
  position: relative;
}
.voice-head-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* または cover に変更可 */
  display: block;
}

.voice-head {
  text-align: center;
  background-color: #efefef;
  font-size: 2rem;
  font-weight: 500;
}
.voice-head p {
  color: #003E92;
}

.voice-faq {
  padding: 30px;
  border: 5px solid #fdd000;
}
.voice-faq td {
  display: block;
  width: 100%;
}
.voice-faq td:first-child {
  color: #003E92;
  font-weight: 500;
  font-size: 2rem;
}
.voice-faq td:first-child:before {
  content: "Q.";
}
.voice-faq tr {
  margin-bottom: 2rem;
  display: block;
}

.bukken-headlink {
  display: flex;
  padding-top: 50px;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .bukken-headlink {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bukken-headlink {
    flex-flow: row wrap;
  }
}
.bukken-headlink li {
  padding: 5px;
}
@media screen and (max-width: 1240px) {
  .bukken-headlink li {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .bukken-headlink li {
    width: 49%;
  }
}
.bukken-headlink li a {
  display: inline-block;
  border: 3px solid #efefef;
  color: #666;
  background-color: #efefef;
  padding: 0.7em 1em;
  font-size: 2rem;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .bukken-headlink li a {
    width: 100%;
    min-width: auto;
  }
}
.bukken-headlink li .current {
  background-color: #fff;
  color: #003E92;
  border: 3px solid #003E92;
}

@media screen and (max-width: 768px) {
  .bukken-headlink-rental li:first-child {
    width: 100%;
  }
}

.archive-bukken .archiveItem {
  width: 100%;
  margin: 0 0 30px;
}
.archive-bukken .archiveItem a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .archive-bukken .archiveItem a {
    flex-flow: column wrap;
  }
}
.archive-bukken .archiveItem a .bukken-eyecatch {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .archive-bukken .archiveItem a .bukken-eyecatch {
    width: 100%;
  }
}
.archive-bukken .archiveItem a .bukken-eyecatch img {
  position: static;
  height: auto;
}
.archive-bukken .archiveItem a .bukken-archiveinfo {
  width: 62%;
  padding-left: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .archive-bukken .archiveItem a .bukken-archiveinfo {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.archive-bukken .archiveItem a .bukken-archiveinfo .bukken-archiveinfo-head {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
}
.archive-bukken .archiveItem a .bukken-archiveinfo .bukken-archiveinfo-head h2 {
  margin-left: 1em;
  margin-bottom: 0;
}
.archive-bukken .archiveItem a .bukken-archiveinfo .property-catch {
  background-color: #003E92;
  display: inline-block;
  color: #fff;
  padding: 0.7em 1.2em;
  font-weight: 400;
}
.archive-bukken .archiveItem a .bukken-archiveinfo .property-catchcopy {
  border: 1px dashed #003E92;
  border-radius: 8px;
  padding: 0.4em 1em;
  color: #003E92;
  font-weight: 500;
  line-height: 1.5em;
}

.archive-model .archiveItem {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .archive-model .archiveItem {
    width: 100%;
  }
}
.archive-model .archiveItem h2 {
  font-size: 3rem;
  text-align: center;
}
.archive-model .archiveItem .archiveItem__text {
  text-align: center;
  color: #000;
  font-size: 1.5rem;
}

.model-head-thumbnail {
  text-align: center;
}
.model-head-thumbnail .model-head-text {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.model-head-thumbnail .model-head-text h1 {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  bottom: -3rem;
  margin: auto;
}
.model-head-thumbnail .model-head-text h1 span {
  display: inline-block;
  background-color: #003E92;
  padding: 0.5em 1em;
  color: #fff;
}
.model-head-thumbnail > p {
  font-size: 2rem;
}

.model-desc {
  margin-top: 50px;
  background-color: #efefef;
  padding: 30px;
}
.model-desc h2 {
  font-size: 2rem;
  color: #003E92;
  margin-bottom: 0.7rem;
}
.model-desc div {
  font-size: 1.5rem;
}

.model-point {
  margin-top: 50px;
}
.model-point dl {
  display: flex;
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 768px) {
  .model-point dl {
    flex-flow: column-reverse wrap;
  }
}
.model-point dl dt {
  width: 50%;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .model-point dl dt {
    width: 100%;
    padding: 2rem 0 4rem;
  }
}
.model-point dl dt h3 {
  color: #003e92;
  font-weight: 500;
  position: relative;
  padding-bottom: 1.3rem;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .model-point dl dt h3 {
    font-size: 2rem;
  }
}
.model-point dl dt h3:after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #003e92;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  border: 0;
}
.model-point dl dd {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .model-point dl dd {
    width: 100%;
  }
}
.model-point dl dd img {
  width: 100%;
  height: auto;
}
.model-point li:nth-child(even) dl {
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .model-point li:nth-child(even) dl {
    flex-flow: column-reverse wrap;
  }
}

.model-googlemap {
  margin-bottom: 50px;
}
.model-googlemap iframe {
  height: 300px;
  width: 100%;
}
.model-googlemap .model-googlemap-foot {
  background-color: #F9F9F9;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}
.model-googlemap .model-googlemap-foot p {
  margin: 0 0.5em;
}
.model-googlemap .model-googlemap-foot p:first-child {
  font-weight: 500;
  font-size: 1.8rem;
}

.single-model .content {
  margin: 35px 0 0;
}

.page-contact h1 {
  margin-top: 10px;
}
.page-contact .content {
  margin: 0;
}
.page-contact .contact-arart {
  color: red;
  text-align: center;
  padding-bottom: 2rem;
  font-size: 20px;
}

#Form .check dd {
  flex-flow: column wrap;
}
#Form .radio dd {
  flex-flow: column wrap;
}
#Form .radio input {
  width: auto;
}
#Form .radio .mwform-radio-field {
  margin-left: 0 !important;
}

.company-base {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .company-base {
    flex-flow: column wrap;
  }
}
.company-base h3 {
  margin-bottom: 1rem;
  text-align: center;
}
.company-base .thumb-wrapper img {
  margin-bottom: 1rem;
}
.company-base table {
  width: 100%;
  margin-bottom: 1rem;
}
.company-base table th,
.company-base table td {
  border: 1px solid #444;
  padding: 10px;
}

.performance-page .firstquake-section .desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .performance-page .firstquake-section .desc {
    text-align: left;
  }
}
.performance-page .firstquake-section .desc span {
  font-weight: bold;
}
.performance-page .performance-earth {
  padding-top: 5rem;
}
.performance-page .performance-earth ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .performance-page .performance-earth ul {
    flex-flow: column wrap;
  }
}
.performance-page .performance-earth ul li {
  width: 33.333%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .performance-page .performance-earth ul li {
    width: 100%;
  }
}
.performance-page .performance-earth ul li h3 {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.performance-page .performance-earth ul li h3 span {
  color: #003E92;
}
@media screen and (max-width: 768px) {
  .performance-page .performance-earth ul li h3 img {
    rotate: 90deg;
  }
}
.performance-page .performance-earth ul li dd {
  background-color: #efefef;
  padding: 1rem;
  text-align: center;
}
.performance-page .evoltz-section .left-part {
  width: 30%;
}
.performance-page .evoltz-section .sub-title,
.performance-page .evoltz-section .pb-10 {
  text-align: center;
}
.performance-page .performance-evoltz {
  display: flex;
}
@media screen and (max-width: 768px) {
  .performance-page .performance-evoltz {
    flex-flow: column wrap;
  }
}
.performance-page .performance-evoltz li {
  width: 33.333%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .performance-page .performance-evoltz li {
    width: 100%;
  }
}
.performance-page .performance-evoltz li h3 {
  color: #003E92;
  border-bottom: 2px solid #003E92;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}
.performance-page .insulation-section {
  background-color: #efefef;
}
.performance-page .insulation-section .desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .performance-page .insulation-section .desc {
    text-align: left;
  }
}
.performance-page .insulation-section .desc span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .performance-page .second-section h3.title {
    text-align: center;
    width: 100% !important;
  }
}

.fukushimaya-page .fukushima-section .desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fukushimaya-page .fukushima-section .desc {
    text-align: left;
  }
}
.fukushimaya-page .fukushima-section .desc span {
  font-weight: bold;
}
.fukushimaya-page .fukushima-section .fukushimaya-list ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .fukushimaya-page .fukushima-section .fukushimaya-list ul {
    flex-flow: column wrap;
  }
}
.fukushimaya-page .fukushima-section .fukushimaya-list ul li {
  width: 33.333%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .fukushimaya-page .fukushima-section .fukushimaya-list ul li {
    width: 100%;
  }
}
.fukushimaya-page .fukushima-section .fukushimaya-list ul li h3 {
  text-align: center;
}
.fukushimaya-page .iki-section .left-part,
.fukushimaya-page .miyabi-section .left-part {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .fukushimaya-page .iki-section .left-part,
  .fukushimaya-page .miyabi-section .left-part {
    width: 100%;
  }
}
.fukushimaya-page .iki-section .right-part dl,
.fukushimaya-page .miyabi-section .right-part dl {
  padding-bottom: 1.5rem;
}
.fukushimaya-page .iki-section .right-part dl dt,
.fukushimaya-page .miyabi-section .right-part dl dt {
  color: #003E92;
  font-weight: 500;
  font-size: 1.8rem;
}
.fukushimaya-page .iki-section .right-part .more-right,
.fukushimaya-page .miyabi-section .right-part .more-right {
  display: flex;
  justify-content: flex-end;
}
.fukushimaya-page .iki-section .right-part .more-right .btn-more,
.fukushimaya-page .miyabi-section .right-part .more-right .btn-more {
  margin: 2rem 0 0;
}
.fukushimaya-page .iki-section .fukushimaya-gal,
.fukushimaya-page .miyabi-section .fukushimaya-gal {
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .fukushimaya-page .iki-section .fukushimaya-gal,
  .fukushimaya-page .miyabi-section .fukushimaya-gal {
    flex-flow: row wrap;
    gap: 2%;
  }
}
.fukushimaya-page .iki-section .fukushimaya-gal li,
.fukushimaya-page .miyabi-section .fukushimaya-gal li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .fukushimaya-page .iki-section .fukushimaya-gal li,
  .fukushimaya-page .miyabi-section .fukushimaya-gal li {
    width: 49%;
    padding: 1% 0;
  }
}

.single-works .property-head .single-head-thumbnail {
  margin-top: 0;
}

.disabled-day a {
  background-color: #eee !important;
  color: #999 !important;
  pointer-events: none;
}

.sbi_photo svg path {
  color: #FFF;
}

/*# sourceMappingURL=design.css.map */
