@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: 0.884955752vw;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  color: #000000;
  background: #ec2c2c;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

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

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

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

.text-bold {
  font-weight: 700;
}

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

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

.c-white {
  color: #fff;
}

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

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 113rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-view.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

.font-en {
  font-family: "Montserrat", sans-serif;
}

/** header area
====================================== **/
.arrow {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  /*&:before {
    	content: "";
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    inset: 0 auto auto 0;
	    background-color: $color_orange;
	    border-radius: 50%;
	    transition: transform .64s cubic-bezier(0, 0.55, 0.45, 1);
    }*/
}

.arrow img {
  width: 0.9rem;
  height: 0.7rem;
  position: relative;
}

.arrow._white:before {
  background-color: #f2f2f2;
}

.arrow._blank img {
  width: 1.3rem;
  height: 1.3rem;
}

.button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 26.5rem;
  height: 5.1rem;
  border-radius: 0.8rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #58ba28;
  background: #58ba28;
  color: #fff;
  padding: 0 3.4rem 0 3.4rem;
}

.button-more .arrow {
  display: inline-block;
  line-height: 0;
  width: 0.8rem;
  height: 1.4rem;
}

.button-more .arrow svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: #fff;
}

.button-more .arrow svg line {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button-more .txt {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.button-more._white {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .button-more {
    width: 24.8rem;
    height: 5.1rem;
    margin: 0 auto;
  }
  .button-more .ico {
    width: 1.4rem;
    height: 1.4rem;
  }
  .button-more .ico svg {
    width: 100%;
    height: auto;
  }
  .button-more .txt {
    font-size: 1.4rem;
  }
}

.button-more.no-bg {
  background: none;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
}

.button-more:hover {
  opacity: 1;
  background: #fff;
  color: #58ba28;
}

.button-more:hover .arrow svg path {
  stroke: #58ba28;
}

.button-more:hover.no-bg {
  border: none;
  background: none;
  color: currentColor;
}

/** home
======================================= **/
.p-wrapper {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
}

.p-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ec2c2c;
  width: 100%;
}

.p-banner {
  width: calc(100% - 65.5rem);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: fixed;
  left: 0;
}

.p-banner figure {
  width: calc(518 / 625 * 100%);
  max-width: 518px;
}

.g-nav {
  width: 28rem;
  height: 100vh;
  background: #fff;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: fixed;
  right: 0;
}

@media screen and (max-width: 768px) {
  .g-nav {
    display: none;
  }
}

.g-nav .inner {
  max-width: 28rem;
  padding: 0 2.6rem;
}

.g-nav_ttl {
  text-align: center;
  padding-top: 4.1rem;
}

.g-nav_ttl img {
  max-width: 17.3rem;
}

.g-nav_menu {
  margin: 4rem 0;
  border: 1px solid #ec2c2c;
  border-left: none;
  border-right: none;
  padding: 3rem 1.8rem;
}

.g-nav_menu__item + .g-nav_menu__item {
  margin-top: 1.6rem;
}

.g-nav_menu__item a {
  display: inline-block;
  color: #3f3f3f;
  opacity: 0.3;
  position: relative;
}

.g-nav_menu__item a::before {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.6rem;
  left: -1.8rem;
  top: 0.6rem;
  background: url(../img/arrow_right.svg) left top no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.g-nav_menu__item a:hover {
  opacity: 1;
  color: #ec2c2c;
}

.g-nav_menu__item a:hover::before {
  opacity: 1;
}

.g-nav_line {
  text-align: center;
}

.g-nav_line__tit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #3f3f3f;
  margin: 0 0 1.4rem;
}

.g-nav_line__tit::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 1.6rem;
  background: #06c152;
  left: -1.2rem;
  top: 0;
  -webkit-transform: rotate(336deg);
  transform: rotate(336deg);
}

.g-nav_line__tit::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 1.6rem;
  background: #06c152;
  right: -0.8rem;
  top: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.g-nav_line__btn {
  padding: 1.2rem 1.7rem;
  border-radius: 10rem;
  background: #06c152;
  font-size: 1.6rem;
  line-height: calc(21 / 16);
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
}

.g-nav_line__btn::before {
  content: "";
  position: absolute;
  width: 6.2rem;
  height: 6rem;
  background: url(../img/p_line.png) no-repeat;
  background-size: cover;
  right: -0.5rem;
  top: 3.4rem;
}

.g-nav_line__btn.press {
  -webkit-box-shadow: 0 0.8rem 0 #00742f;
  box-shadow: 0 0.8rem 0 #00742f;
}

.g-nav_line__btn.press:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-main {
  max-width: 37.5rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: calc(100% - 65.5rem);
}

.page-main .logo {
  background: #fff;
  text-align: center;
  padding: 1.4rem 0;
}

@media screen and (max-width: 768px) {
  .page-main {
    max-width: 100%;
    left: 0;
  }
}

