@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
.p-graph04 p, .p-home-sec06 dl dt span:before, .p-home-sec05 ol > li p:nth-of-type(2):before, .p-home-sec06 ol > li p:nth-of-type(2):before, .p-home-sec03 article:nth-of-type(2) h3:before, .p-home-sec03 article:nth-of-type(1) ul li:before, .p-home-sec02__reason dt:before, .p-home-sec02__comment dt:before, .p-home-sec01 h2:before, .p-home-sec02 h2:before, .p-home-sec03 h2:before, .p-home-sec04 h2:before, .c-recommend dt:before, .c-recommend:before, .c-linkBtns li a:before, .l-footer__tel span:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-sec08 ul li:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: 700;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

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

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: baseline;
}

*:before,
*:after {
  box-sizing: border-box;
}

html, body {
  color: #000000;
  background-color: #ffffff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
  word-break: break-word;
}
a:hover {
  opacity: 0.6;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #666666;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.6;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/* js
------------------------------------------------------ */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
}

/*/#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#fff;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#fff;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}*/
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cboxTitle,
#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxClose {
  display: none !important;
}

.js-colorbox__close {
  background-color: #ffffff;
  width: 140px;
  height: 40px;
  font-size: 1.4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px #ababab solid;
  border-radius: 8px;
}
.js-colorbox__close:before, .js-colorbox__close:after {
  content: "";
  background-color: #000000;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.js-colorbox__close:before {
  transform: rotate(-45deg);
}
.js-colorbox__close:after {
  transform: rotate(45deg);
}
.js-colorbox__close span {
  font-weight: 500;
}

.js-inviewFadeIn {
  opacity: 0;
  transition: 0.5s opacity;
}
.js-inviewFadeIn--finish {
  opacity: 1;
}
.js-inviewFadeToUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (max-width: 768px) {
  .js-inviewFadeToUp {
    transform: translateY(5.3333333333vw);
  }
}
.js-inviewFadeToUp--finish {
  opacity: 1;
  transform: translateY(0);
}
.js-inviewDelay--1 {
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .js-inviewDelay--1 {
    transition-delay: 0;
  }
}
.js-inviewDelay--2 {
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .js-inviewDelay--2 {
    transition-delay: 0;
  }
}
.js-inviewDelay--3 {
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .js-inviewDelay--3 {
    transition-delay: 0;
  }
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1120px) {
  .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    width: 90vw;
  }
}

.l-header {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 16vw;
  }
}
.l-header__wrapper {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 0 5.3333333333vw;
  }
}
.l-header__wrapper figure {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper figure {
    width: 38.4vw;
  }
}
.l-header__wrapper picture {
  width: 145px;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper picture {
    width: 24.5333333333vw;
  }
}

main {
  width: 100%;
  height: auto;
}

.l-floatBtn {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  .l-floatBtn {
    padding: 5.3333333333vw 0;
    box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.4);
  }
}
.l-floatBtn.is-visible {
  transform: none;
}
.l-floatBtn.is-fixed {
  position: fixed;
}
.l-floatBtn p {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-floatBtn p {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}

.l-pageTop {
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  display: none;
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 1;
  border: 3px #de644f solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 -3px 6px rgba(222, 100, 79, 0.4);
}
@media screen and (max-width: 1000px) {
  .l-pageTop {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-pageTop {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: 21.3333333333vw;
    right: 5.3333333333vw;
    border-width: 0.8vw;
    box-shadow: 0 -0.8vw 1.6vw rgba(222, 100, 79, 0.4);
  }
}
.l-pageTop button {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-pageTop button:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 4px #de644f solid;
  border-left: 4px #de644f solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-pageTop button:after {
    width: 3.2vw;
    height: 3.2vw;
    border-top-width: 0.8vw;
    border-left-width: 0.8vw;
  }
}
.l-pageTop button:hover {
  opacity: 1;
}

.l-footer {
  text-align: center;
  border-top: 1px #d0d0d0 solid;
}
.l-footer__upper {
  margin: 0 20px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__upper {
    margin: 0 5vw;
    padding: 13.3333333333vw 0;
  }
}
.l-footer__upper > p {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 10px 20px;
  display: inline-block;
  border: 1px #cccccc solid;
}
@media screen and (max-width: 768px) {
  .l-footer__upper > p {
    font-size: 2.9333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    display: block;
  }
}
.l-footer__upper > p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__upper > p br {
    display: inline;
  }
}
.l-footer__upper > p a {
  text-decoration: underline;
}
.l-footer__logos {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .l-footer__logos {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logos {
    margin-top: 10.6666666667vw;
  }
}
.l-footer__logos div {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__logos div {
    font-size: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-footer__logos p {
  max-width: 1200px;
  text-align: right;
  margin: 0 auto;
}
.l-footer__logos figure:nth-of-type(1) {
  width: 400px;
}
@media screen and (max-width: 1280px) {
  .l-footer__logos figure:nth-of-type(1) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logos figure:nth-of-type(1) {
    width: 50.6666666667vw;
  }
}
.l-footer__logos figure:nth-of-type(2) {
  width: 100%;
  max-width: 670px;
  margin-left: 40px;
}
@media screen and (max-width: 1280px) {
  .l-footer__logos figure:nth-of-type(2) {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logos figure:nth-of-type(2) {
    margin: 5.3333333333vw auto 0 auto;
  }
}
.l-footer__tel {
  font-size: 1.4rem;
  margin-top: 50px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__tel {
    font-size: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.l-footer__tel span {
  color: #e88502;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__tel span {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-footer__tel span:before {
  content: "";
  background-image: url(../images/icon_tel.svg);
  width: 66px;
  height: 42px;
  margin-right: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-footer__tel span:before {
    width: 8.8vw;
    height: 5.6vw;
    margin-right: 2.6666666667vw;
  }
}
.l-footer__lower {
  font-size: 1.6rem;
  padding: 20px 0 50px 0;
  border-top: 1px #d0d0d0 solid;
}
@media screen and (max-width: 768px) {
  .l-footer__lower {
    font-size: 2.9333333333vw;
    padding: 5.3333333333vw 0 8vw 0;
  }
}
.l-footer__lower ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-footer__lower ul li {
  font-weight: 500;
  margin: 20px 15px 0 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__lower ul li {
    margin: 2.6666666667vw 2.6666666667vw 0 2.6666666667vw;
  }
}
.l-footer__lower ul li a {
  text-decoration: underline;
}
.l-footer__lower p {
  color: #616161;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__lower p {
    margin-top: 8vw;
  }
}

/* object
------------------------------------------------------ */
/* component */
.c-linkBtns {
  max-width: 560px;
  font-size: 1.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-linkBtns {
    max-width: none;
  }
}
.c-linkBtns li {
  width: calc((100% - 20px) / 2);
  height: 90px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-linkBtns li {
    width: calc((100% - 2.5vw) / 2);
    height: 14.4vw;
    font-size: 4.8vw;
  }
}
.c-linkBtns li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-linkBtns li a {
    border-radius: 2.1333333333vw;
  }
}
.c-linkBtns li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-linkBtns li a:before {
    left: 2.6666666667vw;
  }
}
.c-linkBtns li a:after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px #81b836 solid;
  border-right: 3px #81b836 solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-linkBtns li a:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
    right: 2.6666666667vw;
  }
}
.c-linkBtns li a span {
  font-weight: 700;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .c-linkBtns li a span {
    padding-left: 2.6666666667vw;
  }
}
.c-linkBtns li:nth-of-type(1) {
  color: #81b836;
}
.c-linkBtns li:nth-of-type(1) a {
  background-color: #ffffff;
  border: 3px #81b836 solid;
  box-shadow: 0 3px 10px rgba(129, 184, 54, 0.4);
}
@media screen and (max-width: 768px) {
  .c-linkBtns li:nth-of-type(1) a {
    border-width: 0.5333333333vw;
    box-shadow: 0 0.8vw 2.6666666667vw rgba(129, 184, 54, 0.4);
  }
}
.c-linkBtns li:nth-of-type(1) a:before {
  background-image: url(../images/floatBtn_icon01.svg);
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .c-linkBtns li:nth-of-type(1) a:before {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.c-linkBtns li:nth-of-type(2) {
  color: #ffffff;
}
.c-linkBtns li:nth-of-type(2) a {
  background-color: #eb8c0c;
  box-shadow: 0 3px 10px rgba(235, 140, 12, 0.4);
}
@media screen and (max-width: 768px) {
  .c-linkBtns li:nth-of-type(2) a {
    box-shadow: 0 0.8vw 2.6666666667vw rgba(235, 140, 12, 0.4);
  }
}
.c-linkBtns li:nth-of-type(2) a:before {
  background-image: url(../images/floatBtn_icon02.svg);
  width: 40px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .c-linkBtns li:nth-of-type(2) a:before {
    width: 7.4666666667vw;
    height: 5.6vw;
  }
}
.c-linkBtns li:nth-of-type(2) a:after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.c-mitsumoriBtn {
  color: #ffffff;
  background-color: #de644f;
  width: 100%;
  max-width: 650px;
  height: 125px;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 16px;
  box-shadow: 0 5px 14px rgba(222, 100, 79, 0.38);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-mitsumoriBtn {
    max-width: none;
    height: 16vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.8vw 2.6666666667vw rgba(222, 100, 79, 0.38);
  }
}
.c-mitsumoriBtn:after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
}
.c-mitsumoriBtn:hover {
  opacity: 1;
}
.c-mitsumoriBtn:hover:after {
  opacity: 0.4;
}
.c-mitsumoriBtn div {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-mitsumoriBtn div {
    padding-right: 5.3333333333vw;
  }
}
.c-mitsumoriBtn div:after {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: 3px #ffffff solid;
  border-right: 3px #ffffff solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-mitsumoriBtn div:after {
    width: 3.2vw;
    height: 3.2vw;
    border-bottom-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
    right: 5.3333333333vw;
  }
}
.c-mitsumoriBtn div > span {
  color: #de644f;
  background-color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 45px;
  margin-right: 20px;
  padding: 0 10px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-mitsumoriBtn div > span {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    margin-right: 2.6666666667vw;
    padding: 0 1.3333333333vw;
    border-radius: 0.8vw;
  }
}
.c-mitsumoriBtn div > span:after {
  content: "";
  width: 10px;
  height: 15px;
  border-top: 7.5px transparent solid;
  border-bottom: 7.5px transparent solid;
  border-left: 10px #ffffff solid;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-mitsumoriBtn div > span:after {
    width: 1.0666666667vw;
    height: 1.6vw;
    border-top-width: 0.8vw;
    border-bottom-width: 0.8vw;
    border-left-width: 1.0666666667vw;
    right: -1.0666666667vw;
  }
}
.c-mitsumoriBtn div p {
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .c-mitsumoriBtn div p {
    font-size: 4.2666666667vw;
  }
}
.c-mitsumoriBtn div p span {
  font-size: 4.5rem;
  font-weight: 700;
  margin-right: 0.1em;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-mitsumoriBtn div p span {
    font-size: 7.2vw;
  }
}
.c-mitsumoriBtn div p span i {
  font-family: "Inter", sans-serif;
  font-size: 5.7rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-mitsumoriBtn div p span i {
    font-size: 9.3333333333vw;
  }
}

