@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a,
a 2 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.sp-only {
  display: none;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 50px;
}

@media only screen and (max-width: 1023px) {
  .c-header {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .c-header__logo {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .c-header__logo {
    max-width: 180px;
  }
}

.c-header__logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.c-header .c-gnav-sp {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-header .c-gnav-sp {
    display: block;
    width: 40vw;
    height: 100vh;
    position: absolute;
    right: -300%;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 5;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .c-header .c-gnav-sp.is-open {
    right: 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .c-header .c-gnav-sp {
    width: 100vw;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header .c-gnav-sp ul {
    margin-top: 30px;
  }
  .c-header .c-gnav-sp ul li {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .c-header .c-gnav-sp ul li::before {
    display: none;
  }
  .c-header .c-gnav-sp ul li a {
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-weight: normal;
  }
  .c-header .c-gnav-sp .c-logo-sp {
    max-width: 108px;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
  }
  .c-header .c-gnav-sp .c-close-menu {
    display: none;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .c-header .c-gnav-sp .c-close-menu {
    display: block;
    font-size: 3.5rem;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

/* Main menu
------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .c-gnav {
    display: none;
  }
}

.c-gnav li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.c-gnav li::before {
  position: absolute;
  content: '/';
  color: white;
  right: -3px;
  bottom: 3px;
}

.c-gnav li:last-child {
  padding-right: 0;
}

.c-gnav li:last-child::before {
  display: none;
}

.c-gnav a {
  font-size: 1.8rem;
  letter-spacing: -0.1px;
  font-family: 'Avenir Next LT Pro';
  font-weight: normal;
}

.c-burger-menu {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-burger-menu {
    display: -webkit-box;
    display: flex;
    font-size: 3.5rem;
    cursor: pointer;
    position: absolute;
    height: calc(100% - 60px);
    right: 15px;
    top: 36px;
    -webkit-box-align: center;
    align-items: center;
  }
  .c-burger-menu.hidden {
    display: none;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  /* margin-top: 67px; */
  background: #69c3c6;
  color: #fff;
  text-align: center;
  padding-top: 51px;
  padding-bottom: 88px;
}

@media only screen and (max-width: 1023px) {
  .c-footer {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer {
    margin-top: 40px;
    padding-top: 30px;
    /* padding-bottom: 30px; */
    padding-bottom: 84px;
  }
}

.c-footer .c-flogo {
  max-width: 108px;
  margin: 0 auto;
  display: block;
}

.c-footer .c-gnav {
  margin-top: 45px;
}

@media only screen and (max-width: 1023px) {
  .c-footer .c-gnav {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer .c-gnav {
    margin-top: 30px;
  }
}

.c-footer .c-gnav li {
  padding-right: 40px;
  padding-left: 0;
}

.c-footer .c-gnav li::before {
  right: 17px;
}

.c-footer .c-gnav li:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-footer .c-gnav li {
    display: block;
    padding: 0;
  }
  .c-footer .c-gnav li::before {
    display: none;
  }
}

.c-footer .copyright {
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
  margin-top: 34px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .c-footer .copyright {
    margin-top: 30px;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: hidden;
}

html.hidden {
  overflow: hidden;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.l-container {
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .l-container {
    max-width: 100%;
    padding: 0 15px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: inline-block;
  padding: 10px 50px;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 20px;
  line-height: 1;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top .c-business-content {
  background: #69c3c6;
  padding-top: 51px;
  padding-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .p-top .c-business-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-top .c-business-content .c-title-section {
  text-align: center;
}

.p-top .c-business-content .c-title-section span {
  font-size: 4.2rem;
  font-weight: normal;
  position: relative;
  z-index: 1;
  font-family: 'Avenir Next LT Pro';
  margin-left: -7px;
}

@media only screen and (max-width: 1200px) {
  .p-top .c-business-content .c-title-section span {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top .c-business-content .c-title-section span {
    font-size: 3rem;
  }
}

.p-top .c-business-content .c-title-section span::before {
  position: absolute;
  content: '';
  width: 347px;
  height: 10px;
  top: 61%;
  background: #fff;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .p-top .c-business-content .c-title-section span::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-top .c-business-content .c-title-section span::before {
    width: 250px;
  }
}

.p-top .c-business-content .c-wrap-box-white {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .p-top .c-business-content .c-wrap-box-white {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.p-top .c-business-content .c-wrap-box-white .c-box-white {
  width: calc(50% - 10px);
  padding-top: 52px;
  padding-bottom: 45px;
  background: url("../img/business-content1.jpg") no-repeat center / cover;
}

@media only screen and (max-width: 767px) {
  .p-top .c-business-content .c-wrap-box-white .c-box-white {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
  }
}

.p-top .c-business-content .c-wrap-box-white .c-box-white:last-child {
  background-image: url("../img/business-content2.jpg");
}

.p-top .c-business-content .c-wrap-box-white .c-box-white:last-child .c-box-white__title {
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .p-top .c-business-content .c-wrap-box-white .c-box-white:last-child {
    background-size: cover;
  }
}

.p-top .c-business-content .c-wrap-box-white .c-box-white__title {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 44px;
  color: #fff;
  letter-spacing: 2px;
}

.p-top1 .c-banner {
  position: relative;
}

.p-top1 .c-banner__text {
  position: absolute;
  left: 0;
  top: 52.6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .p-top1 .c-banner__text {
    width: 60%;
  }
}

.p-top1 .c-banner__text p {
  font-size: 4.8rem;
  line-height: 80px;
  width: 1080px;
  margin: 0 auto;
  letter-spacing: 9.5px;
}

@media only screen and (max-width: 1200px) {
  .p-top1 .c-banner__text p {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .p-top1 .c-banner__text p {
    font-size: 3rem;
    line-height: 50px;
    letter-spacing: 2.5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1 .c-banner__text p {
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: 0;
  }
}

.p-top2 {
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .p-top2 {
    margin-top: 30px;
  }
}

.p-top2 .c-title-section {
  text-align: center;
}

.p-top2 .c-title-section span {
  font-size: 4.2rem;
  font-weight: normal;
  position: relative;
  font-family: 'Avenir Next LT Pro';
  margin-left: -10px;
}

@media only screen and (max-width: 1200px) {
  .p-top2 .c-title-section span {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top2 .c-title-section span {
    font-size: 3rem;
  }
}

.p-top2 .c-title-section span::before {
  position: absolute;
  content: '';
  width: 310px;
  height: 10px;
  top: 61%;
  background: #69c3c6;
  left: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .p-top2 .c-title-section span::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-top2 .c-title-section span::before {
    width: 250px;
  }
}

.p-top2 .c-subtitle {
  text-align: center;
  font-weight: bold;
  margin-top: 35px;
  font-size: 2.4rem;
  letter-spacing: 2.5px;
}

.p-top2 .c-text {
  text-align: center;
  margin-top: 38px;
}

.p-top2 .c-text p {
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}

.p-top3 {
  margin-top: 64px;
}

.p-top3 .c-business-details {
  margin-top: 49px;
}

@media only screen and (max-width: 767px) {
  .p-top3 .c-business-details {
    margin-top: 30px;
  }
}

.p-top3 .c-business-details .c-title-section {
  text-align: center;
}

.p-top3 .c-business-details .c-title-section span {
  font-size: 4.2rem;
  position: relative;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro';
  margin-left: -7px;
}

@media only screen and (max-width: 1200px) {
  .p-top3 .c-business-details .c-title-section span {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top3 .c-business-details .c-title-section span {
    font-size: 3rem;
  }
}

.p-top3 .c-business-details .c-title-section span::before {
  position: absolute;
  content: '';
  width: 350px;
  height: 10px;
  top: 61%;
  background: #69c3c6;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .p-top3 .c-business-details .c-title-section span::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-top3 .c-business-details .c-title-section span::before {
    width: 250px;
  }
}

.p-top3 .c-business-details__img {
  margin-top: 34px;
}

.p-top3 .c-business-details__text {
  margin-top: 48px;
}

.p-top3 .c-business-details__text p {
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}

.p-top4 {
  margin-top: 64px;
}

@media only screen and (max-width: 767px) {
  .p-top4 {
    margin-top: 50px;
  }
}

.p-top4 .c-business-details {
  margin-top: 47px;
}

.p-top4 .c-business-details .c-title-section {
  text-align: center;
}

.p-top4 .c-business-details .c-title-section span {
  font-size: 4.2rem;
  position: relative;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro';
  margin-left: -7px;
}

@media only screen and (max-width: 1200px) {
  .p-top4 .c-business-details .c-title-section span {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-title-section span {
    font-size: 3rem;
  }
}

.p-top4 .c-business-details .c-title-section span::before {
  position: absolute;
  content: '';
  width: 350px;
  height: 10px;
  top: 61%;
  background: #69c3c6;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .p-top4 .c-business-details .c-title-section span::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-title-section span::before {
    width: 250px;
  }
}

.p-top4 .c-business-details .c-group-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-group-details {
    margin-bottom: 0;
    flex-wrap: wrap;
    -webkit-box-pack: unset;
    justify-content: unset;
  }
}

.p-top4 .c-business-details .c-group-details:nth-child(3) {
  margin-bottom: 56px;
}

.p-top4 .c-business-details .c-group-details:nth-child(4) {
  margin-bottom: 58px;
}

.p-top4 .c-business-details .c-group-details:nth-child(4) .c-group-details__text--content {
  line-height: 34px;
  margin-top: 33px;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-group-details:nth-child(4) .c-group-details__text--content {
    margin-top: 10px;
  }
}

.p-top4 .c-business-details .c-group-details:nth-child(4) .c-group-details__text--seemore {
  margin-top: 8px;
}

.p-top4 .c-business-details .c-group-details:nth-child(5) .c-group-details__text--content {
  margin-top: 31px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-group-details:nth-child(5) .c-group-details__text--content {
    margin-top: 10px;
  }
}

.p-top4 .c-business-details .c-group-details:nth-child(5) .c-group-details__text--seemore {
  margin-top: 11px;
}

.p-top4 .c-business-details .c-group-details:nth-child(2n + 1) .c-group-details__text {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (max-width: 1023px) {
  .p-top4 .c-business-details .c-group-details:nth-child(2n + 1) .c-group-details__text {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.p-top4 .c-business-details .c-group-details:nth-child(2n + 1) .c-group-details__text--seemore {
  margin-right: 0;
}

.p-top4 .c-business-details .c-group-details:nth-child(2n + 1) .c-group-details__img {
  -webkit-box-ordinal-group: 1;
  order: 0;
}

@media only screen and (max-width: 1023px) {
  .p-top4 .c-business-details .c-group-details:nth-child(2n + 1) .c-group-details__img {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

.p-top4 .c-business-details .c-group-details__text {
  width: 48.5%;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-group-details__text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.p-top4 .c-business-details .c-group-details__text--no {
  font-size: 2.4rem;
  color: #9a9a9a;
  font-weight: bold;
  font-family: 'Bebas Neue';
  letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-group-details__text--no {
    margin-top: 10px;
  }
}

.p-top4 .c-business-details .c-group-details__text--no span {
  color: #69c3c6;
  margin-left: 7px;
  font-size: 3.6rem;
  letter-spacing: 3.6px;
}

.p-top4 .c-business-details .c-group-details__text--title {
  font-weight: bold;
  margin-top: 16px;
  font-size: 2.4rem;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-group-details__text--title {
    margin-top: 10px;
  }
}

.p-top4 .c-business-details .c-group-details__text--content {
  margin-top: 20px;
  line-height: 34px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-group-details__text--content {
    margin-top: 10px;
  }
}

.p-top4 .c-business-details .c-group-details__text--seemore {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #69c3c6;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  margin-top: 55px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .p-top4 .c-business-details .c-group-details__text--seemore {
    margin-top: 8px;
  }
}

.p-top4 .c-business-details .c-group-details__img {
  padding-top: 12px;
  width: 44.4%;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-business-details .c-group-details__img {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .p-top4 .c-business-details .c-group-details__img img {
    width: 100%;
  }
}

.p-top5 {
  background: #69c3c6;
  margin-top: 100px;
  padding-top: 58px;
}

@media only screen and (max-width: 767px) {
  .p-top5 {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .p-top5 {
    margin-top: 60px;
  }
}

.p-top5 .c-title-section {
  text-align: center;
}

.p-top5 .c-title-section span {
  font-size: 4.2rem;
  position: relative;
  font-weight: normal;
  z-index: 1;
  font-family: 'Avenir Next LT Pro';
  margin-left: -5px;
}

@media only screen and (max-width: 1200px) {
  .p-top5 .c-title-section span {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top5 .c-title-section span {
    font-size: 3rem;
  }
}

.p-top5 .c-title-section span::before {
  position: absolute;
  content: '';
  width: 350px;
  height: 10px;
  top: 61%;
  background: #fff;
  left: -53px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .p-top5 .c-title-section span::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-top5 .c-title-section span::before {
    width: 250px;
  }
}

.p-top5 .c-wrap-performance {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}

@media only screen and (max-width: 1023px) {
  .p-top5 .c-wrap-performance {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .p-top5 .c-wrap-performance {
    margin-top: 30px;
  }
}

.p-top5 .c-wrap-performance .c-performance {
  width: 30.6%;
  margin-right: 39px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .p-top5 .c-wrap-performance .c-performance__img img {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .p-top5 .c-wrap-performance .c-performance {
    width: 49%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top5 .c-wrap-performance .c-performance {
    width: 100%;
    margin-bottom: 50px;
  }
}

.p-top5 .c-wrap-performance .c-performance:nth-child(4), .p-top5 .c-wrap-performance .c-performance:nth-child(5), .p-top5 .c-wrap-performance .c-performance:nth-child(6) {
  margin-bottom: 37px;
}

@media only screen and (max-width: 1200px) {
  .p-top5 .c-wrap-performance .c-performance:nth-child(4), .p-top5 .c-wrap-performance .c-performance:nth-child(5), .p-top5 .c-wrap-performance .c-performance:nth-child(6) {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top5 .c-wrap-performance .c-performance:nth-child(4), .p-top5 .c-wrap-performance .c-performance:nth-child(5), .p-top5 .c-wrap-performance .c-performance:nth-child(6) {
    margin-bottom: 50px;
  }
}

.p-top5 .c-wrap-performance .c-performance__title {
  font-weight: bold;
  margin-top: 15px;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 28px;
  position: relative;
}

.p-top5 .c-wrap-performance .c-performance__title::before {
  position: absolute;
  content: '';
  width: 6px;
  height: calc(100% + 30px);
  background: white;
  left: 0;
  top: -35px;
}

.p-top5 .c-wrap-performance .c-performance__title span {
  display: block;
}

.p-top5 .c-wrap-performance .c-performance__content {
  margin-top: 10px;
  line-height: 26px;
}

.p-top5 .c-wrap-performance .c-performance:nth-child(3n + 3) {
  margin-right: 0;
}

.p-top5 .c-wrap-performance .c-performance:nth-child(3n + 2) {
  margin-right: 49px;
}

@media only screen and (max-width: 1200px) {
  .p-top5 .c-wrap-performance .c-performance:nth-child(3n + 2) {
    margin-right: 39px;
  }
}

@media only screen and (max-width: 1023px) {
  .p-top5 .c-wrap-performance .c-performance:nth-child(3n + 2) {
    margin-right: 0;
  }
}

.p-top6 {
  background: #636363;
  margin-top: -3px;
  padding-top: 56px;
  padding-bottom: 77px;
}

@media only screen and (max-width: 1200px) {
  .p-top6 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top6 {
    padding: 30px 0;
  }
}

.p-top6 .c-title-section {
  text-align: center;
}

.p-top6 .c-title-section span {
  font-size: 4.2rem;
  position: relative;
  font-weight: normal;
  z-index: 1;
  color: #fff;
  font-family: 'Avenir Next LT Pro';
  margin-left: -7px;
}

@media only screen and (max-width: 1200px) {
  .p-top6 .c-title-section span {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top6 .c-title-section span {
    font-size: 3rem;
  }
}

.p-top6 .c-title-section span::before {
  position: absolute;
  content: '';
  width: 350px;
  height: 10px;
  top: 62%;
  background: #69c3c6;
  left: -37px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .p-top6 .c-title-section span::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-top6 .c-title-section span::before {
    width: 250px;
  }
}

.p-top6 .c-wrap-flow {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 53px;
}

@media only screen and (max-width: 767px) {
  .p-top6 .c-wrap-flow {
    margin-top: 30px;
  }
}

.p-top6 .c-wrap-flow .c-flow {
  width: 25%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .p-top6 .c-wrap-flow .c-flow {
    width: 100%;
  }
}

.p-top6 .c-wrap-flow .c-flow:first-child .c-flow__title {
  padding-left: 20px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1200px) {
  .p-top6 .c-wrap-flow .c-flow:first-child .c-flow__title {
    padding-left: 0;
  }
}

.p-top6 .c-wrap-flow .c-flow:first-child .c-flow__content {
  border-left: 1px solid #fff;
}

.p-top6 .c-wrap-flow .c-flow:nth-child(2) .c-flow__title {
  background: #99e0d2;
  padding-left: 18px;
}

@media only screen and (max-width: 1200px) {
  .p-top6 .c-wrap-flow .c-flow:nth-child(2) .c-flow__title {
    padding-left: 0;
  }
}

.p-top6 .c-wrap-flow .c-flow:nth-child(2) .c-flow__title span {
  margin-right: 5px;
}

.p-top6 .c-wrap-flow .c-flow:nth-child(2) .c-flow__title:before {
  border-left: 30px solid #99e0d2;
}

.p-top6 .c-wrap-flow .c-flow:nth-child(3) .c-flow__title {
  background: #70cbb9;
  padding-left: 33px;
  letter-spacing: 1.9px;
}

@media only screen and (max-width: 1200px) {
  .p-top6 .c-wrap-flow .c-flow:nth-child(3) .c-flow__title {
    padding-left: 0;
  }
}

.p-top6 .c-wrap-flow .c-flow:nth-child(3) .c-flow__title:before {
  border-left: 30px solid #70cbb9;
}

.p-top6 .c-wrap-flow .c-flow:last-child .c-flow__title {
  background: #40b89f;
  letter-spacing: 1px;
}

.p-top6 .c-wrap-flow .c-flow:last-child .c-flow__title span {
  margin-right: 3px;
}

.p-top6 .c-wrap-flow .c-flow:last-child .c-flow__title::before {
  display: none;
}

.p-top6 .c-wrap-flow .c-flow:last-child .c-flow__content {
  padding-left: 25px;
}

.p-top6 .c-wrap-flow .c-flow__title {
  background: #d9faf3;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  font-size: 1.8rem;
  position: relative;
}

.p-top6 .c-wrap-flow .c-flow__title::before {
  position: absolute;
  content: '';
  height: 0;
  left: calc(100% - 1px);
  top: 0;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #d9faf3;
  border-top: 25px solid transparent;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .p-top6 .c-wrap-flow .c-flow__title::before {
    display: none;
  }
}

.p-top6 .c-wrap-flow .c-flow__content {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 30px;
  margin-top: 42px;
  line-height: 30px;
  font-size: 1.6rem;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .p-top6 .c-wrap-flow .c-flow__content {
    margin: 30px 0;
    border-left: 1px solid #fff;
  }
}

.p-top6 .c-wrap-flow .c-flow__content ul li {
  position: relative;
  padding-left: 16px;
}

.p-top6 .c-wrap-flow .c-flow__content ul li::before {
  position: absolute;
  content: '・';
  color: #fff;
  left: 0;
  top: 0;
}

.p-top7 {
  margin-top: 55px;
  margin-bottom: 63px;
}

@media only screen and (max-width: 1023px) {
  .p-top7 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top7 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-top7 .c-title-section {
  text-align: center;
}

.p-top7 .c-title-section span {
  font-size: 4.2rem;
  position: relative;
  font-weight: normal;
  z-index: 1;
  font-family: 'Avenir Next LT Pro';
}

@media only screen and (max-width: 767px) {
  .p-top7 .c-title-section span {
    font-size: 3rem;
  }
}

.p-top7 .c-title-section span::before {
  position: absolute;
  content: '';
  width: 350px;
  height: 10px;
  top: 61%;
  background: #69c3c6;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .p-top7 .c-title-section span::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-top7 .c-title-section span::before {
    width: 250px;
  }
}

.p-top7 .c-wrap-news {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 51px;
}

@media only screen and (max-width: 1023px) {
  .p-top7 .c-wrap-news {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .p-top7 .c-wrap-news {
    margin-top: 30px;
  }
}

.p-top7 .c-wrap-news .c-news {
  display: block;
  width: 24.1%;
  margin-right: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .p-top7 .c-wrap-news .c-news {
    margin-right: 0;
    width: 49%;
  }
}

.p-top7 .c-wrap-news .c-news:nth-child(4n + 4) {
  margin-right: 0;
}

.p-top7 .c-wrap-news .c-news__date {
  line-height: 24px;
  margin-top: 13px;
}

.p-top7 .c-wrap-news .c-news__title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 3px;
}

.p-top7 .c-archiveLink {
  text-align: center;
  margin-top: 1em;
}

.p-top8 {
  background: #69c3c6;
  padding-top: 54px;
  padding-bottom: 59px;
}

@media only screen and (max-width: 767px) {
  .p-top8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-top8 .c-title-section {
  text-align: center;
}

.p-top8 .c-title-section span {
  font-size: 4.2rem;
  position: relative;
  font-weight: normal;
  z-index: 1;
  font-family: 'Avenir Next LT Pro';
}

@media only screen and (max-width: 767px) {
  .p-top8 .c-title-section span {
    font-size: 3rem;
  }
}

.p-top8 .c-title-section span::before {
  position: absolute;
  content: '';
  width: 350px;
  height: 10px;
  top: 61%;
  background: #fff;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .p-top8 .c-title-section span::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-top8 .c-title-section span::before {
    width: 250px;
  }
}

.p-top8 .c-profile {
  max-width: 802px;
  margin: 0 auto;
  margin-top: 35px;
}

.p-top8 .c-profile dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-top8 .c-profile dl:last-child dt,
.p-top8 .c-profile dl:last-child dd {
  border-bottom: 0;
}

.p-top8 .c-profile dl:nth-child(3) dt,
.p-top8 .c-profile dl:nth-child(3) dd {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-top8 .c-profile dl:nth-child(7) dt {
  padding-top: 11px;
  padding-left: 2px;
}

.p-top8 .c-profile dl:nth-child(7) dd {
  padding-top: 11px;
}

.p-top8 .c-profile dl dt {
  width: 25%;
  padding-left: 6px;
  border-bottom: 1px solid #000;
  letter-spacing: 2.5px;
  font-size: 1.6rem;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-right: 20px;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .p-top8 .c-profile dl dt {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.p-top8 .c-profile dl dd {
  width: 75%;
  padding-left: 15px;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  letter-spacing: 3px;
  padding-top: 9px;
  padding-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .p-top8 .c-profile dl dd {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 8px;
  }
}

.p-top8 .c-profile dl dd a {
  text-decoration: underline;
}

.p-top8 .c-profile dl dd a:hover {
  text-decoration: none;
}

.p-top8 .c-profile dl dd .ISO {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .p-top8 .c-profile dl dd .ISO {
    display: block;
  }
}

.p-top8 .c-profile dl dd .ISO .photo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
}

.p-top8 .c-profile dl dd .ISO .caption {
  font-size: 0.8em;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
}

@media only screen and (max-width: 767px) {
  .p-top8 .c-profile dl dd .ISO .caption {
    margin-top: 1.5em;
  }
}

.p-top8 .c-profile dl dd .privacyMark {
  text-align: right;
  margin-top: -1em;
  margin-bottom: -4em;
}

@media only screen and (max-width: 767px) {
  .p-top8 .c-profile dl dd .privacyMark {
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.p-top9 #map {
  /* margin-bottom: 42px; */
}

@media only screen and (max-width: 767px) {
  .p-top9 #map {
    /* margin-bottom: 30px; */
  }
}

.p-top9 #map iframe {
  vertical-align: bottom;
}

.p-top9 .c-title-section {
  text-align: center;
}

.p-top9 .c-title-section span {
  font-size: 4.2rem;
  position: relative;
  font-weight: normal;
  z-index: 1;
  font-family: 'Avenir Next LT Pro';
}

@media only screen and (max-width: 767px) {
  .p-top9 .c-title-section span {
    font-size: 3rem;
  }
}

.p-top9 .c-title-section span::before {
  position: absolute;
  content: '';
  width: 350px;
  height: 10px;
  top: 61%;
  background: #69c3c6;
  left: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .p-top9 .c-title-section span::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-top9 .c-title-section span::before {
    width: 250px;
  }
}

.p-top9 .c-contact-form {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 71px;
}

@media only screen and (max-width: 767px) {
  .p-top9 .c-contact-form {
    margin-top: 30px;
  }
}

.p-top9 .c-contact-form .c-form-group {
  display: -webkit-box;
  display: flex;
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .p-top9 .c-contact-form .c-form-group {
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-bottom: 40px;
  }
}

.p-top9 .c-contact-form .c-form-group:nth-child(5) {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .p-top9 .c-contact-form .c-form-group:nth-child(5) {
    /*margin-bottom: 15px;*/
  }
}

.p-top9 .c-contact-form .c-form-group a {
  text-decoration: underline;
}

.p-top9 .c-contact-form .c-form-group a:hover {
  text-decoration: none;
}

.p-top9 .c-contact-form .c-form-group__left {
  width: 30%;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 11px;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 21px;
  letter-spacing: 3px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-top9 .c-contact-form .c-form-group__left {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
}

.p-top9 .c-contact-form .c-form-group__right {
  word-break: break-word;
  width: calc(70% - 11px);
}

@media only screen and (max-width: 767px) {
  .p-top9 .c-contact-form .c-form-group__right {
    width: 100%;
  }
}

.p-top9 .c-contact-form .c-form-group__right input {
  font-size: 1.6rem;
  width: 91%;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: inherit;
  font-weight: inherit;
}

@media only screen and (max-width: 767px) {
  .p-top9 .c-contact-form .c-form-group__right input {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}

.p-top9 .c-contact-form .c-form-group__right textarea {
  padding-top: 13px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 17px;
  resize: none;
  width: 93%;
  font-size: 1.6rem;
  line-height: 18px;
  letter-spacing: 0px;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .p-top9 .c-contact-form .c-form-group__right textarea {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}

.p-top9 .c-contact-form .c-form-group__right .c-policy-content {
  padding-top: 16px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 14px;
  letter-spacing: 0;
  font-size: 1.2rem;
  border: 1px solid #000;
}

.p-top9 .c-contact-form .c-form-group__center {
  text-align: center;
  width: 100%;
  margin-top: 21px;
}

.p-top9 .c-contact-form .c-form-group__center input {
  margin-right: 17px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border-radius: 0;
}

.p-top9 .c-contact-form .c-form-group__center .mwform-checkbox-field-text {
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 2px;
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}

/*------------------------------------------------------------
MW WP FORM
------------------------------------------------------------*/
.mw_wp_form {
  
}

.c-contact-intro {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  padding: 0 1em 0 1.1em;
  margin: 2em 0;
}

@media only screen and (max-width: 767px) {
  .c-contact-intro {
    font-size: 1.4rem;
    text-align: left;
    padding-left: 1em;
  }
}

.c-contact-intro .caution {
  color: red;
}

.c-contact-intro a {
  padding-bottom: 0.2em;
  border-bottom: 2px solid currentColor;
}

.c-contact-intro a:hover {
  border-bottom-color: transparent;
}

.mw_wp_form_preview .c-form-group {
  align-items: baseline;
}

.mw_wp_form_preview .c-form-group.c-form-group--inputOnly {
  display: none;
}

.c-contact-form .mw_wp_form .error {
  color: red;
  font-size: 1em;
  font-weight: 700;
  margin-top: 0.2em;
}

/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.btn {
  -webkit-appearance: none;
  appearance: none;
  color: black;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 1em 2em;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.75;
}

.c-form-group .btn {
  margin: 1em;
}

.btn--go {
  background-color: #69c3c6;
}

.btn--back {
  background-color: #bdbdbd;
}

/*------------------------------------------------------------
Pagination
------------------------------------------------------------*/
.pagination {
  text-align: center;
  margin-top: 2em;
}

.pagination .pager {
  color: black;
  font-size: 1.4rem;
  display: inline-block;
  background-color: #69c3c6;
  padding: 0.5em 1em;
  border: 1px solid #69c3c6;
  margin: 0.5em;
  transition: background-color .3s linear;
}

@media only screen and (max-width: 767px) {
  .pagination .pager {
    font-size: 1.2rem;
    margin: 0.25em;
  }
}

.pagination a.pager:hover,
.pagination .pager.pager--current {
  background-color: white;
}

/*------------------------------------------------------------
個別投稿ページ
------------------------------------------------------------*/
.single .post {
  max-width: 80rem;
  padding: 2em 1.5rem;
  margin: 2em auto;
}

.single .post__time {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: block;
}

.single .post-categories {
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0;
  margin: 0.5em -0.5em;
}

.single .post__category {
  display: inline-block;
  margin: 0.5em;
}

.single .post__category a {
  color: black;
  display: block;
  background-color: #69c3c6;
  padding: 0.75em 1em 0.75em 1.1em;
  border: 1px solid #69c3c6;
}

.single .post__category a:hover {
  background-color: white;
}

.single .post__title {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: 0.5em 0 0;
}

.single .post__thumbnail {
  text-align: center;
  margin: 3em 0;
}

.single .post__content {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 1.75em;
}

.single .post-tags {
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding: 0;
  margin: 1.5em -0.5em 0;
}

.single .post__tag {
  display: inline;
  margin: 0 0.5em;
}

.single .post__tag a {
  color: #69c3c6;
}

.paging {
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px auto 1px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 1px;
  background-color: #69c3c6;
  box-sizing: border-box;
  width: calc(100% - 3rem);
  max-width: 76rem;
  padding: 0;
  border: 1px solid #69c3c6;
  margin: 2em auto 6.25em;
}

.paging::before, .paging::after {
  content: '';
  display: block;
  background-color: white;
  width: 100%;
  height: 100%;
}

.paging__item {
  -js-display: flex;
  display: flex;
  align-items: center;
  background-color: white;
  padding: 1.25em 1.5em;
  position: relative;
  z-index: 1;
}

.paging__item--next, .paging::before {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.paging__item--archive {
  justify-content: center;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.paging__item--prev, .paging::after {
  -ms-grid-column: 5;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

.paging__item a {
  color: black;
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
}

.paging__item a:hover {
  color: #69c3c6;
}

.paging__item--next a::before {
  content: '<';
  color: #69c3c6;
  font-weight: 700;
  margin-right: 1.1em;
}

.paging__item--prev {
  justify-content: flex-end;
}

.paging__item--prev a::after {
  content: '>';
  color: #69c3c6;
  margin-left: 1.1em;
}

@media only screen and (max-width: 767px) {
  .single .post {
    font-size: 0.75em;
  }
  .single .post__thumbnail {
    margin: 2em 0;
  }
  .paging {
    font-size: 0.75em;
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1px auto;
    grid-template-rows: auto auto;
  }
  .paging__item--archive {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / -1;
    -ms-grid-row: 3;
    grid-row: 2;
  }

  .paging__item--prev, .paging::after {
    -ms-grid-column: 3;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

/*------------------------------------------------------------
Read More
------------------------------------------------------------*/
.read-more-state {
  display: none;
}

.read-more-target {
  max-height: 0;
  overflow: hidden;
  transition: .3s ease;
}

.read-more-state:checked ~ .read-more-target {
  max-height: 100em;
}

.read-more {
  letter-spacing: 0;
  text-align: center;
  margin-top: 1em;
}

.read-more-trigger {
  cursor: pointer;
}

.read-more-trigger::before {
  content: '\0bb';
  font-size: 3em;
  font-weight: normal;
  display: inline-block;
  transform: rotate(90deg);
}

.read-more-state:checked ~ .read-more .read-more-trigger::before {
  transform: rotate(-90deg);
}

/*------------------------------------------------------------
Article
------------------------------------------------------------*/
.article {
  max-width: 900px;
  padding: 3em 0;
  border-bottom: 1px solid currentColor;
  margin: 0 auto;
}

.article:first-of-type {
  border-top: 1px solid currentColor;
  margin-top: 4em;
}

.article .summary {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  padding: 3em 3.5em 3em 0;
  margin-top: -3em;
  margin-bottom: -3em;
  cursor: pointer;
  position: relative;
}

.article .summary::marker {
  content: none;
}

.article__time {
  line-height: 1.5;
  margin-inline-end: 2em;
}

.article__title {
  font-size: 1.8rem;
  line-height: 1.5;
}

.article .trigger {
  display: inline-block;
  inline-size: 1.5em;
  block-size: 1.5em;
  position: absolute;
  right: 1em;
  top: 5.55rem;
  transform: translateY(-50%);
}

.article .details[open] .trigger {
  transform: translateY(-50%) rotate(45deg);
}

.article .trigger::before, .article .trigger::after {
  content: '';
  display: block;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article .trigger::before {
  width: 100%;
  height: 2px;
}

.article .trigger::after {
  width: 2px;
  height: 100%;
}

.article__content {
  font-size: 1.4rem;
  line-height: 2;
  word-break: break-word;
  margin-top: 1lh;
}

.article__content h2 {
  font-size: 1.7rem;
  margin-top: 1lh;
  margin-bottom: 0.5lh;
}

.article__content h3 {
  font-size: 1.6rem;
  margin-top: 1lh;
  margin-bottom: 0.25lh;
}

.article__content li {
  margin-top: 1lh;
  margin-bottom: 1lh;
}

.article__content dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
}

.article__content dt {
  padding-inline-end: 1em;
  margin-top: 0.25lh;
  margin-bottom: 0.25lh;
}

.article__content dd {
  padding-inline-end: 1em;
  margin-top: 0.25lh;
  margin-bottom: 0.25lh;
}

/*------------------------------------------------------------
Banner
------------------------------------------------------------*/
.banner-ai {
  color: white;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  writing-mode: vertical-rl;
  display: block;
  background-color: #f87076;
  box-sizing: border-box;
  padding-block: 0.92em;
  padding-inline: 1em;
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 4;
  transform: translateY(50%);
}

@media only screen and (max-width: 767px) {
  .banner-ai {
    font-size: 1.6rem;
    writing-mode: horizontal-tb;
    width: 100%;
    bottom: 0;
    transform: translate(0);
  }
}

.banner-ai::before {
  content: '';
  display: inline-block;
  background: url('../img/ai_white.png') no-repeat center / contain;
  width: 1.0416666667em;
  height: 1.0416666667em;
  margin-inline-end: 0.25em;
}

@media only screen and (max-width: 767px) {
  .banner-ai::before {
    vertical-align: -0.15em;
  }
}

.banner-ai .ai {
  text-combine-upright: all;
  margin-inline-end: 0.1em;
}

@media only screen and (max-width: 767px) {
  .banner-ai .ai {
    text-combine-upright: none;
    margin-inline-end: 0;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