.page-error {
  max-width: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-error .p-404 {
  padding: 8rem 0;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-error .p-404 {
    padding: 4rem 0;
  }
}

.page-error .p-404 h2 {
  font-size: 11rem;
  margin-bottom: 3rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page-error .p-404 h2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
}

.page-error .p-404 .txt1 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .page-error .p-404 .txt1 {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
}

.page-error .footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.main-visual {
  position: relative;
  background: #ec2c2c;
  padding: 3.2rem 2rem 0;
}

.main-visual .mv-desc {
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 2.4rem;
  text-align: center;
  color: #fff;
}

.main-visual .mv-ctn {
  position: relative;
  width: 100%;
}

.main-visual .mv-img {
  margin: 0 -2rem;
}

.main-visual .mv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

.main-visual .mv-ttl > span {
  display: inline-block;
  width: 6rem;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
}

.main-visual .mv-ttl > span.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-visual .mv-ttl > span span {
  display: inline-block;
  padding: 1rem 1.6rem;
  background: #fff;
  width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: calc(33.6 / 28);
  letter-spacing: 0.08em;
  text-align: center;
  color: #ec2c2c;
}

.main-visual .mv-feature {
  position: relative;
  z-index: 1;
  margin-top: -1rem;
}

.main-visual .mv-feature::after {
  position: absolute;
  content: "";
  width: 65.8rem;
  height: 36rem;
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -3rem;
  background: #fff;
  z-index: -1;
}

.main-visual .mv-feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0.9rem;
}

.main-visual .mv-feature ul li {
  background: #ec2c2c;
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 132%;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .float-btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: #06c152;
    padding: 1.6rem 2rem;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .float-btns .g-nav_line__tit {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 0.8rem;
  }
  .float-btns .g-nav_line__tit::before {
    background: #fff;
    top: auto;
    bottom: 0;
  }
  .float-btns .g-nav_line__tit::after {
    background: #fff;
    top: auto;
    bottom: 0;
  }
  .float-btns .g-nav_line__btn {
    background: #ffffff;
    color: #06c152;
    font-size: 2rem;
    line-height: calc(26 / 20);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .float-btns .g-nav_line__btn::before {
    display: none;
  }
  .float-btns .g-nav_line__btn.shine {
    opacity: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .float-btns .g-nav_line__btn.shine::before {
    background: #06c152;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    -webkit-animation: shine 2.5s linear infinite;
    animation: shine 2.5s linear infinite;
  }
}

.hidden {
  opacity: 0 !important;
  z-index: -1 !important;
}

@-webkit-keyframes shine {
  0%,
  20% {
    -webkit-transform: scale(2) rotate(45deg);
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  24% {
    -webkit-transform: scale(20) rotate(45deg);
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  28% {
    -webkit-transform: scale(30) rotate(45deg);
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  32% {
    -webkit-transform: scale(45) rotate(45deg);
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  40%,
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shine {
  0%,
  20% {
    -webkit-transform: scale(2) rotate(45deg);
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  24% {
    -webkit-transform: scale(20) rotate(45deg);
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  28% {
    -webkit-transform: scale(30) rotate(45deg);
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  32% {
    -webkit-transform: scale(45) rotate(45deg);
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  40%,
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.section-interview {
  background: #fff0f0;
  padding: 4rem 2rem;
  position: relative;
  z-index: 2;
  margin-top: 2.4rem;
}

.section-interview .interview-slider {
  margin: 0 0 3.6rem;
}

.section-interview .interview-slider .swiper-wrapper {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.section-interview .interview-slider_item {
  padding: 2.4rem 2rem;
  background: #fff;
  border: 2px solid #ec2c2c;
}

.section-interview .interview-slider_item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 2.4rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #d4d4d4;
}

.section-interview .interview-slider_item__thumb {
  width: 10.9rem;
  height: 10.9rem;
  border-radius: 50%;
  overflow: hidden;
}

.section-interview .interview-slider_item__info {
  line-height: 144%;
}

.section-interview .interview-slider_item__ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ec2c2c;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
}

.section-interview .interview-slider_item__compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ec2c2c;
  margin-bottom: 1.2rem;
}

.section-interview .interview-slider_item__compare .compare-tl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.section-interview .interview-slider_item__compare .compare-tl span {
  display: inline-block;
  text-decoration: underline;
}

.section-interview .interview-slider_item__compare .compare-pr .num {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.section-interview .interview-slider_item__compare .compare-pr .rte {
  display: inline-block;
}

.section-interview .interview-slider_item__compare--col {
  width: calc(50% - 1.1rem);
  height: 9.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-interview .interview-slider_item__compare--col.before {
  position: relative;
  background: #d9d9d9;
}

.section-interview .interview-slider_item__compare--col.before::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: -2.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-right.png) no-repeat;
  background-size: cover;
  width: 2.2rem;
  height: 9.3rem;
}

.section-interview .interview-slider_item__compare--col.before .compare-tl {
  margin-bottom: 1.6rem;
}

.section-interview .interview-slider_item__compare--col.before .compare-pr .num {
  font-size: 2.4rem;
}

.section-interview .interview-slider_item__compare--col.before .compare-pr .rte {
  font-size: 2rem;
}

.section-interview .interview-slider_item__compare--col.after {
  color: #fff;
}

.section-interview .interview-slider_item__compare--col.after .compare-tl {
  margin-bottom: 0.4rem;
}

.section-interview .interview-slider_item__compare--col.after .compare-pr .num {
  font-size: 4.8rem;
}

.section-interview .interview-slider_item__compare--col.after .compare-pr .rte {
  font-size: 1.8rem;
  width: 2rem;
  line-height: 1;
}

.section-interview .interview-slider_item__copy {
  font-size: 1.4rem;
  line-height: 172%;
  letter-spacing: 0.08em;
}

.section-interview .wrap-arr {
  width: 16.8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.section-interview .wrap-arr .swiper-button-next,
.section-interview .wrap-arr .swiper-button-next02 {
  position: static;
  width: 4rem;
  height: 4rem;
  z-index: 6;
  cursor: pointer;
  margin-top: 0;
}

.section-interview .wrap-arr .swiper-button-next::after,
.section-interview .wrap-arr .swiper-button-next02::after {
  display: none;
}

.section-interview .wrap-arr .swiper-button-prev,
.section-interview .wrap-arr .swiper-button-prev02 {
  position: static;
  width: 4rem;
  height: 4rem;
  z-index: 6;
  cursor: pointer;
  margin-top: 0;
}

.section-interview .wrap-arr .swiper-button-prev::after,
.section-interview .wrap-arr .swiper-button-prev02::after {
  display: none;
}

.section-interview .wrap-arr .swiper-button-prev02,
.section-interview .wrap-arr .swiper-button-next02 {
  top: -2rem;
}

.section-interview .wrap-arr .swiper-horizontal > .swiper-pagination-bullets,
.section-interview .wrap-arr .swiper-pagination-bullets.swiper-pagination-horizontal,
.section-interview .wrap-arr .swiper-pagination-custom,
.section-interview .wrap-arr .swiper-pagination-fraction {
  width: auto;
  z-index: -1;
  position: relative;
  text-align: center;
  top: 0;
  bottom: auto;
}

.section-interview .wrap-arr .swiper-pagination-bullet {
  background: #ffc7c7;
  opacity: 1;
}

.section-interview .wrap-arr .swiper-pagination-bullet-active {
  background: #ec2c2c;
  opacity: 1;
}

/** section-apply **/
.section-apply {
  padding: 4rem 2rem;
  background: #fff;
}

.section-apply_title {
  text-align: center;
  margin-bottom: 4.5rem;
}

.section-apply_title span {
  display: inline-block;
  background: #ec2c2c;
  color: #fff;
  border-radius: 0.2rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 1.2rem 1.6rem;
}

.section-apply .apply-wpr_item {
  position: relative;
  border: 0.2rem solid #ec2c2c;
  border-radius: 0.2rem;
}

.section-apply .apply-wpr_item_lbl {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #ec2c2c;
  background: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 2.1rem;
  border: 0.2rem solid #ec2c2c;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1.7rem;
}

.section-apply .apply-wpr_item_img {
  padding: 3.2rem 2rem 0;
  text-align: center;
  border-bottom: 0.2rem solid #ec2c2c;
  background: #fff0f0;
}

.section-apply .apply-wpr_item_link {
  padding: 3.2rem 2rem 2rem;
  text-align: center;
  border-bottom: 0.2rem solid #ec2c2c;
  background: #fff0f0;
}

.section-apply .apply-wpr_item_link__line {
  background: #06c152;
  padding: 1.3rem 1.3rem 1.5rem;
}

.section-apply .apply-wpr_item_link__line .g-nav_line__tit {
  margin: 0 0 0.7rem;
  color: #fff;
}

.section-apply .apply-wpr_item_link__line .g-nav_line__tit::before {
  background: #fff;
}

.section-apply .apply-wpr_item_link__line .g-nav_line__tit::after {
  background: #fff;
}

.section-apply .apply-wpr_item_link__line .g-nav_line__btn {
  background: #fff;
  color: #06c152;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-apply .apply-wpr_item_ctn {
  padding: 0.9rem 3rem 1.5rem;
  min-height: 7.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-apply .apply-wpr_item_ctn span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ec2c2c;
  letter-spacing: 0.08em;
  line-height: 156%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(229, 228, 219, 0)),
    color-stop(50%, rgba(255, 240, 240, 0)),
    color-stop(50%, #fff0f0),
    to(#fff0f0)
  );
  background: linear-gradient(to bottom, rgba(229, 228, 219, 0) 0%, rgba(255, 240, 240, 0) 50%, #fff0f0 50%, #fff0f0 100%);
}

.section-apply .apply-wpr_item_ctn span > span {
  display: inline-block;
}

.section-apply .apply-wpr_item + .apply-wpr_item {
  margin-top: 9.4rem;
  position: relative;
}

.section-apply .apply-wpr_item + .apply-wpr_item::before {
  position: absolute;
  content: "";
  width: 2.7rem;
  height: 4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -7.8rem;
  background: url(../img/apply_step_arrow.svg) left top no-repeat;
  background-size: cover;
}

.section-apply .apply-wpr_item.step2 .apply-wpr_item_img img {
  max-width: 15.8rem;
  margin-left: 0.6rem;
}

.section-apply .apply-wpr_item.step3 .apply-wpr_item_img {
  padding-bottom: 2rem;
}

.section-apply .apply-wpr_item.step3 .apply-wpr_item_img img {
  max-width: 23.9rem;
}

/** section-cta **/
.section-cta {
  padding: 4rem 2rem;
  background: #ec2c2c;
  position: relative;
  z-index: 10;
}

.section-cta .cta-ttl {
  margin-bottom: 3.6rem;
  text-align: center;
  position: relative;
  padding: 1.4rem 0 1.8rem;
}

.section-cta .cta-ttl .bg-overlay {
  background: #ffffff;
  opacity: 0.16;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.section-cta .cta-ttl::before {
  content: "";
  position: absolute;
  background: url(../img/ico-cta.png) no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 2.9rem;
  top: 0;
  left: 0;
}

.section-cta .cta-ttl::after {
  content: "";
  position: absolute;
  background: url(../img/ico-cta.png) no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 2.9rem;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-cta .cta-ttl span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(38 / 24);
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, rgba(255, 255, 255, 0)),
    color-stop(64%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.24)),
    color-stop(50%, rgba(255, 255, 255, 0.24)),
    to(rgba(255, 255, 255, 0.24))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 33%,
    rgba(255, 255, 255, 0) 64%,
    rgba(255, 255, 255, 0.24) 50%,
    rgba(255, 255, 255, 0.24) 50%,
    rgba(255, 255, 255, 0.24) 100%
  );
}

@media screen and (max-width: 768px) {
  .section-cta .cta-ttl img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.section-cta .cta-txt {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-cta .cta-txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(21.12 / 16);
  letter-spacing: 0.08em;
  text-align: center;
  color: #ec2c2c;
  background: #ffffff;
  border-radius: 100%;
  width: 10.6rem;
  height: 10.6rem;
  position: relative;
}

.section-cta .cta-txt li:last-child {
  font-size: 1.4rem;
  line-height: calc(18.48 / 14);
}

.section-cta .cta-txt li::before {
  content: "";
  position: absolute;
  width: 5.3rem;
  height: 4.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1.6rem;
  background: url("/assets/img/ico-cta02.png") no-repeat;
  background-size: cover;
}

.section-cta .cta-btn {
  display: block;
  padding: 2rem 1.2rem 2.4rem;
  background: #fff;
  border: 0.2rem solid #06c152;
  border-radius: 0.2rem;
}

.section-cta .cta-btn .tl {
  display: block;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(28.08 / 18);
  letter-spacing: 0.08em;
  text-align: center;
  color: #06c152;
  border-bottom: 2px solid #06c152;
  padding: 0 0 1.2rem;
}

.section-cta .cta-btn .tl p {
  display: inline;
}

.section-cta .cta-btn .tl p span {
  position: relative;
}

.section-cta .cta-btn .tl p span::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #06c152;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .section-cta .cta-btn .tl img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.section-cta .cta-btn .bt-speech-bubble {
  position: relative;
  background: #d5ffe6;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(38 / 24);
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: center;
  color: #06c152;
  padding: 0.9rem 1.6rem;
  z-index: 9;
  max-width: 23.8rem;
  margin: 0 auto;
}

.section-cta .cta-btn .bt-speech-bubble span {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.section-cta .cta-btn .bt-speech-bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #d5ffe6;
  border-bottom: 0;
  margin-left: -12px;
  margin-bottom: -12px;
}

.section-cta .cta-btn .bt > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.7rem 0 0;
}

.section-cta .cta-btn .bt > a img {
  margin: 0 auto;
  -webkit-animation: fuwafuwa 1s ease 0s infinite alternate;
  animation: fuwafuwa 1s ease 0s infinite alternate;
  -webkit-transform-origin: center;
  transform-origin: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .section-cta .cta-btn .bt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@-webkit-keyframes fuwafuwa {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes fuwafuwa {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/** section-service **/
.section-service {
  background: #fff0f0;
  padding: 4rem 2rem;
}

.section-service .service-head {
  text-align: center;
  margin: 0 0 1.6rem;
}

.section-service .service-head_txt {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 156%;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  color: #ec2c2c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, rgba(255, 255, 255, 0.16)),
    color-stop(49%, rgba(255, 255, 255, 0.16)),
    color-stop(50%, rgba(236, 44, 44, 0.16)),
    color-stop(50%, rgba(236, 44, 44, 0.16)),
    to(rgba(236, 44, 44, 0.16))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.16) 33%,
    rgba(255, 255, 255, 0.16) 49%,
    rgba(236, 44, 44, 0.16) 50%,
    rgba(236, 44, 44, 0.16) 50%,
    rgba(236, 44, 44, 0.16) 100%
  );
}

.section-service .service-head_ttl {
  margin: 1.2rem 0 0.8rem;
}

.section-service .service-head_ttl span {
  display: inline-block;
  background: #ec2c2c;
  color: #fff;
  border-radius: 0.2rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 1.2rem 1.6rem;
}

.section-service .service-img {
  text-align: center;
}

.section-service .service-img img {
  max-width: 17.4rem;
}

.section-service .service-list li {
  background: #ec2c2c;
  position: relative;
  text-align: center;
  padding: 1.2rem 2.5rem 5.2rem;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 50% 88%, 0 100%, 0% 0%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 50% 88%, 0 100%, 0% 0%);
  text-align: center;
}

.section-service .service-list li + li {
  margin-top: 2.4rem;
}

.section-service .service-list li.svr .svr1-icon {
  width: 7.2rem;
  height: 5.1rem;
  margin: 0 auto 0.9rem;
}

.section-service .service-list li.svr .svr1-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-service .service-list li.svr1 .svr1-txt01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(25 / 16);
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  margin: 0 0 0.4rem;
}

.section-service .service-list li.svr1 .svr1-box {
  padding: 0.4rem 0.8rem 0.4rem 1.2rem;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0.2rem;
}

.section-service .service-list li.svr1 .svr1-box_num {
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
  color: #ec2c2c;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  width: 10.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.section-service .service-list li.svr1 .svr1-box_txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(23.76 / 18);
  letter-spacing: 0.08em;
  text-align: left;
  color: #ec2c2c;
  width: calc(100% - 10.9rem);
  margin: 0;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.section-service .service-list li.svr2 .svr2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.8rem;
}

.section-service .service-list li.svr2 .svr2-box:last-child {
  margin: 0;
}

.section-service .service-list li.svr2 .svr2-txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 1rem 0.8rem;
  background: #ffffff;
  color: #ec2c2c;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  display: inline;
  border-radius: 0.2rem;
}

.section-service .service-list li.svr2 span {
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
}

.section-service .service-list li.svr2 .svr2-txt02 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
  margin: 0.8rem 0 0;
}

.section-service .service-list li.svr3 .svr1-txt01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(25 / 16);
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  margin: 0 0 0.4rem;
}

.section-service .service-list li.svr3 .svr3-box {
  background: #ffffff;
  padding: 1rem 1.2rem;
  margin: 0 0 1.2rem;
  border-radius: 0.2rem;
}

.section-service .service-list li.svr3 .svr3-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(26.4 / 20);
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

.section-service .service-content {
  position: relative;
  z-index: 1;
}

.section-service .service-content::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 6rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 114.5rem;
  height: 114.5rem;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}

/** section-concerns **/
.section-concerns {
  background: #d2d2d2;
  padding: 4rem 2rem 0;
  position: relative;
  z-index: 5;
}

.section-concerns .concerns-ttl {
  position: relative;
  margin-bottom: 4.5rem;
}

.section-concerns .concerns-ttl_head {
  max-width: 18.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 3.9rem;
  position: relative;
}

.section-concerns .concerns-ttl_head::before {
  content: "";
  position: absolute;
  background: url("/assets/img/ico-head.png") no-repeat;
  background-size: cover;
  width: 4.2rem;
  height: 3.4rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.section-concerns .concerns-ttl_tit {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(37.44 / 24);
  letter-spacing: 0.08em;
  text-align: center;
  color: #3f3f3f;
  position: relative;
  display: inline-block;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin: 0 0 0.9rem;
}

.section-concerns .concerns-ttl_tit:last-child {
  margin: 0;
}

.section-concerns .concerns-ttl_tit::before {
  content: "";
  position: absolute;
  background: url("/assets/img/ico-con02.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 0.8rem;
  bottom: -0.5rem;
  left: 0;
  z-index: 2;
}

.section-concerns .concerns-ttl::before {
  content: "";
  position: absolute;
  background: url("/assets/img/img-concerns01.png") no-repeat;
  background-size: cover;
  width: 14.8rem;
  height: 20.3rem;
  top: -1rem;
  right: 0;
  z-index: 2;
}

.section-concerns .concerns-list {
  background: #fff;
  padding: 2.8rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 2rem;
  position: relative;
}

.section-concerns .concerns-list_item {
  width: calc(100% / 2 - 0.8rem);
}

.section-concerns .concerns-list_item_img {
  width: 11.2rem;
  margin: 0 auto;
}

.section-concerns .concerns-list_item_txt {
  display: block;
  border: 2px solid #3f3f3f;
  background: #e6e6e6;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: calc(21 / 14);
  letter-spacing: 0.08em;
  color: #3f3f3f;
  padding: 1rem 0;
  margin-top: -1.2rem;
  position: relative;
  z-index: 2;
}

.section-concerns .concerns-list::before {
  content: "";
  position: absolute;
  background: url(../img/arrow_bot.png) no-repeat;
  background-size: cover;
  bottom: -5.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33.5rem;
  height: 5.3rem;
}

.section-concerns .concerns-desc {
  position: relative;
  padding: 6.8rem 0 2rem;
}

.section-concerns .concerns-desc::after {
  content: "";
  position: absolute;
  background: #3f3f3f;
  width: 114.5rem;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.section-concerns .concerns-desc_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(27 / 18);
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  margin: 0 0 2rem 0;
}

.section-concerns .concerns-desc_txt p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(55 / 24);
  letter-spacing: 0.1em;
  text-align: center;
  color: #f8ff97;
  display: block;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.section-concerns .concerns-desc_txt p span {
  position: relative;
  display: inline-block;
}

.section-concerns .concerns-desc_txt p span::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f8ff97;
  border-radius: 100%;
}

.section-concerns .concerns-mask {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
}

/** section-question **/
.section-question {
  background: #d2d2d2;
  padding: 3rem 2rem;
}

.section-question .question-ttl {
  margin: 0 auto;
  text-align: center;
}

.section-question .question-ttl_bubble {
  background: #3f3f3f;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 4rem;
  padding: 0.8rem 1.6rem;
  display: inline-block;
  margin: 0 auto 0.5rem;
  position: relative;
}

.section-question .question-ttl_bubble::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/assets/img/ico_bubble.png) no-repeat;
  width: 4.3rem;
  height: 1.3rem;
  background-size: cover;
}

.section-question .question-ttl_head {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(37.44 / 24);
  letter-spacing: 0.08em;
  text-align: center;
  color: #3f3f3f;
  position: relative;
  display: block;
}

.section-question .question-ttl_head::before {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/assets/img/mask_head.png) no-repeat;
  width: 14.8rem;
  height: 1.1rem;
  background-size: cover;
}

.section-question .question-img {
  margin-top: -0.8rem;
}

/** section-job **/
.section-job {
  padding: 4.4rem 2rem;
  background: #ec2c2c;
}

.section-job .job-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

.section-job .job-txt_person {
  margin: 1.2rem 0;
  background: #ffffff;
  padding: 1.2rem 3.5rem;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: center;
  color: #ec2c2c;
}

.section-job .job-txt_person span {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin-right: -0.7rem;
}

/** section-future **/
.section-future {
  background: #d2d2d2;
  padding: 4.4rem 2rem;
}

.section-future .future-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(27 / 16);
  color: #3f3f3f;
  margin: 0 0 2.4rem 0;
}

.section-future .future-txt span {
  text-decoration: underline;
}

.section-future .future-box {
  border: 2px solid #3f3f3f;
  background: #fff;
  position: relative;
  margin: 0 0 2.4rem;
}

.section-future .future-box_ttl {
  position: absolute;
  content: "";
  top: -1.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28rem;
  padding: 1.2rem 0;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  height: auto;
  border: 2px solid #3f3f3f;
  background: #fff;
  border-radius: 2.1rem;
  text-align: center;
}

.section-future .future-box_img {
  width: 18.4rem;
  margin: 4rem 8.7rem 1.7rem 6.4rem;
}

.section-future .future-box_bot {
  background: #3f3f3f;
  position: relative;
  padding: 2rem 7rem;
  text-align: center;
}

.section-future .future-box_bot__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.section-future .future-box_bot__tit {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: relative;
  margin: 1.2rem 0 2.5rem;
  text-align: center;
}

.section-future .future-box_bot__tit::before {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/assets/img/mask_head__white.png) no-repeat;
  width: 14.8rem;
  height: 1.1rem;
  background-size: cover;
}

