@charset "UTF-8";
/*!
Theme Name: hito-mawari
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/* = Bugfix For Android
-------------------------------------------------------------- */
* {
  max-height: 999999px;
}

/* = Init
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body,
input,
textarea {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

body {
  background: #fff;
}

img,
iframe {
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 72px;
  }
}
/* = reset element style
-------------------------------------------------------------- */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* = Anchor
-------------------------------------------------------------- */
a {
  color: inherit;
  transition: opacity ease 0.2s;
}

a:focus {
  outline: none;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a.img-box {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: 0.35s opacity;
  transition: opacity ease 0.2s;
}

a.tel,
.tel a {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}
/* = Table
-------------------------------------------------------------- */
figure {
  margin: 0;
}

/* = Input
-------------------------------------------------------------- */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0.2em 0.5em;
}

input:hover,
input:focus,
textarea {
  outline: none;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* = Common Class
-------------------------------------------------------------- */
.img-box {
  font-size: 0;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  min-height: 1px;
}

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

@media screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
}
#wrapper {
  overflow: hidden;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ofi {
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}

.bold {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #wrapper {
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.3);
  }
}
/* ============================
	sp-menu
============================ */
#sp-menu {
  box-sizing: border-box;
  position: absolute;
  transition: opacity 0.4s ease;
  top: 60px;
  left: 0;
  background-color: #fff;
  width: 100vw;
  padding: 40px 20px;
  opacity: 0;
  pointer-events: none;
}

#sp-menu.opening {
  position: fixed;
  transition: opacity 0.4s ease;
  opacity: 1;
  pointer-events: auto;
  height: calc(100vh - 60px);
  width: 100vw;
  z-index: 100;
  overflow-y: auto;
}

#sp-menu .menu-item a {
  text-align: center;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-weight: 700;
}

#sp-menu .sub-menu {
  display: none;
  opacity: 0;
  transition: 0.4s all ease;
}

#sp-menu .sub-menu.opening {
  display: block;
  opacity: 1;
  transition: 0.4s all ease;
}

#sp-menu .sp-contact-box {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  margin-inline: auto;
}

#sp-menu .sp-contact-box a {
  box-sizing: border-box;
  text-align: center;
  padding: 6px 0;
}

/* btn-hamburger */
#btn-hamburger {
  position: relative;
  top: 0;
  right: 0;
  background-color: #1c3b9f;
  width: 60px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
}

#btn-hamburger .border {
  position: absolute;
  left: 15px;
  transition: opacity, transform 0.2s ease;
  background: #fff no-repeat left top;
  width: 30px;
  height: 2px;
  z-index: 1;
}

#btn-hamburger .border:first-child {
  top: 33%;
}

#btn-hamburger .border:nth-child(2) {
  transform: rotate(0);
  opacity: 1;
  top: 50%;
}

#btn-hamburger .border:nth-child(3) {
  top: 67%;
}

#btn-hamburger.opening .border:first-child {
  transform: rotate(45deg);
  top: 50%;
}

#btn-hamburger.opening .border:nth-child(2) {
  opacity: 0;
}

#btn-hamburger.opening .border:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

/* ============================
	header
============================ */
#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header.h-fixed {
  position: fixed;
}

#header .h-inner {
  align-items: center;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#header .img-box {
  margin-right: 45px;
}
#header .img-box img {
  height: 44px;
}

#h-gnav-box.flex-between {
  align-items: center;
}

#h-gnav-box .menu-item + .menu-item {
  margin: 0 0 0 24px;
}

#h-gnav-box .menu-item a {
  font-size: 1.4rem;
  font-weight: 700;
}

#h-gnav-document a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  width: 160px;
  height: 72px;
  gap: 4px;
  line-height: 24px;
  text-align: center;
  padding: 10px;
}
#h-gnav-document a span {
  line-height: 1.2;
}
#h-gnav-document a img {
  width: 25px;
}

#h-gnav-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  width: 160px;
  height: 72px;
  gap: 4px;
  line-height: 24px;
  text-align: center;
  padding: 10px;
}
#h-gnav-contact a span {
  line-height: 1.2;
}
#h-gnav-contact a img {
  width: 25px;
  margin-top: 5px;
}

#h-gnav-apply a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  width: 160px;
  height: 72px;
  gap: 4px;
  line-height: 24px;
  text-align: center;
  padding: 10px;
}
#h-gnav-apply a span {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 30px;
}
#h-gnav-apply a img {
  width: 17px;
}

.header__left {
  padding: 14px 20px;
  align-items: center;
}

.header__right {
  display: flex;
}

@media (min-width: 1001px) and (max-width: 1400px) {
  #header .img-box {
    margin-right: 20px;
  }
  #h-gnav-box .menu-item a {
    font-size: 1.3rem;
  }
  #h-gnav-box .menu-item + .menu-item {
    margin: 0 0 0 14px;
  }
  .header__left {
    padding: 14px 10px;
  }
  #h-gnav-document a {
    width: 105px;
    font-size: 1.3rem;
  }
  #h-gnav-document a span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
  #h-gnav-contact a {
    width: 105px;
    font-size: 1.3rem;
    padding: 5px;
  }
  #h-gnav-contact a span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
  #h-gnav-apply a {
    width: 105px;
    font-size: 1.3rem;
  }
  #h-gnav-apply a span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
  #h-gnav-apply a img {
    transform: translateY(2px);
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  #h-gnav-document a {
    width: 95px;
    font-size: 1.2rem;
  }
  #h-gnav-contact a {
    width: 100px;
    font-size: 1.2rem;
  }
  #h-gnav-apply a {
    width: 85px;
    font-size: 1.2rem;
  }
  #header .img-box {
    margin-right: 15px;
  }
  #h-gnav-box .menu-item a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1001px) {
  #sp-menu {
    display: none;
  }
  #btn-hamburger {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #h-gnav-box {
    display: none;
  }
  .header__right {
    display: none;
  }
  .header__left {
    padding: 10px;
  }
  #header .img-box {
    margin-right: 45px;
  }
  #header .img-box img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    margin: 0 auto;
    right: 0;
  }
  #header .h-inner {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  #h-gnav-box .menu-item a {
    position: relative;
    padding-bottom: 4px;
  }
  #h-gnav-box .menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #1254c3, #00bfb7);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  #h-gnav-box .menu-item a:hover {
    opacity: 1;
  }
  #h-gnav-box .menu-item a:hover::after {
    opacity: 1;
  }
}
/* ============================
	footer
============================ */
#copyright {
  padding: 60px 0 35px;
}

#copyright p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0;
}

#footer .footer__cv-button {
  display: none;
}

@media screen and (max-width: 767px) {
  #footer .f-inner {
    padding: 60px 0;
  }
  #copyright {
    padding: 60px 0 100px;
  }
  #footer .footer__cv-button {
    display: flex;
  }
}
/* ============================
	mainvisual
============================ */
.mainvisual {
  width: 100%;
  margin: 72px 0 0;
  background: url(img/top/fv-bg.jpg) no-repeat center center/cover;
  overflow: hidden;
}

#top-mv .mv-inner {
  max-width: 1068px;
  margin-inline: auto;
  padding-inline: 20px;
}

#top-mv .mv-inner.flex-start {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mv__text-wrapper {
  text-align: center;
  margin-top: 39px;
}

.mv__top-text {
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  font-weight: 700;
  display: block;
}

.mv__title {
  display: block;
  margin-block: 9px 7px;
}

.mv__bottom-text {
  font-size: clamp(1.7rem, 2.4vw, 3.2rem);
  font-weight: 700;
  display: block;
}

.mv__circle-wrapper {
  display: flex;
  margin-top: 15px;
  position: relative;
}
.mv__circle-wrapper picture {
  aspect-ratio: 1/1;
  max-width: 257px;
  width: 25%;
}
.mv__circle-wrapper::before {
  position: absolute;
  content: "";
  background: url(img/top/fv-deco.png) no-repeat center center/contain;
  bottom: -77%;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
  height: 100%;
}

.mv__cv-button {
  margin-top: clamp(93px, 13.5vw, 152px);
  max-width: 1068px;
  margin-inline: auto;
  padding-inline: 20px;
}

#page-mv .mv-inner {
  padding: 100px 0;
  background-color: #e1e1e1;
}

#page-mv .page-ttl {
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .mainvisual {
    margin-top: 60px;
  }
  .mv__title img {
    width: 80%;
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #top-mv .mv-inner {
    padding-inline: 15px;
  }
  #page-mv .page-ttl {
    font-size: 2.1rem;
  }
  .mv__title img {
    width: 70%;
    min-width: 230px;
  }
  .mv__circle-wrapper {
    flex-wrap: wrap;
    max-width: 514px;
    margin-inline: auto;
  }
  .mv__circle-wrapper picture {
    aspect-ratio: 1/1;
    max-width: 257px;
    width: 50%;
  }
  .mv__circle-wrapper::before {
    width: 100%;
    bottom: -62%;
  }
  .mv-inner {
    padding-bottom: 100px;
  }
  #top-mv .mv__cv-button {
    display: none;
  }
  .cv-button__document,
  .cv-button__consultation,
  .cv-button__apply {
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
  }
  .cv-button__document span,
  .cv-button__consultation span,
  .cv-button__apply span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
  .cv-button__document img,
  .cv-button__consultation img,
  .cv-button__apply img {
    max-width: 22px;
    max-height: 20px;
  }
}
/* ============================
	breadcrumb
============================ */
.breadcrumbs {
  padding: 8px 0;
  background: #fff;
  font-size: 1.2rem;
  padding-inline: 20px;
  margin-inline: auto;
}
.breadcrumbs .content-width {
  gap: 5px;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  color: #1a1a1a;
}

.breadcrumbs a {
  text-decoration: underline;
}

@media screen and (max-width: 1110px) {
  .breadcrumbs {
    padding: 10px 20px 20px;
  }
  .breadcrumbs .content-width {
    display: inline;
  }
}
/* ============================
	pagenavi
============================ */
.wp-pagenavi {
  clear: both;
  margin: 60px 0 0;
  font-size: 1.6rem;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: 0 0.5em;
  font-weight: bold;
  line-height: 3em;
  color: #999;
  border: 2px solid #ccc;
  text-align: center;
  vertical-align: middle;
  transition: all 0.5s ease;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
  background: #1c3b9f;
  color: #fff;
  border-color: #1c3b9f;
  opacity: 1;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  transition: all 0.5s ease;
}

.wp-pagenavi .extend {
  width: 1em;
  color: #000;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}

.wp-pagenavi .extend::after {
  content: "…";
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 3em;
  height: 3em;
  background: #fff;
  text-indent: -999999px;
  vertical-align: middle;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

.wp-pagenavi .previouspostslink::after {
  transform: rotate(225deg);
}

.wp-pagenavi .nextpostslink::after {
  transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  border-color: #fff;
}

.result_count {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
  color: #999;
}

/* ============================
	archive
============================ */
.archive-section {
  margin-top: 50px;
}

/* ============================
	post parts
============================ */
.post-date {
  font-size: 1.5rem;
  min-width: 70px;
}

.post-cats {
  line-height: 1;
  margin: 0;
}

.post-cats.flex-start {
  justify-content: flex-start;
  align-items: center;
}

.post-cat {
  display: block;
  background-color: #06ac99;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 10px;
  width: 120px;
  text-align: center;
}

.post-cat + .post-cat {
  margin: 0 0 0 10px;
}

.post-cat:link {
  color: #fff;
}

.post-cat:visited {
  color: #fff;
}

/* ============================
	news list
============================ */
.news-item {
  padding: 20px 0;
}

.news-item + .news-item {
  border-top: 1px solid #1e1e1e;
}

.news-item .post-ttl {
  font-size: 1.5rem;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .news-item .post-meta {
    width: 100%;
  }
  .news-item .post-ttl {
    margin-left: 0;
  }
}
/* ============================
	card list
============================ */
.card-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.post-thumb {
  overflow: hidden;
  aspect-ratio: 245/145;
  width: 100%;
}
.post-thumb.is-wide-thumb {
  aspect-ratio: 320/176;
}
.post-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-info {
  margin-top: 12px;
}

.card-list .post-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .card-list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .card-item {
    width: 100%;
  }
  .post-ttl {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .post-date {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .card-item a {
    transform: opacity 0.4s;
  }
  .card-item a:hover {
    opacity: 0.7;
  }
}
/* ============================
	contact form
============================ */
.contact {
  margin-top: 50px;
}
.contact .contact__inner {
  max-width: 700px;
}

.content-box {
  margin-top: 40px;
}

.contact-box .required {
  display: inline-block;
  background-color: #1c3b9f;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 0 20px;
  padding: 4px 8px;
}

.contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=email],
.contact-box input[type=tel],
.contact-box input[type=url],
.contact-box input[type=number],
.contact-box textarea {
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #bbb;
  background: #fff;
  font-size: 1.6rem;
}

.contact-box table {
  width: 100%;
}

.contact-box th {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: left;
}

.contact-box td {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.contact-box .your-email {
  box-sizing: border-box;
  width: 100%;
}

.contact-box .zip {
  width: 150px;
  box-sizing: border-box;
}

.contact-box .your-address {
  box-sizing: border-box;
  width: 100%;
}

.contact-box .your-content {
  width: 100%;
  box-sizing: border-box;
}

#consent-box {
  text-align: center;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  font-size: 1.4rem;
}

.contact-box input[type=checkbox] {
  vertical-align: middle;
}

#submit-box .wpcf7-response-output {
  text-align: center;
}

#btn-submit {
  width: 300px;
  position: relative;
  margin: 20px auto 0;
  border: none;
}

#btn-submit .wpcf7-submit {
  background-color: #1c3b9f;
  color: #fff;
  line-height: 1;
  width: 300px;
  padding: 16px 0;
  border: none;
}

#btn-submit .wpcf7-submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#btn-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 10px;
}

.wpcf7 input[type=radio] {
  margin-top: 6px;
  margin-right: 2px;
}

.wpcf7 .wpcf7-list-item {
  margin-right: 1.5em;
}

.contact-button {
  text-align: center;
  margin-top: 70px;
}

@media screen and (min-width: 768px) {
  #btn-submit .wpcf7-submit {
    transition: opacity 0.4s;
  }
  #btn-submit .wpcf7-submit:not(:disabled):hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .contact-box input[type=text],
  .contact-box input[type=password],
  .contact-box input[type=email],
  .contact-box input[type=tel],
  .contact-box input[type=url],
  .contact-box input[type=number],
  .contact-box textarea {
    width: 100%;
  }
  .contact-box td,
  .contact-box th {
    display: block;
    width: 100%;
  }
  td .wpcf7-form-control-wrap.your-timing {
    display: block;
    margin-top: 0.5em;
  }
  .wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 0.7em;
  }
}
/* ============================
	404
============================ */
#error-404 .content-box p {
  text-align: center;
}

/* ============================
	button
============================ */
.document-button {
  background: #1c3b9f;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.document-button span {
  color: #fff;
}

.consultation-button {
  background: #06ac99;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.consultation-button span {
  color: #fff;
}

.apply-button {
  background: #0596b7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.apply-button span {
  color: #fff;
}
.apply-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}

a.button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 32px;
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  background: linear-gradient(to right, #1254c3, #00bfb7);
  width: 320px;
  height: 64px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 1.4px;
  position: relative;
}
a.button-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}
a.button-arrow::after {
  position: absolute;
  content: "";
  background: url(img/common/button-arrow.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

@media screen and (min-width: 768px) {
  .document-button {
    transition: background-color 0.4s;
  }
  .document-button:hover {
    background-color: #3d58ad;
    opacity: 1;
  }
  .consultation-button {
    transition: background-color 0.4s;
  }
  .consultation-button:hover {
    background-color: #2bb8a8;
    opacity: 1;
  }
  .apply-button {
    transition: 0.3s ease all;
  }
  .apply-button:hover::before {
    background-color: rgba(255, 255, 255, 0.15);
  }
  a.button-arrow {
    transition: 0.3s ease all;
  }
  a.button-arrow:hover::before {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.cv-button {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 10;
}
.cv-button a {
  flex: 1;
  height: 74px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .cv-button {
    padding-inline: 0;
    position: fixed;
    bottom: 0;
    margin-top: 0;
    z-index: 30;
  }
  .cv-button a {
    font-size: 1.4rem;
  }
}
/* ============================
	privacy 
============================ */
.privacy {
  width: 100%;
}
.privacy h2 {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  margin: 50px 0 30px;
  padding: 15px;
  border-bottom: 2px solid #1c3b9f;
}
.privacy ul,
.privacy ol {
  text-align: left;
}
.privacy ul li {
  position: relative;
  padding-left: 30px;
  line-height: 2;
}
.privacy ul li:before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background: #ccc;
  border-radius: 50%;
}
.privacy ol > li {
  list-style-type: decimal;
  margin-top: 1.5em;
}
.privacy ol {
  margin-left: 1.5em;
}
.privacy p {
  line-height: 1.8;
  margin-top: 1.5em;
}
.privacy .table-wrapper {
  overflow-x: auto;
}
.privacy table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: 0.95em;
  min-width: 700px;
}
.privacy th,
.privacy td {
  border: 1px solid #ddd;
  padding: 0.75em;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.privacy th {
  background-color: #f7f7f7;
  font-weight: bold;
}
.privacy tr:nth-child(even) td {
  background-color: #fafafa;
}
.privacy a {
  color: #0066cc;
  text-decoration: underline;
  word-break: break-all;
}

/* ============================
	section
============================ */
.section {
  padding-block: 90px;
}

.section-inner {
  max-width: 1104px;
  padding-inline: 40px;
  margin-inline: auto;
}

.section-heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.section-heading::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #1254c3, #00bfb7);
  width: 100px;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section {
    padding-block: 60px;
  }
  .section-inner {
    padding-inline: 20px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding-block: 60px;
  }
  .section-inner {
    padding-inline: 20px;
    max-width: 590px;
    margin-inline: auto;
  }
  .section-heading {
    line-height: 1.4;
  }
  .section-heading::before {
    height: 5px;
  }
}
/* ============================
	br
============================ */
.hidden-sp {
  display: none;
}
@media screen and (min-width: 767px) {
  .hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .hidden-pc {
    display: none;
  }
}

/* ============================
	logo-slider
============================ */
.logo-slider__wrapper {
  margin-block: 37px;
  padding-inline: 40px;
  margin-inline: auto;
}

.slider-row1,
.slider-row2 {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.slider-row1 .slick-track,
.slider-row2 .slick-track {
  display: flex;
  align-items: center;
}
.slider-row1 .slick-slide,
.slider-row2 .slick-slide {
  margin: 0 20px;
  display: inline-block;
}
.slider-row1 img,
.slider-row2 img {
  width: 200px;
  max-height: 45px;
  display: block;
  flex-shrink: 0;
}

@media screen and (max-width: 1499px) {
  .logo-slider__wrapper {
    padding-inline: 0;
  }
  .slider-row2 {
    transform: scaleX(-1);
  }
  .slider-row2 .slick-slide {
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 767px) {
  .logo-slider__wrapper {
    margin-block: 20px;
    margin-bottom: 15px;
  }
  .slider-row1,
  .slider-row2 {
    margin-bottom: 16px;
  }
  .slider-row1 .slick-slide,
  .slider-row2 .slick-slide {
    margin: 0 10px;
  }
  .slider-row1 .slick-slide img,
  .slider-row2 .slick-slide img {
    width: 150px;
    max-height: 40px;
  }
  .slider-row2 {
    margin-top: 15px;
  }
}
/* ============================
	feature
============================ */
.feature {
  background: rgba(115, 210, 239, 0.6);
}

.feature__text {
  margin-top: 40px;
  font-weight: 600;
  text-align: center;
}

.feature__cards {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.feature__card {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  flex: 1;
  padding: 10px 20px 30px;
}

.feature__card-heading {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 2vw, 2.4rem);
  line-height: 1.5;
  font-weight: 800;
  color: #1c3b9f;
  text-align: center;
  position: relative;
}
.feature__card-heading::before {
  position: absolute;
  content: "";
  background: #c7c7c7;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.feature__card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
}

.feature__card-image--02 img {
  padding-right: 20px;
}

.feature__card-text {
  font-weight: 500;
}

.feature__structure {
  margin-top: 40px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  overflow: hidden;
}

.feature__structure-heading {
  font-size: 2rem;
  text-align: center;
  background: #f5f6f7;
  height: 70px;
  line-height: 70px;
}

.feature__structure-content {
  padding: 35px 50px;
}

.feature__structure-text {
  font-weight: 400;
  text-align: center;
  font-size: 1.5rem;
}

.structure-chart {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.structure-chart__left {
  border-radius: 8px;
  border: 2px solid #06ac99;
  padding: 24px 15px;
  flex: 7;
}

.structure-chart__client__heading {
  background: #06ac99;
  color: #fff;
  font-weight: 600;
  border-radius: 9999px;
  text-align: center;
  padding: 10px 10px 11px;
}

.structure-chart__content {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.structure-chart__content--left {
  flex-direction: column;
  gap: 15px;
  margin-top: 23px;
}

.structure-chart__image--left {
  height: 58px;
}

.structure-chart__list {
  font-size: 1.4rem;
  font-weight: 500;
}

.structure-chart__list--left {
  max-width: 153px;
  margin-inline: auto;
}

.structure-chart__label {
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  align-items: center;
}
.structure-chart__label span {
  font-size: 1.8rem;
  font-weight: 500;
}

.structure-chart__right {
  display: flex;
  gap: 8px;
  border-radius: 12px;
  border: 2px solid #1c3b9f;
  padding: 24px 30px;
  flex: 17;
  justify-content: space-between;
}

.structure-chart__consultant-heading {
  background: #1c3b9f;
  color: #fff;
  font-weight: 600;
  border-radius: 9999px;
  text-align: center;
  padding: 10px 10px 11px;
}

.structure-chart__specialist-heading {
  background: #1c3b9f;
  color: #fff;
  font-weight: 600;
  border-radius: 9999px;
  text-align: center;
  padding: 10px 10px 11px;
}

.structure-chart__note {
  margin-top: 15px;
}

.structure-chart__note-heading {
  color: #1c3b9f;
  font-weight: 500;
}

.structure-chart__note-text {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .feature__cards {
    gap: 15px;
  }
  .feature__structure-content {
    padding: 20px;
  }
  .feature__structure-text {
    font-size: 1.4rem;
  }
  .structure-chart__content {
    flex-direction: column;
  }
  .structure-chart__image {
    height: 75px;
  }
  .structure-chart__right {
    min-width: 60%;
  }
  .structure-chart__consultant,
  .structure-chart__specialist {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .feature__text {
    text-align: left;
  }
  .feature__structure-heading {
    font-size: 1.8rem;
    height: 60px;
    line-height: 60px;
  }
  .feature__cards {
    flex-direction: column;
  }
  .structure-chart {
    flex-direction: column;
  }
  .feature__structure-text {
    font-size: 1.4rem;
    text-align: left;
  }
  .feature__structure-content {
    padding: 30px 20px;
  }
  .structure-chart__label {
    flex-direction: row;
  }
  .structure-chart__arrow-01 {
    transform: rotate(-90deg);
    width: 40px;
  }
  .structure-chart__arrow-02 {
    transform: rotate(90deg);
    width: 40px;
  }
  .structure-chart__right {
    flex-direction: column;
    gap: 30px;
  }
  .structure-chart__image {
    width: 60px;
  }
  .structure-chart__image--left {
    width: 100%;
  }
  .structure-chart__note-text {
    font-size: 1.3rem;
  }
}
/* ============================
	problem
============================ */
.problem {
  background-color: rgba(142, 225, 219, 0.4);
  position: relative;
}

.problem__bg-deco-01 {
  position: absolute;
  top: -245px;
  left: 74%;
  z-index: -1;
  width: 45.4861111111%;
  max-width: 655px;
  min-width: 350px;
}

.problem__bg-deco-02 {
  position: absolute;
  bottom: -345px;
  right: 75%;
  width: 45.4861111111%;
  max-width: 655px;
  min-width: 350px;
}

.problem__inner {
  position: relative;
  z-index: 2;
}

.problem__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.problem__item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  min-height: 245px;
}

.problem__left {
  background: #fff;
  display: flex;
  flex: 11;
  align-items: center;
  justify-content: center;
  padding: 10px 31px 10px 10px;
}

.problem__left-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roblem__left-image--01 img {
  max-width: 219px;
}

.roblem__left-image--02 img {
  max-width: 172px;
}

.roblem__left-image--03 img {
  max-width: 217px;
}

.roblem__left-image--04 img {
  max-width: 221px;
}

.problem__left-content {
  flex: 1;
}

.problem__label {
  font-size: 2.4rem;
  font-weight: 800;
  color: #1c3b9f;
  line-height: 1.3;
}

.problem__text {
  margin-top: 10px;
}

.problem__right {
  background: #568de3;
  position: relative;
  padding: 30px 40px 30px 126px;
  flex: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution__arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.solution__arrow img {
  height: 100%;
  max-width: 100px;
}
.solution__arrow::before {
  position: absolute;
  content: "モザイクワークなら";
  font-size: 1.7rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  white-space: nowrap;
}

.problem__solution-label {
  font-weight: 300;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 2px;
}

.problem__solution-text {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.7;
}
.problem__solution-text span {
  color: #fff500;
}

@media screen and (max-width: 1023px) {
  .problem__bg-deco-02 {
    bottom: -196px;
  }
  .problem__left {
    flex-direction: column-reverse;
    padding: 25px 20px 20px;
  }
  .problem__label {
    text-align: center;
    font-size: 2rem;
  }
  .problem__left-image {
    margin-top: 15px;
  }
  .problem__right {
    padding: 30px 20px 30px 120px;
  }
  .problem__solution-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .problem__bg-deco-02 {
    bottom: -124px;
  }
  .problem__list {
    margin-top: 40px;
  }
  .problem__item {
    flex-direction: column;
  }
  .problem__right {
    padding: 60px 20px 40px;
  }
  .solution__arrow {
    width: 100%;
    max-height: 50px;
  }
  .solution__arrow img {
    max-width: 100%;
    width: 100%;
  }
  .solution__arrow::before {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    left: 50%;
    top: 35%;
    font-size: 1.5rem;
  }
}
/* ============================
	comparison
============================ */
.comparison {
  background: url(img/top/comparison-bg.jpg) no-repeat center center/cover;
}

.comparison__inner {
  position: relative;
  z-index: 2;
}

.comparison__table {
  overflow-x: auto;
  margin-top: 40px;
}
.comparison__table table {
  border-collapse: collapse;
  border: none;
  min-width: 850px;
}
.comparison__table table tr:first-child th,
.comparison__table table tr:first-child td {
  border-top: none;
}
.comparison__table table tr:last-child th,
.comparison__table table tr:last-child td {
  border-bottom: none;
}
.comparison__table table tr th:first-child,
.comparison__table table tr td:first-child {
  border-left: none;
}
.comparison__table table tr th:last-child,
.comparison__table table tr td:last-child {
  border-right: none;
}
.comparison__table table th,
.comparison__table table td {
  border: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
  height: 50px;
}
.comparison__table table th {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  background: #31b2e2;
  height: 50px;
  border-bottom: 4px solid #fff;
}
.comparison__table table td {
  width: 212px;
  line-height: 1.3;
}
.comparison__table table td:first-child {
  width: 168px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
}
.comparison__table table td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  z-index: 4;
}
.comparison__table table td:nth-child(2) {
  font-weight: 700;
}
.comparison__table table .th-mosaicwork {
  background: #1c3b9f;
}

.corner-cell {
  border: none !important;
  border-bottom: 4px solid #fff !important;
}
.corner-cell::before, .corner-cell::after {
  content: none !important;
}

.tr-dark td {
  background: #8ddaf2;
}

.tr-light td {
  background: #cefafd;
}

@media screen and (max-width: 1023px) {
  .comparison__inner {
    max-width: 100%;
  }
  .comparison__table table th {
    font-size: 1.7rem;
  }
  .comparison__table table td {
    background: #31b2e2;
    width: 180px;
    padding: 5px;
    font-size: 1.3rem;
  }
  .comparison__table table td:first-child {
    width: 140px;
  }
  .comparison__table .tr-dark td {
    background: #8ddaf2;
  }
  .comparison__table .tr-light td {
    background: #cefafd;
  }
}
/* ============================
	service
============================ */
.service {
  background: rgba(115, 210, 239, 0.6);
}

.service__text {
  text-align: center;
  margin-top: 40px;
  font-weight: 600;
}

.service__block-wrapper {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 50px;
  margin-top: 40px;
}

.service__block {
  display: flex;
  max-width: 924px;
}

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

.service__block-title {
  flex-grow: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-green {
  background: #30b6a7;
}

.service__block-list {
  width: 681px;
  flex-shrink: 0;
  background: #f5f6f7;
  font-size: 1.5rem;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  justify-content: start;
  gap: 0 10px;
  grid-auto-columns: 210px 190px 200px;
  padding: 10px 25px;
  min-height: 75px;
}
.service__block-list li {
  width: 100%;
  box-sizing: border-box;
}

.service__block-list--last {
  grid-template-rows: repeat(1, auto);
  align-items: center;
}

.bg-cyan {
  background: #32a3a7;
}

.bg-lightblue {
  background: #3992a9;
}

.bg-blue {
  background: #3a80a9;
}

.bg-navy {
  background: #3f6eaa;
}

.bg-purple {
  background: #435cac;
}

.service__cards {
  display: flex;
  gap: 25px;
  margin-top: 52px;
}

.service__card {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #1c3b9f;
  flex: 1;
}

.service__card-top {
  display: flex;
  flex-direction: column;
  background: #1c3b9f;
  justify-content: center;
  align-items: center;
  padding: 18px 15px 15px;
  gap: 8px;
}

.service__card-heading {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.service__card-body {
  background: #fff;
  padding: 25px 20px;
}

.service__card-text span {
  color: #e50000;
  font-weight: 600;
}

.service__flow-wrapper {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  margin-top: 40px;
  overflow: hidden;
}

.service__flow-heading {
  background: #f5f6f7;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 2rem;
}

.service__flow-content {
  padding: 35px 50px 38px;
}

.service__flow-text {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.service-flow-image {
  margin-top: 32px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .service__block-wrapper {
    padding: 40px;
  }
  .service__block {
    flex-direction: column;
  }
  .service__block-title {
    width: 100%;
    min-height: 50px;
  }
  .service__block-list {
    padding: 20px 20px 25px;
    width: 100%;
    font-size: 1.4rem;
    grid-auto-columns: 200px 180px 190px;
  }
  .service__card-heading {
    font-size: 1.6rem;
  }
  .service__cards {
    gap: 15px;
    margin-top: 40px;
  }
  .service__flow-content {
    padding: 35px 40px 38px;
  }
  .service__flow-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service__text {
    text-align: left;
    margin-top: 30px;
  }
  .service__block-wrapper {
    padding: 30px 20px;
    margin-top: 30px;
  }
  .service__block-list {
    display: flex;
    flex-direction: column;
    grid-auto-flow: unset;
    grid-template-rows: unset;
    grid-auto-columns: unset;
    grid-template-columns: unset;
    gap: 3px 0;
  }
  .service__cards {
    flex-direction: column;
    gap: 20px;
    margin-top: 45px;
  }
  .service__flow-heading {
    font-size: 1.8rem;
    height: 60px;
    line-height: 60px;
  }
  .service__flow-content {
    padding: 30px 20px;
  }
  .service__flow-text {
    text-align: left;
  }
}
/* ============================
	case
============================ */
.service-section-wrapper {
  background: url(img/top/service-section-bg.svg) repeat center center/cover;
  position: relative;
}

.service-section__bg-deco-01 {
  position: absolute;
  top: 370px;
  left: 78%;
  z-index: -1;
  width: 45.4861111111%;
  max-width: 655px;
  min-width: 350px;
}

.service-section__bg-deco-02 {
  position: absolute;
  bottom: -190px;
  right: 74%;
  z-index: -1;
  width: 45.4861111111%;
  max-width: 655px;
  min-width: 350px;
}

.case {
  padding-bottom: 50px;
}

.case__text {
  text-align: center;
  margin-block: 50px;
}

.case__items {
  display: flex;
  margin-top: 40px;
  gap: 40px;
}

.case__item {
  background: #fff;
  border: 4px solid #1c3b9f;
  border-radius: 12px;
  overflow: hidden;
  padding: 38px;
  flex: 1;
}

.case__item-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.case__item-name {
  font-size: 1.5rem;
}

.case__item-before {
  margin-top: 25px;
}

.case__item-before-label {
  font-size: 1.5rem;
  background: rgba(30, 196, 184, 0.5);
  border-radius: 9999px;
  width: 100%;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  letter-spacing: 2px;
}

.case__item-text {
  margin-top: 13px;
}

.case__item-after {
  margin-top: 20px;
}

.case__item-after-label {
  font-size: 1.5rem;
  background: #73d2ef;
  border-radius: 9999px;
  width: 100%;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  letter-spacing: 2px;
}

.case__button {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .case__items {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
  .case__item {
    padding: 30px 20px;
  }
  .case__item-heading {
    flex-direction: column;
  }
}
/* ============================
	price
============================ */
.price {
  padding-block: 50px;
}

.price__content {
  background: #fff;
  border: 4px solid #1c3b9f;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 40px;
  padding: 20px 20px 45px;
  letter-spacing: 2.2px;
  max-width: 592px;
  margin-inline: auto;
  text-align: center;
}

.price__label {
  background: #73d2ef;
  border-radius: 9999px;
  font-size: 1.8rem;
  font-weight: 600;
  width: 95px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.price__yen {
  font-size: 2.2rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
  vertical-align: -5px;
}
.price__yen span {
  font-size: 5.2rem;
  font-weight: 700;
}

.price__initial-cost {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.price__text {
  font-weight: 600;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .price__content {
    margin-top: 30px;
    padding: 20px 20px 40px;
  }
  .price__label {
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
  }
  .price__yen {
    font-size: 1.8rem;
  }
  .price__yen span {
    font-size: 4.5rem;
  }
}
/* ============================
	flow
============================ */
.flow {
  padding-top: 50px;
}

.flow__text {
  margin-top: 35px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.flow__steps {
  margin-top: 40px;
  position: relative;
  max-width: 810px;
  margin-inline: auto;
}

.flow__step {
  background: #fff;
  border: 4px solid #1c3b9f;
  border-radius: 8px;
  padding: 8px 30px 8px;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 86px;
}
.flow__step:nth-of-type(5), .flow__step:nth-of-type(6), .flow__step:nth-of-type(7) {
  background: #feffe0;
}
.flow__step:nth-of-type(6) {
  padding: 8px 136px 12px 30px;
  letter-spacing: -0.7px;
}
.flow__step:nth-of-type(6) span {
  letter-spacing: 0;
}

.flow__step-label {
  color: #1c3b9f;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 800;
}

.flow__step-text {
  color: #1c3b9f;
  font-size: clamp(1.9rem, 2.5vw, 2.8rem);
  font-weight: 600;
  line-height: 1.5;
}
.flow__step-text span {
  color: #1a1a1a;
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  font-weight: 500;
  display: block;
}

.flow__arrow {
  display: block;
  margin-inline: auto;
}

.flow__step-tag {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 26px;
  background: #1c3b9f;
  color: #fff;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  border-radius: 8px;
  padding: 32px 18px 40px;
  line-height: 1.3;
}
.flow__step-tag span {
  color: #fff500;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .flow__steps {
    margin-top: 30px;
  }
  .flow__step {
    padding: 10px 15px;
    flex-direction: column;
    gap: 0;
    align-items: start;
  }
  .flow__step:nth-of-type(6) {
    padding: 10px 90px 10px 15px;
  }
  .flow__text {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
  }
  .flow__step-tag {
    font-size: 1.5rem;
    padding: 70px 15px;
    right: 15px;
    bottom: 25px;
  }
  .flow__step-tag span {
    font-size: 1.6rem;
  }
}
/* ============================
	faq
============================ */
.faq {
  background: rgba(142, 225, 219, 0.4);
}

.faq__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__item {
  border: 2px solid #1c3b9f;
  background: #fff;
}
.faq__item.is-open .faq__item-q::before {
  transform: rotate(-180deg);
}

.faq__item-q {
  padding: 18px 80px 18px 30px;
  width: 100%;
  text-align: left;
  position: relative;
  align-items: center;
  display: flex;
  gap: 30px;
}
.faq__item-q::before {
  position: absolute;
  content: "";
  background: url(img/top/faq-arrow.svg) no-repeat center center/contain;
  width: 30px;
  height: 20px;
  top: 45%;
  right: 34px;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.faq__item-q-icon {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 44px;
  position: relative;
  width: 44px;
  height: 44px;
  z-index: 1;
  transform: translateY(-2px);
  flex-shrink: 0;
}
.faq__item-q-icon::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: #1c3b9f;
  border-radius: 50%;
  border: 1px solid #1c3b9f;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.faq__item-q-text {
  font-size: 2rem;
  font-weight: 600;
}

.faq__item-body {
  border-top: 2px solid #1c3b9f;
}

.faq__item-a {
  padding: 18px 106px 18px 30px;
  display: flex;
  align-items: start;
  gap: 30px;
}

.faq__item-a-icon {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 44px;
  position: relative;
  width: 44px;
  height: 44px;
  z-index: 1;
  transform: translateY(-5px);
  color: #1c3b9f;
  flex-shrink: 0;
}
.faq__item-a-icon::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1c3b9f;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .faq__item-q {
    padding: 18px 45px 18px 15px;
    gap: 10px;
  }
  .faq__item-q::before {
    right: 15px;
    width: 20px;
    height: 15px;
  }
  .faq__item-q-icon,
  .faq__item-a-icon {
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
    line-height: 35px;
  }
  .faq__item-q-icon::before,
  .faq__item-a-icon::before {
    width: 35px;
    height: 35px;
  }
  .faq__item-q-text {
    font-size: 1.5rem;
  }
  .faq__item-a {
    gap: 15px;
    padding: 18px 15px;
  }
}
/* ============================
	partner 
============================ */
.partner {
  background-color: rgba(115, 210, 239, 0.6);
}

.partner__text {
  margin-top: 36px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.partner__items {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.partner__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 30px 30px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}

.partner__item-heading {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 800;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  line-height: 1.5;
  margin-top: 10px;
}

.partner__item-heading-01 {
  color: #1c3b9f;
}

.partner__item-heading-02 {
  color: #06ac99;
}

.partner__item-heading-03 {
  color: #0596b7;
}

.partner__item-image {
  text-align: center;
  margin-top: 13px;
}

.partner__item-text {
  flex-grow: 1;
  margin-top: 15px;
}

.partner__item-button {
  width: 268px;
  height: 56px;
  border-radius: 9999px;
  align-self: flex-start;
  margin-top: 19px;
  margin-inline: auto;
}

.partner__bottom-text {
  margin-top: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 1110px) {
  .partner__item {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .partner__text {
    font-size: 1.6rem;
  }
  .partner__items {
    flex-direction: column;
  }
  .partner__item {
    max-width: 600px;
    margin-inline: auto;
  }
  .partner__item-heading {
    height: auto;
    padding: 20px 20px;
  }
  .partner__bottom-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .partner__text {
    text-align: left;
  }
  .partner__item {
    padding: 0 20px 20px;
  }
  .partner__bottom-text {
    text-align: left;
  }
}
/* ============================
	entry
============================ */
.entry-section-wrapper {
  position: relative;
}

.entry-section__bg-deco-01 {
  position: absolute;
  top: -65%;
  left: 74%;
  z-index: -1;
  width: 45.4861111111%;
  max-width: 655px;
  min-width: 350px;
}

.entry-section__bg-deco-02 {
  position: absolute;
  bottom: -130%;
  right: 74%;
  width: 45.4861111111%;
  max-width: 655px;
  min-width: 350px;
  z-index: 1;
}

.webinar {
  padding-bottom: 50px;
}

.webinar__inner {
  position: relative;
  z-index: 1;
}

.webinar__text {
  margin-top: 40px;
  text-align: center;
}

.webinar__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.webinar__card-link {
  display: block;
  position: relative;
  z-index: 1;
}

.webinar__card-thumb {
  overflow: hidden;
  aspect-ratio: 320/176;
  width: 100%;
}
.webinar__card-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.webinar__card-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 12px;
}

.webinar__button {
  text-align: center;
  margin-top: 40px;
}

.document {
  padding-top: 50px;
  padding-bottom: 0;
}

.document__inner {
  position: relative;
  z-index: 1;
}

.document__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.document__card-link {
  display: grid;
  grid-template-columns: 255fr 245fr;
  gap: 20px;
}

.document__card-thumb {
  width: 100%;
  aspect-ratio: 245/145;
  overflow: hidden;
}
.document__card-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.document__card-title {
  font-size: 1.8rem;
  font-weight: 600;
}

.document__card-excerpt {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 12px;
}

.document__button {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .entry-section__bg-deco-01 {
    top: -38%;
  }
  .entry-section__bg-deco-02 {
    bottom: -111%;
  }
  .webinar__card-title {
    font-size: 1.5rem;
    margin-top: 5px;
  }
  .webinar__list {
    gap: 20px;
  }
  .document__list {
    gap: 20px;
  }
  .document__card-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .document__card-link {
    gap: 10px;
  }
  .document__card-excerpt {
    line-height: 1.4;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .entry-section__bg-deco-01 {
    top: -16%;
  }
  .entry-section__bg-deco-02 {
    bottom: -65%;
  }
  .webinar__text {
    text-align: left;
    margin-top: 30px;
  }
  .webinar__list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .document__list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .document__card-excerpt {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 767px) {
  .webinar__card-link,
  .document__card-link {
    transition: opacity 0.4s;
  }
  .webinar__card-link:hover,
  .document__card-link:hover {
    opacity: 0.7;
  }
}
.page-section {
  margin-top: 50px;
}

.page-section__content {
  margin-top: 50px;
}

.page-button {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page-section {
    margin-top: 30px;
  }
  .page-section__content {
    margin-top: 30px;
  }
}
/* ============================
	single post
============================ */
.entry-inner {
  max-width: 1104px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .entry-inner {
    margin-top: 30px;
  }
}
/* article */
#entry-article {
  box-sizing: border-box;
  padding: 0 24px 0 0;
}

.content-width {
  display: flex;
}
.content-width.wide-sidebar-layout article#entry-article {
  width: 60%;
}
.content-width.wide-sidebar-layout aside#entry-sidebar {
  width: 40%;
}
.content-width:not(.wide-sidebar-layout) article#entry-article {
  width: 70%;
}
.content-width:not(.wide-sidebar-layout) aside#entry-sidebar {
  width: 30%;
}

#entry-sidebar > * + * {
  margin-top: 50px;
}

#entry-article .post-cats {
  margin-top: 15px;
}

#entry-article .post-ttl {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #entry-article {
    border-right: none;
    width: 100%;
    padding: 0;
  }
  .content-width {
    flex-direction: column;
  }
  .content-width.wide-sidebar-layout article#entry-article {
    width: 100%;
  }
  .content-width.wide-sidebar-layout aside#entry-sidebar {
    width: 100%;
  }
  .content-width:not(.wide-sidebar-layout) article#entry-article {
    width: 100%;
  }
  .content-width:not(.wide-sidebar-layout) aside#entry-sidebar {
    width: 100%;
  }
}
/* sidebar */
#entry-sidebar {
  box-sizing: border-box;
  width: 32%;
  padding: 0 0 0 24px;
}
#entry-sidebar li:not(:first-child) {
  margin-top: 10px;
}