.c-reasonLinks {
  max-width: 940px;
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  counter-reset: reason 0;
}
@media screen and (max-width: 768px) {
  .c-reasonLinks {
    max-width: none;
  }
}
.c-reasonLinks li {
  background-color: #ffffff;
  width: calc((100% - 70px) / 3);
  height: 210px;
  display: flex;
  position: relative;
  border: 2px #1ba3bb solid;
  border-radius: 10px;
  overflow: hidden;
  counter-increment: reason 1;
  box-shadow: 0 2 12px rgba(0, 108, 184, 0.4);
}
@media screen and (max-width: 768px) {
  .c-reasonLinks li {
    width: calc((100% - 5vw) / 3);
    height: 27.7333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0 0 2.1333333333vw rgba(0, 108, 184, 0.2);
  }
}
.c-reasonLinks li:before {
  content: counter(reason);
  color: #1ba3bb;
  font-family: "Inter", sans-serif;
  font-size: 10.4rem;
  font-weight: 600;
  position: absolute;
  bottom: -0.15em;
  right: -0.1em;
  opacity: 0.16;
}
@media screen and (max-width: 768px) {
  .c-reasonLinks li:before {
    font-size: 13.3333333333vw;
  }
}
.c-reasonLinks li:after {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: 3px #1ba3bb solid;
  border-right: 3px #1ba3bb solid;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-reasonLinks li:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-bottom-width: 0.8vw;
    border-right-width: 0.8vw;
    bottom: 2.6666666667vw;
  }
}
.c-reasonLinks li a {
  color: #de644f;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  padding: 25px 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-reasonLinks li a {
    font-size: 2.9333333333vw;
    padding: 2.6666666667vw 0 1.3333333333vw 0;
  }
}
.c-reasonLinks li a:before {
  content: counter(reason);
  color: #ffffff;
  background-color: #1ba3bb;
  width: 36px;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 36px;
  margin: 0 auto 10px auto;
  display: block;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .c-reasonLinks li a:before {
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 768px) {
  .c-reasonLinks li a:before {
    width: 4.2666666667vw;
    font-size: 2.4vw;
    line-height: 4.2666666667vw;
    margin: 0 auto 2.6666666667vw auto;
  }
}
.c-reasonLinks li a > span {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-reasonLinks li a > span {
    line-height: 1.2;
  }
}
.c-reasonLinks li a > span span {
  font-size: 0.7em;
  font-weight: 700;
  display: block;
}

.c-recommend {
  color: #0e6a61;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 188px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-recommend {
    font-size: 2.6666666667vw;
    padding-left: 0;
    display: block;
  }
}
.c-recommend:before {
  content: "";
  background-image: url(../images/icon_recommend.png);
  width: 163px;
  height: 144px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-recommend:before {
    content: none;
  }
}
.c-recommend dt {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-recommend dt {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-recommend dt:before {
    content: "";
    background-image: url(../images/icon_recommend.png);
    width: 23.7333333333vw;
    height: 21.8666666667vw;
    margin-right: 4vw;
    display: inline-block;
  }
}
.c-recommend dt > span {
  font-weight: 700;
}
.c-recommend dt > span span {
  color: #de644f;
  font-weight: 700;
}
.c-recommend dt > span span strong {
  font-size: 5.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-recommend dt > span span strong {
    font-size: 11.7333333333vw;
  }
}
.c-recommend dd {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-recommend dd {
    text-align: center;
  }
}

.c-slide {
  border-top: 1px #b7b7b7 solid;
}
.c-slide:last-of-type {
  border-bottom: 1px #b7b7b7 solid;
}
.c-slide dt, .c-slide dd {
  position: relative;
}
.c-slide dt i, .c-slide dd i {
  font-size: 3.8rem !important;
  font-weight: 600;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .c-slide dt i, .c-slide dd i {
    font-size: 5.8666666667vw !important;
    left: 1.3333333333vw;
  }
}
.c-slide dt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 40px 60px 40px 100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-slide dt {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 10.6666666667vw;
  }
}
.c-slide dt:before, .c-slide dt:after {
  content: "";
  background-color: #000000;
  width: 22px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  .c-slide dt:before, .c-slide dt:after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    right: 2.6666666667vw;
  }
}
.c-slide dt:after {
  transform: rotate(90deg);
}
.c-slide dt i {
  color: #de644f;
  top: 50%;
  transform: translateY(-50%);
}
.c-slide dt.is-open:after {
  transform: rotate(0);
}
.c-slide dd {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0 0 40px 100px;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-slide dd {
    font-size: 3.7333333333vw;
    padding: 0 0 5.3333333333vw 10.6666666667vw;
  }
}
.c-slide dd i {
  color: #81B836;
  top: -0.5em;
}
@includ sp {
  .c-slide dd i {
    top: -0.35em;
  }
}