.section-future .future-box_bot::before {
  content: "";
  position: absolute;
  background: url(/assets/img/ico-bot.png) no-repeat;
  width: 3.1rem;
  height: 4.2rem;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
}

.section-future .future-box_bot::after {
  content: "";
  position: absolute;
  background: url(/assets/img/ico-bot.png) no-repeat;
  width: 3.1rem;
  height: 4.2rem;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
}

.section-future .future-moreover {
  text-align: center;
}

.section-future .future-moreover_ttl {
  background: #3f3f3f;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 4rem;
  padding: 0.8rem 1.6rem;
  display: inline-block;
  margin: 0 auto 1.5rem;
  position: relative;
}

.section-future .future-moreover_ttl::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/assets/img/ico_bubble.png) no-repeat;
  width: 4.3rem;
  height: 1.3rem;
  background-size: cover;
}

.section-future .future-moreover_text {
  font-size: 1.6rem;
  line-height: calc(27 / 16);
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #3f3f3f;
  text-align: left;
}

.section-future .future-moreover_text span {
  text-decoration: underline;
}

.section-future .future-moreover_img {
  width: 14.2rem;
  margin: 1.6rem auto 0;
}

.section-matter {
  background: #3f3f3f;
  padding: 2.8rem 2rem;
}

.section-matter .matter-ttl {
  margin: 0 0 3rem 0;
  text-align: center;
}

.section-matter .matter-ttl_txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(37.44 / 24);
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  margin: 0 0 1.3rem;
  display: inline-block;
  position: relative;
}

.section-matter .matter-ttl_txt:last-child {
  margin: 0;
}

.section-matter .matter-ttl_txt::before {
  content: "";
  position: absolute;
  background: url("/assets/img/ico-master02.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 1.3rem;
  bottom: -0.8rem;
  left: 0;
  z-index: 2;
}

.section-matter .matter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}

.section-matter .matter-list_item_img {
  width: 10.8rem;
  margin: 0 auto;
}

.section-matter .matter-list_item_txt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: calc(27 / 18);
  color: #3f3f3f;
  background: #fff;
  padding: 1.2rem 3rem;
  border-radius: 3.9rem;
  margin: -1rem 0 0;
  position: relative;
}

.section-industry {
  background: #fff0f0;
  padding: 4rem 2rem;
}

.section-industry .industry-ttl {
  margin: 0 0 1.2rem;
  background: #ec2c2c;
  padding: 2.8rem 2rem;
  text-align: center;
}

.section-industry .industry-ttl_tit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(24 / 16);
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

.section-industry .industry-ttl_tit:last-child {
  margin-top: 0.8rem;
}

.section-industry .industry-ttl_head {
  margin: 0 !important;
}