#entry-sidebar .sidebar-head {
  margin: 0;
  border-bottom: 2px solid #1c3b9f;
  font-weight: 700;
}

#entry-sidebar .sidebar-cont {
  margin-top: 20px;
}

.sidebar-new-item + .sidebar-new-item {
  margin: 20px 0 0;
}

.sidebar-new-item .left {
  width: 100px;
}

.sidebar-new-item .right {
  width: 185px;
}

.sidebar-new-item .right .post-ttl {
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

.sidebar-new-item .right .post-date {
  font-size: 1.3rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #entry-sidebar {
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
  }
  .sidebar-new-item .right {
    width: 220px;
  }
}
@media screen and (min-width: 768px) {
  #entry-sidebar a {
    transition: opacity 0.4s;
  }
  #entry-sidebar a:hover {
    opacity: 0.7;
  }
}
/* page nav */
#nav-below {
  margin-top: 60px;
  padding: 10px;
  border: 1px solid #1a1a1a;
}

#nav-below .nav-box {
  box-sizing: border-box;
  width: 50%;
  align-self: center;
}
#nav-below .nav-box a {
  display: flex;
  gap: 10px;
}
#nav-below .nav-box img {
  width: 20px;
}

#nav-below .prev-news {
  padding-right: 10px;
}

#nav-below .next-news {
  padding-left: 10px;
  border-left: 1px solid #1a1a1a;
}

@media screen and (max-width: 767px) {
  #nav-below {
    border: none;
    padding: 0;
  }
  #nav-below .nav-box {
    width: 100%;
  }
  #nav-below .prev-news {
    padding: 10px;
    position: relative;
    border: 1px solid #1a1a1a;
  }
  #nav-below .next-news {
    border-left: none;
    padding: 10px;
    border: 1px solid #1a1a1a;
    margin-top: 10px;
  }
  #nav-below #next-news {
    margin: 30px 0 0;
  }
  #nav-below #next-news .nav-box-inner.flex-start {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #nav-below #next-news .adjacent-head {
    text-align: left;
  }
  #nav-below #next-news .ttl {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  #nav-below .nav-box a {
    transition: opacity 0.4s;
  }
  #nav-below .nav-box a:hover {
    opacity: 0.7;
  }
}
/* ============================
	entry-content
============================ */
.entry-thumb {
  margin-top: 50px;
}

.entry-thumb img {
  width: 100%;
}

.entry-content {
  font-size: 1.6rem;
}

.entry-content p {
  margin: 2em 0;
}

.entry-content p.mb35rem {
  margin-bottom: 3.5rem;
}

