@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* overflow-y: scroll; */
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ==============================
  mixin
============================== */
:root {
  height: 100%;
  /* text-align: justify; */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}

img {
  max-width: 100%;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #3b8fc0;
}

a:hover {
  text-decoration: underline;
}

/* ============================== */
/* module */
/* ============================== */
.display--sp {
  display: block !important;
}

.display--pc {
  display: none !important;
}

.display--pcwide {
  display: none !important;
}

@media (min-width: 641px) {
  .display--sp {
    display: none !important;
  }

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

  .display--pcwide {
    display: none !important;
  }
}

@media (min-width: 1230px) {
  .display--sp {
    display: none !important;
  }

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

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

/* ============================== */
/* accordion */
/* ============================== */
.accordion {
  margin-bottom: 7px;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: left;
}

.accordion summary {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding: 1em 1.3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 23px;
  @media (max-width: 640px) {
    font-size: 14px;    
  }
}

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

.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-bottom: 3px solid #c2c2c2;
  border-right: 3px solid #c2c2c2;
  content: '';
  transition: transform .3s;
}

.accordion[open] summary::after {
  transform: rotate(225deg);
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
  font-size: 14px;
  @media (max-width: 640px) {
    font-size: 12px;    
  }
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

summary:before {
  content: 'Q';
  color: #B14848;
  margin-right: 1em;
}

summary span {
  text-align: left;
}

/* ============================== */
/* slider */
/* ============================== */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  margin-top: 40px;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 4.6);
  @media (max-width: 640px) {
    width: calc(100vw / 1.7);
  }
}

.scroll-infinity__item>img {
  width: 100%;
}

/* ============================== */
/* content */
/* ============================== */
header {
  padding: 20px;
  background: #222;
}

.logo {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}

.logo img {
  width: 320px;
}

@media (max-width: 640px) {
  .logo img {
    width: 225px;
  }
}

main {
  display: block;
}

.wrapper {
  position: relative;
  padding: 38px 0 0;

  @media (max-width: 640px) {
    padding: 0 0 0;
  }
}

.inner {
  max-width: calc(988px + 40px);
  margin: 0 auto;
  padding: 1px 20px;
}

h1 {
  /*text-align: center;
  font-size: 32px;
  font-weight: 500;
  @media (max-width: 640px) {
    font-size: 16px;
  }*/
  display: none;
}

h1 {
  .font_small {
    display: block;
    font-size: 16px;

    @media (max-width: 640px) {
      font-size: 12px;
    }
  }
}

h2 {
  margin-bottom: 40px;
  font-size: 18px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 2px solid #A49279;

  @media (max-width: 640px) {
    margin-top: 40px;
    font-size: 20px;
  }
}

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

.list_disc li {
  padding-left: 0;
  text-indent: 0;
}

a {
  color: #0026C6;
  text-decoration: underline;
}

.hero {
  position: relative;
  display: block;
  width: min(95%, 1320px);
  margin: 0 auto;
}

.hero_img {
  display: block;
  width: 100%;
  img {
    display: block;
    width: 100%;
  }
}

.hero p {
  position: absolute;
  top: 48%;
  left: 12.8%;
  font-size: min(1.4vw, 18px);
  /* line-height: em; */

  @media (max-width: 930px) {
    position: static;
    /* top: 105%;
    left: 15%; */
    margin-top: 1.5em;
    text-align: center;
    font-size: 14px;
  }
  .noapply & {
    top: 59%;
    left: 12.8%;
  }
}

.text_large {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8;

  @media (max-width: 640px) {
    font-size: 18px;
  }
}

.button01 {
  position: absolute;
  top: 76%;
  left: 12.8%;
  width: min(24vw, 433px);
  height: auto;

  @media (max-width: 930px) {
    display: block;
    position: static;
    /* top: 144%;
    left: 50%; */
    /* transform: translateX(-50%); */
    text-align: center;
    width: 90%;
    margin: 20px auto 0;
  }
}

.button02 {
  width: 280px;
  height: auto;
}

.lead {
  margin: 24px auto;

  @media (max-width: 640px) {
    padding: 0 20px;
  }
}

.contents {
  margin-bottom: 60px;

  @media (max-width: 640px) {
    /* padding: 0 20px; */
  }
}

.cutimage_mv {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.text_center {
  text-align: center;
}

.heading_img_about {
  margin: 60px auto 10px auto;
  width: 230px;
  height: auto;

  @media (max-width: 640px) {
    width: 154px;
  }
}

.heading_img_service {
  margin: 80px auto 0 auto;
  width: 274px;
  height: auto;
  @media (max-width: 640px) {
    margin-top: 47px;
    width: 182px;
  }
}

.heading_img_scene {
  margin: 110px auto 0 auto;
  width: 220px;
  height: auto;
  @media (max-width: 640px) {
    width: 146px;
    margin-top: 50px;
  }
}

.heading_img_cutimage {
  margin: 0 auto;
  width: 384px;
  height: auto;
  @media (max-width: 640px) {
    width: 256px;
  }
}

.heading_img_faq {
  margin: 0 auto;
  width: 136px;
  height: auto;
  @media (max-width: 640px) {
    width: 90px;
  }
}

p {
  font-size: 16px;
  line-height: 1.8;

  @media (max-width: 640px) {
    font-size: 14px;
  }

  &+p {
    margin-top: 1.8em;
  }

  .contents_block & {
    line-height: 1.6;

    &+p {
      margin-top: 0.8em;
    }
  }
}

.contents_block+.contents_block {
  margin-top: 3.2em;
}

.about {
  margin-bottom: 80px;
}

.about .text_large {
  font-size: 23px;
  font-weight: 600;
  @media (max-width: 640px) {
    font-size: 18px;
  }
}

.profile {
  width: 100%;
  background: url(../images/profile_bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 40px 0;
}

.profile_inner {
  max-width: calc(988px + 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;

  @media (max-width: 640px) {
    flex-direction: column;
    gap: 24px;
    width: 89vw;
  }
}

.profile img {
  /* margin: 0 auto; */
  width: 300px;
  height: auto;

  @media (max-width: 640px) {
    width: 60%;
    height: auto;
  }
}

.profile_text {
  width: min(100%, 500px);
  /* margin-left: 60px;

  @media (max-width: 640px) {
    margin-left: 4vw;
  } */
}


.profile_text .text_large {
  /* margin-top: 90px; */
  font-size: 24px;
  font-weight: 500;
  @media (max-width: 640px) {
    font-size: 18px;
  }
}

.profile_inner p {
  color: #fff;
  vertical-align: middle;
  @media (max-width: 640px) {
    font-size: 12px;
  }
}

.service {
  background-color: #EBEBEB;
  margin: 0 auto;
  /* padding: 20px; */
}

.card_outer {
  max-width: calc(988px + 40px);
  margin: 0 auto;
}

.card {
  width: 100%;
  background-color: #fff;
  border-radius: 44px;
  display: flex;
  margin-bottom: 20px;

  @media (max-width: 640px) {
    display: block;
    border-radius: 12px;
  }
}

.card img {
  width: 420px;
  border-radius: 44px 0 0 44px;
  object-fit: cover;

  @media (max-width: 640px) {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
}

.card_text {
  padding: 40px;
  text-align: left;
  @media (max-width: 640px) {
    padding: 24px 20px 30px;
  }
}

.card_text .text_large {
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  @media (max-width: 640px) {
    font-size: 20px;
  }
}

.check_outer {
  margin: 60px 0;

  @media (max-width: 640px) {
    margin: 24px 0;
  }
}

.check:before {
  /* content: url(../images/icon_check.png); */
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  background: url(../images/icon_check.png) no-repeat center;
  background-size: contain;
  @media (max-width: 640px) {
    width: 20px;
    height: 20px;
  }
}

.check {
  vertical-align: middle;
}

.check.text_large {
  margin-bottom: 0.5em;
  font-size: 28px;
  @media (max-width: 640px) {
    font-size: 20px;
    margin: 0 -1em;
  }
}

.lead {
  margin-top: 0;
}
.check_outer .lead {
  padding: 0;
}

.scene h2 {
  @media (max-width: 640px) {
    margin-bottom: 20px;
  }
}

.scene_img_wrapper {
  padding: 60px 0 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 10px;
  margin: 0 auto;
  @media (max-width: 640px) {
    gap: 24px 20px;
    padding: 24px 0 80px;
  }
}

.scene_img01 {
  /* width: 688px; */
  width: min(69.6%,688px);
  height: auto;

  @media (max-width: 640px) {
    width: 100%;
    height: auto;
  }
}

.scene_img02 {
  /* width: 244px; */
  width: min(24.6%, 244px);
  height: auto;

  @media (max-width: 640px) {
    width: 35.6%;
    height: auto;
  }
}

.scene_img03 {
  width: 237px;
  width: min(23.8%, 237px);
  height: auto;

  @media (max-width: 640px) {
    width: 58%;
    height: auto;
  }
}

.scene_img04 {
  width: 362px;
  width: min(36.4%,362px);
  height: auto;

  @media (max-width: 640px) {
    width: 100%;
    height: auto;
  }
}

.scene_img05 {
  /* width: 363px; */
  width: min(36.5% ,363px);
  height: auto;

  @media (max-width: 640px) {
    width: 100%;
    height: auto;
  }
}

.scene_other {
  @media (max-width: 640px) {
    font-size: 18px;
  }
}

.scene ul {
  display: block;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: start;
  justify-items: stretch; */
  gap: 18px;
  margin: 20px auto;
  @media (max-width: 640px) {
    justify-content: space-between;
    gap: 8px;
  }
}

.scene li {
  /* display: block; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 14px);
  background-color: #d8d8d8;
  border-radius: 16px;
  line-height: 40px;
  /* margin: 4px 2px; */
  padding: 0.2em 0;
  text-indent: 0;
  font-size: min(1.4vw,15px);
  @media (max-width: 640px) {
    padding: 0.1em 0;
    border-radius: 8px;
    font-size: 14px;
  }
}

.scene li.width_herf {
  /* width: calc(25% - 9px); */
  @media (max-width: 640px) {
    width: 48%;
  }
}

.scene .width_full {
  @media (max-width: 640px) {
    width: 100%;
  }
}

.cutimage {
  margin: 0;
  padding: 80px 0;
  text-align: center;
  background: #000;
  @media (max-width: 640px) {
    padding: 32px 0 50px;
  }
}

.cutimage_mv img{
  width: 100%;
  height: 566px;
  object-fit: cover;
  @media (max-width: 640px) {
    height: auto;
    /* object-fit: none; */
  }
}

.cutimage h2 {
  margin-bottom: 80px;
  color: #fff;
  @media (max-width: 640px) {
    margin-bottom: 38px;
  }
}

.cutimage p:not(.heading_img_cutimage) {
  color: #fff;
  margin-bottom: 40px;
  padding: 0 1em;
  @media (max-width: 640px) {
    margin-bottom: 0;
  }
}

.button02{
  margin: 40px auto;
  display: block;
  width: 433px;
  height: auto;
  @media (max-width: 640px) {
    width: 100%;
  }
}

.faq{
  padding-top: 60px;
}

.faq h2 {
  margin-bottom: 80px;
  @media (max-width: 640px) {
    margin-bottom: 50px;
  }
}

.list_disc{
  margin-left: 24px;
  line-height: 1.8;
}

.list_disc li{
  list-style: disc;
  @media (max-width: 640px) {
    padding-left: 0;
    text-indent: 0;
    font-size: 14px;
  }
}

.list_none li{
  list-style: none;
}

footer {
  background: #222;
  padding: 48px 20px;
}

.footer__logo {
  line-height: 1;
}

.footer__inner {
  max-width: calc(988px + 40px);
  margin: 0 auto;
}

.footer__inner a {
  color: #9F9F9F;
  text-decoration: none;
}

.footer__txt {
  color: #9F9F9F;
  font-size: 12px;
}