.section-industry .industry-ttl span {
  margin: 1.2rem 0;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, rgba(255, 255, 255, 0)),
    color-stop(76%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.24)),
    color-stop(50%, rgba(255, 255, 255, 0.24)),
    to(rgba(255, 255, 255, 0.24))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 33%,
    rgba(255, 255, 255, 0) 76%,
    rgba(255, 255, 255, 0.24) 50%,
    rgba(255, 255, 255, 0.24) 50%,
    rgba(255, 255, 255, 0.24) 100%
  );
}

.section-industry .industry-con_img {
  width: 15.2rem;
  margin: 0 auto;
}

.section-industry .industry-con_box {
  background: #fff;
  padding: 8.1rem 1.2rem 3.6rem;
  margin: -5rem 0 0;
}

.section-industry .industry-con_box_txt {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #ec2c2c;
  text-align: center;
  margin: 0 0 0.4rem;
}

.section-industry .industry-con_box span {
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #3f3f3f;
  line-height: calc(25 / 20);
  text-align: center;
  font-weight: 700;
  display: block;
}

.section-industry .industry-con_list {
  margin: 0 0 2.8rem;
}

.section-point {
  padding: 4rem 2rem;
}

.section-point .point-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ec2c2c;
  margin: 0 0 3.2rem;
}