.entry-content hr {
  margin: 4rem 0;
  border: none;
  color: #fff;
  border-top: 1px dashed #eee;
  height: 0;
  line-height: 0;
  background: none;
  padding: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: bold;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content h1 {
  font-size: 2.8rem;
  margin: 30px 0;
}

.entry-content h2 {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  margin: 50px 0 30px;
  padding: 15px;
  border-bottom: 2px solid #1c3b9f;
}

.entry-content h3 {
  box-sizing: border-box;
  font-size: 1.8rem;
  margin: 50px 0 30px;
  padding: 10px 16px;
  background-color: #1c3b9f;
  color: #fff;
}

.entry-content h4 {
  font-size: 1.5rem;
  padding: 5px 0 0 14px;
  border-left: 4px solid #1c3b9f;
  margin: 50px 0 30px;
}

.entry-content h4.noborder {
  border: none;
  content: none;
  padding-bottom: 0;
}

.entry-content h4.noborder::after,
.entry-content .infobox h4::after {
  content: none;
}

.entry-content span.red {
  color: #df0101;
}

.entry-content span.bold {
  font-weight: bold;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content span.underline {
  text-decoration: underline;
  color: #1a1a1a;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content span.marker {
  background: linear-gradient(transparent 60%, rgba(255, 167, 0, 0.7) 60%);
  color: #1a1a1a;
  font-weight: bold;
  padding: 3px 0 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content blockquote {
  color: #555;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 4rem 0;
  padding: 0.5rem 2.5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  line-height: 1.65;
}

.entry-content blockquote::before,
.entry-content blockquote::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3.5rem;
  height: 2.5rem;
}

.entry-content blockquote p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 2rem 0;
}

.entry-content blockquote small,
.entry-content blockquote small a {
  font-weight: normal;
  font-size: 11px;
  color: #888;
}

.entry-content blockquote cite {
  font-size: 1.2rem;
}

.instagram-media {
  max-width: 520px !important;
}

.twitter-tweet {
  width: 520px !important;
}

.entry-content blockquote.wp-embedded-content,
.entry-content blockquote.instagram-media,
.entry-content blockquote.twitter-tweet {
  border: 1px solid #eee;
  box-sizing: border-box;
}

.entry-content blockquote.wp-embedded-content::after,
.entry-content blockquote.wp-embedded-content::before,
.entry-content blockquote.instagram-media::after,
.entry-content blockquote.instagram-media::before,
.entry-content blockquote.instagram-media-registered::after,
.entry-content blockquote.instagram-media-registered::before,
.entry-content blockquote.twitter-tweet::after,
.entry-content blockquote.twitter-tweet::before {
  display: none !important;
}

.entry-content iframe.wp-embedded-content {
  width: 100% !important;
}

.entry-content .instagram-media {
  margin: 3.5rem 0 !important;
}

.entry-content .infobox {
  background: #fdf9f5;
  margin: 2.5rem 0;
  padding: 1rem 2.5rem;
  line-height: 1.65;
}

.entry-content .infobox h4 {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  padding: 0;
  border: none;
}

.entry-content .infobox p {
  margin: 1.5rem 0;
  font-size: 1.5rem;
}

.entry-content .ytsl-wrapper {
  margin: 4rem 0;
}

.entry-content .ytsl-wrapper img {
  display: none !important;
}

.entry-content img {
  height: auto !important;
}

.entry-content .imagebox br {
  display: none;
}

.entry-content .imagebox small,
.entry-content .imagebox small a {
  font-weight: normal;
  font-size: 11px;
  color: #888;
}

.entry-content ul,
.entry-content ol {
  text-align: left;
}

.entry-content li {
  position: relative;
  padding-left: 20px;
}

.entry-content li:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background: #ccc;
  border-radius: 50%;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content .wp-block-file a {
  vertical-align: middle;
}

.wp-block-file__button {
  padding: 10px;
  background: #fff;
  border: 1px solid #777;
}

.entry-content .wp-caption {
  box-sizing: border-box;
  max-width: 100% !important;
  margin-bottom: 20px;
  padding: 10px;
  line-height: 18px;
  background: #f1f1f1;
  text-align: center;
}

.entry-content .wp-caption img {
  margin: 0;
  max-width: 100%;
}

.entry-content .wp-caption p.wp-caption-text {
  color: #777;
  font-size: 14px;
  margin: 10px 0 0 0;
}

.entry__button {
  margin-top: 30px;
  text-align: center;
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .entry-content a {
    transition: opacity 0.4s;
  }
  .entry-content a:hover {
    opacity: 0.7;
  }
  .entry__button a {
    transition: opacity 0.4s;
  }
  .entry__button a:hover {
    opacity: 0.7;
  }
}

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