@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Specify the box size calculation method */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Improved responsiveness of links and buttons on touch devices */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* --------------------
	Base
	基本設定
-------------------- */
html {
  font-size: 3.6vw; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 1.8vw; } }
  @media screen and (min-width: 1000px) {
    html {
      font-size: 18px; } }

body a {
  color: inherit;
  text-decoration: none;
  /*&[href^="tel:"] {
  	pointer-events: none;
  }*/ }
body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block; }
body em {
  font-style: normal; }
body li {
  list-style: none; }
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: inherit; }

.wrap {
  background: white;
  width: 100%;
  color: #000000;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .wrap {
      /*a {
      	&[href^="tel:"] {
      		pointer-events: auto;
      	}
      }*/ } }

/* --------------------
	Layout
-------------------- */
/* Mixin */
/* common parts */
/* button */
/*
	Wrap
------------------------------------------------------------ */
body {
  font-family: 'Outfit', 'Noto Sans JP', sans-serif; }
  body a {
    transition: all .2s ease-in-out;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      body a:hover {
        opacity: .7; } }

html,
body {
  margin: 0;
  padding: 0; }

.wrap img {
  width: 100%;
  height: auto; }
.wrap .pc {
  display: none; }
.wrap .sp {
  display: block; }
.wrap .blue {
  color: #2d78db; }
.wrap .marker {
  background: linear-gradient(transparent 50%, #ffff64 50%); }
.wrap * {
  -webkit-tap-highlight-color: transparent; }
@media screen and (min-width: 768px) {
  .wrap .pc {
    display: block; }
  .wrap .sp {
    display: none; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%; }
  .header__inner {
    padding: 2vw 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
    .header__inner .heading {
      margin: 0 auto;
      width: 50%; }
    .header__inner .button {
      display: none; }
  @media screen and (min-width: 768px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000; }
      .header__inner {
        padding: .5rem 3rem; }
        .header__inner .heading {
          margin: 0;
          width: 14rem; }
        .header__inner .button {
          display: block;
          width: 17em; }
          .header__inner .button a {
            transition: all .2s ease-in-out;
            cursor: pointer;
            background: #ff6e19;
            background: linear-gradient(90deg, #ff6e19 0%, #ff5050 100%);
            color: white;
            position: relative;
            text-align: center;
            border-radius: 100rem;
            letter-spacing: .05em;
            font-weight: 700;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.5em;
            padding-right: .75em;
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2)); } }
        @media screen and (min-width: 768px) and (min-width: 768px) {
          .header__inner .button a:hover {
            opacity: .7; } }
  @media screen and (min-width: 768px) {
            .header__inner .button a::before {
              position: absolute;
              content: "";
              background-position: center;
              background-repeat: no-repeat;
              background-size: 100%;
              background-image: url("../images/icon_btn.svg");
              aspect-ratio: 1/1;
              width: .8em;
              top: 0;
              bottom: 0;
              margin: auto;
              right: 1em; } }
        @media screen and (min-width: 768px) and (min-width: 768px) {
          .header__inner .button a {
            filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.2)); } }

/* visual */
.visual {
  background-color: white;
  background-image: url("../images/fv.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 828/1426; }
  .visual__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 5vw 0;
    position: relative; }
    .visual__inner .sub {
      text-align: center;
      font-size: 4.3vw;
      font-weight: 700;
      letter-spacing: .05em; }
      .visual__inner .sub .box {
        border: 1px solid #000000;
        padding: .25em;
        background: #e4f0fa; }
      .visual__inner .sub .pink {
        position: relative;
        color: #ff5050; }
        .visual__inner .sub .pink::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 1px;
          background: #ff5050;
          bottom: -1vw; }
    .visual__inner .heading {
      width: 73%;
      margin: 66vw 0 6vw 3vw;
      filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2)); }
    .visual__inner .list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2vw 5vw;
      width: 94%;
      margin: 0 auto; }
      .visual__inner .list-item {
        font-size: 3.4vw;
        font-weight: 500;
        background: #e4f0fa;
        border-radius: 6px;
        padding: .75em 0 .75em 1.25em;
        position: relative;
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2)); }
        .visual__inner .list-item .icon {
          position: absolute;
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
          top: 0;
          bottom: 0;
          margin: auto;
          left: -.85em;
          width: 1.75em;
          display: flex; }
        .visual__inner .list-item .text .marker {
          color: #ff5050;
          font-size: 3.6vw;
          font-weight: 600; }
        .visual__inner .list-item .note {
          position: absolute;
          font-size: 1.8vw;
          font-weight: 500;
          top: 0;
          bottom: 0;
          margin: auto;
          display: flex;
          align-items: center;
          right: 2em;
          line-height: 1.2; }
    .visual__inner .button {
      position: absolute;
      z-index: 2;
      left: 50%;
      transform: translateX(-50%);
      width: 86%;
      bottom: -18vw; }
      .visual__inner .button a {
        transition: all .2s ease-in-out;
        cursor: pointer;
        background: #ff6e19;
        background: linear-gradient(90deg, #ff6e19 0%, #ff5050 100%);
        color: white;
        position: relative;
        text-align: center;
        border-radius: 100rem;
        letter-spacing: .05em;
        font-weight: 700;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3.5em;
        padding-right: .75em;
        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
        font-size: 4.8vw; }
        @media screen and (min-width: 768px) {
          .visual__inner .button a:hover {
            opacity: .7; } }
        .visual__inner .button a::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("../images/icon_btn.svg");
          aspect-ratio: 1/1;
          width: .8em;
          top: 0;
          bottom: 0;
          margin: auto;
          right: 1em; }
        @media screen and (min-width: 768px) {
          .visual__inner .button a {
            filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.2)); } }
  @media screen and (min-width: 768px) {
    .visual {
      background-image: url("../images/fv-pc.webp");
      aspect-ratio: 280/134; }
      .visual__inner {
        width: calc(100vw - 2rem);
        max-width: 1000px;
        margin: 0 auto;
        max-width: 78%;
        padding: 6vw 0 0; }
        .visual__inner .sub {
          text-align: start;
          font-size: 1.6vw; }
          .visual__inner .sub .box {
            border: 2px solid #000000; }
          .visual__inner .sub .pink::before {
            height: 2px;
            bottom: -.25rem; }
        .visual__inner .heading {
          width: 60%;
          margin: 3vw 0 4vw; }
        .visual__inner .list {
          grid-template-columns: repeat(3, 1fr);
          grid-gap: .5vw 1.75vw;
          width: 78%; }
          .visual__inner .list-item {
            font-size: 1.4vw;
            border-radius: 12px; }
            .visual__inner .list-item .text .marker {
              font-size: 1.5vw; }
            .visual__inner .list-item .note {
              font-size: .8vw;
              right: 3em; }
        .visual__inner .button {
          width: 32em;
          bottom: -10.5vw; }
          .visual__inner .button a {
            font-size: 1.6vw; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: white;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .video,
  .contents .map {
    margin: 0 auto; }
    .contents .video iframe,
    .contents .video video,
    .contents .map iframe,
    .contents .map video {
      border-radius: 10px;
      width: 100%;
      max-width: 1000px;
      height: auto;
      aspect-ratio: 16 / 9; }
    @media screen and (min-width: 768px) {
      .contents .video,
      .contents .map {
        max-width: 800px; }
        .contents .video iframe,
        .contents .video video,
        .contents .map iframe,
        .contents .map video {
          border-radius: 20px; } }

/* cv */
.cv {
  padding: 10vw 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .cv {
      padding: 4rem 0; } }
  .cv01 {
    margin-bottom: -18vw; }
  .cv02 {
    padding: 0;
    background-color: white;
    background-image: url("../images/cv02.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 829/600; }
  .cv03 {
    padding: 0;
    background-color: white;
    background-image: url("../images/cv03.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 829/600; }
  .cv__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    transform: translateY(-18vw); }
    .cv__inner .box {
      background-color: #c7d9ea;
      background-image: url("../images/cv.webp");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 10px;
      padding: 8vw 4vw 10vw;
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2)); }
      @media screen and (min-width: 768px) {
        .cv__inner .box {
          filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.2)); } }
      .cv__inner .box .text {
        text-align: center;
        color: #ff6e19;
        font-weight: 700;
        font-size: 3.8vw; }
        .cv__inner .box .text .large {
          font-weight: 600;
          font-size: 4.8vw; }
        .cv__inner .box .text .comment {
          position: relative; }
          .cv__inner .box .text .comment::before, .cv__inner .box .text .comment::after {
            position: absolute;
            content: "";
            width: 2px;
            height: 1.5em;
            background: #ff6e19;
            border-radius: 100rem; }
          .cv__inner .box .text .comment::before {
            left: -1em;
            transform: rotate(-30deg); }
          .cv__inner .box .text .comment::after {
            right: -1em;
            transform: rotate(30deg); }
      .cv__inner .box .button {
        margin-top: .5em; }
        .cv__inner .box .button a {
          transition: all .2s ease-in-out;
          cursor: pointer;
          background: #ff6e19;
          background: linear-gradient(90deg, #ff6e19 0%, #ff5050 100%);
          color: white;
          position: relative;
          text-align: center;
          border-radius: 100rem;
          letter-spacing: .05em;
          font-weight: 700;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 3.5em;
          padding-right: .75em;
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
          font-size: 4.8vw; }
          @media screen and (min-width: 768px) {
            .cv__inner .box .button a:hover {
              opacity: .7; } }
          .cv__inner .box .button a::before {
            position: absolute;
            content: "";
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            background-image: url("../images/icon_btn.svg");
            aspect-ratio: 1/1;
            width: .8em;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 1em; }
          @media screen and (min-width: 768px) {
            .cv__inner .box .button a {
              filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.2)); } }
  @media screen and (min-width: 768px) {
    .cv01 {
      margin-bottom: -6rem;
      padding: 0; }
    .cv02 {
      background-image: url("../images/cv02-pc.webp");
      aspect-ratio: 28/9; }
    .cv03 {
      background-image: url("../images/cv03-pc.webp");
      aspect-ratio: 28/9; }
    .cv__inner {
      transform: translateY(-6rem); }
      .cv__inner .box {
        background-image: url("../images/cv-pc.webp");
        border-radius: 20px;
        padding: 2rem 0 2.75rem; }
        .cv__inner .box .text {
          font-size: 1.1rem; }
          .cv__inner .box .text .large {
            font-size: 1.3rem; }
        .cv__inner .box .button {
          width: 27rem;
          margin: .5rem auto 0; }
          .cv__inner .box .button a {
            font-size: 1.4rem; } }

/* 全ブロック共通 */
.reason,
.case,
.voice,
.entry {
  padding: 10vw 0; }
  @media screen and (min-width: 768px) {
    .reason,
    .case,
    .voice,
    .entry {
      padding: 4rem 0; } }
  .reason__inner,
  .case__inner,
  .voice__inner,
  .entry__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    width: 82%; }
    .reason__inner .top,
    .case__inner .top,
    .voice__inner .top,
    .entry__inner .top {
      position: relative; }
      .reason__inner .top .eng,
      .case__inner .top .eng,
      .voice__inner .top .eng,
      .entry__inner .top .eng {
        color: #2d78db;
        font-weight: 500;
        font-size: 4.3vw;
        letter-spacing: .075em;
        position: absolute;
        transform: rotate(90deg);
        top: 1.25em;
        left: -2em; }
      .reason__inner .top .sub,
      .case__inner .top .sub,
      .voice__inner .top .sub,
      .entry__inner .top .sub {
        margin-bottom: .45em;
        line-height: 1.8; }
        .reason__inner .top .sub .sub-item,
        .case__inner .top .sub .sub-item,
        .voice__inner .top .sub .sub-item,
        .entry__inner .top .sub .sub-item {
          background: #000000;
          color: white;
          font-weight: 700;
          letter-spacing: .05em;
          font-size: 5.2vw;
          padding: .15em .25em; }
      .reason__inner .top .heading,
      .case__inner .top .heading,
      .voice__inner .top .heading,
      .entry__inner .top .heading {
        font-size: 9vw;
        letter-spacing: .05em;
        font-weight: 700;
        margin-bottom: .75em;
        line-height: 1.3; }
    .reason__inner .text,
    .case__inner .text,
    .voice__inner .text,
    .entry__inner .text {
      line-height: 1.6;
      font-size: 3.8vw;
      font-weight: 500;
      letter-spacing: .075em;
      margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .reason .top .eng,
    .case .top .eng,
    .voice .top .eng,
    .entry .top .eng {
      font-size: 1.6rem; }
    .reason .top .sub .sub-item,
    .case .top .sub .sub-item,
    .voice .top .sub .sub-item,
    .entry .top .sub .sub-item {
      font-size: 2.1rem; }
    .reason .top .heading,
    .case .top .heading,
    .voice .top .heading,
    .entry .top .heading {
      font-size: 3.5rem;
      margin-bottom: .5em; }
    .reason .text,
    .case .text,
    .voice .text,
    .entry .text {
      font-size: 1.2rem; } }