.section-point .point-ttl span {
  display: inline-block;
  background: #fff;
  padding: 1.2rem 1.6rem;
  margin: 0 0 1.2rem;
}

.section-point .point-ttl span:last-child {
  margin: 0;
}

.section-point .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
}

.section-point .point-list_num {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin: 0 0 0.8rem;
  font-family: "Montserrat", sans-serif;
}

.section-point .point-list_img {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
}

.section-point .point-list_box {
  background: #fff;
  padding: 2.4rem 2rem;
  margin: -5rem 0 0;
  position: relative;
}

.section-point .point-list_box_tit {
  text-align: center;
  margin: 0 0 1.2rem;
}

.section-point .point-list_box_tit span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(31 / 20);
  letter-spacing: 0.08em;
  color: #ec2c2c;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, rgba(255, 255, 255, 0.16)),
    color-stop(55%, rgba(255, 255, 255, 0.16)),
    color-stop(50%, #ffe5e5),
    color-stop(50%, #ffe5e5),
    to(#ffe5e5)
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.16) 33%, rgba(255, 255, 255, 0.16) 55%, #ffe5e5 50%, #ffe5e5 50%, #ffe5e5 100%);
}

.section-point .point-list_box > span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: calc(24 / 14);
  letter-spacing: 0.08em;
  color: #3f3f3f;
  display: block;
}

.section-profile {
  background: #fff;
  padding: 10.6rem 2rem 4rem;
}

.section-profile .point-profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9rem;
}

.section-profile .point-profile li {
  background: #fff0f0;
  padding: 8.8rem 2rem 2.4rem;
  position: relative;
}

.section-profile .point-profile_ava {
  width: 13.2rem;
  height: 13.2rem;
  position: absolute;
  top: -7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-profile .point-profile_ava img {
  border-radius: 100%;
}

.section-profile .point-profile_name {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #ec2c2c;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ec2c2c;
  margin: 0 0 1.6rem;
}

.section-profile .point-profile_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: calc(24 / 14);
  letter-spacing: 0.08em;
  color: #3f3f3f;
  display: block;
  text-align: justify;
}

.section-friend {
  background: #fff0f0;
  padding: 4rem 2rem;
}

.section-friend .friend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7rem;
}

.section-friend .friend-list_item {
  position: relative;
}

.section-friend .friend-list_item::before {
  position: absolute;
  content: "";
  width: 2.7rem;
  height: 4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6rem;
  background: url(../img/apply_step_arrow.svg) left top no-repeat;
  background-size: cover;
}

.section-friend .friend-list_item_num {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #ec2c2c;
  margin: 0 0 0.8rem;
  font-family: "Montserrat", sans-serif;
}

.section-friend .friend-list_item_box {
  background: #fff;
  border-top: 2px solid #ec2c2c;
}

.section-friend .friend-list_item_box figure {
  width: 6.2rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.section-friend .friend-list_item_box span {
  display: block;
  background: #ec2c2c;
  font-size: 1.8rem;
  line-height: calc(28 / 18);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
  padding: 1.85rem 0;
  text-align: center;
}

.section-friend .friend-list_item:last-child {
  background: #ec2c2c;
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 2rem 2rem 2.8rem;
}

.section-friend .friend-list_item:last-child::before {
  display: none;
}

.section-friend .friend-list_item:last-child .friend-list_item_num {
  color: #fff;
}

.section-friend .friend-list_item:last-child .friend-list_item_txt {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(30 / 20);
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  color: #ec2c2c;
  padding: 0.8rem 1.2rem;
  background: #fff;
  margin: 0 4.05rem 0.9rem;
}

.section-friend .friend-list_item:last-child .friend-list_item_desc {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(27 / 20);
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  margin: 0 0 6.5rem;
}

.section-friend .friend-list_item:last-child .friend-list_item_content {
  position: relative;
  z-index: 5;
}

.section-friend .friend-list_item:last-child .friend-list_item_content::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -5.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 114.5rem;
  height: 114.5rem;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.section-friend .friend-list_item:last-child .friend-list_item_content .content_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(28 / 16);
  letter-spacing: 0.08em;
  color: #ec2c2c;
  margin: 0 0 0.8rem;
}

.section-friend .friend-list_item:last-child .friend-list_item_content .mark {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: calc(20 / 12);
  letter-spacing: 0.08em;
  padding: 0 0 0 1.3rem;
  margin: 0 0 3rem;
  display: block;
}

.section-friend .friend-list_item:last-child .friend-list_item_content .mark::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
}

.section-friend .friend-list_item:last-child .friend-list_item_content .content-card p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(27 / 16);
  letter-spacing: 0.08em;
  color: #3f3f3f;
}

.section-about {
  background: #ffffff;
  padding: 4rem 2rem 2.8rem;
}

.section-about .about-ttl {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1.2rem 1.6rem;
  background: #ec2c2c;
  margin: 0 4.6rem 2.8rem;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.section-about .about-txt {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #3f3f3f;
  margin: 0 0 2.4rem;
}

.section-about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #d6a950;
}

.section-about .about-list_item {
  border-top: 1px solid #d6a950;
  padding: 2.4rem 0;
}

.section-about .about-list::before {
  content: "";
  position: absolute;
  background: url(../img/arrow_bottom.png) no-repeat;
  background-size: cover;
  width: 42.6rem;
  height: 6rem;
  bottom: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-services {
  background: #fff0f0;
  padding: 7.7rem 2rem 0;
}

.section-services .ser-txt {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3f3f3f;
  margin: 0 0 2.4rem;
}

.section-services .ser-img {
  width: 28.1rem;
  margin: 0 auto;
}

.section-services .ser-tit {
  text-align: center;
  padding: 2.8rem 1.4rem;
  background: #ec2c2c;
  margin: -0.5rem 0 3.5rem;
  position: relative;
}

.section-services .ser-tit::before {
  content: "";
  position: absolute;
  background: url(../img/arrow-ser.png) no-repeat;
  width: 33.8rem;
  height: 2.8rem;
  bottom: -2.8rem;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-services .ser-tit span {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: calc(40 / 28);
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(33%, rgba(255, 255, 255, 0.16)),
    color-stop(49%, rgba(255, 255, 255, 0.16)),
    color-stop(50%, rgba(236, 44, 44, 0.16)),
    color-stop(50%, rgba(236, 44, 44, 0.16)),
    to(rgba(236, 44, 44, 0.16))
  );
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.16) 33%,
    rgba(255, 255, 255, 0.16) 49%,
    rgba(236, 44, 44, 0.16) 50%,
    rgba(236, 44, 44, 0.16) 50%,
    rgba(236, 44, 44, 0.16) 100%
  );
}

.section-services .ser-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  margin: 0 0 2.8rem;
}

.section-services .ser-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-services .ser-list_item:nth-child(2) .ser-list_item_top_img figure {
  width: 3.5rem;
}

.section-services .ser-list_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section-services .ser-list_item_top p {
  width: 21.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(22 / 18);
  letter-spacing: 0.08em;
  color: #fff;
  background: #3f3f3f;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-services .ser-list_item_top_img {
  width: calc(100% - 21.6rem);
  background: #d9d9d9;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #3f3f3f;
}

.section-services .ser-list_item_top_img figure {
  width: 4.3rem;
  margin: 0 auto;
  padding: 2rem 0;
}

.section-services .ser-list_item_bot {
  border: 1px solid #3f3f3f;
  border-top: 0;
  padding: 2rem 3.2rem;
  background: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: calc(24 / 14);
  letter-spacing: 0.08em;
  color: #3f3f3f;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.section-services .ser-list_item:last-child .ser-list_item_top p {
  background: #ec2c2c;
}

.section-services .ser-list_item:last-child .ser-list_item_top_img {
  background: #ffd9d9;
  border-color: #ec2c2c;
}

.section-services .ser-list_item:last-child .ser-list_item_top_img figure {
  width: 5.2rem;
  padding: 1.2rem 0;
}

.section-services .ser-list_item:last-child .ser-list_item_bot {
  border: 1px solid #ec2c2c;
  border-top: 0;
}

.section-services .ser-star {
  padding: 2.4rem 2rem;
  background: #ec2c2c;
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
  text-align: center;
}

.section-services .ser-star_txt {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1.2rem;
}

.section-services .ser-star_txt:last-child {
  margin: 0;
}

.section-services .ser-star_head {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #ec2c2c;
  display: block;
  padding: 1.2rem;
  background: #ffffff;
  width: 22.9rem;
  margin: 0 auto 1.2rem;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.section-line {
  padding: 5.6rem 2rem 0;
  background: url(../img/bg-line.png) no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.section-line::before {
  content: "";
  position: absolute;
  background: #ec2c2c;
  opacity: 0.88;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-line .line-txt {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0 0 8.8rem;
}

.section-line .line-ttl {
  text-align: center;
  position: relative;
}

.section-line .line-ttl span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(35 / 24);
  letter-spacing: 0.08em;
  color: #ec2c2c;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, rgba(255, 255, 255, 0.16)),
    color-stop(49%, rgba(255, 255, 255, 0.16)),
    color-stop(50%, rgba(236, 44, 44, 0.16)),
    color-stop(50%, rgba(236, 44, 44, 0.16)),
    to(rgba(236, 44, 44, 0.16))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.16) 33%,
    rgba(255, 255, 255, 0.16) 49%,
    rgba(236, 44, 44, 0.16) 50%,
    rgba(236, 44, 44, 0.16) 50%,
    rgba(236, 44, 44, 0.16) 100%
  );
}

.section-line .line-ttl::before {
  position: absolute;
  content: "";
  width: 114.5rem;
  height: 114.5rem;
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -6rem;
  background: #fff;
  z-index: -1;
}

.section-line .line-ttl_img {
  margin: 1.6rem 0 0;
}

.footer {
  background: #3f3f3f;
  position: relative;
  z-index: 2;
}

.footer p {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #ffffff;
  padding: 2.4rem 0;
  text-align: center;
}

.mg-t0 {
  margin-top: 0 !important;
  background: #ffffff;
}

.txt-red {
  color: #ec2c2c;
}

@media screen and (min-width: 1280px) {
  .g-nav {
    left: calc((100% - 1280px) / 2 + 1000px);
  }
}

.footer-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 1rem;
}

.footer-list-itemLink {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
