@charset "UTF-8";
:root {
  --primary: #f7f5eb;
  --dark: #3e3a39;
  --accent: #f24d1a;
  --accent-light: #f27f1a;
  --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
/* base
--------------------------- */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 54.684%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 780px) {
  html {
    font-size: 62.5%;
  }
}
body {
  color: #333333;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 350px;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}
img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}
a {
  color: #2ea7e0;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
p, h1, h2, h3, h4 {
  margin: 0;
}
/* layout
--------------------------- */
.l-header {
  top: 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 6;
  width: 100%;
}
.l-main {
  overflow-x: hidden;
}
@media (max-width: 779px) {
  .l-main {
    margin-top: 50px;
  }
}
.l-topmain {
  padding-bottom: 3rem;
}
.l-pagemain {
  background: var(--primary);
  padding-top: 10px;
}
@media (min-width: 780px) {
  .l-pagemain {
    padding-top: 5rem;
  }
}
.l-content {
  max-width: 112rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
}
.l-inner {
  max-width: 98.4rem;
  width: 100%;
}
.l-breadcrumbs {
  font-size: 1.4rem;
  max-width: calc(108rem + 40px);
  padding: 0 20px;
  margin: 20px auto;
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 1.5rem;
}
@media (min-width: 780px) {
  .l-breadcrumbs {
    margin: 1.5rem auto 3.6rem;
  }
}
.l-linkPage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2%;
  column-gap: 2%;
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 4rem;
}
@media (min-width: 780px) {
  .l-linkPage {
    -moz-column-gap: 2.6rem;
    column-gap: 2.6rem;
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
.l-mainArticle {
  padding-bottom: 8.7%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.l-mainArticle:after {
  content: "";
  display: block;
  background: url(../img/bg-section.svg) no-repeat #fff center top/100% auto;
  aspect-ratio: 1588/80;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.l-mainArticle .mainArticleBg {
  display: block;
  background: #fff;
}
.l-recommend {
  background: #fff;
  text-align: center;
  padding: 6rem 20px 5%;
  position: relative;
}
.l-recommend:after {
  content: "";
  display: block;
  background: url(../img/bg-sectionwh.svg) no-repeat var(--primary) center top/100% auto;
  aspect-ratio: 1588/80;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.l-inquiry {
  background: var(--primary);
  padding: 10rem 20px;
}
.l-footer {
  overflow-x: hidden;
}
.header {
  position: relative;
}
.only_sp {
  display: none;
}
@media (max-width: 779px) {
  .only_sp {
    display: inherit;
  }
}
.only_pc {
  display: inherit;
}
@media (max-width: 779px) {
  .only_pc {
    display: none;
  }
}
.header__inner {
  padding-left: 3.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 160rem;
  margin: 0 auto;
  height: 50px;
  padding: 0;
}
.header__logo {
  display: block;
  max-width: 34rem;
  display: block;
}
.header__nav {
  color: #3E3A39;
  font-size: inherit;
  display: grid;
  height: 100%;
  margin-left: auto;
  margin-right: 2rem;
}
.header__nav .corplink {
  color: inherit;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0 auto auto;
  position: relative;
  line-height: 1;
  font-size: 1.5rem;
  margin-right: 2rem;
}
.header__nav .corplink:after {
  content: "";
  display: block;
  background: url(../img/icon-linkex.svg) no-repeat center center/contain;
  width: 2.1rem;
  height: 2.1rem;
  margin-left: 1em;
}
.header__nav-link {
  display: flex;
}
.header__nav-link .item {
  color: inherit;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 19rem;
  position: relative;
}
.header__nav-link .item-link {
  display: block;
  color: inherit;
  position: relative;
  word-break: keep-all;
  padding: 10px 20px;
}
.header__nav-link .item-secound {
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #f27f1a;
  width: 100%;
  z-index: 1;
}
.header__nav-link .item-secound a {
  padding: 10px 20px;
  color: inherit;
  width: 100%;
  align-items: center;
  display: flex;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.header__contact {
  background: linear-gradient(45deg, #f2521a, #f37a18);
  color: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: auto;
}
.header__contact img {
  width: 3.9rem;
  height: 2.7rem;
}
.header__menuBtn {
  display: none;
}
@media (min-width: 780px) {
  .header__inner {
    padding: 1.4rem 1.4rem 0 2rem;
    height: 12rem;
  }
  .header__nav {
    padding-top: 1.5rem;
    row-gap: 0.5rem;
  }
  .header__nav-link .item:hover .item-link:after {
    width: calc(100% - 2px);
  }
  .header__nav-link .item.current .item-link:after {
    width: calc(100% - 2px);
  }
  .header__nav-link .item-link {
    text-align: center;
    padding: 1.75rem 1.5rem 2rem;
  }
  .header__nav-link .item-link:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #c8c8c8;
    position: absolute;
    left: 0;
  }
  .header__nav-link .item-link:after {
    content: "";
    display: block;
    width: 0px;
    height: 6px;
    background: linear-gradient(45deg, #f2521a, #f37a18);
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s linear 0s;
    border-radius: 3px;
  }
  .header__nav-link .item:first-of-type .item-link:before {
    content: none;
  }
  .header__nav-link .item-secound {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .header__nav-link .item-secound a {
    height: 60px;
    justify-content: center;
    align-items: center;
  }
  .header__nav-link .item-secound a:hover {
    opacity: 0.7;
  }
  .header__nav-link .item:hover .item-secound {
    visibility: visible;
    opacity: 1;
  }
  .header__contact {
    color: #fff;
    font-size: 1.5rem;
    width: 15.9rem;
    height: 9rem;
    border-radius: 10rem;
    row-gap: 0.3em;
  }
  .HeightMin.header {
    position: fixed;
    -webkit-animation: DownAnime 0.5s forwards;
    animation: DownAnime 0.5s forwards;
    padding-top: 0;
  }
  .HeightMin.header .header__inner {
    height: 10rem;
    padding: 0rem 1.4rem 0 2rem;
  }
  .HeightMin.header .header__logo {
    max-width: 25.7rem;
  }
  .HeightMin.header .header__contact {
    width: 12.3rem;
    height: 6rem;
    color: transparent;
    line-height: 0;
    margin-bottom: 0;
  }
  .HeightMin.header .header__contact img {
    width: 60%;
  }
  .HeightMin.header .header__nav {
  }
  .HeightMin.header .header__nav-link .item-link {
    padding: 1.5rem 2rem 1.5rem;
  }
}
@media (max-width: 1450px) and (min-width: 780px) {
  .header__nav {
    margin-right: 0;
    font-size: 1.6rem;
  }
  .header__nav-link .item {
    min-width: 10rem;
  }
  .header__nav-link .item-link {
    padding: 1.75rem 1.6rem 2rem;
  }
  .header__logo {
    position: absolute;
    top: 20px;
  }
  .header__contact {
    color: #fff;
    font-size: 1.5rem;
    width: 12rem;
    height: 9rem;
    border-radius: 10rem;
    row-gap: 0.3em;
  }
}
@media (max-width: 779px) {
  .header {
    position: fixed;
  }
  .header__logo {
    max-width: 28rem;
    width: 60%;
    margin-left: 2%;
  }
  .header__nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    text-align: left;
    z-index: 90;
  }
  .header__nav[style*="display: block"] {
    display: flex !important;
  }
  .header__nav .corplink {
    order: 2;
    padding: 15px 20px;
    background: #efefef;
    width: 100%;
  }
  .header__nav-link {
    order: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .header__nav-link .item {
    border-top: 1px solid #eaeaea;
  }
  .header__nav-link .item .item-link {
    position: relative;
  }
  .header__nav-link .item.has-child .item-secound {
    display: none;
  }
  .header__nav-link .item.has-child .item-link:after {
    content: "＋";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 1.5em;
  }
  .header__nav-link .item.has-child .item-link.is-active:after {
    content: "－";
  }
  .header__contact {
    line-height: 0;
    width: 6.25rem;
    height: 100%;
    margin-left: auto;
  }
  .header__menuBtn {
    display: block;
    width: 6.25rem;
    height: 100%;
    background: #f7f5eb;
    position: relative;
  }
  .header__menuBtn span {
    position: absolute;
    left: 0;
    right: 0;
    width: 3.125rem;
    height: 2px;
    background-color: #3E3A39;
    border-radius: 4px;
    transition: all 0.2s;
    margin: auto;
  }
  .header__menuBtn span:nth-of-type(1) {
    top: 1.7rem;
  }
  .header__menuBtn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .header__menuBtn span:nth-of-type(3) {
    bottom: 1.7rem;
  }
  .header__menuBtn.is-menuOpen span:nth-of-type(1) {
    transform: translateY(1rem) rotate(-45deg);
  }
  .header__menuBtn.is-menuOpen span:nth-of-type(2) {
    opacity: 0;
  }
  .header__menuBtn.is-menuOpen span:nth-of-type(3) {
    transform: translateY(-1rem) rotate(45deg);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* parts 
--------------------------- */
.c-line {
  border-bottom: 1px solid #ededed;
}
/* 共通設定 */
.lists {
  margin: 0;
  padding: 0;
}
/* ・付きリスト */
.lists._disc {
  list-style: none;
  padding-left: 1em;
}
.lists._disc li {
  position: relative;
  margin-bottom: 1em;
  text-indent: -1em;
}
.lists._disc li::before {
  content: "・";
}
.lists._disc li:last-child {
  margin-bottom: 0;
}
.lists._demi {
  list-style: none;
  counter-reset: num;
  padding-left: 2em;
}
.lists._demi li {
  position: relative;
  counter-increment: num;
  margin-bottom: 1em;
  text-indent: -2em;
  padding-left: 2em;
}
.lists._demi li::before {
  content: "（"counter(num) "）";
  display: inline-block;
  width: 2em;
  margin-right: 0em;
  text-align: right;
}
.lists._demi li:last-child {
  margin-bottom: 0;
}
.title-main {
  color: var(--accent);
}
.title02 {
  font-size: 3.2rem;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3.6rem;
}
.title02:before, .title02:after {
  content: "";
  height: 8px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
}
.title02:after {
  width: 102px;
  background-color: var(--accent-light);
  left: 0;
}
.title02:before {
  width: 100%;
  background-color: #f7f5eb;
  right: 0;
  left: 0;
}
.title03 {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding: 0.75rem 2rem 0.75rem 3rem;
  margin-bottom: 4rem;
}
.title03:before {
  content: "";
  height: 100%;
  width: 8px;
  display: block;
  background-color: var(--accent-light);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  border-radius: 30px;
}
.title04 {
  font-size: 2.6rem;
  margin-bottom: 2.6rem;
  margin-top: 2.6rem;
}
.title04:before {
  content: "— ";
  color: #f24d1a;
}
.title-point {
  font-size: 2.6rem;
  padding-bottom: 1em;
}
.title-point span {
  color: var(--accent);
  position: relative;
  margin-right: 0.5em;
}
.title-point span:before {
  content: "—";
}
.title-point._borderdot {
  border-bottom: dotted 3px var(--accent-light);
}
.title05 {
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1.3em;
}
.title05:after {
  content: "";
  background: var(--accent);
  height: 6px;
  border-radius: 20px;
  position: absolute;
  width: 3em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.img-rounded {
  max-width: 800px;
  margin: 1em auto 1em;
  border-radius: 20px;
  width: 100%;
  border: solid 4px rgb(240, 240, 240);
}
.img-caption {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
  color: var(--dark);
}
/* col */
.col {
}
.col02, .col03 {
  display: grid;
}
.col02-item, .col03-item {
  position: relative;
}
.col02 {
}
.col02._separator {
  border-top: 1px solid #ebebeb;
  padding-top: 5rem;
  row-gap: 10rem;
  padding-bottom: 5rem;
}
.col02._separator .col02-item:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: -5rem;
  width: 100%;
}
@media (min-width: 780px) {
  .col02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.5rem 3.6rem;
  }
  .col02._separator .col02-item:nth-child(odd):after {
    width: calc(100% + 3.6rem);
  }
  .col02._separator .col02-item:nth-child(even) {
  }
}
.col03._separator {
  border-top: 1px solid #ebebeb;
  padding: 4rem 0 3rem;
  row-gap: 4rem;
}
.col03._separator._last {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5rem;
}
.col03-item ._img {
  margin-bottom: 1em;
}
.col03-item ._title {
  font-weight: bold;
  font-size: inherit;
  text-align: center;
}
@media (min-width: 780px) {
  .col03 {
    grid-template-columns: repeat(3, 1fr);
    gap: 7rem 3.8rem;
  }
}
@media (max-width: 779px) {
  .col03-content {
    padding: 40px 20px;
  }
  .col03._separator._last {
    border-bottom: inherit;
    margin-bottom: 5rem;
  }
  .col03._separator {
    padding: 0rem;
  }
  .col03._separator {
    border-top: inherit;
    margin-bottom: 4rem;
  }
  .title04 {
    margin-top: 0rem;
  }
  .col02._separator {
    border-top: 1px solid #ebebeb;
    padding-top: 4rem;
    row-gap: 2rem;
    padding-bottom: 5rem;
  }
  .col02._separator p {
    padding-bottom: 4rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ebebeb;
  }
  .col02._separator .col02-item:after {
    display: none;
  }
}
.col02._linkbox {
  gap: 2rem 6.6rem;
}
.col03._linkbox {
  row-gap: 2rem;
}
.col02._linkbox ._linkboxItem-link, .col03._linkbox ._linkboxItem-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.col02._linkbox ._linkboxItem-link-box, .col03._linkbox ._linkboxItem-link-box {
  border: 4px solid var(--accent-light);
  padding: 2.8rem;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--dark);
  row-gap: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  flex-grow: 1;
  font-size: 1.6rem;
}
.col02._linkbox ._linkboxItem-link-title, .col03._linkbox ._linkboxItem-link-title {
  font-weight: bold;
  font-size: 2.4rem;
}
.col02._linkbox ._linkboxItem-link-more, .col03._linkbox ._linkboxItem-link-more {
  font-size: 2rem;
  font-weight: bold;
  color: var(--accent);
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 3.4rem;
  position: relative;
  transition: all 0.3s;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.col02._linkbox ._linkboxItem-link-more:after, .col03._linkbox ._linkboxItem-link-more:after {
  content: "〉";
  position: absolute;
  right: 0;
  transition: all 0.3s;
}
.col02._linkbox ._linkboxItem-link-more:hover:after, .col03._linkbox ._linkboxItem-link-more:hover:after {
  right: -4px;
}
.col02._comparebox {
  -moz-column-gap: 11.6rem;
  column-gap: 5rem;
  margin-bottom: 4rem;
}
.col02._comparebox ._item {
  position: relative;
}
.col02._comparebox ._item:first-child:after {
  content: "";
  background: url(../img/icon-comparearrow.svg) no-repeat center center/contain;
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  right: -4rem;
  top: -8rem;
  bottom: 0;
  margin: auto;
}
.col02._comparebox ._label {
  font-weight: bold;
  border: 1px solid var(--dark);
  width: 8.2rem;
  height: 3.2rem;
  margin-bottom: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.col02._comparebox ._img {
  margin-bottom: 2rem;
}
@media (max-width: 779px) {
  .col02._comparebox ._item:first-child {
    padding-bottom: 2.5em;
  }
  .col02._comparebox ._item:first-child:after {
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto auto 0;
    transform: rotate(90deg);
  }
}
.linkMORE {
  font-size: 2rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 8rem;
  position: relative;
  color: var(--dark);
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 6rem;
}
.linkMORE:after {
  content: "";
  display: block;
  background: url(../img/icon-arrow2.svg) no-repeat center center/contain;
  height: 6rem;
  width: 6rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.linkMORE:hover:after {
  right: -4px;
}
.linkLarge {
  max-width: 47rem;
  height: 8rem;
  display: flex;
  color: #fff;
  background: linear-gradient(45deg, #f2521a, #f37a18);
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: auto;
  position: relative;
  width: 100%;
}
.linkLarge:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: 1em;
}
.linkLarge._exlink:after {
  background: url(../img/icon-linkexWh.svg) no-repeat center center/contain;
}
.linkLarge._dllink:after {
  background: url(../img/icon-download.svg) no-repeat center center/contain;
}
.p-fv {
  position: relative;
}
.p-fv__inner {
  width: 100%;
  height: 55rem;
  overflow: hidden;
}
.p-fv__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: animationZoom1 5s ease-in-out forwards;
  animation: animationZoom1 5s ease-in-out forwards;
}
.p-fv__title {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 2;
}
.p-fv__title img {
  width: 80%;
}
.p-fv__cover {
  bottom: -1px;
  max-width: 120%;
  width: 120%;
  left: -2%;
  right: -2%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
@media (max-width: 779px) {
  .p-fv {
    height: 47vh;
  }
  .p-fv__inner {
    height: 100%;
  }
  .p-fv__title {
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    display: flex;
    height: 51vh;
  }
  .p-fv__title img {
    width: 100%;
  }
  .linkLarge {
    max-width: 100%;
  }
}
.top__link {
  background: var(--primary);
  padding: 1rem 2rem;
}
.top__link .link-box {
  max-width: 108rem;
  padding: 10rem 2rem;
  margin: auto;
}
.top__proposal {
  padding: 0 2rem 8%;
  position: relative;
  background: var(--primary);
  overflow: hidden;
}
.top__proposal:after {
  content: "";
  display: block;
  background: url(../img/bg-section.svg) no-repeat #fff center top/100% auto;
  aspect-ratio: 1588/80;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.top__proposal-title {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
.top__proposal-contents {
  max-width: 108rem;
  margin: auto;
  grid-column-gap: 10rem;
  grid-row-gap: 1em;
  background: #fff;
  border-radius: 50px;
  padding: 5rem 4rem 5rem 8rem;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.01);
}
.top__proposal-contents ._title {
  font-size: 2.4rem;
  font-weight: bold;
}
.top__proposal-contents ._text {
  line-height: 2.15;
}
.top__proposal-contents ._link {
  font-size: 2rem;
  font-weight: bold;
  color: var(--accent);
  position: relative;
  border: 4px solid var(--accent-light);
  height: 8rem;
  max-width: 41.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.top__proposal-contents ._link:after {
  content: "〉";
  color: var(--accent-light);
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 1em;
  transform: translate(4em, 0%);
}
.top__proposal-contents ._link:hover:after {
  transform: translate(5em, 0%);
}
@media (min-width: 780px) {
  .top__proposal-contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: 4em auto auto; */
  }
  .top__proposal-contents ._img {
    grid-area: 1/2/4/3;
  }
  .top__proposal-contents ._title {
    grid-area: 1/1/2/2;
  }
  .top__proposal-contents ._link {
    grid-area: 3/1/4/2;
  }
}
@media (max-width: 779px) {
  .top__proposal-contents ._title {
    margin-bottom: 1em;
  }
  .top__proposal-contents ._text {
    margin-bottom: 1em;
  }
  .top__proposal-contents ._link {
    margin-top: 4rem;
    max-width: 100%;
  }
  .top__proposal-contents {
    padding: 4rem;
  }
}
.top__about {
  position: relative;
}
.top__about:after {
  content: "";
  display: block;
  aspect-ratio: 1600/338;
  background: url(../img/separator.svg) no-repeat center top/100% auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top__about-title {
  font-size: 3.6rem;
  color: var(--accent);
  font-weight: bold;
}
.top__about-text {
  line-height: 2.15;
}
.top__about-link {
  margin-left: 0;
  z-index: 5;
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 780px) {
  .top__about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 7.4rem;
    column-gap: 7.4rem;
    padding: 9rem 2rem 17% 0;
  }
  .top__about-img {
    grid-area: 1/1/4/2;
    border-radius: 0 30px 30px 0;
  }
  .top__about-title {
    grid-area: 1/2/2/3;
  }
  .top__about-text {
    grid-area: 2/2/3/3;
    max-width: 48rem;
  }
  .top__about-link {
    grid-area: 3/2/4/3;
  }
}
@media (max-width: 779px) {
  .top__about {
    padding: 40px 20px;
  }
  .top__about-img, .top__about-title, .top__about-text {
    margin-bottom: 4rem;
    border-radius: 30px;
  }
  .top__about:after {
    display: none;
  }
}
@-webkit-keyframes animationZoom1 {
  100% {
    transform: scale(1.1);
  }
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes animationZoom2 {
  50% {
    transform: scale(1.1);
  }
}
@keyframes animationZoom2 {
  50% {
    transform: scale(1.1);
  }
}
/* page
--------------------------- */
.p-mainVis {
  background: url(../img/separator.svg) no-repeat center bottom 3%/128% 70%;
}
.p-mainVis-img {
  margin: auto;
  width: calc(100% - 20px);
  border-radius: 30px;
}
@media (min-width: 1120px) {
  .p-mainVis {
    background: url(../img/separator.svg) no-repeat center bottom 10%/100% auto;
  }
  .p-mainVis-img {
    min-width: 108rem;
    width: 64%;
  }
}
.breadcrumbs .item {
  position: relative;
}
.breadcrumbs a.item {
  text-decoration: underline;
}
.breadcrumbs span.item:before {
  content: "/";
  position: absolute;
  left: -1.5rem;
}
.linkPage-item {
  height: 8rem;
  background: #fff;
  color: inherit;
  border-radius: 50px;
  box-shadow: 0px 0px 0px 1px #ededed inset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.linkPage-item.is-current {
  box-shadow: none;
  background: linear-gradient(45deg, #f24d19, #f27e1a);
  color: #fff;
}
.linkPage-item:hover {
  box-shadow: none;
  background: linear-gradient(45deg, #f24d19, #f27e1a);
  color: #fff;
}
@media (max-width: 779px) {
  .linkPage-item {
    height: auto;
    /* border-radius: 10px; */
    line-height: 1.2;
    padding: 20px 5px;
  }
  .p-mainVis {
    background: none;
  }
}
.title-main {
  position: relative;
  text-align: center;
}
.title-main:after {
  content: "";
  display: block;
  background: url(../img/bg-title-main.png) no-repeat center center/contain;
  height: 8.5rem;
  margin-top: 1rem;
}
.page-title {
  margin-bottom: 3.4rem;
}
.pageContent {
  background: #fff;
  max-width: 108rem;
  width: 98%;
  margin: auto;
  padding: 7.3rem 7.9rem 8rem;
  border-radius: 30px;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.01);
}
.pageContent p {
  line-height: 1.8;
}
@media (max-width: 779px) {
  .pageContent {
    padding: 30px 20px;
  }
}
.box-cont {
  border: 4px solid var(--accent-light);
  padding: 2.8rem;
  border-radius: 35px;
}
.box-cont.lists {
  padding-left: calc(2.8rem + 0.8em);
  font-size: 1.6rem;
}
.box-image {
  border: 4px solid var(--accent-light);
  padding: 2.8rem;
  border-radius: 15px;
  margin-bottom: 4.5rem;
}
.box-image img {
  width: 80%;
  margin: auto;
}
.linkAnchor {
  counter-reset: listnum;
  font-size: 1.6rem;
}
.linkAnchor__item {
  position: relative;
  color: var(--dark);
  padding-left: 3em;
  margin: 1rem 0;
  font-size: 1.8rem !important;
}
.linkAnchor__item a {
  color: inherit;
}
.linkAnchor__item:before {
  counter-increment: listnum;
  content: "— "counter(listnum, decimal-leading-zero);
  color: var(--accent);
  vertical-align: middle;
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.linkAnchor02 {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--dark);
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  padding: 1.4rem 5rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  line-height: 2;
}
.linkAnchor02-item {
  padding-left: 2.4rem;
  position: relative;
}
.linkAnchor02-item:before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  border-radius: 100%;
  background-color: var(--accent);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.linkAnchor02 a {
  color: inherit;
}
@media (min-width: 780px) {
  .linkAnchor02 {
    justify-content: center;
  }
}
.p-listIndex {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 1em;
}
.p-listIndex > li {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 1em 6rem;
}
.p-listIndex > li:after, .p-listIndex > li:before {
  content: "";
  display: block;
  position: absolute;
}
.p-listIndex > li:before {
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/icon-check.svg) no-repeat center center/contain;
  left: 1.8rem;
  top: 0;
}
.p-listIndex > li:after {
  background: #ebebeb;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.recommend-img {
  display: block;
  width: 7rem;
  margin: auto auto 5rem;
}
.recommend-title {
  font-size: 3.6rem;
  color: var(--accent);
  margin-bottom: 5rem;
}
.recommendlist {
  max-width: 108rem;
  width: 98%;
  margin: auto;
}
.inquiry-title {
  font-size: 2.6rem;
  margin-bottom: 2.5rem;
}
.inquiry-img {
  aspect-ratio: 1/1;
  max-width: 22rem;
  margin: auto auto 5.6rem;
}
.inquiry-inner {
  background-color: #fff;
  max-width: 92rem;
  width: 90%;
  padding: 6rem;
  margin: auto;
  border: 6px solid #ececec;
  border-radius: 30px;
}
@media (max-width: 779px) {
  .inquiry-title br {
    display: none;
  }
  .inquiry-inner {
    background-color: #fff;
    max-width: 100rem;
    width: 100%;
    padding: 4rem 2rem;
    margin: auto;
    border: 6px solid #ececec;
    border-radius: 30px;
  }
}
/* footer
--------------------------- */
.footer__cta {
  place-content: center;
}
.footer__cta-content {
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  row-gap: 2rem;
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.3);
}
.footer__cta-content * {
  color: inherit;
}
.footer__cta-content._book {
  background: linear-gradient(45deg, #2ea7e0, #3abfd5);
}
.footer__cta-content._desk {
  background: linear-gradient(45deg, #f24d1a, #f27f1a);
}
.footer__cta-img {
  width: 9.5rem;
  height: 7.78rem;
}
.footer__cta-title {
  font-size: 3.2rem;
  margin-top: 2rem;
  font-weight: 600;
}
.footer__cta-text {
  font-size: 2rem;
}
.footer__cta-link {
  font-size: 2rem;
  border: 4px solid #fff;
  display: block;
  padding: 0.9em;
  max-width: 47rem;
  width: 100%;
  border-radius: 50px;
  margin-top: 4rem;
  position: relative;
}
.footer__cta-link:after {
  content: "〉 ";
  transition: all, 0.3s;
  position: absolute;
  right: 10%;
}
.footer__cta-link:hover:after {
  right: 9%;
}
@media (min-width: 780px) {
  .footer__cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer__cta-content._book {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer__cta-content._desk {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 779px) {
  .footer__cta-content {
    padding: 40px 20px;
  }
}
.footer__content {
  background: var(--primary);
  padding: 20px;
}
.footer__content-info, .footer__content-link {
  max-width: 52rem;
  width: 100%;
  color: #3e3a39;
}
.footer__content-info {
  width: 100%;
}
.footer__content-info * {
  /* color: inherit; */
}
.footer__content-info .logo {
  margin-bottom: 1rem;
  display: block;
}
.footer__content-info .companyname {
  font-weight: bold;
  margin-bottom: 2.4rem;
}
.footer__content-info .address {
  margin-bottom: 2.4rem;
}
.footer__content-link * {
  color: inherit;
  display: block;
}
.footer__content-link .item-child {
  padding-left: 1em;
}
@media (min-width: 780px) {
  .footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 5.2rem;
    padding: 9rem 2rem 10rem;
    row-gap: 9rem;
  }
  .footer__content-info {
    margin-left: auto;
  }
  .footer__content-link {
    grid-area: 1/2/2/3;
    padding-left: 4.8rem;
    border-left: 1px solid #c8c8c8;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(8, auto);
    grid-row-gap: 0.4em;
  }
}
@media (max-width: 779px) {
  .footer__content-info, .footer__content-link {
    margin-bottom: 40px;
    line-height: 2;
  }
}
.footer__copyright {
  color: var(--dark);
  grid-area: 2/1/3/3;
  display: flex;
  max-width: 117rem;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c8c8c8;
  padding-top: 2rem;
  position: relative;
}
.footer__copyright * {
  color: inherit;
  font-size: 1.5rem;
  display: block;
}
.footer__copyright .policylink {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.footer__copyright .policylink:after {
  content: "";
  background: url(../img/icon-linkex.svg) no-repeat center center/contain;
  width: 2.3rem;
  height: 2rem;
  margin-left: 0.5em;
}
@media (max-width: 779px) {
  .footer__copyright {
    flex-direction: column;
  }
  .footer__copyright .copyright {
    order: 2;
  }
  .footer__copyright .policylink {
    order: 1;
    margin-bottom: 1rem;
  }
}
#page_top {
  width: 6.8rem;
  height: 6.8rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
}
/* utility
--------------------------- */
.u-textcenter {
  text-align: center;
}
.u-textbold {
  font-weight: bold;
}
/* padding-bottom */
.u-pb0 {
  padding-bottom: 0rem;
}
.u-pb1 {
  padding-bottom: 1rem;
}
.u-pb2 {
  padding-bottom: 2rem;
}
.u-pb3 {
  padding-bottom: 3rem;
}
.u-pb4 {
  padding-bottom: 4rem;
}
.u-pb5 {
  padding-bottom: 5rem;
}
.u-pb6 {
  padding-bottom: 6rem;
}
.u-pb7 {
  padding-bottom: 7rem;
}
.u-pb8 {
  padding-bottom: 8rem;
}
.u-pb9 {
  padding-bottom: 9rem;
}
.u-pb10 {
  padding-bottom: 10rem;
}
.u-pb11 {
  padding-bottom: 11rem;
}
/* margin-bottom */
.u-mb0 {
  margin-bottom: 0rem;
}
.u-mb1 {
  margin-bottom: 1rem;
}
.u-mb2 {
  margin-bottom: 2rem;
}
.u-mb3 {
  margin-bottom: 3rem;
}
.u-mb4 {
  margin-bottom: 4rem;
}
.u-mb5 {
  margin-bottom: 5rem;
}
.u-mb6 {
  margin-bottom: 6rem;
}
.u-mb7 {
  margin-bottom: 7rem;
}
.u-mb8 {
  margin-bottom: 8rem;
}
.u-mb9 {
  margin-bottom: 9rem;
}
.u-mb10 {
  margin-bottom: 10rem;
}
.u-mb11 {
  margin-bottom: 11rem;
}
.anchor {
  padding-top: 120px;
  margin-top: -120px;
}
.blanklink:after {
  content: "";
  background: url(../img/icon-linkex.svg) no-repeat center center / contain;
  width: 2.3rem;
  height: 2rem;
  margin-left: 0.5em;
}
.text-a {
  display: none
}
.text-b {
  display: inline
}
@media screen and (min-width: 850px) {
  .text-a {
    display: inline
  }
  .text-b {
    display: none
  }
}
/*テーブル*/
.table-esd__wrapper {
  font-size: 1.6rem;
  overflow: auto;
}
.table-esd {
  border-collapse: collapse;
  background-repeat: repeat;
  white-space: nowrap;
  min-width: 100%;
  border: 4px solid #e7e4d2;
}
.table-esd thead th {
  background-color: #f7f5eb;
  color: #333;
  padding: 9px;
  border: 1px solid #ece9d9;
  border-bottom: 4px solid #e7e4d2;
}
.table-esd tbody {
  font-weight: normal;
}
.table-esd tbody th, .table-esd tbody td {
  border: 1px solid #e7e4d2;
  padding: 9px;
}
.table-esd tbody th {
  background-color: #f7f5eb;
  text-align: center;
}
.table-esd img {
  width: 120px;
  margin: auto;
  max-width: inherit !important;
}
.table-esd tbody td {
  text-align: center;
  text-align: left;
}
.table-esd2 {
  border-collapse: collapse;
  min-width: 100%;
  font-size: 1.4rem;
}
.table-esd2 thead th {
  background-color: var(--accent-light);
  color: #fff;
  padding: 9px;
  border: 1px solid #ece9d9;
}
.table-esd2 tbody {
  font-weight: normal;
}
.table-esd2 tbody th, .table-esd2 tbody td {
  border-bottom: 1px solid #e7e4d2;
  padding: 9px;
}
.table-esd2 tbody th {
  text-align: center;
  width: 20%;
  vertical-align: top;
}
.table-esd2 img {
  width: 120px;
  margin: auto;
}
.table-esd2 tbody td {
  text-align: center;
  text-align: left;
}
.list-esd__notice {
  font-size: 1.4rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 2rem;
}
.list-esd__notice li {
  display: flex;
  counter-increment: notice-counter;
  margin-bottom: 0;
}
.list-esd__notice li:before {
  content: "※"counter(notice-counter);
  margin-right: 0.5em;
  background-color: initial;
  color: #333;
}
/*テーブルスクロール*/
.table-esd__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-esd__scrollNotice {
  display: none;
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-top: 6px;
  transition: opacity 0.3s ease;
}
.table-esd__wrapper.is-scrollable .table-esd__scrollNotice {
  display: block;
  opacity: 1;
}
/*画像調整*/
.p50 {
  text-align: center
}
.p50 img {
  max-width: 50%
}
@media screen and (max-width: 779px) {
  .p50 img {
    max-width: 100%
  }
}
.p60 {
  text-align: center
}
.p60 img {
  max-width: 60%
}
@media screen and (max-width: 779px) {
  .p60 img {
    max-width: 100%
  }
}
.p70 {
  text-align: center
}
.p70 img {
  max-width: 70%
}
@media screen and (max-width: 779px) {
  .p70 img {
    max-width: 100%
  }
}
.p80 {
  text-align: center
}
.p80 img {
  max-width: 80%
}
@media screen and (max-width: 779px) {
  .p80 img {
    max-width: 100%
  }
}
.p90 {
  text-align: center
}
.p90 img {
  max-width: 90%
}
@media screen and (max-width: 779px) {
  .p90 img {
    max-width: 100%
  }
}