.intro,
.message {
  padding: 10vw 0; }
  @media screen and (min-width: 768px) {
    .intro,
    .message {
      padding: 4rem 0; } }
  .intro__inner,
  .message__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }

/* 各ブロック個別 */
.intro {
  padding: 16vw 0 10vw; }
  .intro__inner {
    text-align: center;
    line-height: 1.5; }
    .intro__inner .dark {
      color: #3c506e; }
    .intro__inner .sub {
      font-size: 4.6vw;
      font-weight: 700; }
    .intro__inner .head {
      font-weight: 700;
      font-size: 5.3vw;
      margin-bottom: 1em; }
    .intro__inner .list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      padding: 0; }
      .intro__inner .list-item {
        position: relative;
        background: #f0f0f0;
        border-radius: 10px;
        padding: 1em 2em;
        line-height: 1.6;
        font-weight: 500;
        font-size: 3.4vw;
        width: fit-content; }
        .intro__inner .list-item::before {
          position: absolute;
          content: "";
          bottom: -4vw;
          width: 5vw;
          aspect-ratio: 1/cos(30deg);
          clip-path: polygon(100% 62%, 58% 0, 0 0);
          background: #f0f0f0; }
        .intro__inner .list-item .marker {
          background: linear-gradient(transparent 50%, white 50%);
          color: #3c506e;
          font-weight: 700; }
        .intro__inner .list-item01, .intro__inner .list-item03 {
          grid-column: 1 / 3;
          z-index: 2; }
          .intro__inner .list-item01::before, .intro__inner .list-item03::before {
            left: 10vw; }
        .intro__inner .list-item01 {
          filter: drop-shadow(-4px 4px 0 #919191);
          transform: translateX(1em); }
        .intro__inner .list-item02 {
          grid-column: 2 / 4;
          filter: drop-shadow(4px 4px 0 #919191);
          transform: translateX(3em); }
          .intro__inner .list-item02::before {
            right: 8vw;
            transform: scale(-1, 1); }
        .intro__inner .list-item03 {
          transform: translateY(-3em);
          filter: drop-shadow(4px 4px 0 #919191); }
    .intro__inner .image {
      width: 74%;
      margin: -17vw auto 4vw;
      position: relative;
      z-index: 3; }
    .intro__inner .text {
      text-align: center;
      color: #2d78db;
      font-weight: 700;
      font-size: 3.8vw; }
      .intro__inner .text .comment {
        position: relative; }
        .intro__inner .text .comment::before, .intro__inner .text .comment::after {
          position: absolute;
          content: "";
          width: 2px;
          height: 1.5em;
          background: #2d78db;
          border-radius: 100rem; }
        .intro__inner .text .comment::before {
          left: -1em;
          transform: rotate(-30deg); }
        .intro__inner .text .comment::after {
          right: -1em;
          transform: rotate(30deg); }
    .intro__inner .main {
      font-weight: 700;
      font-size: 4.8vw; }
  @media screen and (min-width: 768px) {
    .intro {
      padding: 7rem 0 4rem; }
      .intro__inner .dark {
        font-size: 2.4rem; }
      .intro__inner .sub {
        font-size: 1.6rem; }
      .intro__inner .head {
        font-size: 2.1rem; }
      .intro__inner .list-item {
        border-radius: 20px;
        font-size: 1.3rem;
        width: 16em; }
        .intro__inner .list-item::before {
          bottom: -2.25rem;
          width: 3rem; }
        .intro__inner .list-item01::before, .intro__inner .list-item03::before {
          left: 6rem; }
        .intro__inner .list-item01 {
          grid-column: 2 / 3;
          transform: translateX(2em); }
        .intro__inner .list-item02 {
          grid-column: 3 / 3;
          transform: translate(-3em, 4.5em); }
          .intro__inner .list-item02::before {
            right: 6rem; }
        .intro__inner .list-item03 {
          transform: translateY(-1em); }
      .intro__inner .image {
        width: 26rem;
        margin: -4rem auto 2rem; }
      .intro__inner .text {
        font-size: 1.5rem; }
        .intro__inner .text .comment {
          position: relative; }
          .intro__inner .text .comment::before, .intro__inner .text .comment::after {
            width: 3px; }
      .intro__inner .main {
        font-size: 1.8rem; } }

.message {
  padding: 0;
  margin-bottom: -34vw;
  position: relative;
  z-index: 2; }
  .message__inner {
    background: #736233;
    background-image: url("../images/message.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    color: white;
    text-align: center;
    font-weight: 700;
    padding: 10vw 0; }
    .message__inner .heading {
      font-size: 6vw;
      line-height: 1.5; }
    .message__inner .text {
      font-size: 3.6vw;
      line-height: 1.8;
      margin-top: 1.75em; }
  @media screen and (min-width: 768px) {
    .message {
      margin-bottom: -8rem; }
      .message__inner {
        background-image: url("../images/message-pc.webp");
        border-radius: 30px;
        padding: 9rem 0; }
        .message__inner .heading {
          font-size: 2.5rem; }
        .message__inner .text {
          font-size: 1.2rem; } }

.reason {
  background: #2d78db;
  color: white;
  padding: 46vw 0 30vw; }
  .reason__inner .top .eng {
    color: white;
    top: 1.35em;
    left: -2.5em; }
  .reason__inner .top .head .large {
    font-size: 10vw; }
  .reason__inner .top .sub .sub-item {
    background: white;
    color: #2d78db; }
  .reason__inner .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8vw 5vw; }
    .reason__inner .list-item .image {
      margin: 0 auto 2vw;
      width: 44%; }
    .reason__inner .list-item .head {
      color: #ffff64;
      text-align: center;
      line-height: 1.5;
      letter-spacing: .025em;
      font-weight: 700;
      font-size: 4.3vw; }
      .reason__inner .list-item .head .note {
        font-size: 2.4vw;
        vertical-align: text-top; }
    .reason__inner .list-item .number {
      color: #ffff64;
      font-size: 3.1vw;
      letter-spacing: .05em;
      font-weight: 500;
      position: relative;
      z-index: 2;
      margin: 1em 0; }
      .reason__inner .list-item .number::before, .reason__inner .list-item .number::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0; }
      .reason__inner .list-item .number::before {
        z-index: -1;
        background: #2d78db;
        height: 1em;
        width: 5.5em; }
      .reason__inner .list-item .number::after {
        z-index: -2;
        width: 100%;
        height: 2px;
        background: #ffff64; }
    .reason__inner .list-item .detail {
      font-size: 3.4vw;
      font-weight: 500;
      line-height: 1.6;
      text-align: justify; }
      .reason__inner .list-item .detail .small {
        font-size: 2.2vw; }
  @media screen and (min-width: 768px) {
    .reason {
      padding: 13rem 0 10rem; }
      .reason__inner .top {
        margin-bottom: 3rem; }
        .reason__inner .top .large {
          font-size: 4.3rem; }
      .reason__inner .list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3.5rem; }
        .reason__inner .list-item .image {
          margin: 0 auto .5rem;
          width: 38%; }
        .reason__inner .list-item .head {
          font-size: 1.5rem; }
          .reason__inner .list-item .head .note {
            font-size: .7rem; }
        .reason__inner .list-item .number {
          font-size: 1rem; }
        .reason__inner .list-item .detail {
          font-size: 1rem; }
          .reason__inner .list-item .detail .small {
            font-size: .7rem; } }

.case__inner .box {
  padding: 0 2vw; }
  .case__inner .box .top {
    margin-bottom: -2vw;
    display: flex;
    align-items: center; }
    .case__inner .box .top .image {
      width: 32%; }
      .case__inner .box .top .image img {
        border-radius: 50%;
        aspect-ratio: 1/1; }
    .case__inner .box .top-item {
      flex: 1;
      padding: 0 0 2vw 3vw; }
      .case__inner .box .top-item .number {
        font-size: 3.4vw;
        font-weight: 500;
        letter-spacing: .075em; }
      .case__inner .box .top-item .prof {
        margin: .5em 0 .75em;
        font-size: 3.4vw;
        font-weight: 700;
        letter-spacing: .05em; }
        .case__inner .box .top-item .prof .medium {
          font-size: 4vw;
          font-weight: 600; }
        .case__inner .box .top-item .prof .small {
          font-size: 2.9vw;
          font-weight: 500; }
      .case__inner .box .top-item .work {
        font-weight: 500;
        font-size: 3.4vw;
        letter-spacing: .1em; }
        .case__inner .box .top-item .work .round {
          border: 1px solid #000000;
          border-radius: 100rem;
          font-size: 3.1vw;
          letter-spacing: .2em;
          text-align: center;
          padding: .05em 1.5em;
          margin-right: .25em; }
  .case__inner .box .list {
    border-top: 2px solid #000000;
    padding-top: 8vw; }
    .case__inner .box .list-item {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      gap: 1vw;
      margin-bottom: 2vw; }
      .case__inner .box .list-item:last-child {
        margin-bottom: 0; }
      .case__inner .box .list-item dt {
        border-radius: 100rem;
        background: #2d78db;
        color: white;
        text-align: center;
        width: 1.5em;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4;
        font-size: 3.4vw;
        font-weight: 700; }
      .case__inner .box .list-item dd {
        text-align: justify;
        font-weight: 500;
        line-height: 1.6;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .case__inner .box .list-item .before {
        font-size: 3.1vw;
        background: #e6e6e6;
        color: #606060;
        width: 39%;
        padding: .5em; }
      .case__inner .box .list-item .after {
        font-size: 3.4vw;
        background: #e4f0fa;
        flex: 1;
        padding: 1.5em 1em; }
      .case__inner .box .list-item .before-first,
      .case__inner .box .list-item .after-first {
        position: relative; }
        .case__inner .box .list-item .before-first::before,
        .case__inner .box .list-item .after-first::before {
          position: absolute;
          letter-spacing: .05em;
          text-align: center;
          width: 100%; }
      .case__inner .box .list-item .before-first::before {
        content: "before";
        font-weight: 500;
        color: #606060;
        font-size: 3.6vw;
        top: -6vw; }
      .case__inner .box .list-item .after-first::before {
        content: "after";
        font-weight: 600;
        background: linear-gradient(90deg, #489bf0 0%, #2d78db 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 4.8vw;
        top: -7vw; }
@media screen and (min-width: 768px) {
  .case__inner .top .sub .sub-item {
    padding: 0; }
  .case__inner .top .sub .sub-left {
    padding: .15em 0 .15em .25em; }
  .case__inner .top .sub .sub-right {
    padding: .15em .25em .15em 0; }
  .case__inner .box {
    padding: 0;
    max-width: 760px;
    margin: 0 auto; }
    .case__inner .box .top {
      margin-bottom: -1rem; }
      .case__inner .box .top .image {
        width: 26%; }
      .case__inner .box .top-item {
        padding: 0 0 1rem 1rem; }
        .case__inner .box .top-item .number {
          font-size: 1.2rem; }
        .case__inner .box .top-item .prof {
          font-size: 1.2rem; }
          .case__inner .box .top-item .prof .medium {
            font-size: 1.5rem; }
          .case__inner .box .top-item .prof .small {
            font-size: 1rem; }
        .case__inner .box .top-item .work {
          font-size: 1.3rem; }
          .case__inner .box .top-item .work .round {
            font-size: 1.1rem; }
    .case__inner .box .list {
      padding-top: 4rem; }
      .case__inner .box .list-item {
        gap: .5rem;
        margin-bottom: .5rem; }
        .case__inner .box .list-item:last-child {
          margin-bottom: 0; }
        .case__inner .box .list-item dt {
          width: 1.75em;
          font-size: 1.3rem; }
        .case__inner .box .list-item dd {
          border-radius: 20px; }
        .case__inner .box .list-item .before {
          font-size: 1.2rem;
          width: 40%;
          padding: 1em; }
        .case__inner .box .list-item .after {
          font-size: 1.3rem;
          padding: 2em 1.5em; }
        .case__inner .box .list-item .before-first::before {
          font-size: 1.3rem;
          top: -2rem; }
        .case__inner .box .list-item .after-first::before {
          font-size: 1.6rem;
          top: -2.5rem; } }

.voice {
  background: #ffffcc;
  border-radius: 40px 40px 0 0;
  filter: drop-shadow(0 -3px 6px rgba(0, 0, 0, 0.1));
  padding: 14vw 0 36vw; }
  .voice__inner .comment {
    text-align: center;
    margin-bottom: 1.25em; }
    .voice__inner .comment .round {
      background: #2d78db;
      color: white;
      font-weight: 600;
      font-size: 4.3vw;
      border-radius: 100rem;
      padding: .15em 1.5em;
      position: relative; }
      .voice__inner .comment .round::before {
        width: 1em;
        aspect-ratio: 1/cos(30deg);
        clip-path: polygon(50% 60%, 100% 0, 0 0);
        background: #2d78db;
        position: absolute;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        bottom: -.75em; }
  .voice__inner .video01 {
    margin-bottom: 4vw; }
  @media screen and (min-width: 768px) {
    .voice {
      border-radius: 80px 80px 0 0;
      padding: 7rem 0 10rem; }
      .voice__inner .top .eng {
        top: 1em; }
      .voice__inner .comment {
        margin-bottom: 2em; }
        .voice__inner .comment .round {
          padding: .15em 2em;
          font-size: 1.8rem; }
      .voice__inner .video01 {
        margin: 0 auto 1rem; } }

.entry {
  background: #f0f0f0;
  padding: 10vw 0 36vw; }
  .entry__inner .list-item {
    padding-top: 3vw; }
    .entry__inner .list-item:first-child {
      border-top: 1px solid #000000; }
  .entry__inner .list dt {
    letter-spacing: .02em;
    font-weight: 700;
    font-size: 3.8vw;
    line-height: 1.3;
    color: #2d78db; }
    .entry__inner .list dt .small {
      font-size: 2.9vw;
      font-weight: 500; }
  .entry__inner .list dd {
    font-size: 3.1vw;
    line-height: 1.6;
    margin-top: .75em;
    padding-bottom: .75em;
    border-bottom: 1px solid #000000;
    text-align: justify; }
  .entry__inner .list .accordion {
    margin: 0 auto 2vw; }
    .entry__inner .list .accordion summary {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      padding: .25em .75em;
      background: white;
      color: #000000;
      cursor: pointer; }
      .entry__inner .list .accordion summary::-webkit-details-marker {
        display: none; }
      .entry__inner .list .accordion summary::before, .entry__inner .list .accordion summary::after {
        width: 1px;
        height: .6em;
        background-color: #000000;
        content: '';
        position: absolute;
        right: 1em; }
      .entry__inner .list .accordion summary::before {
        transform: rotate(90deg); }
      .entry__inner .list .accordion summary::after {
        transition: rotate .3s; }
    .entry__inner .list .accordion div {
      padding: 1em; }
      .entry__inner .list .accordion div .text {
        text-align: justify;
        font-size: 3.1vw;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1.6; }
  .entry__inner .list .accordion[open] summary::after {
    transform: rotate(90deg); }
  .entry__inner .list .accordion div {
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s; }
  .entry__inner .list .accordion[open] div {
    transform: none;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .entry {
      padding: 4rem 0 10rem; }
      .entry__inner .list-item {
        padding-top: 1rem; }
      .entry__inner .list dt {
        font-size: 1.2rem; }
        .entry__inner .list dt .small {
          font-size: .9rem; }
      .entry__inner .list dd {
        font-size: 1rem; }
      .entry__inner .list .accordion {
        margin: 0 auto .5rem; }
        .entry__inner .list .accordion div {
          padding: 1em; }
          .entry__inner .list .accordion div .text {
            font-size: 1rem; } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: white;
  background-image: url("../images/footer.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .footer__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 12vw 0 8vw; }
  .footer .company .head {
    width: 70%;
    margin: 0 auto 3em; }
  .footer .company .line {
    width: 54%;
    margin: 0 auto 1em; }
  .footer .company .button a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
    background: #06c755;
    background: linear-gradient(90deg, #86e57b 0%, #06c755 100%);
    color: white;
    position: relative;
    text-align: center;
    border-radius: 100rem;
    letter-spacing: .05em;
    font-weight: 700;
    width: 68%;
    margin: 0 auto 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    font-size: 4vw;
    padding-right: .5em; }
    @media screen and (min-width: 768px) {
      .footer .company .button a:hover {
        opacity: .7; } }
    @media screen and (min-width: 768px) {
      .footer .company .button a {
        filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.2)); } }
    .footer .company .button a::before {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("../images/icon_btn.svg");
      aspect-ratio: 1/1;
      width: .8em;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 1em; }
  .footer .company .green {
    color: #06c755;
    font-weight: 700; }
  .footer .company .text {
    font-size: 2.9vw;
    text-align: center;
    line-height: 1.6; }
  .footer .company .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin: 3em auto 1em; }
    .footer .company .list a {
      border: 1px solid #000000;
      display: flex;
      text-align: center;
      border-radius: 100rem;
      height: 2em;
      align-items: center;
      justify-content: center;
      width: 11em;
      letter-spacing: .1em;
      font-weight: 500;
      font-size: 2.9vw; }
  .footer .copyright {
    padding: 1em 0 6.75em;
    font-weight: 500;
    font-size: 3.1vw;
    letter-spacing: .05em;
    background: #2d78db;
    color: white;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .footer {
      background-image: url("../images/footer-pc.webp"); }
      .footer__inner {
        padding: 3rem 0 1.5rem; }
      .footer .company .head {
        width: 22rem; }
      .footer .company .line {
        width: 17rem; }
      .footer .company .button a {
        font-size: 1.4rem;
        width: 20rem;
        height: 2.75em;
        margin: 0 auto .75em; }
      .footer .company .text {
        font-size: .9rem; }
      .footer .company .green {
        font-size: 1.1rem; }
      .footer .company .list {
        margin: 2em auto .5em; }
        .footer .company .list a {
          font-size: .9rem; }
      .footer .copyright {
        padding: 1em 0;
        font-size: 1rem; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000; }
  .floating a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background: #ff6e19;
    background: linear-gradient(90deg, #ff6e19 0%, #ff5050 100%);
    color: white;
    position: relative;
    text-align: center;
    border-radius: 100rem;
    letter-spacing: .05em;
    font-weight: 700;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5em;
    padding-right: .75em;
    border-radius: 0;
    font-size: 5.2vw; }
    @media screen and (min-width: 768px) {
      .floating a:hover {
        opacity: .7; } }
    .floating a::before {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("../images/icon_btn.svg");
      aspect-ratio: 1/1;
      width: .8em;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 1em; }
  @media screen and (min-width: 768px) {
    .floating {
      display: none; } }
