@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;700;900&display=swap");

@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}

/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
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;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100vh;
}

@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #333;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-or {
  color: #de645d;
}

.is-serif {
  font-family: "Noto Serif JP", serif !important;
}

.sponly {
  display: block;
}

@media (min-width: 561px) {
  .sponly {
    display: none;
  }
}

.pconly {
  display: none;
}

@media (min-width: 561px) {
  .pconly {
    display: block;
  }
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px;
  margin: 0 auto;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 0.6s ease;
  animation: FadeIn 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  transition: opacity 0.5s;
}

.btn:hover {
  opacity: 0.9;
}

.service__hd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.service__hd h1 {
  padding: 1rem 2rem;
}

@media (min-width: 769px) {
  .service__hd h1 {
    padding: 2rem 4rem;
  }
}

/* .service__hd .btn {
  width: 200px;
} */

@media (min-width: 561px) {
  .service__hd .btn {
    width: auto;
  }
}

.service .fixed_cv {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
  width: 200px;
}

@media (min-width: 561px) {
  .service .fixed_cv {
    width: auto;
  }
}

.service .fixed_cv.visible {
  transform: translateX(0);
  opacity: 1;
}

.service .fv {
  background-color: #fbf7ec;
  height: 500px;
  background-position: 60%;
  background-size: cover;
  background-image: url(../../assets/images/service/fv_bg.png);
}

@media (min-width: 561px) {
  .service .fv {
    height: 700px;
  }
}

@media (min-width: 769px) {
  .service .fv {
    background-position: center;
  }
}

@media (min-width: 1441px) {
  .service .fv {
    background-image: url(../../assets/images/service/fv_1920.png);
  }
}

.service .fv .inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.service .fv .inner img {
  width: 90% !important;
  margin: unset !important;
}

@media (min-width: 561px) {
  .service .fv .inner img {
    width: 80%;
  }
}

@media (min-width: 769px) {
  .service .fv .inner img {
    width: auto !important;
  }
}

.service .cv {
  padding: 4rem 0 3rem;
}

@media (min-width: 769px) {
  .service .cv {
    padding: 6rem 0 4rem;
  }
}

.service .cv .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service section {
  padding: 4rem 0;
}

@media (min-width: 769px) {
  .service section {
    padding: 8rem 0;
  }
}

.service .sec1 {
  background-color: #ecf3f7;
  background-size: cover;
  background-image: url(../../assets/images/service/sec1_bg.png);
}

.service .sec1 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.service .sec1 h2 img {
  width: 200px;
  margin: unset !important;
}

@media (min-width: 561px) {
  .service .sec1 h2 img {
    width: auto;
  }
}

.service .sec1 h2 span {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 0.8em;
  padding-left: 0.5rem;
}

@media (min-width: 561px) {
  .service .sec1 h2 span {
    font-size: 3rem;
    padding-top: 0.7em;
  }
}

@media (min-width: 769px) {
  .service .sec1 h2 span {
    padding-top: 0.5em;
    font-size: 4rem;
  }
}

.service .sec1__content>div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 561px) {
  .service .sec1__content>div:first-child {
    gap: 2.4rem;
    margin-bottom: 5rem;
    flex-direction: row;
  }
}

.service .sec1__content>div:first-child .swiper {
  width: 80%;
}

@media (min-width: 561px) {
  .service .sec1__content>div:first-child .swiper {
    width: auto;
    max-width: 372px;
  }
}

.service .sec1__content>div:first-child .text {
  flex-grow: 1;
}

.service .sec1__content>div:first-child .text p {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (min-width: 561px) {
  .service .sec1__content>div:first-child .text p {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .service .sec1__content>div:first-child .text p {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
}

.service .sec1__content>div:first-child .text p span {
  color: #fff;
  background-color: #e97469;
  padding: 0 0em 0.1em 0.5em;
  margin-right: 0.3em;
}

@media (min-width: 769px) {
  .service .sec1__content>div:first-child .text p:nth-child(2) {
    padding-left: 20%;
  }
}

.service .sec1__content>div:first-child .text p:last-child {
  margin-bottom: 0;
}

.service .sec1__content>div:first-child .text p:last-child span {
  padding: 0 0.5em 0.1em;
}

.service .sec1__content>div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.service .sec1__content>div:last-child img {
  margin-bottom: 1rem;
}

.service .sec1__content>div:last-child p {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media (min-width: 769px) {
  .service .sec1__content>div:last-child p {
    font-size: 4.4rem;
  }
}

.service .sec1__content>div:last-child p span {
  font-size: 1.5em;
}

.service .sec2 {
  background-color: #faf0ec;
}

.service .sec2 h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .service .sec2 h2 {
    margin-bottom: 3rem;
    font-size: 4rem;
  }
}

.service .sec2 h2+p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .service .sec2 h2+p {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.service .sec2__content {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

@media (min-width: 561px) {
  .service .sec2__content {
    flex-direction: row;
  }
}

.service .sec2__content>div {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}

@media (min-width: 561px) {
  .service .sec2__content>div {
    width: 35%;
  }
}

@media (min-width: 561px) {
  .service .sec2__content>div:first-child {
    width: 65%;
  }
}

.service .sec2__content>div:first-child dl dd {
  flex-direction: column;
  align-items: center;
}

@media (min-width: 561px) {
  .service .sec2__content>div:first-child dl dd {
    align-items: stretch;
    flex-direction: row;
  }
}

.service .sec2__content>div:first-child dl dd .image {
  width: 60%;
}

@media (min-width: 561px) {
  .service .sec2__content>div:first-child dl dd .image {
    width: 33%;
  }
}

@media (min-width: 769px) {
  .service .sec2__content>div:first-child dl dd .image {
    width: auto;
  }
}

.service .sec2__content>div:first-child dl dd .text {
  background-color: #fcf4ea;
  flex-grow: 1;
  padding: 2rem 1.5rem;
  width: 100%;
}

@media (min-width: 561px) {
  .service .sec2__content>div:first-child dl dd .text {
    width: auto;
  }
}

.service .sec2__content>div:first-child dl dd .text p {
  line-height: 2;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .service .sec2__content>div:first-child dl dd .text p {
    font-size: 2rem;
  }
}

.service .sec2__content>div:first-child dl dd .text p span {
  font-weight: 500;
  background-color: #e97469;
  color: #fff;
  padding: 0.2em 0.5em 0.3em;
  border-radius: 1em;
  margin-right: 0.2em;
}

.service .sec2__content>div:first-child dl dd .text p b.is-or {
  font-size: 2em;
  line-height: 1.3;
  padding: 0 0.1em;
}

.service .sec2__content>div:nth-child(2) dl dd .image {
  margin-bottom: 2rem;
}

.service .sec2__content>div:nth-child(2) dl dd .text p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service .sec2__content>div:nth-child(2) dl dd .text p span {
  background-color: #e97469;
  color: #fff;
  padding: 0.2em 1em 0.3em;
  border-radius: 1em;
  margin-right: 0.2em;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  .service .sec2__content>div:nth-child(2) dl dd .text p span {
    font-size: 2.6rem;
  }
}

.service .sec2__content>div:nth-child(2) dl dd .text p b {
  font-size: 2rem;
}

@media (min-width: 769px) {
  .service .sec2__content>div:nth-child(2) dl dd .text p b {
    font-size: 2.4rem;
  }
}

.service .sec2__content>div:nth-child(2) dl dd .text p b.is-or {
  font-size: 3rem;
}

@media (min-width: 769px) {
  .service .sec2__content>div:nth-child(2) dl dd .text p b.is-or {
    font-size: 4.4rem;
  }
}

.service .sec2__content>div dl dt {
  color: #fff;
  background-color: #e97469;
  text-align: center;
  font-size: 2rem;
  padding: 0.5rem 0 0.3rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .service .sec2__content>div dl dt {
    font-size: 3.4rem;
  }
}

.service .sec2__content>div dl dd {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding-top: 2rem;
}

.service .sec2__content>div dl dd img {
  width: 100%;
}

.service .sec3 {
  padding: 0;
  position: relative;
}

.service .sec3 .wrapper {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/service/sec3_bg.png);
  padding: 4rem 0;
  height: 400px;
}

@media (min-width: 561px) {
  .service .sec3 .wrapper {
    height: 500px;
  }
}

@media (min-width: 769px) {
  .service .sec3 .wrapper {
    height: 680px;
    padding: 8rem 0 10rem;
  }
}

.service .sec3 .inner h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
}

@media (min-width: 561px) {
  .service .sec3 .inner h2 {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .service .sec3 .inner h2 {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
}

.service .sec3 .inner h2 span {
  font-size: 1.8em;
}

@media (min-width: 561px) {
  .service .sec3 .inner h2 span {
    font-size: 2em;
  }
}

.service .sec4 {
  background-color: #f8f8fc;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 4rem;
  background-image: url(../../assets/images/service/sec4_bg.png);
  padding-top: calc(400px + 4rem);
  padding-bottom: 4rem;
  margin-top: -400px;
}

@media (min-width: 561px) {
  .service .sec4 {
    padding-top: calc(500px + 4rem);
    margin-top: -500px;
  }
}

@media (min-width: 769px) {
  .service .sec4 {
    padding-top: calc(680px + 4rem);
    margin-top: -680px;
  }
}

.service .sec4 .inner h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .service .sec4 .inner h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.service .sec4 .inner h2 b {
  font-size: 2em;
}

.service .sec4 .inner .image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 561px) {
  .service .sec4 .inner .image {
    padding-top: 5rem;
  }
}

.service .sec4 .inner .image img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  height: 4rem;
}

@media (min-width: 561px) {
  .service .sec4 .inner .image img:nth-child(1) {
    height: 6rem;
  }
}

@media (min-width: 769px) {
  .service .sec4 .inner .image img:nth-child(1) {
    height: auto;
  }
}

.service .sec4 .inner .image img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4rem;
}

@media (min-width: 561px) {
  .service .sec4 .inner .image img:nth-child(3) {
    height: 6rem;
  }
}

@media (min-width: 769px) {
  .service .sec4 .inner .image img:nth-child(3) {
    right: 2rem;
    height: auto;
  }
}

.service .sec4 .inner .text {
  text-align: center;
}

.service .sec4 .inner .text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media (min-width: 769px) {
  .service .sec4 .inner .text p {
    font-size: 3rem;
  }
}

.service .sec4 .inner .text p span {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .service .sec4 .inner .text p span {
    font-size: 4rem;
  }
}

.service .sec4 .inner .text p span:not(.is-serif) {
  color: #fff;
  background-color: #e97469;
  margin: 0 0.3em;
}

.service .sec4 .inner .text p b {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .service .sec4 .inner .text p b {
    font-size: 4rem;
  }
}

.service .sec5 {
  background-color: #fcefe9;
  background-size: cover;
  background-position: center;
  background-image: url(../../assets/images/service/sec5_bg.png);
}

.service .sec5 .inner h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (min-width: 561px) {
  .service .sec5 .inner h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 769px) {
  .service .sec5 .inner h2 {
    font-size: 6rem;
    margin-bottom: 5rem;
  }
}

.service .sec5__content {
  display: flex;
  gap: 2rem;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

@media (min-width: 561px) {
  .service .sec5__content {
    flex-direction: row;
  }
}

.service .sec5__content p {
  width: 47%;
}

@media (min-width: 561px) {
  .service .sec5__content p {
    width: calc((100% - 6rem) / 3);
  }
}

.service .sec5__content p img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 561px) {
  .service .sec5__content p img {
    width: 100%;
  }
}

.service .sec6 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40%;
  background-image: url(../../assets/images/service/sec6_bg.png);
  height: 400px;
  position: relative;
}

@media (min-width: 561px) {
  .service .sec6 {
    background-position: 30%;
    height: 500px;
  }
}

@media (min-width: 769px) {
  .service .sec6 {
    height: 700px;
    background-position: top center;
    background-size: contain;
  }
}

.service .sec6 .inner h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

@media (min-width: 561px) {
  .service .sec6 .inner h2 {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .service .sec6 .inner h2 {
    font-size: 3rem;
  }
}

.service .sec6 .inner h2 span {
  font-size: 2em;
}

.service .sec6__content {
  display: flex;
  justify-content: flex-end;
}

.service .sec6__content img {
  width: 100%;
}

@media (min-width: 561px) {
  .service .sec6__content img {
    width: 80%;
  }
}

@media (min-width: 769px) {
  .service .sec6__content img {
    width: auto;
  }
}

.service .sec7 {
  background-color: #fcfdfe;
  background-size: 100% 100%;
  background-position: top;
  background-image: url(../../assets/images/service/sec8_bg2.png);
  padding-top: calc(400px + 0rem);
  margin-top: -400px;
}

@media (min-width: 561px) {
  .service .sec7 {
    padding-top: calc(500px + 0rem);
    margin-top: -500px;
  }
}

@media (min-width: 769px) {
  .service .sec7 {
    padding-top: calc(700px + 0rem);
    margin-top: -700px;
  }
}

.service .sec7 .inner h2 {
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 500;
}

@media (min-width: 561px) {
  .service .sec7 .inner h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 769px) {
  .service .sec7 .inner h2 {
    font-size: 6rem;
    margin-bottom: 5rem;
  }
}

.service .sec7__content {

  margin-bottom: 6rem;
  gap: 2rem 3rem;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 561px) {
  .service .sec7__content {
    gap: 2rem 1rem;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .service .sec7__content {
    margin-bottom: 12rem;
    gap: 2rem 1rem;

  }
}

.service .sec7__content img {}

@media (min-width: 561px) {
  .service .sec7__content img {
    width: calc((100% - 2rem) / 3) !important;
  }
}

@media (min-width: 769px) {
  .service .sec7__content img {
    width: calc((100% - 5rem) / 6) !important;
  }
}

.service .sec8__content {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 6rem;
  flex-direction: column;
}

@media (min-width: 561px) {
  .service .sec8__content {
    flex-direction: row;
  }
}

@media (min-width: 769px) {
  .service .sec8__content {
    margin-bottom: 10rem;
  }
}

.service .sec8__content div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

@media (min-width: 561px) {
  .service .sec8__content div {
    width: fit-content;
    margin: unset;
  }
}

.service .sec8__content div img {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.service .sec8__content div a img {
  width: 80% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: inherit !important;

}

@media (min-width: 561px) {
  .service .sec8__content div img {
    max-width: inherit !important;
    width: fit-content !important;
  }

  .service .sec8__content div a img {
    width: 100% !important;
    max-width: inherit !important;
  }
}

.service .sec8__content div p {
  font-weight: 500;
  font-size: 1.6rem;
  width: fit-content;
  text-align: center;
}

@media (min-width: 561px) {
  .service .sec8__content div p {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .service .sec8__content div p {
    font-size: 2rem;
  }
}

.service .sec9__content {
  padding-top: 3rem;
  margin-bottom: 8rem;
}

.service .sec9__content>div {
  background-color: #fff;
  position: relative;
  padding: 4rem 2rem 2rem;
}

@media (min-width: 769px) {
  .service .sec9__content>div {
    padding: 5rem 6rem;
  }
}

.service .sec9__content>div:last-child {
  margin-top: 8rem;
}

@media (min-width: 561px) {
  .service .sec9__content>div:last-child {
    margin-top: 15rem;
  }
}

.service .sec9__content>div:last-child h3 {
  right: initial;
  left: 0;
}

@media (min-width: 561px) {
  .service .sec9__content>div:last-child dl dt {
    flex-direction: row-reverse;
  }
}

.service .sec9__content>div:last-child dl dt div {
  padding: 2rem 0;
}

@media (min-width: 561px) {
  .service .sec9__content>div:last-child dl dt div {
    padding: 2rem 2rem 2rem 0;
  }
}

@media (min-width: 769px) {
  .service .sec9__content>div:last-child dl dt div {
    padding: 2rem 5rem 2rem 0;
  }
}

.service .sec9__content>div h3 {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 180px;
}

@media (min-width: 561px) {
  .service .sec9__content>div h3 {
    top: -8rem;
    width: auto;
  }
}

.service .sec9__content>div dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}

@media (min-width: 561px) {
  .service .sec9__content>div dl dt {
    flex-direction: row;
  }
}

@media (min-width: 769px) {
  .service .sec9__content>div dl dt {
    margin-bottom: 3rem;
  }
}

.service .sec9__content>div dl dt div {
  padding: 2rem 0;
  flex-grow: 1;
}

@media (min-width: 561px) {
  .service .sec9__content>div dl dt div {
    padding: 2rem 0 2rem 2rem;
  }
}

@media (min-width: 769px) {
  .service .sec9__content>div dl dt div {
    padding: 2rem 0 2rem 5rem;
  }
}

.service .sec9__content>div dl dt div h4 {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.8;
  padding-bottom: 1rem;
}

@media (min-width: 769px) {
  .service .sec9__content>div dl dt div h4 {
    font-size: 3.4rem;
  }
}

.service .sec9__content>div dl dt div p {
  font-weight: 500;
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  .service .sec9__content>div dl dt div p {
    font-size: 2.4rem;
  }
}

.service .sec9__content>div dl dd {
  font-weight: 500;
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  .service .sec9__content>div dl dd {
    font-size: 2.4rem;
  }
}

.service .sec10__content .table {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 561px) {
  .service .sec10__content .table {
    overflow-x: visible;
    overflow-y: visible;
    justify-content: flex-end;
  }
}

.service .sec10__content .table:first-child {
  margin-top: 0rem;
  margin-bottom: 3rem;
}

@media (min-width: 561px) {
  .service .sec10__content .table:first-child {
    margin-top: -4rem;
    margin-bottom: 3rem;
  }
}

.service .sec10__content .table img {
  width: 150vw;
  max-width: none;
}

@media (min-width: 561px) {
  .service .sec10__content .table img {
    max-width: 100%;
    width: auto;
  }
}

.service .sec10__content h3 {
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 561px) {
  .service .sec10__content h3 {
    font-size: 3rem;
  }
}

@media (min-width: 769px) {
  .service .sec10__content h3 {
    margin-bottom: 3rem;
    font-size: 4rem;
    padding-left: 8rem;
  }
}

.service .sec11 {
  background-color: #edf1f8;
  background-size: cover;
  background-position: center;
  background-image: url(../../assets/images/service/sec11_bg.png);
}

.service .sec11 .inner h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media (min-width: 561px) {
  .service .sec11 .inner h2 {
    font-size: 4rem;
  }
}

.service .sec11__content ul {
  max-width: 800px;
  margin: 0 auto;
}

.service .sec11__content ul li {
  margin-bottom: 1rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5rem;
}

@media (min-width: 769px) {
  .service .sec11__content ul li {
    padding: 1.5rem 4rem;
    font-size: 2rem;
  }
}

.service .sec11__content ul li:last-child {
  margin-bottom: 0;
}

.service .sec12 {
  background-color: #fde8da;
  background-size: cover;
  background-position: center;
  background-image: url(../../assets/images/service/sec12_bg.png);
}

.service .sec12 .inner h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 500;
}

@media (min-width: 561px) {
  .service .sec12 .inner h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 769px) {
  .service .sec12 .inner h2 {
    font-size: 6rem;
    margin-bottom: 5rem;
  }
}

.service .sec12__content dl {
  max-width: 800px;
  margin: 0 auto 2rem;
  cursor: pointer;
}

.service .sec12__content dl dt {
  background-color: #fce1de;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 4rem 1rem 1.5rem;
  font-size: 1.6rem;
  position: relative;
  user-select: none;
  letter-spacing: 0.1em;
}

.service .sec12__content dl dt img {
  margin: unset !important;
}

@media (min-width: 561px) {
  .service .sec12__content dl dt {
    font-size: 2rem;
  }
}

.service .sec12__content dl dt b {
  font-weight: 500;
}

.service .sec12__content dl dt::before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #e97469;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.service .sec12__content dl dt::after {
  content: "";
  height: 20px;
  width: 4px;
  background-color: #e97469;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.service .sec12__content dl dd {
  border: 2px solid #fce1de;
  border-top: none;
  background-color: #fff;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  display: none;
  user-select: none;
}

@media (min-width: 769px) {
  .service .sec12__content dl dd {
    font-size: 1.8rem;
  }
}

.service .sec12__content dl.open dt:after {
  display: none;
}

.service .sec12__content dl.open dd {
  display: block;
}

.service__ft {
  background-color: #fff3ef;
  padding-top: 2rem;
}

.service__ft .inner h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.service__ft .inner h2 img {
  width: 50%;
}

@media (min-width: 561px) {
  .service__ft .inner h2 img {
    width: auto;
  }
}

.service__ft .inner .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .service__ft .inner .links {
    margin-bottom: 3.5rem;
  }
}

.service__ft .inner .links a {
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 561px) {
  .service__ft .inner .links a {
    border-left: 2px solid #333;
  }
}

@media (min-width: 769px) {
  .service__ft .inner .links a {
    padding: 0 3rem;
    font-size: 2rem;
  }
}

.service__ft .inner .links a:first-child {
  border-left: none;
}

.service__ft .inner .copy {
  text-align: center;
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10rem;
}

@media (min-width: 769px) {
  .service__ft .inner .copy {
    margin-top: 15rem;
    font-size: 1.4rem;
  }
}

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

.sp-only {
  display: block ! important;
}

@media (min-width: 561px) {
  .pc-only {
    display: block ! important;
  }

  .sp-only {
    display: none ! important;
  }
}

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