/* project */
.p-home section h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home section h2 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-home .c-mitsumoriBtn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home .c-mitsumoriBtn {
    margin-top: 5.3333333333vw;
  }
}
.p-home-sec01, .p-home-sec02, .p-home-sec03, .p-home-sec04 {
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .p-home-sec01, .p-home-sec02, .p-home-sec03, .p-home-sec04 {
    padding: 10.6666666667vw 0 16vw 0;
  }
}
.p-home-sec01 h2:before, .p-home-sec02 h2:before, .p-home-sec03 h2:before, .p-home-sec04 h2:before {
  content: "";
  width: 140px;
  height: 140px;
  margin: 0 auto 20px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-sec01 h2:before, .p-home-sec02 h2:before, .p-home-sec03 h2:before, .p-home-sec04 h2:before {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    margin: 0 auto 2.6666666667vw auto;
  }
}
.p-home-mv {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-mv {
    padding-bottom: 0;
  }
}
.p-home-mv h1 {
  display: none;
}
.p-home-mv picture {
  width: 100%;
}
.p-home-mv__recommend {
  background-color: #ebfdfb;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-home-mv__recommend {
    padding: 5.3333333333vw 0;
  }
}
.p-home-mv__links {
  background-color: #e7f8fb;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .p-home-mv__links {
    padding: 4vw 0;
  }
}
.p-home-mv__links .c-reasonLinks {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-mv__links .c-reasonLinks {
    margin-top: 20px;
  }
}
.p-home-mv__links .c-reasonLinks li {
  height: 190px;
}
@media screen and (max-width: 768px) {
  .p-home-mv__links .c-reasonLinks li {
    height: 27.7333333333vw;
  }
}
.p-home-mv__links .c-reasonLinks li:after {
  content: none;
}
.p-home-mv__links .c-reasonLinks li a {
  padding-top: 15px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home-mv__links .c-reasonLinks li a {
    padding-top: 2.6666666667vw;
  }
}
.p-home-mv__links .c-reasonLinks li a:before {
  content: none;
}
.p-home-mv__links .c-reasonLinks li a i {
  color: #1ba3bb;
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-home-mv__links .c-reasonLinks li a i {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-mv__links .c-reasonLinks li a i {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-home-mv__links .c-reasonLinks li a i:before, .p-home-mv__links .c-reasonLinks li a i:after {
  content: "";
  background: linear-gradient(#006cb8 50%, #ffffff 50%);
  background-repeat: repeat-y;
  background-size: 2px 4px;
  width: 2px;
  height: 2.5em;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-home-mv__links .c-reasonLinks li a i:before, .p-home-mv__links .c-reasonLinks li a i:after {
    background-size: 1px 2px;
    width: 1px;
    height: 1em;
    top: 0.25em;
    bottom: auto;
  }
}
.p-home-mv__links .c-reasonLinks li a i:before {
  left: -15px;
  transform: rotate(-27deg);
}
@media screen and (max-width: 768px) {
  .p-home-mv__links .c-reasonLinks li a i:before {
    left: -1.6vw;
  }
}
.p-home-mv__links .c-reasonLinks li a i:after {
  right: -15px;
  transform: rotate(27deg);
}
@media screen and (max-width: 768px) {
  .p-home-mv__links .c-reasonLinks li a i:after {
    right: -1.6vw;
  }
}
.p-home-mv__links .c-reasonLinks li a i span {
  color: #ffffff;
  background-color: #1ba3bb;
  width: 21px;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 21px;
  vertical-align: 0.15em;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-mv__links .c-reasonLinks li a i span {
    width: 3.4666666667vw;
    font-size: 2.4vw;
    line-height: 3.4666666667vw;
  }
}
.p-home-mv__links p {
  color: #1ba3bb;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-mv__links p {
    font-size: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-home-mv__links p a {
  font-weight: 700;
  text-decoration: underline;
}
.p-home-sec01 h2 {
  color: #de644f;
}
.p-home-sec01 h2:before {
  background-image: url(../images/sec01_title.png);
}
.p-home-sec01__wrapper {
  border: 1px #de644f solid;
  padding: 0 20px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper {
    padding: 0;
    border-radius: 4vw;
  }
}
.p-home-sec01__wrapper article {
  text-align: center;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article {
    padding: 8vw 0;
  }
}
.p-home-sec01__wrapper article h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article h3 {
    margin-bottom: 2.6666666667vw;
  }
}
.p-home-sec01__wrapper article:nth-of-type(1) h3 img {
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article:nth-of-type(1) h3 img {
    max-width: 670px;
  }
}
.p-home-sec01__wrapper article:nth-of-type(1) p {
  color: #de644f;
  font-size: 2.4rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article:nth-of-type(1) p {
    font-size: 4.2666666667vw;
    line-height: 2.15;
  }
}
.p-home-sec01__wrapper article:nth-of-type(1) figure {
  width: 275px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article:nth-of-type(1) figure {
    width: 42.1333333333vw;
    margin: 8vw auto 0 auto;
  }
}
.p-home-sec01__wrapper article:nth-of-type(2):before {
  content: "";
  background-color: #d0d0d0;
  width: 100%;
  max-width: 730px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article:nth-of-type(2):before {
    width: calc(100% - 10vw);
  }
}
.p-home-sec01__wrapper article:nth-of-type(2) div {
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article:nth-of-type(2) div {
    max-width: none;
    display: block;
  }
}
.p-home-sec01__wrapper article:nth-of-type(2) div h3 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article:nth-of-type(2) div h3 {
    margin: 0 auto 5.3333333333vw auto;
  }
}
.p-home-sec01__wrapper article:nth-of-type(2) div h3 img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article:nth-of-type(2) div h3 img {
    width: 58.6666666667vw;
  }
}
.p-home-sec01__wrapper article:nth-of-type(2) div p {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article:nth-of-type(2) div p {
    font-size: 3.4666666667vw;
    text-align: center;
    padding: 0 5.3333333333vw;
  }
}
.p-home-sec01__wrapper article:nth-of-type(2) picture {
  width: 100%;
  max-width: 730px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-sec01__wrapper article:nth-of-type(2) picture {
    max-width: none;
    margin: 5.3333333333vw auto 0 auto;
  }
}
.p-home-sec02 {
  background-color: #e7f8fb;
}
.p-home-sec02 h2 {
  color: #1ba3bb;
}
.p-home-sec02 h2:before {
  background-image: url(../images/sec02_title.png);
}
.p-home-sec02 article {
  margin-top: 40px;
  border: 1px #1ba3bb solid;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article {
    margin-top: 5.3333333333vw;
    border-radius: 4vw;
  }
}
.p-home-sec02 article:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article:first-of-type {
    margin-top: 6.6666666667vw;
  }
}
.p-home-sec02 article h3 {
  color: #ffffff;
  background-color: #1ba3bb;
  height: 126px;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0 60px 0 40px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article h3 {
    height: 14.4vw;
    font-size: 3.4666666667vw;
    padding: 0 5.3333333333vw 0 4vw;
  }
}
.p-home-sec02 article h3:before, .p-home-sec02 article h3:after {
  content: "";
  background-color: #ffffff;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article h3:before, .p-home-sec02 article h3:after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    right: 5.3333333333vw;
  }
}
.p-home-sec02 article h3:after {
  transform: rotate(90deg);
}
.p-home-sec02 article h3 i {
  color: #1ba3bb;
  background-color: #ffffff;
  width: 56px;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  line-height: 56px;
  text-align: center;
  margin-right: 30px;
  border-radius: 50%;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article h3 i {
    width: 8vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
    margin-right: 2.6666666667vw;
  }
}
.p-home-sec02 article h3.is-open {
  color: #1ba3bb;
  background-color: transparent;
}
.p-home-sec02 article h3.is-open:before, .p-home-sec02 article h3.is-open:after {
  background-color: #1ba3bb;
}
.p-home-sec02 article h3.is-open:after {
  transform: rotate(0);
}
.p-home-sec02 article h3.is-open i {
  color: #ffffff;
  background-color: #1ba3bb;
}
.p-home-sec02 article h3 > span {
  font-weight: 700;
  line-height: 1.4;
}
.p-home-sec02 article h3 > span span {
  font-size: 0.7em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article h3 > span span {
    display: block;
  }
}
.p-home-sec02 article > div {
  background-color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article > div {
    padding: 5.3333333333vw;
  }
}
.p-home-sec02 article > div > * {
  max-width: 840px;
  margin: 0 auto;
}
.p-home-sec02 article > div > *.p-home-sec02__graph01 h4:before, .p-home-sec02 article > div > *.p-home-sec02__graph01 h4:after {
  height: 3.5em;
}
.p-home-sec02 article > div > *.p-home-sec02__graph01 h4::before {
  transform: rotate(-15deg);
}
.p-home-sec02 article > div > *.p-home-sec02__graph01 h4::after {
  transform: rotate(15deg);
}
.p-home-sec02 article > div h4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article > div h4 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-home-sec02 article > div h4:before, .p-home-sec02 article > div h4:after {
  content: "";
  background-color: #000000;
  width: 1px;
  height: 1.5em;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article > div h4:before, .p-home-sec02 article > div h4:after {
    height: 2.5em;
  }
}
.p-home-sec02 article > div h4:before {
  left: -15px;
  transform: rotate(-27deg);
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article > div h4:before {
    left: -2.6666666667vw;
  }
}
.p-home-sec02 article > div h4:after {
  right: -15px;
  transform: rotate(27deg);
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article > div h4:after {
    right: -2.6666666667vw;
  }
}
.p-home-sec02 article > div h4 span {
  font-size: 2.2rem;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article > div h4 span {
    font-size: 3.4666666667vw;
  }
}
.p-home-sec02 article > div > p {
  font-size: 2rem;
  line-height: 1.8;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article > div > p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-home-sec02 article:nth-of-type(1) .p-home-sec02__reason dt:before {
  background-image: url(../images/sec02_icon01.png);
}
.p-home-sec02 article:nth-of-type(2) > div figure {
  width: 447px;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article:nth-of-type(2) > div figure {
    width: 56.2666666667vw;
  }
}
.p-home-sec02 article:nth-of-type(2) .p-home-sec02__reason dt:before {
  background-image: url(../images/sec02_icon02.png);
}
.p-home-sec02 article:nth-of-type(3) > div h4:before, .p-home-sec02 article:nth-of-type(3) > div h4:after {
  height: 1.5em !important;
}
.p-home-sec02 article:nth-of-type(3) > div figure {
  width: 601px;
}
@media screen and (max-width: 768px) {
  .p-home-sec02 article:nth-of-type(3) > div figure {
    width: 100%;
  }
}
.p-home-sec02 article:nth-of-type(3) .p-home-sec02__reason dt:before {
  background-image: url(../images/sec02_icon03.png);
}
.p-home-sec02__slides {
  margin: 40px auto 0 auto !important;
  padding-top: 40px;
  border-top: 1px #cfcfcf solid;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__slides {
    margin: 8vw auto 0 auto !important;
    padding-top: 8vw;
  }
}
.p-home-sec02__slides .swiper-pagination {
  margin: 20px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__slides .swiper-pagination {
    margin: 2.6666666667vw auto 0 auto;
  }
}
.p-home-sec02__slides .swiper-pagination-bullet {
  background-color: #cfcfcf;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__slides .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 0.5333333333vw;
  }
}
.p-home-sec02__slides .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active {
  background-color: #81b836;
}
.p-home-sec02__slides .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active {
  background-color: #eb8c0c;
}
.p-home-sec02__slides .p-home-sec02__graph02 h4::before, .p-home-sec02__slides .p-home-sec02__graph02 h4::after,
.p-home-sec02__slides .p-home-sec02__graph03 h4::before,
.p-home-sec02__slides .p-home-sec02__graph03 h4::after {
  height: 1.3em;
}
.p-home-sec02__graph02, .p-home-sec02__graph03 {
  background-color: #ffffff;
}
.p-home-sec02__graph02 > dl, .p-home-sec02__graph03 > dl {
  width: 150px;
  height: 40px;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__graph02 > dl, .p-home-sec02__graph03 > dl {
    width: 28vw;
    height: 6.9333333333vw;
    margin: 0 auto 2.6666666667vw auto;
    border-radius: 3.4666666667vw;
  }
}
.p-home-sec02__graph02 > dl dt,
.p-home-sec02__graph02 > dl dd, .p-home-sec02__graph03 > dl dt,
.p-home-sec02__graph03 > dl dd {
  width: 50%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__graph02 > dl dt,
  .p-home-sec02__graph02 > dl dd, .p-home-sec02__graph03 > dl dt,
  .p-home-sec02__graph03 > dl dd {
    font-size: 3.2vw;
  }
}
.p-home-sec02__graph02 > dl dt span, .p-home-sec02__graph03 > dl dt span {
  font-weight: 600;
}
.p-home-sec02__graph02 > dl dd, .p-home-sec02__graph03 > dl dd {
  color: #ffffff;
}
.p-home-sec02__graph02 > dl dd span, .p-home-sec02__graph03 > dl dd span {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.p-home-sec02__graph02 > dl dd span:before, .p-home-sec02__graph03 > dl dd span:before {
  content: "";
  background-color: #ffffff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 22px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__graph02 > dl dd span:before, .p-home-sec02__graph03 > dl dd span:before {
    width: 4.8vw;
    height: 3.7333333333vw;
    margin-right: 0.8vw;
  }
}
.p-home-sec02__graph02 > p, .p-home-sec02__graph03 > p {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__graph02 > p, .p-home-sec02__graph03 > p {
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-home-sec02__graph02 > p span, .p-home-sec02__graph03 > p span {
  font-size: 3.8rem;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__graph02 > p span, .p-home-sec02__graph03 > p span {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec02__graph02 svg, .p-home-sec02__graph03 svg {
    width: 100%;
  }
}
.p-home-sec02__graph02 > dl {
  border: 1px #81b836 solid;
}
.p-home-sec02__graph02 > dl dt {
  color: #81b836;
}
.p-home-sec02__graph02 > dl dd {
  background-color: #81b836;
}
.p-home-sec02__graph02 > dl dd span:before {
  -webkit-mask-image: url(../images/icon_dog.svg);
          mask-image: url(../images/icon_dog.svg);
}
.p-home-sec02__graph02 > p {
  color: #81b836;
}
.p-home-sec02__graph03 > dl {
  border: 1px #eb8c0c solid;
}
.p-home-sec02__graph03 > dl dt {
  color: #eb8c0c;
}
.p-home-sec02__graph03 > dl dd {
  background-color: #eb8c0c;
}
.p-home-sec02__graph03 > dl dd span:before {
  -webkit-mask-image: url(../images/icon_cat.svg);
          mask-image: url(../images/icon_cat.svg);
}
.p-home-sec02__graph03 > p {
  color: #eb8c0c;
}
.p-home-sec02__wrapper {
  width: 100%;
  margin: 0 auto;
}
.p-home-sec02__reason, .p-home-sec02__comment {
  width: calc(100% - 80px);
  font-size: 1.8rem;
  text-align: left;
  padding: 40px;
  border: 2px #000000 solid;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__reason, .p-home-sec02__comment {
    width: calc(100% - 5vw);
    font-size: 3.2vw;
    padding: 5.3333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.p-home-sec02__reason dt, .p-home-sec02__comment dt {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__reason dt, .p-home-sec02__comment dt {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-home-sec02__reason dt:before, .p-home-sec02__comment dt:before {
  content: "";
  width: 80px;
  height: 80px;
  margin-right: 20px;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__reason dt:before, .p-home-sec02__comment dt:before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.p-home-sec02__reason dt > span span, .p-home-sec02__comment dt > span span {
  font-weight: 700;
}
.p-home-sec02__reason dd, .p-home-sec02__comment dd {
  line-height: 2;
}
.p-home-sec02__reason dd ul, .p-home-sec02__comment dd ul {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-home-sec02__reason dd ul li, .p-home-sec02__comment dd ul li {
  color: #ffffff;
  background-color: #1ba3bb;
  margin: 0 1em 0.5em 0;
  padding: 0 0.75em;
  display: inline-block;
  border-radius: 1em;
}
.p-home-sec02__reason {
  color: #de644f;
  border-color: #de644f;
  margin: 40px auto 0 0 !important;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__reason {
    margin: 5.3333333333vw auto 0 0 !important;
  }
}
.p-home-sec02__reason dt > span {
  font-weight: 700;
}
.p-home-sec02__reason dt > span span {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__reason dt > span span {
    margin-top: 1.3333333333vw;
    display: block;
  }
}
.p-home-sec02__comment {
  color: #1ba3bb;
  border-color: #1ba3bb;
  margin: 40px 0 0 auto !important;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__comment {
    margin: 5.3333333333vw 0 0 auto !important;
  }
}
.p-home-sec02__comment dt > span {
  font-weight: 500;
}
.p-home-sec02__comment dt > span span {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__comment dt > span span {
    margin-bottom: 1.3333333333vw;
  }
}
.p-home-sec02__comment.doc01 dt:before {
  background-image: url(../images/sec02_icon04.png);
}
.p-home-sec02__comment.doc02 dt:before {
  background-image: url(../images/sec02_icon05.png);
}
.p-home-sec02__notice {
  color: #de644f;
  width: 100%;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__notice {
    font-size: 2.6666666667vw !important;
    margin-top: 5.3333333333vw !important;
  }
}
.p-home-sec02__notice a {
  font-weight: 700;
  text-decoration: underline;
}
.p-home-sec02__onepoint {
  margin-top: 30px;
  padding: 40px;
  border: 3px #de644f dotted;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-home-sec02__onepoint {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw;
    border-width: 0.8vw;
    border-radius: 4vw;
  }
}
.p-home-sec03 {
  background-color: #eefff7;
}
.p-home-sec03 h2 {
  color: #77cca2;
}
.p-home-sec03 h2:before {
  background-image: url(../images/sec03_title.png);
}
.p-home-sec03 p {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 p {
    font-size: 3.7333333333vw;
  }
}
.p-home-sec03 table {
  width: 100%;
  margin-top: 40px;
  table-layout: fixed;
  border-collapse: separate;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table {
    margin-top: 8vw;
  }
}
.p-home-sec03 table thead th {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table thead th {
    font-size: 3.2vw;
  }
}
.p-home-sec03 table thead th span {
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  margin: 0 30px;
  padding: 20px;
  display: block;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table thead th span {
    margin: 0 1.3333333333vw;
    padding: 1.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.p-home-sec03 table thead th span:after {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table thead th span:after {
    width: 3.2vw;
    height: 3.2vw;
    border-left-width: 1.6vw;
    border-right-width: 1.6vw;
    bottom: -3.2vw;
  }
}
.p-home-sec03 table thead th:nth-of-type(1) {
  width: 28%;
}
.p-home-sec03 table thead th:nth-of-type(2) span {
  color: #79d0a4;
  border: 2px #79d0a4 solid;
}
.p-home-sec03 table thead th:nth-of-type(2) span:after {
  border-top: 20px #79d0a4 solid;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table thead th:nth-of-type(2) span:after {
    border-top-width: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table thead th:nth-of-type(2) span i {
    display: none;
  }
}
.p-home-sec03 table thead th:nth-of-type(3) span {
  color: #34a4d4;
  border: 2px #34a4d4 solid;
}
.p-home-sec03 table thead th:nth-of-type(3) span:after {
  border-top: 20px #34a4d4 solid;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table thead th:nth-of-type(3) span:after {
    border-top-width: 3.2vw;
  }
}
.p-home-sec03 table thead:after {
  content: "";
  width: 100%;
  height: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table thead:after {
    height: 4vw;
  }
}
.p-home-sec03 table tbody th,
.p-home-sec03 table tbody td {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  border-top: 1px #c3c3c3 solid;
  border-left: 1px #c3c3c3 solid;
  border-right: 1px #c3c3c3 solid;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table tbody th,
  .p-home-sec03 table tbody td {
    padding: 2.6666666667vw;
  }
}
.p-home-sec03 table tbody th {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table tbody th {
    font-size: 3.7333333333vw;
  }
}
.p-home-sec03 table tbody td {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table tbody td {
    font-size: 3.4666666667vw;
  }
}
.p-home-sec03 table tbody tr > * + * {
  border-left: none;
}
.p-home-sec03 table tbody tr:first-of-type > *:first-of-type {
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table tbody tr:first-of-type > *:first-of-type {
    border-radius: 4vw 0 0 0;
  }
}
.p-home-sec03 table tbody tr:first-of-type > *:last-of-type {
  border-radius: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table tbody tr:first-of-type > *:last-of-type {
    border-radius: 0 4vw 0 0;
  }
}
.p-home-sec03 table tbody tr:first-of-type th:nth-of-type(2) {
  background-color: #79d0a4;
}
.p-home-sec03 table tbody tr:first-of-type th:nth-of-type(3) {
  background-color: #34a4d4;
}
.p-home-sec03 table tbody tr:last-of-type > * {
  border-bottom: 1px #c3c3c3 solid;
}
.p-home-sec03 table tbody tr:last-of-type > *:first-of-type {
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table tbody tr:last-of-type > *:first-of-type {
    border-radius: 0 0 0 4vw;
  }
}
.p-home-sec03 table tbody tr:last-of-type > *:last-of-type {
  border-radius: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 table tbody tr:last-of-type > *:last-of-type {
    border-radius: 0 0 4vw 0;
  }
}
.p-home-sec03__notice {
  color: #6f6f6f;
  font-size: 1.6rem !important;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec03__notice {
    font-size: 2.6666666667vw !important;
    margin-top: 5.3333333333vw;
  }
}
.p-home-sec03 article {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article {
    margin-top: 5.3333333333vw;
  }
}
.p-home-sec03 article:nth-of-type(1) {
  color: #77cca2;
}
.p-home-sec03 article:nth-of-type(1) h3 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(1) h3 {
    font-size: 4.5333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-home-sec03 article:nth-of-type(1) h3:after {
  content: "";
  background-color: #77cca2;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(1) h3:after {
    height: 1px;
  }
}
.p-home-sec03 article:nth-of-type(1) ul {
  font-size: 2.6rem;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-home-sec03 article:nth-of-type(1) ul {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(1) ul {
    font-size: 3.7333333333vw;
  }
}
.p-home-sec03 article:nth-of-type(1) ul li {
  font-weight: 600;
  margin: 0 0.5em;
  display: inline-flex;
  align-items: baseline;
}
@media screen and (max-width: 1000px) {
  .p-home-sec03 article:nth-of-type(1) ul li {
    margin: 20px auto 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(1) ul li {
    margin: 2.6666666667vw auto 0 auto;
  }
}
.p-home-sec03 article:nth-of-type(1) ul li:before {
  content: "";
  background-image: url(../images/sec03_icon01.svg);
  width: 27px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(1) ul li:before {
    width: 4.2666666667vw;
    height: 3.2vw;
    margin-right: 1.3333333333vw;
  }
}
.p-home-sec03 article:nth-of-type(1) ul + p {
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(1) ul + p {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.p-home-sec03 article:nth-of-type(1) p {
  color: #6f6f6f;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(1) p {
    margin-top: 5.3333333333vw;
  }
}
.p-home-sec03 article:nth-of-type(2) {
  color: #eb8c0c;
  background-color: #ffffff;
  max-width: 680px;
  margin: 40px auto 0 auto;
  padding: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(2) {
    max-width: none;
    margin: 5.3333333333vw auto 0 auto;
    padding: 5.3333333333vw;
    border-radius: 4vw;
  }
}
.p-home-sec03 article:nth-of-type(2) h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(2) h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-home-sec03 article:nth-of-type(2) h3:before {
  content: "";
  background-image: url(../images/sec03_icon02.svg);
  width: 23px;
  height: 23px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(2) h3:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.p-home-sec03 article:nth-of-type(2) p {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(2) p {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.p-home-sec03 article:nth-of-type(2) ol {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  margin: 20px auto 0 1.5em;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(2) ol {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw auto 0 1.5em;
  }
}
.p-home-sec03 article:nth-of-type(2) ol li {
  font-weight: 600;
}
.p-home-sec03 article:nth-of-type(2) ol li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-home-sec03 article:nth-of-type(2) ol li:nth-of-type(n + 2) {
    margin-top: 2.6666666667vw;
  }
}
.p-home-sec03__points {
  max-width: 900px;
  text-align: center;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-sec03__points {
    margin-top: 5.3333333333vw;
  }
}
.p-home-sec03__points p {
  color: #ffffff;
  background-color: #77cca2;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec03__points p {
    font-size: 4.8vw;
    line-height: 10.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-home-sec03__points > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-home-sec03__points > ul {
    display: block;
  }
}
.p-home-sec03__points > ul > li {
  background-color: #ffffff;
  width: calc((100% - 40px) / 2);
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 30px;
  border: 2px #77cca2 solid;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .p-home-sec03__points > ul > li {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec03__points > ul > li {
    width: 100%;
    font-size: 3.2vw;
    margin-top: 4vw;
    padding: 8vw;
    border-radius: 4vw;
  }
}
.p-home-sec03__points > ul > li dl dt {
  color: #77cca2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-sec03__points > ul > li dl dt {
    font-size: 4.2666666667vw;
  }
}
.p-home-sec03__points > ul > li dl dd span {
  text-decoration: underline;
  text-decoration-color: #77cca2;
}
.p-home-sec03__points > ul > li dl dd strong {
  color: #ffffff;
  background-color: #77cca2;
  padding: 0 0.25em;
}
.p-home-sec03__points > ul > li dl dd ul {
  line-height: 1.5;
  text-align: left;
  list-style-type: disc;
  margin: 0.5em auto 0 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-home-sec03__points > ul > li dl dd ul li {
  width: 50%;
}
.p-home-sec04 {
  background-color: #fffbe9;
}
.p-home-sec04 h2 {
  color: #ffc800;
}
.p-home-sec04 h2:before {
  background-image: url(../images/sec04_title.png);
}
.p-home-sec04__tab {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__tab {
    font-size: 3.7333333333vw;
  }
}
.p-home-sec04__tab li {
  color: #ffc800;
  background-color: #ffffff;
  width: 250px;
  height: 70px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #ffc800 solid;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__tab li {
    width: 38.4vw;
    height: 10.6666666667vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
.p-home-sec04__tab li:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__tab li:nth-of-type(n + 2) {
    margin-left: 2.1333333333vw;
  }
}
.p-home-sec04__tab li:before {
  content: "";
  background-color: #ffc800;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 32px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__tab li:before {
    width: 4.8vw;
    height: 3.7333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.p-home-sec04__tab li:nth-of-type(1):before {
  -webkit-mask-image: url(../images/icon_dog.svg);
          mask-image: url(../images/icon_dog.svg);
}
.p-home-sec04__tab li:nth-of-type(2):before {
  -webkit-mask-image: url(../images/icon_cat.svg);
          mask-image: url(../images/icon_cat.svg);
}
.p-home-sec04__tab li.is-active {
  color: #ffffff;
  background-color: #ffc800;
}
.p-home-sec04__tab li.is-active:before {
  background-color: #ffffff;
}
.p-home-sec04__panel {
  margin-top: -1px;
}
.p-home-sec04__panel > div {
  background-color: #ffffff;
  display: none;
  border: 2px #ffc800 solid;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__panel > div {
    border-width: 1px;
    border-radius: 4vw;
  }
}
.p-home-sec04__panel > div.is-open {
  display: block;
}
.p-home-sec04__panel + p {
  color: #6f6f6f;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__panel + p {
    font-size: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-home-sec04__wrapper {
  text-align: center;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__wrapper {
    padding: 5.3333333333vw;
  }
}
.p-home-sec04__wrapper article {
  width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 768px) {
  .p-home-sec04__wrapper article {
    width: calc((100% - 5vw) / 3);
  }
}
.p-home-sec04__wrapper article:not(:nth-of-type(5n + 1)) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__wrapper article:not(:nth-of-type(5n + 1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec04__wrapper article:not(:nth-of-type(3n + 1)) {
    margin-left: 2.5vw;
  }
}
.p-home-sec04__wrapper article:nth-of-type(n + 6) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__wrapper article:nth-of-type(n + 6) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec04__wrapper article:nth-of-type(n + 4) {
    margin-top: 2.6666666667vw;
  }
}
.p-home-sec04__wrapper article a {
  display: block;
}
.p-home-sec04__wrapper article h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-home-sec04__wrapper article h3 {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-home-sec04__modal {
  display: none;
}
.p-home-sec05, .p-home-sec06 {
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-home-sec05, .p-home-sec06 {
    padding-top: 10.6666666667vw;
  }
}
.p-home-sec05 p, .p-home-sec06 p {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-home-sec05 p, .p-home-sec06 p {
    font-size: 4.2666666667vw;
  }
}
.p-home-sec05 ol, .p-home-sec06 ol {
  list-style-type: none;
  display: flex;
  border: 1px #a2a2a2 solid;
}
@media screen and (max-width: 1000px) {
  .p-home-sec05 ol, .p-home-sec06 ol {
    display: block;
  }
}
.p-home-sec05 ol > li, .p-home-sec06 ol > li {
  width: 33.3333333333%;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-home-sec05 ol > li, .p-home-sec06 ol > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec05 ol > li, .p-home-sec06 ol > li {
    padding: 8vw 5.3333333333vw;
  }
}
.p-home-sec05 ol > li:nth-of-type(n + 2), .p-home-sec06 ol > li:nth-of-type(n + 2) {
  border-left: 1px #a2a2a2 solid;
}
@media screen and (max-width: 1000px) {
  .p-home-sec05 ol > li:nth-of-type(n + 2), .p-home-sec06 ol > li:nth-of-type(n + 2) {
    border-top: 1px #a2a2a2 solid;
    border-left: none;
  }
}
.p-home-sec05 ol > li:nth-of-type(n + 2):before, .p-home-sec06 ol > li:nth-of-type(n + 2):before {
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-right: 1px #a2a2a2 solid;
  border-bottom: 1px #a2a2a2 solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .p-home-sec05 ol > li:nth-of-type(n + 2):before, .p-home-sec06 ol > li:nth-of-type(n + 2):before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec05 ol > li:nth-of-type(n + 2):before, .p-home-sec06 ol > li:nth-of-type(n + 2):before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-home-sec05 ol > li p:nth-of-type(1), .p-home-sec06 ol > li p:nth-of-type(1) {
  color: #ffffff;
  background-color: #545454;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 40px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .p-home-sec05 ol > li p:nth-of-type(1), .p-home-sec06 ol > li p:nth-of-type(1) {
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 0.8vw;
  }
}
.p-home-sec05 ol > li p:nth-of-type(2), .p-home-sec06 ol > li p:nth-of-type(2) {
  font-weight: 600;
  line-height: 1.6;
}
.p-home-sec05 ol > li p:nth-of-type(2):before, .p-home-sec06 ol > li p:nth-of-type(2):before {
  content: "";
  margin: 0 auto 15px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-sec05 ol > li p:nth-of-type(2):before, .p-home-sec06 ol > li p:nth-of-type(2):before {
    margin: 0 auto 4vw auto;
  }
}
.p-home-sec05 ol > li ul, .p-home-sec06 ol > li ul {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  list-style-type: disc;
  margin: 10px auto 0 auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-home-sec05 ol > li ul, .p-home-sec06 ol > li ul {
    font-size: 3.2vw;
    margin: 2.6666666667vw auto 0 auto;
  }
}
.p-home-sec05 ol {
  margin-top: 40px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec05 ol {
    margin-top: 5.3333333333vw;
    border-radius: 4vw;
  }
}
.p-home-sec05 ol > li:nth-of-type(1) p:nth-of-type(2):before {
  background-image: url(../images/sec05_icon01.svg);
  width: 64px;
  height: 93px;
}
@media screen and (max-width: 1000px) {
  .p-home-sec05 ol > li:nth-of-type(1) p:nth-of-type(2):before {
    height: 82px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec05 ol > li:nth-of-type(1) p:nth-of-type(2):before {
    width: 11.7333333333vw;
    height: 15.2vw;
  }
}
.p-home-sec05 ol > li:nth-of-type(2) p:nth-of-type(2):before {
  background-image: url(../images/sec05_icon02.svg);
  width: 68px;
  height: 93px;
}
@media screen and (max-width: 768px) {
  .p-home-sec05 ol > li:nth-of-type(2) p:nth-of-type(2):before {
    width: 11.7333333333vw;
    height: 16.8vw;
  }
}
.p-home-sec05 ol > li:nth-of-type(3) p:nth-of-type(2):before {
  background-image: url(../images/sec05_icon03.svg);
  width: 70px;
  height: 93px;
}
@media screen and (max-width: 1000px) {
  .p-home-sec05 ol > li:nth-of-type(3) p:nth-of-type(2):before {
    height: 59px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec05 ol > li:nth-of-type(3) p:nth-of-type(2):before {
    width: 14.6666666667vw;
    height: 12.2666666667vw;
  }
}
.p-home-sec06 dl {
  text-align: center;
  margin-top: 40px;
  border-top: 1px #a2a2a2 solid;
  border-left: 1px #a2a2a2 solid;
  border-right: 1px #a2a2a2 solid;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-sec06 dl {
    margin-top: 5.3333333333vw;
    border-radius: 4vw 4vw 0 0;
  }
}
.p-home-sec06 dl dt {
  color: #ffffff;
  background-color: #545454;
  height: 75px;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-home-sec06 dl dt {
    height: 18.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-home-sec06 dl dt span {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.p-home-sec06 dl dt span:before {
  content: "";
  background-image: url(../images/sec06_icon01.svg);
  width: 45px;
  height: 29px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-home-sec06 dl dt span:before {
    width: 9.0666666667vw;
    height: 5.8666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.p-home-sec06 dl dd {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .p-home-sec06 dl dd {
    font-size: 3.7333333333vw;
    text-align: left;
    padding: 8vw 5.3333333333vw;
  }
}
.p-home-sec06 ol {
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec06 ol {
    border-radius: 0 0 4vw 4vw;
  }
}
.p-home-sec06 ol > li:nth-of-type(1) p:nth-of-type(2):before {
  background-image: url(../images/sec06_icon02.svg);
  width: 86px;
  height: 96px;
}
@media screen and (max-width: 1000px) {
  .p-home-sec06 ol > li:nth-of-type(1) p:nth-of-type(2):before {
    height: 86px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec06 ol > li:nth-of-type(1) p:nth-of-type(2):before {
    width: 16vw;
    height: 16vw;
  }
}
.p-home-sec06 ol > li:nth-of-type(2) p:nth-of-type(2):before {
  background-image: url(../images/sec06_icon03.svg);
  width: 101px;
  height: 96px;
}
@media screen and (max-width: 1000px) {
  .p-home-sec06 ol > li:nth-of-type(2) p:nth-of-type(2):before {
    height: 86px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec06 ol > li:nth-of-type(2) p:nth-of-type(2):before {
    width: 20.2666666667vw;
    height: 17.3333333333vw;
  }
}
.p-home-sec06 ol > li:nth-of-type(3) p:nth-of-type(2):before {
  background-image: url(../images/sec06_icon04.svg);
  width: 118px;
  height: 96px;
}
@media screen and (max-width: 768px) {
  .p-home-sec06 ol > li:nth-of-type(3) p:nth-of-type(2):before {
    width: 22.1333333333vw;
    height: 17.8666666667vw;
  }
}
.p-home-sec06 ol + p {
  font-size: 1.6rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-sec06 ol + p {
    font-size: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-home-sec06 ol + p a {
  font-weight: 700;
  text-decoration: underline;
}
.p-home-sec07 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-home-sec07 {
    padding: 21.3333333333vw 0;
  }
}
.p-home-sec08 {
  background-color: #fff3f1;
  padding: 100px 0 140px 0;
}
@media screen and (max-width: 768px) {
  .p-home-sec08 {
    padding: 10.6666666667vw 0 21.3333333333vw 0;
  }
}
.p-home-sec08 ul {
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-home-sec08 ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec08 ul {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-top: 5.3333333333vw;
  }
}
.p-home-sec08 ul li {
  background-color: #ffffff;
  width: calc((100% - 60px) / 2);
  min-height: 200px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px #de644f solid;
  border-radius: 40px 40px 0 40px;
}
@media screen and (max-width: 1000px) {
  .p-home-sec08 ul li {
    width: 510px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec08 ul li {
    width: 73.0666666667vw;
    min-height: 0;
    padding: 5.3333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.p-home-sec08 ul li:before {
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .p-home-sec08 ul li:before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    padding: 0 2.6666666667vw 2.6666666667vw 0;
    top: -2.1333333333vw;
    left: -0.5333333333vw;
  }
}
.p-home-sec08 ul li span {
  font-weight: 700;
}
.p-home-sec08 ul li span strong {
  color: #de644f;
  padding: 0 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-sec08 ul li span strong {
    padding: 0;
  }
}
.p-home-sec08 ul li span i {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-sec08 ul li span i {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-home-sec08 ul li:nth-of-type(1) {
    margin: 30px auto 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec08 ul li:nth-of-type(1) {
    margin: 5.3333333333vw auto 0 5.3333333333vw;
  }
}
.p-home-sec08 ul li:nth-of-type(1):before {
  background-image: url(../images/sec08_icon01.png);
}
@media screen and (max-width: 1000px) {
  .p-home-sec08 ul li:nth-of-type(2) {
    margin: 30px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec08 ul li:nth-of-type(2) {
    margin: 5.3333333333vw 0 0 auto;
  }
}
.p-home-sec08 ul li:nth-of-type(2):before {
  background-image: url(../images/sec08_icon02.png);
}
.p-home-sec08 ul li:nth-of-type(3) {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .p-home-sec08 ul li:nth-of-type(3) {
    margin: 30px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec08 ul li:nth-of-type(3) {
    margin: 5.3333333333vw auto 0 0;
  }
}
.p-home-sec08 ul li:nth-of-type(3):before {
  background-image: url(../images/sec08_icon03.png);
}
.p-home-sec08 ul li:nth-of-type(4) {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .p-home-sec08 ul li:nth-of-type(4) {
    margin: 30px 40px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home-sec08 ul li:nth-of-type(4) {
    margin: 5.3333333333vw auto 0 10.6666666667vw;
  }
}
.p-home-sec08 ul li:nth-of-type(4):before {
  background-image: url(../images/sec08_icon04.png);
}
.p-home-sec08__recommend {
  background-color: #ebfdfb;
  max-width: 790px;
  text-align: center;
  margin: 50px auto 0 auto;
  padding: 20px 30px 30px 30px;
  border: 1px #0e6a61 solid;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-home-sec08__recommend {
    margin: 6.6666666667vw auto 0 auto;
    padding: 4vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.p-home-sec08 .c-mitsumoriBtn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-sec08 .c-mitsumoriBtn {
    margin-top: 6.6666666667vw;
  }
}
.p-home-mitsumori {
  display: none;
}

.p-mitsumori {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.p-mitsumori-select {
  list-style: none;
}
.p-mitsumori-select > li {
  background-color: #fff3f1;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  border-radius: 15px;
}
.p-mitsumori-select > li i {
  color: #ffffff;
  background-color: #ed644f;
  width: 38px;
  height: 38px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 50%;
}
.p-mitsumori-select > li i span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.p-mitsumori-select > li > p {
  color: #ed644f;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-mitsumori-select > li ul {
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-mitsumori-select > li ul li {
  width: calc((100% - 15px) / 2);
}
.p-mitsumori-select > li ul li:nth-of-type(n + 3) {
  margin-top: 15px;
}
.p-mitsumori-select > li ul li label {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  font-weight: 700;
  padding: 20px;
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.p-mitsumori-select > li ul li label input[type=radio] {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  cursor: pointer;
}
.p-mitsumori-select > li ul li label input[type=radio]:checked {
  border: 3px #de644f solid;
}
.p-mitsumori-select > li ul li label input[type=radio] + span {
  font-weight: 700;
  position: relative;
}
.p-mitsumori-select > li ul li label input[type=radio] + span strong {
  font-weight: 700;
}
.p-mitsumori-select > li.q01 ul li label {
  padding: 40px 20px 30px 20px;
}
.p-mitsumori-select > li.q01 ul li label:before {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 43px;
  height: 32px;
  margin: 0 auto 20px auto;
  display: block;
}
.p-mitsumori-select > li.q01 ul li:nth-of-type(1) {
  color: #81b836;
}
.p-mitsumori-select > li.q01 ul li:nth-of-type(1) label:before {
  background-color: #81b836;
  -webkit-mask-image: url(../images/icon_dog.svg);
          mask-image: url(../images/icon_dog.svg);
}
.p-mitsumori-select > li.q01 ul li:nth-of-type(2) {
  color: #ffc800;
}
.p-mitsumori-select > li.q01 ul li:nth-of-type(2) label:before {
  background-color: #ffc800;
  -webkit-mask-image: url(../images/icon_cat.svg);
          mask-image: url(../images/icon_cat.svg);
}
.p-mitsumori-select > li.q02_dog {
  display: none;
}
.p-mitsumori-select > li.q02_dog ul li label {
  font-weight: 500;
}
.p-mitsumori-select > li.q02_dog ul li label strong {
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: block;
}
.p-mitsumori-select > li.q03_dog, .p-mitsumori-select > li.q04_dog, .p-mitsumori-select > li.q02_cat, .p-mitsumori-select > li.q03_cat {
  display: none;
}
.p-mitsumori-select > li.q03_dog ul li label strong, .p-mitsumori-select > li.q04_dog ul li label strong, .p-mitsumori-select > li.q02_cat ul li label strong, .p-mitsumori-select > li.q03_cat ul li label strong {
  font-size: 2.6rem;
  padding-right: 0.1em;
}
.p-mitsumori-price {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 2px #f2bdb4 solid;
  border-radius: 8px;
}
.p-mitsumori-price dt {
  font-size: 1.5rem;
}
.p-mitsumori-price dd {
  color: #de644f;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
.p-mitsumori-price dd span {
  font-weight: 600;
}
.p-mitsumori-price.is-active {
  display: flex;
}
.p-mitsumori-terms {
  margin-top: 20px;
  display: none;
  align-items: center;
  justify-content: center;
}
.p-mitsumori-terms dt {
  color: #ffffff;
  background-color: #333333;
  font-size: 1rem;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 7px;
  border-radius: 10px;
}
.p-mitsumori-terms dd {
  font-size: 1.4rem;
}
.p-mitsumori-terms.is-active {
  display: flex;
}
.p-mitsumori .c-linkBtns {
  max-width: none;
  margin-top: 20px;
}
.p-mitsumori .c-linkBtns li {
  width: calc((100% - 15px) / 2);
  height: 54px;
  font-size: 1.8rem;
}
.p-mitsumori .c-linkBtns li a {
  border-radius: 8px;
}
.p-mitsumori .c-linkBtns li a:before {
  left: 10px;
}
.p-mitsumori .c-linkBtns li a:after {
  width: 10px;
  height: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  right: 10px;
}
.p-mitsumori .c-linkBtns li a span {
  padding-left: 10px;
}
.p-mitsumori .c-linkBtns li:nth-of-type(1) a {
  border-width: 2px;
  box-shadow: 0 3px 10px rgba(129, 184, 54, 0.4);
}
.p-mitsumori .c-linkBtns li:nth-of-type(1) a:before {
  width: 21px;
  height: 21px;
}
.p-mitsumori .c-linkBtns li:nth-of-type(2) a {
  box-shadow: 0 3px 10px rgba(235, 140, 12, 0.4);
}
.p-mitsumori .c-linkBtns li:nth-of-type(2) a:before {
  width: 28px;
  height: 21px;
}
.p-mitsumori .js-colorbox__close {
  margin-top: 20px;
}

.p-example {
  background-color: #f6ffe9;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.p-example__inner {
  background-color: #ffffff;
  padding: 20px 0;
  border: 1px #81b836 solid;
  border-radius: 15px;
}
.p-example-header {
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}
.p-example-header .js-colorbox__prev,
.p-example-header .js-colorbox__next {
  background-color: #81b836;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-example-header .js-colorbox__prev i,
.p-example-header .js-colorbox__next i {
  width: 10px;
  height: 10px;
  border-top: 2px #ffffff solid;
  border-left: 2px #ffffff solid;
}
.p-example-header .js-colorbox__prev {
  left: -30px;
}
.p-example-header .js-colorbox__prev i {
  margin: 0 10px 0 auto;
  transform: rotate(-45deg);
}
.p-example-header .js-colorbox__next {
  right: -30px;
}
.p-example-header .js-colorbox__next i {
  margin: 0 auto 0 10px;
  transform: rotate(135deg);
}
.p-example-header > i {
  color: #81b836;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 20px;
}
.p-example-header > i span {
  font-size: 2.9rem;
  font-weight: 500;
}
.p-example-header div figure {
  width: 130px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.p-example-header div p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 10px;
}
.p-example-type {
  font-size: 1.5rem;
  margin: 20px 20px 0 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #81b836 solid;
}
.p-example-type li {
  color: #81b836;
  background-color: #f6ffe9;
  width: calc((100% - 10px) / 2);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.p-example-type li span {
  font-weight: 600;
}
.p-example-price {
  font-size: 1.2rem;
  margin-top: 30px;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-example-price li:nth-of-type(1) {
  display: flex;
  align-items: flex-end;
}
.p-example-price li:nth-of-type(1) dl dt {
  font-size: 1rem;
  white-space: nowrap;
  margin-bottom: 5px;
}
.p-example-price li:nth-of-type(1) dl dd {
  font-weight: 600;
}
.p-example-price li:nth-of-type(1) dl dd span {
  font-size: 1.8rem;
  font-weight: 600;
}
.p-example-price li:nth-of-type(1):after {
  content: "=";
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0.5em;
  display: inline-block;
}
.p-example-price li:nth-of-type(2) {
  color: #eb8c0c;
}
.p-example-price li:nth-of-type(2) dl dt {
  font-weight: 700;
  margin-bottom: 5px;
}
.p-example-price li:nth-of-type(2) dl dd {
  font-size: 2.8rem;
  font-weight: 600;
}
.p-example-price li:nth-of-type(2) dl dd span {
  color: #1c1c1c;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
  display: block;
}
.p-example-detail {
  margin-top: 20px;
  padding: 0 20px;
}
.p-example-detail div {
  font-size: 1.3rem;
  padding: 20px;
  display: none;
  border-top: 1px #81b836 solid;
  border-left: 1px #81b836 solid;
  border-right: 1px #81b836 solid;
  border-radius: 5px 5px 0 0;
}
.p-example-detail div dl {
  display: flex;
  justify-content: space-between;
}
.p-example-detail div dl:nth-of-type(n + 2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #e8e8e8 solid;
}
.p-example-detail div dl.double {
  border-top-style: double;
  border-top-width: 4px;
}
.p-example-detail button {
  color: #81b836;
  background-color: #ffffff;
  width: 100%;
  height: 34px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px #81b836 solid;
  border-radius: 5px;
  transition: all 0.2s;
}
.p-example-detail button:before, .p-example-detail button:after {
  content: "";
  background-color: #81b836;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: all 0.2s;
}
.p-example-detail button:after {
  transform: rotate(90deg);
}
.p-example-detail button span {
  font-weight: 700;
  transition: all 0.2s;
}
.p-example-detail button.is-open {
  color: #ffffff;
  background-color: #81b836;
  border-radius: 0 0 5px 5px;
}
.p-example-detail button.is-open:before, .p-example-detail button.is-open:after {
  background-color: #ffffff;
}
.p-example-detail button.is-open:after {
  transform: rotate(0);
}
.p-example-text {
  margin-top: 40px;
  padding: 0 20px;
}
.p-example-text dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-example-text dt span {
  color: #ffffff;
  background-color: #81b836;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 15px;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  border-radius: 4px;
}
.p-example-text dt span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 10px #81b836 solid;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.p-example-text dd {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-example-case {
  margin-top: 30px;
  padding: 0 20px;
}
.p-example-case p {
  font-size: 0.8rem;
}
.p-example-case p:first-of-type {
  color: #81b836;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-example-case table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
  border-collapse: separate;
}
.p-example-case table tbody th,
.p-example-case table tbody td {
  vertical-align: middle;
  padding: 10px;
  border-top: 1px #cbcbcb solid;
  border-right: 1px #cbcbcb solid;
}
.p-example-case table tbody th span,
.p-example-case table tbody td span {
  display: block;
}
.p-example-case table tbody th {
  background-color: #f6ffe9;
  border-left: 1px #cbcbcb solid;
}
.p-example-case table tbody th span {
  font-size: 1.1rem;
  font-weight: 500;
}
.p-example-case table tbody td span {
  color: #81b836;
  font-size: 1.2rem;
  font-weight: 700;
}
.p-example-case table tbody tr:first-of-type th {
  border-radius: 5px 0 0 0;
}
.p-example-case table tbody tr:first-of-type td:last-of-type {
  border-radius: 0 5px 0 0;
}
.p-example-case table tbody tr:last-of-type > * {
  border-bottom: 1px #cbcbcb solid;
}
.p-example-case table tbody tr:last-of-type th {
  border-radius: 0 0 0 5px;
}
.p-example-case table tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 5px 0;
}
.p-example .c-mitsumoriBtn {
  height: 60px;
  margin-top: 20px;
  border-width: 8px;
}
.p-example .c-mitsumoriBtn div {
  padding-right: 20px;
}
.p-example .c-mitsumoriBtn div:after {
  width: 12px;
  height: 12px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  right: 20px;
}
.p-example .c-mitsumoriBtn div > span {
  font-size: 1.8rem;
  line-height: 28px;
  margin-right: 10px;
  padding: 0 5px;
  border-radius: 3px;
}
.p-example .c-mitsumoriBtn div > span:after {
  width: 4px;
  height: 6px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 4px;
  right: -4px;
}
.p-example .c-mitsumoriBtn div p {
  font-size: 1.6rem;
}
.p-example .c-mitsumoriBtn div p span {
  font-size: 2.7rem;
}
.p-example .c-mitsumoriBtn div p span i {
  font-size: 3.5rem;
}
.p-example .js-colorbox__close {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-graph01 svg {
    width: 100%;
  }
}
.p-graph01__text {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}
.p-graph01__bar {
  transform: scaleX(0);
  transform-origin: 58px;
}
.p-graph01.js-inviewGraph01--finish .p-graph01__bar {
  animation: graph01 1s linear both;
}
.p-graph01.js-inviewGraph01--finish .p-graph01__text {
  opacity: 1;
}
.p-graph02 ul, .p-graph03 ul {
  width: 630px;
  text-align: center;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul, .p-graph03 ul {
    width: 100%;
  }
}
.p-graph02 ul li, .p-graph03 ul li {
  width: 200px;
  padding-top: 96px;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li, .p-graph03 ul li {
    width: 29.3333333333vw;
    padding-top: 14.6666666667vw;
    margin: 0;
  }
}
.p-graph02 ul li > div, .p-graph03 ul li > div {
  color: #ffffff;
  background-color: #ecf4f9;
  width: 140px;
  height: 308px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border: 1px #1ba3bb solid;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li > div, .p-graph03 ul li > div {
    width: 21.3333333333vw;
    height: 46.1333333333vw;
    font-size: 2.9333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.p-graph02 ul li > div > div, .p-graph03 ul li > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-graph02 ul li > div > div span, .p-graph03 ul li > div > div span {
  font-weight: 700;
}
.p-graph02 ul li:nth-of-type(1) > div > div:nth-of-type(1), .p-graph03 ul li:nth-of-type(1) > div > div:nth-of-type(1) {
  color: #1ba3bb;
  flex: 1;
}
.p-graph02 ul li:nth-of-type(1) > div > div:nth-of-type(2), .p-graph03 ul li:nth-of-type(1) > div > div:nth-of-type(2) {
  background-color: #1ba3bb;
  height: 39%;
  position: relative;
  border-radius: 0 0 7px 7px;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(1) > div > div:nth-of-type(2), .p-graph03 ul li:nth-of-type(1) > div > div:nth-of-type(2) {
    border-radius: 0 0 calc(2.133333vw - 1px) calc(2.133333vw - 1px);
  }
}
.p-graph02 ul li:nth-of-type(1) > div > div:nth-of-type(2):after, .p-graph03 ul li:nth-of-type(1) > div > div:nth-of-type(2):after {
  content: "";
  background: linear-gradient(90deg, #1ba3bb 0%, #1ba3bb 50%, #ffffff 50%, #ffffff 100%);
  background-size: 10px 3px;
  width: 140px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 137px;
  opacity: 0;
  transform: rotate(-42deg);
  transform-origin: top left;
  transition: opacity 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(1) > div > div:nth-of-type(2):after, .p-graph03 ul li:nth-of-type(1) > div > div:nth-of-type(2):after {
    width: 26.6666666667vw;
    height: 0.5333333333vw;
    background-size: 2.1333333333vw 0.5333333333vw;
    left: 20.5333333333vw;
    transform: rotate(-52deg);
  }
}
.p-graph02 ul li:nth-of-type(1) p, .p-graph03 ul li:nth-of-type(1) p {
  color: #7c7c7c;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(1) p, .p-graph03 ul li:nth-of-type(1) p {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-graph02 ul li:nth-of-type(1) p span, .p-graph03 ul li:nth-of-type(1) p span {
  color: #000000;
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(1) p span, .p-graph03 ul li:nth-of-type(1) p span {
    font-size: 3.4666666667vw;
  }
}
.p-graph02 ul li:nth-of-type(2) p, .p-graph03 ul li:nth-of-type(2) p {
  color: #ffffff;
  background-color: #de644f;
  width: 196px;
  height: 76px;
  font-size: 1.8rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 8px;
  opacity: 0;
  transform: translateX(-50%) translateY(40px);
  transition: opacity 1s, transform 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(2) p, .p-graph03 ul li:nth-of-type(2) p {
    width: 29.3333333333vw;
    height: 11.4666666667vw;
    font-size: 2.6666666667vw;
    border-radius: 2.1333333333vw;
    transform: translateX(-50%) translateY(5.3333333333vw);
  }
}
.p-graph02 ul li:nth-of-type(2) p:after, .p-graph03 ul li:nth-of-type(2) p:after {
  content: "";
  width: 15px;
  height: 10px;
  border-top: 10px #de644f solid;
  border-left: 7.5px transparent solid;
  border-right: 7.5px transparent solid;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(2) p:after, .p-graph03 ul li:nth-of-type(2) p:after {
    width: 2.1333333333vw;
    height: 1.3333333333vw;
    border-top-width: 1.3333333333vw;
    border-left-width: 1.0666666667vw;
    border-right-width: 1.0666666667vw;
    bottom: -1.3333333333vw;
  }
}
.p-graph02 ul li:nth-of-type(2) p span, .p-graph03 ul li:nth-of-type(2) p span {
  font-weight: 700;
}
.p-graph02 ul li:nth-of-type(2) > div, .p-graph03 ul li:nth-of-type(2) > div {
  border-width: 2px;
}
.p-graph02 ul li:nth-of-type(2) > div > div, .p-graph03 ul li:nth-of-type(2) > div > div {
  position: relative;
}
.p-graph02 ul li:nth-of-type(2) > div > div:before, .p-graph03 ul li:nth-of-type(2) > div > div:before {
  content: "";
  background: linear-gradient(90deg, #1ba3bb 0%, #1ba3bb 50%, #ffffff 50%, #ffffff 100%);
  background-size: 10px 3px;
  width: 150px;
  height: 3px;
  position: absolute;
  top: 0;
  right: -170px;
  opacity: 0;
  transform-origin: top left;
  transition: opacity 0.5s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(2) > div > div:before, .p-graph03 ul li:nth-of-type(2) > div > div:before {
    width: 21.3333333333vw;
    height: 0.5333333333vw;
    background-size: 2.1333333333vw 0.5333333333vw;
    right: -24vw;
  }
}
.p-graph02 ul li:nth-of-type(2) > div > div > i, .p-graph03 ul li:nth-of-type(2) > div > div > i {
  position: absolute;
  top: 50%;
  right: calc(-50% - 75px - 20px);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(2) > div > div > i, .p-graph03 ul li:nth-of-type(2) > div > div > i {
    font-size: 2.4vw;
    right: calc(-50% - 12vw);
  }
}
.p-graph02 ul li:nth-of-type(2) > div > div > span, .p-graph03 ul li:nth-of-type(2) > div > div > span {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}
.p-graph02 ul li:nth-of-type(2) > div > div:nth-of-type(1), .p-graph03 ul li:nth-of-type(2) > div > div:nth-of-type(1) {
  color: #1ba3bb;
  flex: 1;
}
.p-graph02 ul li:nth-of-type(2) > div > div:nth-of-type(1) > i, .p-graph03 ul li:nth-of-type(2) > div > div:nth-of-type(1) > i {
  color: #1ba3bb;
}
.p-graph02 ul li:nth-of-type(2) > div > div:nth-of-type(1) > span i, .p-graph03 ul li:nth-of-type(2) > div > div:nth-of-type(1) > span i {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(2) > div > div:nth-of-type(1) > span i, .p-graph03 ul li:nth-of-type(2) > div > div:nth-of-type(1) > span i {
    font-size: 1.8666666667vw;
  }
}
.p-graph02 ul li:nth-of-type(2) > div > div:nth-of-type(2), .p-graph03 ul li:nth-of-type(2) > div > div:nth-of-type(2) {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #de644f 50%);
  background-position: 0% 100%;
  background-size: 100% 200%;
  height: 64%;
  margin-top: auto;
  opacity: 0;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(2) > div > div:nth-of-type(2), .p-graph03 ul li:nth-of-type(2) > div > div:nth-of-type(2) {
    border-radius: 0 0 calc(2.133333vw - 2px) calc(2.133333vw - 2px);
  }
}
.p-graph02 ul li:nth-of-type(2) > div > div:nth-of-type(2):after, .p-graph03 ul li:nth-of-type(2) > div > div:nth-of-type(2):after {
  content: "";
  background: linear-gradient(90deg, #1ba3bb 0%, #1ba3bb 50%, #ffffff 50%, #ffffff 100%);
  background-size: 10px 3px;
  width: 150px;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: -170px;
  opacity: 0;
  transform-origin: top left;
  transition: opacity 0.5s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(2) > div > div:nth-of-type(2):after, .p-graph03 ul li:nth-of-type(2) > div > div:nth-of-type(2):after {
    width: 21.3333333333vw;
    height: 0.5333333333vw;
    background-size: 2.1333333333vw 0.5333333333vw;
    right: -24vw;
  }
}
.p-graph02 ul li:nth-of-type(2) > div > div:nth-of-type(2) > i, .p-graph03 ul li:nth-of-type(2) > div > div:nth-of-type(2) > i {
  color: #de644f;
}
.p-graph02 ul li:nth-of-type(2) figure, .p-graph03 ul li:nth-of-type(2) figure {
  width: 192px;
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(2) figure, .p-graph03 ul li:nth-of-type(2) figure {
    width: 28.8vw;
    margin: 1.3333333333vw auto 0 auto;
  }
}
.p-graph02 ul li:nth-of-type(2) figure figcaption, .p-graph03 ul li:nth-of-type(2) figure figcaption {
  color: #7c7c7c;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-graph02 ul li:nth-of-type(2) figure figcaption, .p-graph03 ul li:nth-of-type(2) figure figcaption {
    font-size: 2.6666666667vw;
  }
}
.p-graph02__text {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}
.p-graph02__bar {
  transform: scaleX(0);
  transform-origin: 58px;
}
.p-graph02.js-inviewGraph02--finish .p-graph02__bar {
  animation: graph01 1s linear both;
}
.p-graph02.js-inviewGraph02--finish .p-graph02__text {
  opacity: 1;
}
.p-graph03__text {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}
.p-graph03__bar {
  transform: scaleX(0);
  transform-origin: 58px;
}
.p-graph03.js-inviewGraph03--finish .p-graph03__bar {
  animation: graph01 1s linear both;
}
.p-graph03.js-inviewGraph03--finish .p-graph03__text {
  opacity: 1;
}
.p-graph04 {
  background-image: url(../images/sec02_img02_bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 600px !important;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-graph04 {
    max-width: none !important;
    height: 65.6vw;
  }
}
.p-graph04 i {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 24px;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-graph04 i {
    left: 3.2vw;
  }
}
.p-graph04 i:nth-of-type(1) {
  background: linear-gradient(90deg, #eb8c0c 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0% 0%;
  background-size: 200% 100%;
  -webkit-mask-image: url(../images/sec02_img02_graph01.svg);
          mask-image: url(../images/sec02_img02_graph01.svg);
  width: 542px;
  height: 116px;
  bottom: 274px;
  display: none !important;
}
@media screen and (max-width: 768px) {
  .p-graph04 i:nth-of-type(1) {
    width: 71.4666666667vw;
    height: 15.2vw;
    bottom: 36.8vw;
  }
}
.p-graph04 i:nth-of-type(2) {
  background: linear-gradient(90deg, #1ba3bb 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0% 0%;
  background-size: 200% 100%;
  -webkit-mask-image: url(../images/sec02_img02_graph02.svg);
          mask-image: url(../images/sec02_img02_graph02.svg);
  width: 540px;
  height: 100px;
  bottom: 138px;
}
@media screen and (max-width: 768px) {
  .p-graph04 i:nth-of-type(2) {
    width: 71.4666666667vw;
    height: 13.3333333333vw;
    bottom: 18.6666666667vw;
  }
}
.p-graph04 p {
  font-size: 0 !important;
  position: absolute;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (max-width: 768px) {
  .p-graph04 p {
    transform: translateY(5.3333333333vw);
  }
}
.p-graph04 p:nth-of-type(1) {
  background-image: url(../images/sec02_img02_text01.svg);
  width: 410px;
  height: 100px;
  bottom: 412px;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .p-graph04 p:nth-of-type(1) {
    width: 54.6666666667vw;
    height: 13.3333333333vw;
    bottom: 54.9333333333vw;
    top: 2.6666666667vw;
    left: 4vw;
  }
}
.p-graph04 p:nth-of-type(2) {
  background-image: url(../images/sec02_img02_text02.svg);
  width: 416px;
  height: 110px;
  bottom: 240px;
  right: 0;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .p-graph04 p:nth-of-type(2) {
    width: 55.4666666667vw;
    height: 14.6666666667vw;
    bottom: 32vw;
  }
}
.p-graph04.js-inviewGraph04--finish i {
  animation: graph04 1s linear;
}
.p-graph04.js-inviewGraph04--finish p {
  opacity: 1;
  transform: translateY(0);
}

@keyframes graph01 {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(0.5);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes graph02 {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes graph03 {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes graph04 {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
/* utility */
.u-anchor {
  margin-top: -10px;
  padding-top: 10px;
  display: block;
}

.u-textLeft {
  text-align: left;
}
.u-textCenter {
  text-align: center;
}
.u-textRight {
  text-align: right;
}
.u-text--red {
  color: #ff0000;
}

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

.u-clearfix {
  min-height: 1px;
}

* html .u-clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.u-floatL {
  float: left;
}

.u-floatR {
  float: right;
}

.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */