@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*!
Theme Name: PUBLIMO DEMO TEMPLATE
Author: PROCMO Inc.
Author URI: https://procmo.co.jp/
Description:
Version: 0.1
*/
/*html5 Reset CSS*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; /* iphone番safariでの文字サイズを調整*/
  -ms-text-size-adjust: 100%;
}

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

ul, ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
} /* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
} /* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

input[type=text], input[type=search], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=button] {
  outline: none;
}

textarea,
button {
  outline: none;
}

@media screen and (min-width: 1101px) {
  :root {
    --header-height: 69px;
  }
}
@media screen and (max-width: 1100px) {
  :root {
    --header-height: 58px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --sec-fw-padding-top: 100px;
    --sec-fw-padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --sec-fw-padding-top: 50px;
    --sec-fw-padding-bottom: 0;
  }
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  padding-top: 98px;
  padding-top: var(--header-height);
}
body span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    position: relative;
  }
}

a {
  text-decoration: none;
  color: #2196F3;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

pre,
code {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*
// サンプル
@include g.keyframes(test-sample){
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
*/
.l-header {
  width: 100%;
  background: #fff;
  height: var(--header-height);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:1200px) {
  .l-header {
    padding: 0 20px;
  }
}
.l-header__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width:1200px) {
  .l-header__inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
}
.l-header__logo {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 150px;
  }
}
.l-header__logo .c-logo-header,
.l-header__logo a, .l-header__logo img {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .l-header__navigation {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    height: 100%;
  }
}
@media screen and (max-width:1200px) {
  .l-header__navigation {
    background: #fff;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .l-header__navigation {
    flex: 1;
  }
}
@media screen and (max-width:1200px) {
  .l-header__navigation:not(.l-header__navigation--sp-ex01) {
    padding: 25px 20px;
    display: block;
    width: 60%;
    height: calc(100vh - var(--header-height));
    position: absolute;
    right: 0;
    top: calc(var(--header-height) + 10px);
    transform: translateX(100%);
  }
}
.l-header__navigation:not(.l-header__navigation--sp-ex01).active {
  right: 0;
  transform: none;
}
@media screen and (max-width:1200px) {
  .l-header__navigation--sp-ex01 {
    background-color: #F7FAF9;
    position: absolute;
    left: 0;
    top: var(--header-height, 0);
    width: 100%;
    height: calc(100vh - var(--header-height));
    padding: 64px 20px;
    transform: translateY(-120vh);
  }
  .l-header__navigation--sp-ex01.active {
    transform: none;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav {
    height: 100%;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.l-header-nav__list {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1201px) {
  .l-header-nav__list {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    height: 100%;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav__list {
    display: block;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__list-item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav__list-item {
    margin-top: 24px;
  }
  .l-header-nav__list-item:first-child {
    margin-top: 0;
  }
}
.l-header-nav__list-item > a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .l-header-nav__list-item > a {
    padding: 15px 0;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav__list-item > a {
    padding: 5px 0;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__list-item > a::after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3b4043;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
  }
}
.l-header-nav__list-item > a:hover::after {
  width: 100%;
}
.l-header-nav__list-item.has-submenu .has-submenu__inner {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header-nav__list-item.has-submenu .has-submenu__inner::after {
  height: 0;
  background: none;
}
@media screen and (max-width:1200px) {
  .l-header-nav__list-item.has-submenu .has-submenu__inner {
    display: block;
    padding: 5px 0;
  }
}
.l-header-nav__list-item.has-submenu .has-submenu__inner > span {
  font-weight: bold;
  display: inline-block;
  padding-right: 23px;
  position: relative;
}
.l-header-nav__list-item.has-submenu .has-submenu__inner > span::after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(./assets/img/common/icon-arrow-dropdown.svg) no-repeat 0 0;
  background-size: 100% auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
@media screen and (min-width: 1201px) {
  .l-header-nav__list-item.has-submenu .has-submenu__inner:hover > span::after {
    transform: rotate(180deg);
  }
  .l-header-nav__list-item.has-submenu .has-submenu__inner:hover .l-header-nav__list-sub-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav__list-item.has-submenu.is-opened > .has-submenu__inner > span::after {
    transform: translateY(-50%) scaleY(-1);
  }
  .l-header-nav__list-item.has-submenu.is-opened > .has-submenu__inner .l-header-nav__list-sub-list {
    display: block;
  }
}
.l-header-nav__list-item.has-submenu.is-hover .l-header-nav__list-sub-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-header-nav__list-sub-list {
  display: none;
}
@media screen and (min-width: 1201px) {
  .l-header-nav__list-sub-list {
    position: absolute;
    top: var(--header-height);
    gap: 40px;
    background: #F7FAF9;
    width: max-content;
    padding: 32px 48px;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav__list-sub-list {
    margin-top: 8px;
    background: #fff;
    padding: 24px 16px 24px;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav__list-sub-item {
    margin-top: 24px;
  }
  .l-header-nav__list-sub-item:first-child {
    margin-top: 0;
  }
}
.l-header-nav__list-sub-item a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-right: 24px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.l-header-nav__list-sub-item a::after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(./assets/img/common/icon-arrow-dropdown.svg) no-repeat 0 0;
  background-size: 100% auto;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
@media screen and (min-width: 1201px) {
  .l-header-nav__list-sub-item a::after:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav-option {
    margin-left: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav-option__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav-option__item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-header-nav-option__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav-option__item {
    display: none;
  }
}
.l-header-nav-option__btn {
  padding: 11px 32px;
}
@media screen and (max-width:1200px) {
  .l-header-nav-option--sp-btn-round .l-header-nav-option__item a {
    color: #3C3C3C;
    border-radius: 4px;
    border: 1px solid #68696A;
    max-width: 186px;
    margin: 0 auto;
  }
}
@media screen and (max-width:1200px) {
  .l-header-nav--sp-center .l-header-nav__list-item {
    text-align: center;
    margin: 0 0 5px;
  }
  .l-header-nav--sp-center .l-header-nav__list-item:last-child {
    margin-bottom: 0;
  }
}
.l-header__contact-nav {
  text-align: center;
  background: #fff;
  padding: 24px 8px;
}
@media screen and (min-width: 1201px) {
  .l-header__contact-nav {
    display: none;
  }
}
@media screen and (max-width:1200px) {
  .l-header__contact-nav {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.l-header__contact-nav__title {
  font-weight: 600;
}
.l-header__contact-nav__title + .l-header-nav-option__item {
  margin-top: 16px;
}
.l-header__contact-nav__item {
  margin-top: 12px;
}
.l-header__contact-nav__btn {
  width: 100%;
  padding: 12px;
}
.l-header__btnwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-header__button {
  text-decoration: none;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #707070;
  padding: 10px 20px 8px;
  border: 1px solid #707070;
  margin-right: 20px;
  text-align: center;
}
.l-header__button:last-child {
  margin-right: 0;
}
@media screen and (max-width:1200px) {
  .l-header__button {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}
.l-header__toggleBtn {
  display: none;
  cursor: pointer;
  right: 0;
}
@media screen and (max-width:1200px) {
  .l-header__toggleBtn {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
}
.l-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
}
.l-header--login {
  top: 32px;
}
@media screen and (max-width:1200px) {
  .l-header--login {
    top: 0;
  }
}

.l-footer__content {
  background: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    padding: 50px 0 50px;
  }
}
.l-footer__content-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 82px 0 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__content-inner {
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer-column {
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-column__left {
    width: 100%;
    max-width: 520px;
  }
}
.l-footer-column__right {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer-column__right {
    margin-top: 0;
  }
}
.l-footer-company__logo {
  width: 100%;
  max-width: 220px;
}
.l-footer-company__address {
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.l-footer-company__address-copyright {
  font-size: 12px;
  font-size: 1.2rem;
}
.l-footer-company__sns {
  margin-top: 16px;
}
.l-footer__copyright {
  background: #0086AC;
  text-align: center;
}
.l-footer__copyright-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px 18px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright-inner {
    max-width: none;
  }
}
.l-footer__copyright-inner-txt {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.l-footer-nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    flex-wrap: wrap;
  }
}
.l-footer-nav__column {
  list-style: none;
  margin-right: 30px;
  width: calc((100% - 30px) / 3);
}
.l-footer-nav__column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__column {
    margin-top: 25px;
    margin-right: 30px;
    width: calc((100% - 30px) / 2);
  }
  .l-footer-nav__column:nth-child(2n+1) {
    margin-right: 0;
  }
}
.l-footer-nav__list-item {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 18px;
  line-height: 1.6;
}
.l-footer-nav__list-item a {
  color: #3b4043;
  text-decoration: none;
}
.l-footer-nav__list-item:first-child {
  margin-top: 0;
}

.l-footer02__content {
  background: #f2f2f2;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-footer02__content-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 33px 0;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer02__content-inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer02__content-inner {
    padding: 50px 0;
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer02-column {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .l-footer02-column__left {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer02-column__left {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer02-column__right {
    max-width: 324px;
    width: 100%;
  }
}
.l-footer02-company__logo {
  margin: 0 0 12px;
}
.l-footer02-company__name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.l-footer02-company__address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.l-footer02-company__sns {
  margin: 16px 0 0;
}
.l-footer02__copyright {
  text-align: center;
}
.l-footer02__copyright-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px 18px;
}
@media screen and (max-width: 767px) {
  .l-footer02__copyright-inner {
    max-width: none;
  }
}
.l-footer02__copyright-inner-txt {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.l-footer02__copyright--gray {
  background: #ccc;
}
.l-footer02-nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer02-nav {
    flex-wrap: wrap;
  }
}
.l-footer02-nav__column {
  list-style: none;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer02-nav__column {
    width: 100%;
    max-width: 248px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer02-nav__column {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-top: 40px;
  }
  .l-footer02-nav__column:nth-child(2n) {
    margin-right: 0;
  }
  .l-footer02-nav__column:nth-child(-n+2) {
    margin-top: 0;
  }
}
.l-footer02-nav__column:last-child {
  margin-right: 0;
}
.l-footer02-nav__parent {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-footer02-nav__parent {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer02-nav__parent {
    margin: 0 0 17px;
  }
}
.l-footer02-nav__parent a {
  display: inline-block;
  color: #3b4043;
  text-decoration: none;
}
.l-footer02-nav__list-item {
  font-weight: bold;
  margin-top: 7px;
  line-height: 1.6;
}
.l-footer02-nav__list-item a {
  color: #3b4043;
  text-decoration: none;
}
.l-footer02-nav__list-item:first-child {
  margin-top: 0;
}

.l-footer03__content {
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-footer03__content {
    padding: 50px 0 50px;
  }
}
.l-footer03__content-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer03__content-inner {
    max-width: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer03-column {
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer03-column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-footer03-column__content {
    width: 100%;
    max-width: 590px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer03-column__map {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer03-column__map {
    margin-top: 30px;
  }
}
.l-footer03-company__address {
  margin-top: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.l-footer03-company__address-copyright {
  font-size: 12px;
  font-size: 1.2rem;
}
.l-footer03-company__sns {
  margin-top: 16px;
}
.l-footer03__copyright {
  text-align: center;
}
.l-footer03__copyright-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px 18px;
}
@media screen and (max-width: 767px) {
  .l-footer03__copyright-inner {
    max-width: none;
  }
}
.l-footer03__copyright-inner-txt {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.l-footer03__copyright--gray {
  background: #ccc;
}
.l-footer03-nav {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer03-nav {
    margin: 56px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer03-nav {
    flex-wrap: wrap;
    margin-top: 25px;
  }
}
.l-footer03-nav__column {
  list-style: none;
  margin-right: 60px;
}
.l-footer03-nav__column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer03-nav__column {
    margin-right: 30px;
    width: calc((100% - 30px) / 2);
  }
  .l-footer03-nav__column:first-child {
    width: 100%;
    margin-right: 0;
  }
  .l-footer03-nav__column:nth-child(2n+1) {
    margin-right: 0;
  }
}
.l-footer03-nav__list-item {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 18px;
  line-height: 1.6;
}
.l-footer03-nav__list-item a {
  color: #3b4043;
  text-decoration: none;
}
.l-footer03-nav__list-item:first-child {
  margin-top: 0;
}

.l-footer04__content {
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .l-footer04__content {
    padding: 50px 0 50px;
  }
}
.l-footer04__content-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .l-footer04__content-inner {
    max-width: none;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer04__content-inner {
    max-width: none;
    margin: 0 20px;
  }
}
.l-footer04__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer04__logo {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer04__logo {
    margin: 0 0 40px;
  }
}
.l-footer04__address {
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer04__address {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer04__address {
    margin-top: 40px;
  }
}
.l-footer04__address-text > span {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .l-footer04__address-text > span {
    display: block;
  }
}
.l-footer04__copyright {
  text-align: center;
}
.l-footer04__copyright-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px 18px;
}
@media screen and (max-width: 767px) {
  .l-footer04__copyright-inner {
    max-width: none;
  }
}
.l-footer04__copyright-inner-txt {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.l-footer04__copyright--gray {
  background: #ccc;
}
@media screen and (min-width: 768px) {
  .l-footer04__sns {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer04__sns {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer04-nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer04-nav {
    text-align: center;
  }
}
.l-footer04-nav__item {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-footer04-nav__item {
    margin: 0 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer04-nav__item {
    margin: 0 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-footer04-nav__item a {
  color: #3b4043;
  text-decoration: none;
}

.l-footer05__content {
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .l-footer05__content {
    padding: 50px 0 50px;
  }
}
.l-footer05__content-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer05__content-inner {
    max-width: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer05-column {
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer05-column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-footer05-column__left {
    width: 100%;
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer05-column__right {
    margin-top: 0;
  }
}
.l-footer05-company__address {
  margin-top: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.l-footer05-company__address-copyright {
  font-size: 12px;
  font-size: 1.2rem;
}
.l-footer05-company__sns {
  margin-top: 16px;
}
.l-footer05__copyright {
  text-align: center;
}
.l-footer05__copyright-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px 18px;
}
@media screen and (max-width: 767px) {
  .l-footer05__copyright-inner {
    max-width: none;
  }
}
.l-footer05__copyright-inner-txt {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.l-footer05__copyright--gray {
  background: #ccc;
}
.l-footer05-nav {
  display: grid;
}
@media screen and (min-width: 768px) {
  .l-footer05-nav {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 24px;
    column-gap: 59px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer05-nav {
    margin: 26px 0 0;
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    column-gap: 36px;
  }
}
.l-footer05-nav__column {
  list-style: none;
}
.l-footer05-nav__column:first-child {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (max-width: 767px) {
  .l-footer05-nav__column:first-child {
    grid-row: 1/4;
    grid-column: 1/2;
  }
}
.l-footer05-nav__column:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.l-footer05-nav__column:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.l-footer05-nav__column:nth-child(4) {
  grid-row: 1/2;
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  .l-footer05-nav__column:nth-child(4) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.l-footer05-nav__column:nth-child(5) {
  grid-row: 2/3;
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  .l-footer05-nav__column:nth-child(5) {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
.l-footer05-nav__column:last-child {
  margin-right: 0;
}
.l-footer05-nav__parent {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 12px;
}
.l-footer05-nav__parent a {
  color: #3b4043;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 19px;
}
.l-footer05-nav__parent a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0.25em;
  background: url(./assets/img/common/icon-arrow-circle.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.l-footer05-nav__list {
  padding: 0 0 0 20px;
}
.l-footer05-nav__list-item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.6;
}
.l-footer05-nav__list-item a {
  color: #3b4043;
  display: inline-block;
  text-decoration: none;
}
.l-footer05-nav__list-item:first-child {
  margin-top: 0;
}

.l-footer-sns {
  display: flex;
}
.l-footer-sns__item {
  width: 32px;
  margin: 0 8px 0 0;
}
.l-footer-sns__item > a {
  display: block;
  width: 100%;
  height: 32px;
  background: var(--var-sns-img-src) no-repeat 0 0;
  background-size: 100% auto;
}
.l-footer-sns__item--fb {
  --var-sns-img-src: url(./assets/img/common/icon-sns-fb.svg);
}
.l-footer-sns__item--x {
  --var-sns-img-src: url(./assets/img/common/icon-sns-x.svg);
}
.l-footer-sns__item--insta {
  --var-sns-img-src: url(./assets/img/common/icon-sns-insta.svg);
}
.l-footer-sns__item:last-child {
  margin-right: 0;
}
.l-footer-sns--center {
  justify-content: center;
}
.l-footer-map {
  width: 100%;
}
.l-footer-map > iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.l-btn-to-top {
  position: fixed;
  right: 4%;
  bottom: 4%;
  z-index: 150;
}
@media screen and (max-width: 767px) {
  .l-btn-to-top {
    right: 8px;
  }
}
.l-breadcrumb {
  padding: 16px 0;
  overflow-x: auto;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    padding: 8px 20px;
  }
}
.l-breadcrumb__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.l-breadcrumb__item {
  padding: 0 1.5em 0 0;
  margin: 0 0.5em 0 0;
  white-space: nowrap;
}
.l-breadcrumb__item a {
  color: #333;
}
.l-breadcrumb__item:not(:last-child) {
  position: relative;
}
.l-breadcrumb__item:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-breadcrumb__item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.l-breadcrumb + .l-page-content {
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb + .l-page-content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-breadcrumb--top-space {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumb--top-space {
    margin-top: 32px;
  }
}
.l-page-header {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .l-page-header {
    margin-top: 24px;
  }
}
.l-page-header__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:1000px) {
  .l-page-header__inner {
    margin: 0 20px;
  }
}
.l-page-header__subtitle {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .l-page-header__subtitle {
    font-size: 16px;
  }
}
.l-page-header__title {
  font-size: 40px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .l-page-header__title {
    font-size: 24px;
  }
}
.l-page-header__title-text {
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 12px;
  border-bottom: 3px solid #0086AC;
}
.l-page-header__title-text--form {
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 12px;
  border-bottom: 3px solid #A9CE64;
}
.l-page-header + .l-breadcrumb {
  margin-top: 20px;
}
.l-page-content {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .l-page-content {
    padding: 40px 0 40px;
  }
}
.l-page-content__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:1000px) {
  .l-page-content__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.l-wrapper {
  overflow: hidden;
}
.l-article {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-article {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width:1000px) {
  .l-article {
    margin: 0 20px;
  }
}
.l-article__inner-content {
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-article--form {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-article--form {
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-article--2column {
    display: grid;
    column-gap: 40px;
    grid-template-columns: 1fr 300px;
  }
  .l-article--2column > .l-main-column {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .l-article--2column > .l-sidebar {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .l-main-column {
    margin-bottom: 72px;
  }
}
.l-entry-post__header {
  margin: 0 0 26px;
}
.l-entry-post__header-heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.l-entry-post__header-pubdate {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 16px;
}
.l-entry-post-share {
  margin: 100px 0 0;
}
.l-entry-post-share__heading {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 24px;
}

/* グロナビなどメニュー周りが必要な場合はこちらへ */
.l-gnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.l-gnav__list-item {
  margin-right: 20px;
}
.l-gnav__list-item a {
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0;
  position: relative;
  color: #3b4043;
  text-decoration: none;
}
.l-gnav__list-item a::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3b4043;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.l-gnav__list-item a:hover::after {
  width: 100%;
}
.l-gnav-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-gnav-option__item {
  margin-right: 20px;
}
@media screen and (max-width:1200px) {
  .l-gnav-option__item {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}
.l-gnav-option__item:last-child {
  margin-right: 0;
}
.l-gnav-option__item a {
  text-decoration: none;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #707070;
  padding: 10px 20px 8px;
  border: 1px solid #707070;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .l-dropmenu {
    background-color: #F2F2F2;
  }
}
@media screen and (min-width: 1101px) {
  .l-dropmenu__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0 56px;
  }
}
.l-dropmenu__heading {
  margin: 0 0 24px;
}
@media screen and (max-width: 1100px) {
  .l-dropmenu__heading {
    display: none;
  }
}
.l-dropmenu__heading-label {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.l-dropmenu__heading-label-eng {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -3px;
}
@media screen and (min-width: 1101px) {
  .l-dropmenu-container {
    display: block !important;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
  }
}
@media screen and (max-width: 1100px) {
  .l-dropmenu-container {
    display: none;
    margin: 8px 0 0;
  }
}
@media screen and (min-width: 1101px) {
  .l-dropmenu-link-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .l-dropmenu-link-list {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1101px) {
  .l-dropmenu-link-list > li {
    border-bottom: 1px solid #ccc;
    width: calc((100% - 68px) / 3);
    margin: 24px 34px 0 0;
  }
  .l-dropmenu-link-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .l-dropmenu-link-list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .l-dropmenu-link-list > li {
    margin-top: 8px;
  }
  .l-dropmenu-link-list > li:first-child {
    margin-top: 0;
  }
  .l-dropmenu-link-list > li.l-dropmenu-link-list__parent {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.l-dropmenu-link-list > li > a {
  display: block;
  color: #3b4043;
  text-decoration: none;
}
@media screen and (min-width: 1101px) {
  .l-dropmenu-link-list > li > a {
    padding: 12px 30px 12px 16px;
    position: relative;
  }
  .l-dropmenu-link-list > li > a::after {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: url(./assets/img/common/icon-arrow-gt.svg) no-repeat 0 0;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1100px) {
  .l-dropmenu-link-list > li > a {
    padding: 0 0 0 1em;
  }
}
@media screen and (min-width: 1101px) {
  .l-dropmenu-link-list--4cols > li {
    width: calc((100% - 102px) / 4);
    margin: 24px 34px 0 0;
  }
  .l-dropmenu-link-list--4cols > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .l-dropmenu-link-list--4cols > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1101px) {
  .l-dropmenu-link-list__parent {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-dropmenu-link-list__parent {
    order: -1;
  }
}
@media screen and (max-width: 1100px) {
  .l-dropmenu-link-list--sp-center > li {
    text-align: center;
  }
  .l-dropmenu-link-list--sp-center > li > a {
    padding-left: 0;
  }
}

@media screen and (min-width: 1101px) {
  .is-hover .l-dropmenu-container {
    max-height: calc(100vh - var(--header-height));
  }
}

/* サイドバーが必要な場合はこちらへ */
.l-sidebar-widget {
  margin: 0 0 24px;
}
.l-sidebar-widget:last-child {
  margin-bottom: 0;
}
.l-sidebar-bnr {
  margin: 0 0 24px;
}
.l-sidebar-bnr img {
  width: 100%;
  height: auto;
}
.l-sidebar-bnr:last-child {
  margin-bottom: 0;
}
.l-sidebar-block {
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .l-sidebar-block__inner {
    margin: 0 32px;
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-sidebar-block__inner {
    margin: 0 36px;
    padding: 35px 0;
  }
}
.l-sidebar-block__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 28px;
  position: relative;
}
.l-sidebar-block__heading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 20px;
  height: 20px;
  background-color: #ccc;
}
.l-sidebar-block__list {
  margin: 4px 0 0;
}
.l-sidebar-block__list > li {
  border-bottom: 1px solid #ccc;
}
.l-sidebar-block__list > li a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
}
.l-sidebar-block__list-article {
  margin: 16px 0 0;
}
.l-sidebar-block__list-article > li {
  margin: 0 0 16px;
}
.l-sidebar-block__list-article > li a {
  display: block;
  color: #3b4043;
  text-decoration: none;
}
.l-sidebar-block__list-article > li:last-child {
  margin-bottom: 0;
}
.l-sidebar-block__list-article--ranking > li:nth-child(1) .l-sidebar-article__thumb {
  position: relative;
}
.l-sidebar-block__list-article--ranking > li:nth-child(1) .l-sidebar-article__thumb::before {
  content: "";
  display: block;
  width: 32px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10px, -13px);
  background: url(./assets/img/common/icon-rank01.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.l-sidebar-block__list-article--ranking > li:nth-child(2) .l-sidebar-article__thumb {
  position: relative;
}
.l-sidebar-block__list-article--ranking > li:nth-child(2) .l-sidebar-article__thumb::before {
  content: "";
  display: block;
  width: 32px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10px, -13px);
  background: url(./assets/img/common/icon-rank02.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.l-sidebar-block__list-article--ranking > li:nth-child(3) .l-sidebar-article__thumb {
  position: relative;
}
.l-sidebar-block__list-article--ranking > li:nth-child(3) .l-sidebar-article__thumb::before {
  content: "";
  display: block;
  width: 32px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10px, -13px);
  background: url(./assets/img/common/icon-rank03.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.l-sidebar-block__list-article--ranking > li:nth-child(4) .l-sidebar-article__thumb {
  position: relative;
}
.l-sidebar-block__list-article--ranking > li:nth-child(4) .l-sidebar-article__thumb::before {
  content: "";
  display: block;
  width: 32px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10px, -13px);
  background: url(./assets/img/common/icon-rank04.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.l-sidebar-block__list-article--ranking > li:nth-child(5) .l-sidebar-article__thumb {
  position: relative;
}
.l-sidebar-block__list-article--ranking > li:nth-child(5) .l-sidebar-article__thumb::before {
  content: "";
  display: block;
  width: 32px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10px, -13px);
  background: url(./assets/img/common/icon-rank05.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.l-sidebar-article {
  display: flex;
  align-items: center;
}
.l-sidebar-article__thumb {
  max-width: 118px;
  width: 100%;
  height: 78px;
  margin: 0 8px 0 0;
}
.l-sidebar-article__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-sidebar-article__text {
  flex: 1;
}
.l-sidebar-article__text > p {
  font-weight: bold;
}

.c-btn-toggle {
  position: relative;
  width: 50px;
  height: 50px;
}
.c-btn-toggle__icon {
  display: block;
  width: 24px;
  height: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-toggle__icon > i, .c-btn-toggle__icon::before, .c-btn-toggle__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0086AC;
  position: absolute;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-toggle__icon::before {
  top: 0;
}
.c-btn-toggle__icon::after {
  bottom: 0;
}
.c-btn-toggle__icon > i {
  top: 50%;
  transform: translate(0, -50%);
}
.c-btn-toggle.active .c-btn-toggle__icon > i {
  opacity: 0;
}
.c-btn-toggle.active .c-btn-toggle__icon::before, .c-btn-toggle.active .c-btn-toggle__icon::after {
  top: 50%;
}
.c-btn-toggle.active .c-btn-toggle__icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.c-btn-toggle.active .c-btn-toggle__icon::after {
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.c-btn-toggle02 {
  position: relative;
  width: 50px;
  height: 50px;
}
.c-btn-toggle02__icon {
  display: block;
  width: 24px;
  height: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-toggle02__icon > i, .c-btn-toggle02__icon::before, .c-btn-toggle02__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #A9CE64;
  position: absolute;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-toggle02__icon::before {
  top: 0;
}
.c-btn-toggle02__icon::after {
  bottom: 0;
}
.c-btn-toggle02__icon > i {
  top: 50%;
  transform: translate(0, -50%);
}
.c-btn-toggle02.active .c-btn-toggle02__icon > i {
  opacity: 0;
}
.c-btn-toggle02.active .c-btn-toggle02__icon::before, .c-btn-toggle02.active .c-btn-toggle02__icon::after {
  top: 50%;
}
.c-btn-toggle02.active .c-btn-toggle02__icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.c-btn-toggle02.active .c-btn-toggle02__icon::after {
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.c-btn-to-top {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: #fff;
  opacity: 0.6;
  border-radius: 50%;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-btn-to-top path {
  fill: #0086AC;
}
.c-btn-to-top:hover {
  transform: scale(1.1, 1.1);
  opacity: 1;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .c-btn-to-top {
    opacity: 1;
  }
}
.c-btn-style01 {
  display: inline-block;
  border: 2px solid #A9CE64;
  border-radius: 24px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  color: #A9CE64;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-style01:hover {
  background: #A9CE64;
  color: #fff;
}
.c-btn-style02 {
  position: relative;
  display: inline-block;
  border: 2px solid #A9CE64;
  background: #A9CE64;
  border-radius: 24px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-style02:hover {
  opacity: 0.7;
}
.c-btn-style02__icon {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(10%);
}
.c-btn-style02__icon path {
  fill: #fff;
}
.c-btn-style03 {
  position: relative;
  display: inline-block;
  min-width: 240px;
  border: 2px solid #A9CE64;
  background: #fff;
  color: #A9CE64;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 3px;
  padding: 24px 32px 24px 24px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-style03:hover {
  background: #A9CE64;
  color: #fff;
}
.c-btn-style03:hover__icon path {
  fill: #fff;
}
.c-btn-style03__icon {
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(10%);
}
.c-btn-style03__icon path {
  fill: #A9CE64;
}
.c-btn-style04 {
  position: relative;
  display: inline-block;
  min-width: 240px;
  background: #A9CE64;
  border: 2px solid #A9CE64;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 3px;
  padding: 24px 32px 24px 24px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-style04:hover {
  opacity: 0.6;
}
.c-btn-style04__icon {
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(10%);
}
.c-btn-style04__icon path {
  fill: #fff;
}
.c-btn-style05 {
  display: inline-block;
  max-width: 486px;
  width: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #707070;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-btn-style05 {
    padding: 22px 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-style05 {
    padding: 15px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-btn-style05:hover {
  opacity: 0.6;
}
.c-btn-cta01 {
  display: inline-block;
  max-width: 700px;
  width: 100%;
  background: #707070;
  padding: 24px;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-cta01:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-btn-cta01 {
    padding: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-btn-cta02 {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 22px 10px 22px;
  border: 1px solid #A9CE64;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  color: #A9CE64;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-cta02:hover {
  background: #A9CE64;
  color: #fff;
}
.c-btn-cta02--bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn-cta02 {
    max-width: 275px;
    padding: 18px 10px;
  }
}
.c-btn-form-submit, .c-btn-form-return {
  cursor: pointer;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  padding: 15px 40px;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .c-btn-form-submit, .c-btn-form-return {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-form-submit, .c-btn-form-return {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-btn-form-submit {
  background: #A9CE64;
  border: 2px solid #A9CE64;
  color: #fff;
  min-width: 292px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn-form-submit {
    min-width: auto;
    width: 100%;
    max-width: 292px;
  }
}
.c-btn-form-submit::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/icon-arrow-right-wh.svg) no-repeat center center;
}
.c-btn-form-submit:not([disabled]):hover {
  opacity: 0.6;
}
.c-btn-form-submit[disabled] {
  cursor: default;
}
.c-btn-form-return {
  background: #CCC;
  border: 1px solid #CCC;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-form-return:hover {
  background: #fff;
  color: #707070;
}
.c-btn-keyvisual {
  display: inline-block;
  background: #747474;
  font-weight: bold;
  padding: 13px;
  max-width: 288px;
  width: 100%;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-btn-keyvisual:hover {
  opacity: 0.6;
}
.c-btn-label {
  display: flex;
  width: 100%;
  border-radius: 16px;
  background-color: #F2F2F2;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .c-btn-label {
    max-width: 484px;
    padding: 39px 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-label {
    padding: 17px 24px;
  }
}
.c-btn-label__label, .c-btn-label__text {
  display: flex;
  align-items: center;
}
.c-btn-label__label {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn-label__label {
    max-width: 140px;
    padding: 0 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-label__label {
    max-width: 100px;
    padding: 0 12px 0 0;
  }
}
.c-btn-label__label > p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-btn-label__label > p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-label__label > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-btn-label__text {
  flex: 1;
  padding: 0 0 0 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-label__text > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-btn-label__text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #707070;
}
.c-btn-label:hover {
  opacity: 0.6;
}

.c-txt-copyright {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.c-heading-h2__title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  color: #3b4043;
}
@media screen and (max-width: 767px) {
  .c-heading-h2__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-heading-h2__title--single {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-heading-h2__title--single {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-heading-h2__sub {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #909090;
}
.c-heading-h2--short-border {
  position: relative;
  padding: 0 0 30px;
}
.c-heading-h2--short-border::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 62px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #818181;
}
.c-heading-border-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid #CCC;
}

.c-icon-required {
  font-style: normal;
}
.c-icon-required02 {
  margin-left: 15px;
  padding: 5px 8px;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #707070;
  color: #FFF;
}
.c-icon-required02:before {
  display: inline-block;
  content: "必須";
}
.c-icon-required02--any {
  background-color: #CCC;
  color: #3B4043;
}
.c-icon-required02--any:before {
  display: inline-block;
  content: "任意";
}

.c-form-ui-required {
  display: inline-block;
  margin-left: 8px;
  background: #F44336;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 8px;
  border-radius: 4px;
  line-height: 1.8;
}
.c-form-ui-annotation {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-form-ui-annotation--right {
  text-align: right;
}
.c-form-ui-error, .c-form-ui .wpcf7-custom-item-error, .c-form-ui .wpcf7-not-valid-tip {
  display: block;
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #F44336;
  padding-left: 22px;
}
.c-form-ui-error::before, .c-form-ui .wpcf7-custom-item-error::before, .c-form-ui .wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background: url(./assets/img/common/icon_form-error-msg.svg) no-repeat center center;
}
.c-form-ui-textfield, .c-form-ui-textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #fafafa;
}
.c-form-ui-textfield {
  height: 50px;
  padding: 15px 20px 13px;
  font-size: inherit;
}
.c-form-ui-textfield:placeholder-shown {
  color: #707070;
}
.c-form-ui-textfield::-webkit-input-placeholder {
  color: #707070;
}
.c-form-ui-textfield::-moz-placeholder {
  color: #707070;
}
.c-form-ui-textarea {
  padding: 15px 20px 13px;
  font-size: inherit;
  font-family: inherit;
}
.c-form-ui-textarea:placeholder-shown {
  color: #707070;
}
.c-form-ui-textarea::-webkit-input-placeholder {
  color: #707070;
}
.c-form-ui-textarea::-moz-placeholder {
  color: #707070;
}
@media screen and (min-width: 768px) {
  .c-form-ui-textarea {
    height: 132px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-textarea {
    height: 90px;
  }
}
.c-form-ui-select {
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  display: block;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #fafafa url(./assets/img/common/icon_form-ui-select-arrow.svg) no-repeat center right 24px;
  width: 100%;
  height: 50px;
  padding: 0 40px 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-form-ui-select {
    padding: 0 22px 0 16px;
    background: #fafafa url(./assets/img/common/icon_form-ui-select-arrow.svg) no-repeat center right 8px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-ui-select--small-pc {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-select--small-sp {
    max-width: 150px;
  }
}
.c-form-ui-checkbox {
  position: absolute;
  left: -9999px;
  left: -100vw;
  top: 0;
  opacity: 0;
}
.c-form-ui-checkbox + span {
  padding: 0 0 0 39px;
  display: inline-block;
  position: relative;
}
.c-form-ui-checkbox + span::before, .c-form-ui-checkbox + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.c-form-ui-checkbox + span::before {
  left: 0;
  top: 0em;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background-color: #fff;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
}
.c-form-ui-checkbox + span::after {
  left: 2px;
  top: calc(2px + 0em);
  width: 16px;
  height: 16px;
  border-right: 6px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #fff;
  transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
}
.c-form-ui-checkbox:checked + span::before {
  background-color: #1e7fe0;
}
.c-form-ui-checkbox:checked + span::after {
  background-color: transparent;
  transform: rotate(45deg) scaleX(0.4);
  opacity: 1;
}
.c-form-ui-checkbox__label {
  display: inline-block;
  position: relative;
}
.c-form-ui-radio {
  position: absolute;
  left: -9999px;
  left: -100vw;
  top: 0;
  opacity: 0;
}
.c-form-ui-radio + span {
  padding: 0 0 0 39px;
  display: inline-block;
  position: relative;
}
.c-form-ui-radio + span::before, .c-form-ui-radio + span::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  box-sizing: border-box;
}
.c-form-ui-radio + span::before {
  left: 0;
  top: 0em;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background-color: #fff;
}
.c-form-ui-radio + span::after {
  left: 4px;
  top: calc(4px + 0em);
  width: 12px;
  height: 12px;
  background-color: #1e7fe0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.c-form-ui-radio:checked + span::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-form-ui-radios .wpcf7-list-item {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-radios .wpcf7-list-item {
    display: block;
    margin: 11px 0 0;
  }
}
.c-form-ui-radios .wpcf7-list-item input {
  position: absolute;
  left: -9999px;
  left: -100vw;
  top: 0;
  opacity: 0;
}
.c-form-ui-radios .wpcf7-list-item input + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-form-ui-radios .wpcf7-list-item input + span {
    padding: 0 0 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-radios .wpcf7-list-item input + span {
    padding: 0 0 0 22px;
  }
}
.c-form-ui-radios .wpcf7-list-item input + span::before, .c-form-ui-radios .wpcf7-list-item input + span::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  box-sizing: border-box;
}
.c-form-ui-radios .wpcf7-list-item input + span::before {
  left: 0;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-form-ui-radios .wpcf7-list-item input + span::before {
    top: 0.2em;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-radios .wpcf7-list-item input + span::before {
    top: 0.2em;
    width: 14px;
    height: 14px;
  }
}
.c-form-ui-radios .wpcf7-list-item input + span::after {
  background-color: #0086AC;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-form-ui-radios .wpcf7-list-item input + span::after {
    width: 12px;
    height: 12px;
    left: 4px;
    top: calc(4px + 0.2em);
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-radios .wpcf7-list-item input + span::after {
    width: 8px;
    height: 8px;
    left: 3px;
    top: calc(3px + 0.2em);
  }
}
.c-form-ui-radios .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
.c-form-ui-radios .wpcf7-list-item:first-child {
  margin-left: 0;
}
.c-form-ui-radios--vertical .wpcf7-list-item {
  display: block;
}
.c-form-ui-radios--vertical .wpcf7-list-item:not(:first-child) {
  margin: 11px 0 0 0;
}
@media screen and (min-width: 768px) {
  .c-form-ui-checkboxes .wpcf7-list-item {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-checkboxes .wpcf7-list-item {
    display: block;
    margin: 11px 0 0;
  }
}
.c-form-ui-checkboxes .wpcf7-list-item input {
  position: absolute;
  left: -9999px;
  left: -100vw;
  top: 0;
  opacity: 0;
}
.c-form-ui-checkboxes .wpcf7-list-item input + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-form-ui-checkboxes .wpcf7-list-item input + span {
    padding: 0 0 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-checkboxes .wpcf7-list-item input + span {
    padding: 0 0 0 22px;
  }
}
.c-form-ui-checkboxes .wpcf7-list-item input + span::before, .c-form-ui-checkboxes .wpcf7-list-item input + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.c-form-ui-checkboxes .wpcf7-list-item input + span::before {
  left: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
}
@media screen and (min-width: 768px) {
  .c-form-ui-checkboxes .wpcf7-list-item input + span::before {
    top: 0.2em;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-checkboxes .wpcf7-list-item input + span::before {
    top: 0.2em;
    width: 14px;
    height: 14px;
  }
}
.c-form-ui-checkboxes .wpcf7-list-item input + span::after {
  width: 16px;
  height: 16px;
  border-right: 6px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #fff;
  transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .c-form-ui-checkboxes .wpcf7-list-item input + span::after {
    left: 2px;
    top: calc(2px + 0.2em);
  }
}
@media screen and (max-width: 767px) {
  .c-form-ui-checkboxes .wpcf7-list-item input + span::after {
    left: -1px;
    top: calc(-1px + 0.2em);
  }
}
.c-form-ui-checkboxes .wpcf7-list-item input:checked + span::before {
  background-color: #0086AC;
}
.c-form-ui-checkboxes .wpcf7-list-item input:checked + span::after {
  background-color: transparent;
  transform: rotate(45deg) scaleX(0.4);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-form-ui-checkboxes .wpcf7-list-item input:checked + span::after {
    transform: rotate(45deg) scale(0.3, 0.6);
  }
}
.c-form-ui-checkboxes .wpcf7-list-item:first-child {
  margin-left: 0;
}
.c-form-ui-checkboxes--vertical .wpcf7-list-item {
  display: block;
}
.c-form-ui-checkboxes--vertical .wpcf7-list-item:not(:first-child) {
  margin: 11px 0 0 0;
}

.wpcf7-not-valid-tip {
  display: block;
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #F44336 !important;
  padding-left: 22px;
}
.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background: url(./assets/img/common/icon_form-error-msg.svg) no-repeat center center;
}

.c-logo-header, .c-logo-footer {
  display: inline-block;
}
.c-logo-header img, .c-logo-footer img {
  width: 100%;
  height: auto;
}
.c-logo-header a, .c-logo-footer a {
  display: block;
}
@media screen and (min-width: 1101px) {
  .c-logo-header {
    max-width: 220px;
  }
}
@media screen and (max-width: 1100px) {
  .c-logo-header {
    max-width: 150px;
  }
}
.c-logo-footer {
  width: 100%;
}
.c-article-heading-subset__sub {
  display: block;
  font-weight: bold;
}
.c-article-heading-subset__heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-article-heading-subset__heading {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.8461538462;
  }
}
@media screen and (max-width: 767px) {
  .c-article-heading-subset__heading {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.24;
  }
}
.c-article-heading-border {
  border-bottom: 1px solid #ccc;
}
.c-article-heading-border__heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-article-heading-border__heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.1818181818;
  }
}
@media screen and (max-width: 767px) {
  .c-article-heading-border__heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.1818181818;
  }
}
.c-article-heading-icon {
  position: relative;
  padding: 0 0 0 28px;
}
.c-article-heading-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 20px;
  height: 20px;
  background-color: #f2f2f2;
}
.c-article-heading-icon__heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-article-heading-icon__heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.6666666667;
  }
}
@media screen and (max-width: 767px) {
  .c-article-heading-icon__heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.6666666667;
  }
}
.c-article-image img {
  max-width: 100%;
  height: auto;
}
.c-article-image--center img {
  display: block;
  margin: 0 auto;
}
.c-article-image--right {
  text-align: right;
}
.c-article-image--left {
  text-align: left;
}
.c-article-image--fullsize img {
  display: block;
  width: 100%;
  max-width: none;
}
.c-article-image + .c-article-image {
  margin-top: 30px;
}
.c-article-image + *:not(.c-article-image) {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .c-article-paragraph {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article-paragraph {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-article-paragraph--center {
  text-align: center;
}
.c-article-paragraph--right {
  text-align: right;
}
.c-article-paragraph--left {
  text-align: left;
}
.c-article-paragraph + .c-article-paragraph, .c-article-paragraph + *:not(.c-article-paragraph) {
  margin-top: 30px;
}
.c-article-list-ul > li {
  margin: 0 0 2px;
  padding: 0 0 0 1em;
  position: relative;
}
.c-article-list-ul > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 0.35em;
  top: 0.55em;
  font-size: inherit;
}
.c-article-list-ul > li:last-child {
  margin-bottom: 0;
}
.c-article-list-ul + .c-article-list-ul, .c-article-list-ul + *:not(.c-article-list-ul) {
  margin-top: 30px;
}
.c-article-list-ol {
  counter-reset: list-num;
}
.c-article-list-ol > li {
  counter-increment: list-num;
  margin: 0 0 2px;
  padding: 0 0 0 2em;
  position: relative;
}
.c-article-list-ol > li::before {
  content: counter(list-num) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
}
.c-article-list-ol > li:last-child {
  margin-bottom: 0;
}
.c-article-list-ol + .c-article-list-ol, .c-article-list-ol + *:not(.c-article-list-ol) {
  margin-top: 30px;
}

.c-list-ul > li {
  padding: 0 0 0 1em;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-list-ul > li {
    padding-left: 15px;
  }
}
.c-list-ul > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 0.35em;
  top: 0.75em;
  font-size: inherit;
}
.c-list-ul--list {
  margin-top: 24px;
}
.c-list-ul--list > li:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-list-ul--list > li:not(:first-child) {
    margin-top: 30px;
  }
}
.c-list-ol {
  counter-reset: number;
}
.c-list-ol > li {
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list-ol > li {
    padding-left: 20px;
  }
}
.c-list-ol > li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: counter(number);
  counter-increment: number;
  font-size: 12px;
  width: 20px;
  color: #000;
  text-align: center;
  line-height: 18px;
}
.c-list-ol > li::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #000;
}
.c-list-ol--list {
  margin-top: 16px;
}
.c-list-ol--list > li:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-list-ol--list > li:not(:first-child) {
    margin-top: 16px;
  }
}

.p-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  /*&.menu-active {
    display: block;
    z-index: 105;
  }*/
}
.p-overlay.active {
  display: block;
  z-index: 5;
}
@media screen and (min-width: 1101px) {
  .p-overlay.active {
    display: none;
  }
}
.p-section-fullwidth__inner {
  padding: var(--sec-fw-padding-top, 0) 0 var(--sec-fw-padding-bottom, 0);
}
@media screen and (min-width: 768px) {
  .p-section-fullwidth__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width:1000px) {
  .p-section-fullwidth__inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-fullwidth__inner {
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-section-fullwidth__header + .p-section-fullwidth__content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-fullwidth__header + .p-section-fullwidth__content {
    margin-top: 26px;
  }
}
.p-section-fullwidth__description {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-section-fullwidth__description {
    padding: 0 75px;
  }
}
.p-section-fullwidth__description > p + * {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-section-fullwidth__description + .p-section-fullwidth__content {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-fullwidth__description + .p-section-fullwidth__content {
    margin-top: 60px;
  }
}
.p-section-fullwidth__content-footer {
  padding: 40px 0 0;
  text-align: center;
}
.p-section-fullwidth__lead {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section-fullwidth__lead-bg {
    position: absolute;
    max-width: 534px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-fullwidth__lead-bg {
    width: calc(100% - 40px);
  }
}
.p-section-fullwidth__lead-bg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-section-fullwidth__lead-bg:first-child {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-section-fullwidth__lead-bg:first-child {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-section-fullwidth__lead-bg:last-child {
    left: 0;
    top: 60%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-section-fullwidth__lead-bg:last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-section-fullwidth__lead-block {
    position: relative;
    z-index: 1;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-fullwidth__lead-block {
    padding: 22px 0;
    margin: 0 20px;
  }
}
.p-section-fullwidth--bg-gray {
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .p-section-fullwidth--content-width {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-article-section + .p-article-section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-article-section + .p-article-section {
    margin-top: 60px;
  }
}
.p-article-section__body {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-article-section__body-child {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-article-section__body-child {
    margin-top: 40px;
  }
}
.p-article-section__body-child:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-article-section--lv2 + .p-article-section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-article-section--lv2 + .p-article-section {
    margin-top: 50px;
  }
}
.p-article-section--lv3 .p-article-section__body {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-article-section--lv3 + .p-article-section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-article-section--lv3 + .p-article-section {
    margin-top: 40px;
  }
}
.p-article-set-component {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-list-article-line {
  border-top: 1px solid #ccc;
}
.p-list-article-line__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .p-list-article-line__item {
    display: block;
  }
}
.p-list-article-line__item-meta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-list-article-line__item-meta {
    max-width: 240px;
    width: 100%;
  }
}
.p-list-article-line__item-datetime {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: bold;
}
.p-list-article-line__item-title {
  flex: 1;
  margin-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-list-article-line__item-title {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
.p-list-article-line__item-title a {
  color: #3b4043;
  text-decoration: none;
}
.p-list-article-line__item-title a:hover {
  text-decoration: underline;
}
.p-list-article-line__category {
  display: flex;
  margin: 0 0 0 20px;
  flex: 1;
}
.p-list-article-line__category-label {
  display: inline-block;
  max-width: 116px;
  width: 100%;
  padding: 6px 5px;
  background: #f2f2f2;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}
.p-list-search-post {
  border-top: 1px solid #ccc;
}
.p-list-search-post__item {
  border-bottom: 1px solid #ccc;
}
.p-list-search-post__item a {
  color: #2196F3;
}
.p-list-search-post-block {
  padding: 20px 0;
}
.p-list-search-post-block__heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-list-search-post-block__heading {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-list-search-post-block__heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-list-search-post-block__heading a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-list-search-post-block__heading a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .p-list-search-post-block__excerpt {
    padding: 10px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-list-search-post-block__excerpt {
    padding: 8px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-list-order-block {
  list-style: none;
}
.p-list-order-block__item {
  counter-increment: count;
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .p-list-order-block__item {
    margin-top: 62px;
  }
}
.p-list-order-block__title {
  position: relative;
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .p-list-order-block__title {
    padding-left: 30px;
  }
}
.p-list-order-block__title::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
  font-size: 10.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .p-list-order-block__title::before {
    top: -42px;
    font-size: 8rem;
  }
}
.p-list-order-block__title-inner {
  position: relative;
  z-index: 10;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-list-order-block__title-inner {
    font-size: 2.5rem;
  }
}
.p-list-order-block__content {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-list-order-block__content {
    display: block;
  }
}
.p-list-order-block__content-txt-wrap {
  width: 54.3%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-list-order-block__content-txt-wrap {
    display: block;
    width: 100%;
  }
}
.p-list-order-block__content-img-wrap {
  width: 43.2%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-list-order-block__content-img-wrap {
    margin-top: 15px;
    width: 100%;
  }
}
.p-list-order-block__content-img-wrap img {
  max-width: 100%;
}

.large-o-list {
  list-style: none;
}
.large-o-list__item {
  counter-increment: count;
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .large-o-list__item {
    margin-top: 62px;
  }
}
.large-o-list__title {
  position: relative;
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .large-o-list__title {
    padding-left: 30px;
  }
}
.large-o-list__title::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
  font-size: 10.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .large-o-list__title::before {
    top: -42px;
    font-size: 8rem;
  }
}
.large-o-list__title-inner {
  position: relative;
  z-index: 10;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .large-o-list__title-inner {
    font-size: 2.5rem;
  }
}
.large-o-list__content {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .large-o-list__content {
    display: block;
  }
}
.large-o-list__content-txt-wrap {
  width: 54.3%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .large-o-list__content-txt-wrap {
    display: block;
    width: 100%;
  }
}
.large-o-list__content-img-wrap {
  width: 43.2%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .large-o-list__content-img-wrap {
    margin-top: 15px;
    width: 100%;
  }
}
.large-o-list__content-img-wrap img {
  max-width: 100%;
}

.p-list-tag {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-list-tag__item {
  margin: 10px 6px 0 6px;
}
.p-list-tag__item:first-child {
  margin-left: 0;
}
.p-list-tag__item a {
  padding: 5px 10px;
  line-height: 1;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 19px;
  font-weight: bold;
  color: #3b4043;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-list-tag__item a {
    font-size: 1.2rem;
  }
}
.p-list-tag__item a:hover {
  opacity: 0.6;
}

.p-list-introduction {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-list-introduction {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.p-list-introduction__item {
  padding: 0 60px;
  margin-top: 80px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-list-introduction__item {
    margin-top: 40px;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-list-introduction__item {
    margin-top: 0;
    padding: 40px 20px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .p-list-introduction__item:nth-child(odd) {
    border-right: none;
  }
}
.p-list-introduction__img-wrap {
  padding: 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .p-list-introduction__img-wrap {
    max-width: 175px;
    margin: 0 auto;
  }
}
.p-list-introduction__img-wrap-inner {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  height: 0;
  padding-top: 100%;
}
.p-list-introduction__img-wrap-inner img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p-list-introduction__title {
  margin-top: 38px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.p-list-introduction__txt {
  margin-top: 50px;
}
.p-list-introduction__btn {
  padding-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-list-introduction:not([class$=cols]) .p-list-introduction__item {
    border-right: none;
  }
}
.p-list-introduction--3cols .p-list-introduction__item {
  /*
  @include g.mq(tab-exc-pcsp) {
    width: calc(100% / 2);
    &:nth-child(2n){
      border-right: none;
    }
    &:nth-child(-n+2){
      margin-top: 0;
    }
  }
  */
}
@media screen and (min-width: 768px) {
  .p-list-introduction--3cols .p-list-introduction__item {
    width: 33.3333333333%;
  }
  .p-list-introduction--3cols .p-list-introduction__item:nth-child(3n) {
    border-right: none;
  }
  .p-list-introduction--3cols .p-list-introduction__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-introduction--3cols .p-list-introduction__item {
    width: 100%;
  }
}
.p-list-introduction-simple {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-list-introduction-simple {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.p-list-introduction-simple__item {
  margin-top: 80px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-list-introduction-simple__item {
    margin-top: 40px;
  }
  .p-list-introduction-simple__item:nth-child(-n+2) {
    margin-right: 34px;
  }
  .p-list-introduction-simple__item:nth-child(n+4) {
    margin-right: 34px;
  }
  .p-list-introduction-simple__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-introduction-simple__item {
    margin-top: 0;
    padding: 20px 0;
  }
}
.p-list-introduction-simple__img-wrap img {
  width: 100%;
  height: auto;
}
.p-list-introduction-simple__title {
  margin-top: 24px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
}
.p-list-introduction-simple__txt {
  margin-top: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-list-introduction-simple--3cols .p-list-introduction-simple__item {
    width: calc((100% - 68px) / 3);
  }
  .p-list-introduction-simple--3cols .p-list-introduction-simple__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-introduction-simple--3cols .p-list-introduction-simple__item {
    width: 100%;
  }
}

.p-list-card-img:not([class$=cols]) .p-list-card-img__item {
  margin: 20px 0 0;
}
.p-list-card-img:not([class$=cols]) .p-list-card-img__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-list-card-img[class$=cols] {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-list-card-img[class$=cols] .p-list-card-img__item {
    margin: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-card-img[class$=cols] .p-list-card-img__item {
    margin: 20px 0 0;
  }
  .p-list-card-img[class$=cols] .p-list-card-img__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-card-img--2cols .p-list-card-img__item {
    width: calc((100% - 20px) / 2);
  }
  .p-list-card-img--2cols .p-list-card-img__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-list-card-img--2cols .p-list-card-img__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-card-img--3cols .p-list-card-img__item {
    width: calc((100% - 40px) / 3);
  }
  .p-list-card-img--3cols .p-list-card-img__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-list-card-img--3cols .p-list-card-img__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-card-img--4cols .p-list-card-img__item {
    width: calc((100% - 60px) / 4);
  }
  .p-list-card-img--4cols .p-list-card-img__item:nth-child(4n) {
    margin-right: 0;
  }
  .p-list-card-img--4cols .p-list-card-img__item:nth-child(-n+4) {
    margin-top: 0;
  }
}
.p-list-card-shadow {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-list-card-shadow__item {
    /*
    width: calc((100% - (22px * 1)) / 2);
    &:nth-child(-n+2) {
      margin-top: 0;
    }
    &:nth-child(2n){
      margin-right: 0;
    }
    */
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-list-card-shadow__item {
    width: calc((100% - 22px) / 2);
    margin: 22px 22px 0 0;
  }
  .p-list-card-shadow__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-list-card-shadow__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-card-shadow__item {
    margin: 22px 0 0;
  }
  .p-list-card-shadow__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-card-shadow--3cols .p-list-card-shadow__item {
    width: calc((100% - 50px) / 3);
    margin: 25px 25px 0 0;
  }
  .p-list-card-shadow--3cols .p-list-card-shadow__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-list-card-shadow--3cols .p-list-card-shadow__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-card-thumb-icon > li {
    margin: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-card-thumb-icon > li {
    margin: 20px 0 0;
  }
  .p-list-card-thumb-icon > li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-card-thumb-icon--3cols, .p-list-card-thumb-icon--4cols {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-list-card-thumb-icon--3cols > li {
    width: calc((100% - 40px) / 3);
  }
  .p-list-card-thumb-icon--3cols > li:nth-child(3n) {
    margin-right: 0;
  }
  .p-list-card-thumb-icon--3cols > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-card-thumb-icon--4cols > li {
    width: calc((100% - 60px) / 4);
  }
  .p-list-card-thumb-icon--4cols > li:nth-child(4n) {
    margin-right: 0;
  }
  .p-list-card-thumb-icon--4cols > li:nth-child(-n+4) {
    margin-top: 0;
  }
}
.p-card-img {
  position: relative;
  height: 100%;
}
.p-card-img__wrap {
  overflow: hidden;
  height: 100%;
}
.p-card-img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-card-img__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: rgba(59, 64, 67, 0.3);
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-card-img__title {
    padding: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card-img__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-card-img__link {
  display: block;
  height: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-card-img__link:hover img {
  opacity: 0.6;
}
.p-card-img__link:hover .p-card-img__title {
  background: rgba(59, 64, 67, 0.8);
}
.p-card-shadow {
  height: 100%;
  padding: 40px 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-card-shadow__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-card-shadow__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-card-shadow__sub-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-card-shadow__sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-card-shadow__img-wrap {
  margin-top: 10px;
  text-align: center;
}
.p-card-shadow__img-wrap img {
  width: 100%;
  height: auto;
}
.p-card-shadow__txt {
  margin-top: 15px;
}
.p-card-shadow__txt-heading {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-card-shadow__txt-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-card-shadow__txt-heading + .card-box-shadow01__txt-s {
  margin-top: 16px;
}
.p-card-shadow__txt-exp {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-card-shadow__txt-exp {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-card-shadow__btn-wrap {
  margin-top: 34px;
  text-align: center;
}
.p-card-thumb-icon {
  padding: 48px 24px 40px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
.p-card-thumb-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #959595 transparent transparent transparent;
}
.p-card-thumb-icon__img {
  overflow: hidden;
  border-radius: 100%;
  max-width: 150px;
  margin: 0 auto 16px;
}
.p-card-thumb-icon__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.p-card-thumb-icon__txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.p-card-thumb-icon__link {
  color: #3b4043;
  text-decoration: none;
  display: block;
  height: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-card-thumb-icon__link .p-card-thumb-icon {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-card-thumb-icon__link:hover .p-card-thumb-icon {
  transform: translateY(-5px);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}
.p-card-flat {
  height: 100%;
}
.p-card-flat__thumb {
  margin: 0 0 30px;
}
.p-card-flat__thumb img {
  width: 100%;
  height: auto;
}
.p-card-flat__body-heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-card-flat__body-heading {
    margin: 0 0 20px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card-flat__body-heading {
    margin: 0 0 14px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-card-flat__body-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card-flat__body-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-card-flat__link {
  display: block;
  height: 100%;
  color: #3b4043;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-card-flat__link .p-card-flat__thumb img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-card-flat__link:hover {
  text-decoration: none;
}
.p-card-flat__link:hover .p-card-flat__thumb img {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p-card-flat-column {
    display: flex;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-card-flat-column__thumb {
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .p-card-flat-column__thumb {
    margin: 0 0 20px;
  }
}
.p-card-flat-column__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-card-flat-column__body {
    flex: 1;
    margin: 0 0 0 40px;
  }
}
.p-card-flat-column__body-heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-card-flat-column__body-heading {
    margin: 0 0 20px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card-flat-column__body-heading {
    margin: 0 0 14px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-card-flat-column__body-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card-flat-column__body-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-card-flat-column__link {
  display: block;
  height: 100%;
  color: #3b4043;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-card-flat-column__link .p-card-flat-column__thumb img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-card-flat-column__link:hover {
  text-decoration: none;
}
.p-card-flat-column__link:hover .p-card-flat-column__thumb img {
  opacity: 0.6;
}
.p-card-flat-column--reverse .p-card-flat-column__thumb {
  order: 1;
}
.p-card-flat-column--reverse .p-card-flat-column__body {
  margin: 0 40px 0 0;
}

.p-list-flow {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-list-flow {
    display: block;
  }
}
.p-list-flow__item {
  counter-increment: count;
  width: 28%;
  background: #fff;
  padding: 24px 10px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-list-flow__item {
    width: 65%;
    margin: 85px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-flow__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-list-flow__item:first-child {
    margin-top: 0;
  }
}
.p-list-flow__item:first-child:after {
  background: none;
}
.p-list-flow__item:before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 31px;
  font-size: 3.1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #3b4043;
}
.p-list-flow__item:after {
  content: "";
  background: url(./assets/img/common//icon_flow-arrow-r.svg) no-repeat;
  width: 23px;
  height: 75px;
  position: absolute;
  left: -18%;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-list-flow__item:after {
    transform: rotate(90deg);
    left: 0;
    right: 0;
    top: -87px;
    bottom: auto;
  }
}
.p-list-flow__item-title {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-list-flow__item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-list-flow__item-txt {
  margin-top: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-list-flow__item-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-list-flow-chain > li {
  counter-increment: step-count;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-list-flow-chain > li {
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-list-flow-chain > li {
    padding: 0 0 40px;
  }
}
.p-list-flow-chain > li:not(:last-child)::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
  position: absolute;
  left: 39px;
  top: 0;
  background-color: #ccc;
}
.p-list-flow-chain > li:last-child {
  padding-bottom: 0;
}
.p-flow-chain {
  display: flex;
}
.p-flow-chain__num {
  max-width: 78px;
  width: 100%;
}
.p-flow-chain__num-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #707070;
  border-radius: 100%;
  color: #fff;
  position: relative;
}
.p-flow-chain__num-icon::after {
  content: counter(step-count, decimal-leading-zero);
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-flow-chain__num-icon .txt-label {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-flow-chain__content {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-flow-chain__content {
    margin: 0 0 0 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-chain__content {
    margin: 0 0 0 14px;
  }
}
.p-flow-chain__content-heading {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-flow-chain__content-heading {
    padding: 0 0 10px;
    margin: 0 0 12px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-chain__content-heading {
    padding: 0 0 9px;
    margin: 0 0 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-chain__content-txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-chain__content-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.p-flow-chain__content-txt p + p {
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .p-list-conversation > li {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-conversation > li {
    margin: 24px 0 0;
  }
}
.p-list-conversation > li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-list-conversation--2cols, .p-list-conversation--3cols {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-list-conversation--2cols > li {
    width: calc((100% - 40px) / 2);
    margin: 40px 40px 0 0;
  }
  .p-list-conversation--2cols > li:nth-child(2n) {
    margin-right: 0;
  }
  .p-list-conversation--2cols > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-conversation--3cols > li {
    width: calc((100% - 70px) / 3);
    margin: 40px 35px 0 0;
  }
  .p-list-conversation--3cols > li:nth-child(3n) {
    margin-right: 0;
  }
  .p-list-conversation--3cols > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-conversation--3cols .p-voice__thumb {
    max-width: 80px;
  }
}
.p-voice {
  display: flex;
  align-items: center;
}
.p-voice__thumb {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-voice__thumb {
    max-width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__thumb {
    max-width: 62px;
  }
}
.p-voice__thumb img {
  max-width: 100%;
  height: auto;
}
.p-voice__txt {
  flex: 1;
  padding: 0 0 0 14px;
}
.p-voice__balloon {
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice__balloon {
    margin: 0 0 0 15px;
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__balloon {
    margin: 0 0 0 10px;
    padding: 16px 12px;
  }
}
.p-voice__balloon-name {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-voice__balloon-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__balloon-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__balloon-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__balloon-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-voice__balloon-txt + .p-voice__balloon-txt {
  margin-top: 0.5em;
}
.p-voice__balloon::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-9px, -50%) scaleY(0.8) rotate(135deg);
  background-color: #fff;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
}
.p-voice--reverse .p-voice__thumb {
  order: 1;
}
.p-voice--reverse .p-voice__txt {
  padding: 0 14px 0 0;
}
@media screen and (min-width: 768px) {
  .p-voice--reverse .p-voice__balloon {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-voice--reverse .p-voice__balloon {
    margin: 0 10px 0 0;
  }
}
.p-voice--reverse .p-voice__balloon::before {
  left: auto;
  right: 0;
  transform: translate(9px, -50%) scaleY(0.8) rotate(-45deg);
}

.p-list-anchor {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.p-list-anchor > li {
  margin: 10px 67px 0 0;
}
@media screen and (max-width: 767px) {
  .p-list-anchor > li {
    margin-right: 20px;
  }
}
.p-list-anchor > li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-list-anchor--4cols-pc > li {
    width: calc((100% - 201px) / 4);
  }
  .p-list-anchor--4cols-pc > li:nth-child(4n) {
    margin-right: 0;
  }
  .p-list-anchor--4cols-pc > li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-list-anchor--2cols-sp > li {
    width: calc((100% - 20px) / 2);
  }
  .p-list-anchor--2cols-sp > li:nth-child(2n) {
    margin-right: 0;
  }
  .p-list-anchor--2cols-sp > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 2px solid #707070;
  background-color: #fff;
  padding: 9px 10px;
  color: #3b4043;
  text-decoration: none;
}
.p-list-faq {
  list-style: none;
}
.p-list-faq > li {
  margin: 0 0 25px;
}
.p-list-faq > li:last-child {
  margin-bottom: 0;
}
.p-faq {
  border: 1px solid #ccc;
}
.p-faq__icon {
  position: absolute;
  left: 16px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.p-faq__icon::after {
  content: "";
  display: block;
  font-style: normal;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-faq__icon-toggle {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-faq__icon-toggle::before, .p-faq__icon-toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #707070;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.p-faq__icon-toggle::before {
  transform: translateY(-50%);
}
.p-faq__icon-toggle::after {
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
}
.p-faq__icon--quest {
  background-color: #707070;
  color: #fff;
  /*@include g.mq(sp){
    top: 50%;
    transform: translateY(-50%);
  }*/
}
.p-faq__icon--quest::after {
  content: "Q";
}
.p-faq__icon--answer {
  background-color: #ccc;
  color: #fff;
}
.p-faq__icon--answer::after {
  content: "A";
}
.p-faq__quest, .p-faq__answer {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__quest, .p-faq__answer {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__quest, .p-faq__answer {
    padding: 10px 0;
  }
}
.p-faq__quest-inner, .p-faq__answer-inner {
  margin: 0 62px;
  padding: 5px 0;
}
.p-faq__quest p + p, .p-faq__answer p + p {
  margin-top: 1em;
}
.p-faq__quest {
  cursor: pointer;
}
.p-faq__quest-inner > p {
  font-weight: bold;
}
.p-faq__quest.is-opened .p-faq__icon-toggle {
  transform: translateY(-50%) rotate(360deg);
}
.p-faq__quest.is-opened .p-faq__icon-toggle::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.p-faq__answer {
  border-top: 1px solid #ccc;
  display: none;
}
.p-list-sns-share {
  display: flex;
}
.p-list-sns-share__item {
  margin: 0 32px 0 0;
}
.p-list-sns-share__item > a {
  display: block;
  width: 48px;
  height: 48px;
  background: var(--var-sns-img-src) no-repeat 0 0;
  background-size: 100% auto;
}
.p-list-sns-share__item--fb {
  --var-sns-img-src: url(./assets/img/common/icon-sns-share-fb.svg);
}
.p-list-sns-share__item--x {
  --var-sns-img-src: url(./assets/img/common/icon-sns-share-x.svg);
}
.p-list-sns-share__item--hb {
  --var-sns-img-src: url(./assets/img/common/icon-sns-share-hb.svg);
}
.p-list-sns-share__item--line {
  --var-sns-img-src: url(./assets/img/common/icon-sns-share-line.svg);
}
.p-list-sns-share__item--pocket {
  --var-sns-img-src: url(./assets/img/common/icon-sns-share-pocket.svg);
}
.p-list-sns-share__item:last-child {
  margin-right: 0;
}
.p-list-sns-share--center {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-list-buttons--2cols, .p-list-buttons--3cols {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-list-buttons > li {
    margin: 0 0 20px;
  }
  .p-list-buttons > li:last-child {
    margin-bottom: 0;
  }
}
.p-list-buttons > li > * {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-list-buttons > li > * {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-list-buttons--2cols > li {
    width: calc((100% - 38px) / 2);
    margin: 28px 38px 0 0;
  }
  .p-list-buttons--2cols > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-list-buttons--2cols > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-buttons--3cols > li {
    width: calc((100% - 76px) / 3);
    margin: 28px 38px 0 0;
  }
  .p-list-buttons--3cols > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-list-buttons--3cols > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-buttons02--2cols, .p-list-buttons02--3cols {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-list-buttons02 > li {
    margin: 0 0 16px;
  }
  .p-list-buttons02 > li:last-child {
    margin-bottom: 0;
  }
}
.p-list-buttons02 > li > * {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-list-buttons02 > li > * {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-list-buttons02--2cols > li {
    width: calc((100% - 32px) / 2);
    margin: 32px 32px 0 0;
  }
  .p-list-buttons02--2cols > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-list-buttons02--2cols > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-list-buttons02--3cols > li {
    width: calc((100% - 40px) / 3);
    margin: 20px 20px 0 0;
  }
  .p-list-buttons02--3cols > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-list-buttons02--3cols > li:nth-child(3n) {
    margin-right: 0;
  }
}

.p-list-thinking {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-list-thinking > li {
    width: calc((100% - 70px) / 3);
    margin: 35px 35px 0 0;
  }
  .p-list-thinking > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-list-thinking > li:nth-child(3n) {
    margin-right: 0;
  }
  .p-list-thinking > li > * {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-list-thinking > li {
    margin: 0 0 24px;
  }
  .p-list-thinking > li:last-child {
    margin-bottom: 0;
  }
}
.p-list-thinking-symbol {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-list-thinking-symbol {
    justify-content: space-between;
    margin: 0 40px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-list-thinking-symbol {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-list-thinking-symbol > li {
    width: 25%;
  }
  .p-list-thinking-symbol > li:nth-child(1), .p-list-thinking-symbol > li:nth-child(4) {
    align-self: flex-end;
    max-width: 218px;
  }
  .p-list-thinking-symbol > li:nth-child(3) > * {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-list-thinking-symbol > li {
    width: calc((100% - 15px) / 2);
    margin: 15px 15px 0 0;
  }
  .p-list-thinking-symbol > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-list-thinking-symbol > li:nth-child(2n) {
    margin-right: 0;
  }
  .p-list-thinking-symbol > li > * {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-list-thinking-block {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-list-thinking-block > li {
    width: calc((100% - 32px) / 2);
    margin: 32px 32px 0 0;
  }
  .p-list-thinking-block > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-list-thinking-block > li:nth-child(2n) {
    margin-right: 0;
  }
  .p-list-thinking-block > li > * {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-list-thinking-block > li {
    margin: 0 0 16px;
  }
  .p-list-thinking-block > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-thinking-block-voice {
    display: flex;
    flex-direction: column;
  }
}
.p-thinking-block-voice__balloon {
  background-color: #F2F2F2;
  border-radius: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-thinking-block-voice__balloon {
    flex: 1;
    padding: 24px 24px 40px;
    margin: 0 0 -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-thinking-block-voice__balloon {
    padding: 24px 24px 24px;
    margin: 0 0 -20px;
  }
}
.p-thinking-block-voice__balloon::before, .p-thinking-block-voice__balloon::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #F2F2F2;
  border-radius: 100%;
}
.p-thinking-block-voice__balloon::before {
  width: 24px;
  height: 24px;
  left: 30px;
  bottom: -17px;
  transform: translateY(100%);
}
.p-thinking-block-voice__balloon::after {
  width: 16px;
  height: 16px;
  left: 54px;
  bottom: -41px;
  transform: translateY(100%);
}
.p-thinking-block-voice__chara {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-thinking-block-voice__chara {
    max-width: 116px;
  }
}
@media screen and (max-width: 767px) {
  .p-thinking-block-voice__chara {
    max-width: 98px;
  }
}
.p-thinking-block-voice__chara img {
  width: 100%;
  height: auto;
}
.p-thinking-block-circle {
  background-color: #fff;
  border: 4px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-thinking-block-circle {
    max-width: 218px;
    width: 100%;
    border-radius: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-thinking-block-circle {
    border-radius: 8px;
    border-width: 2px;
    padding: 14px 14px;
  }
}
.p-thinking-block-circle > p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-thinking-block-circle > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-thinking-block-circle > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.p-thinking-block-round {
  background-color: #F2F2F2;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .p-thinking-block-round {
    padding: 28px 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-thinking-block-round {
    padding: 20px 24px;
  }
}
.p-thinking-block-round > p {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-thinking-block-round > p {
    padding: 0 0 0 58px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thinking-block-round > p {
    padding: 0 0 0 38px;
  }
}
.p-thinking-block-round > p::before, .p-thinking-block-round > p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-thinking-block-round > p::before {
  border-radius: 100%;
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  .p-thinking-block-round > p::before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-thinking-block-round > p::before {
    width: 24px;
    height: 24px;
  }
}
.p-thinking-block-round > p::after {
  top: 50%;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translate(-50%, -60%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-thinking-block-round > p::after {
    left: 17px;
    width: 8px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-thinking-block-round > p::after {
    border-width: 2px;
    left: 12px;
    width: 5px;
    height: 10px;
  }
}
.p-thinking-symbol {
  position: relative;
}
.p-thinking-symbol__image {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-thinking-symbol__image {
    position: relative;
    z-index: 1;
    padding: 153px 0 0;
    max-width: 223px;
  }
}
@media screen and (max-width: 767px) {
  .p-thinking-symbol__image {
    padding: 10px 0 0;
    max-width: 152px;
  }
}
.p-thinking-symbol__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-thinking-symbol__list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-table-horizontal {
    overflow: auto;
  }
}
.p-table-horizontal__figure {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-table-horizontal__figure {
    width: 100%;
  }
}
.p-table-horizontal__figure > thead > tr > th,
.p-table-horizontal__figure > thead > tr > td,
.p-table-horizontal__figure > tbody > tr > th,
.p-table-horizontal__figure > tbody > tr > td {
  border-bottom: 1px solid #ccc;
  padding: 12px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-table-horizontal__figure > thead > tr > th,
  .p-table-horizontal__figure > thead > tr > td,
  .p-table-horizontal__figure > tbody > tr > th,
  .p-table-horizontal__figure > tbody > tr > td {
    width: 100%;
    display: block;
  }
}
.p-table-horizontal__figure > thead > tr > th,
.p-table-horizontal__figure > tbody > tr > th {
  background-color: #f2f2f2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-table-horizontal__figure > thead > tr > th,
  .p-table-horizontal__figure > tbody > tr > th {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-table-horizontal__figure > thead > tr > th,
  .p-table-horizontal__figure > tbody > tr > th {
    width: 100%;
  }
}
.p-table-horizontal__figure > thead > tr > th:first-child,
.p-table-horizontal__figure > tbody > tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-clip: padding-box;
}
.p-calousel01-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.p-calousel01-list__wrap {
  position: relative;
}
.p-calousel01-list__item {
  width: 33.3333333333%;
}
.p-calousel01__img-wrap {
  text-align: center;
}
.p-calousel01__img-wrap img {
  max-width: 100%;
}
.p-calousel01__tag-list {
  margin-top: 14px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.p-calousel01__tag-list-item {
  margin: 10px 6px 0 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-calousel01__tag-list-item:first-child {
  margin-left: 0;
}
.p-calousel01__tag-list-item a {
  padding: 5px 10px;
  line-height: 1;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 19px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-calousel01__tag-list-item a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-calousel01__tag-list-item a:hover {
  opacity: 0.6;
}
.p-calousel01__title {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-calousel01__txt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-calousel01__txt-wrap a {
  color: #3b4043;
  text-decoration: none;
}
.p-calousel01__btn {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transform: translate(0, -50%);
}
.p-calousel01__btn-prev.swiper-button-prev {
  width: 30px;
  height: 80px;
  left: -50px;
  background: url(./assets/img/common/button_calousel01-prev.png) no-repeat;
}
@media screen and (max-width:1000px) {
  .p-calousel01__btn-prev.swiper-button-prev {
    left: 0;
  }
}
.p-calousel01__btn-prev.swiper-button-prev::after {
  content: "" !important;
}
.p-calousel01__btn-next.swiper-button-next {
  width: 30px;
  height: 80px;
  right: -50px;
  background: url(./assets/img/common/button_calousel01-next.png) no-repeat;
}
@media screen and (max-width:1000px) {
  .p-calousel01__btn-next.swiper-button-next {
    right: 0;
  }
}
.p-calousel01__btn-next.swiper-button-next::after {
  content: "" !important;
}
.p-calousel01__pagination.swiper-pagination {
  bottom: -20px !important;
}
.p-calousel01__pagination.swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #3b4043;
}
.p-calousel01__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #3b4043;
}

.p-keyvisual {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-keyvisual {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-keyvisual {
    height: 700px;
  }
}
.p-keyvisual__img {
  height: 100%;
}
.p-keyvisual__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-keyvisual__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-keyvisual__content-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-keyvisual__content-inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-keyvisual__content-inner {
    margin: 0 20px;
  }
}
.p-keyvisual__header {
  text-align: center;
}
.p-keyvisual__heading-txt {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-keyvisual__heading-txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-keyvisual__heading-txt-sub {
  margin-top: 28px;
}
.p-keyvisual__form-link-wrap {
  margin-top: 36px;
  text-align: center;
}
.p-keyvisual--left .p-keyvisual__header {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-keyvisual--left .p-keyvisual__form-link-wrap {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-keyvisual--left .p-keyvisual__form-link-wrap {
    text-align: center;
  }
}
.p-keyvisual--right .p-keyvisual__header {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-keyvisual--right .p-keyvisual__form-link-wrap {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-keyvisual--right .p-keyvisual__form-link-wrap {
    text-align: center;
  }
}

.p-company__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 50px;
}
@media screen and (min-width: 768px) {
  .p-company-about {
    margin: 0 42px;
  }
}
.p-company-about__explanation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-company-about__explanation {
    display: block;
  }
}
.p-company-about__explanation-image {
  width: 100%;
  margin-right: 44px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-about__explanation-image {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-about__explanation-image {
    max-width: 45%;
    margin-right: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-about__explanation-image {
    max-width: none;
    margin-right: 0;
  }
}
.p-company-about__explanation-image img {
  width: 100%;
  height: auto;
}
.p-company-about__explanation-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company-about__explanation-text {
    width: 100%;
    margin-top: 25px;
  }
}
.p-company-about__explanation-text .heading {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__explanation-text .heading {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-company-about__explanation-text .heading + p {
  margin-top: 10px;
}
.p-company-about__explanation-text p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__explanation-text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-company-about__table {
  margin-top: 120px;
  background: #fff;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-company-about__table {
    margin-top: 60px;
    border-top: none;
    border-bottom: none;
  }
}
.p-company-about__table tbody > tr {
  border-top: 1px solid #707070;
}
.p-company-about__table tbody > tr:first-child {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-company-about__table tbody > tr {
    display: block;
    width: 100%;
  }
}
.p-company-about__table tbody > tr > th {
  width: 24%;
  padding: 20px 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-company-about__table tbody > tr > th {
    background: #3b4043;
    padding: 15px 20px;
    color: #fff;
    display: block;
    width: 100%;
  }
}
.p-company-about__table tbody > tr > td {
  width: 76%;
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  .p-company-about__table tbody > tr > td {
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
}

.p-cta {
  color: #fff;
  text-align: center;
}
.p-cta--01 {
  padding: 80px 0;
  background: url("./assets/img/dummy/img_bg-cta-dummy.webp") no-repeat center top/cover;
}
@media screen and (max-width:1000px) {
  .p-cta--01 {
    padding: 64px 0 80px;
  }
}
.p-cta--02 {
  padding: 60px 0;
  background: linear-gradient(90deg, #FDC830 0%, #F37335 100%);
}
@media screen and (max-width:1000px) {
  .p-cta--02 {
    padding: 64px 0 80px;
  }
}
.p-cta__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:1000px) {
  .p-cta__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.p-cta__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width:1000px) {
  .p-cta__title {
    font-size: 32px;
  }
}
.p-cta__text {
  line-height: 1.6;
  margin-top: 8px;
}
.p-cta__btn-wrap {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
}
.p-cta__btn {
  padding: 16px;
  width: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #A9CE64;
  border-radius: 50px;
}
@media screen and (max-width:1000px) {
  .p-cta__btn {
    width: 100%;
    max-width: 384px;
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn + .p-cta__btn {
    margin-top: 16px;
  }
}
.p-cta__btn--01 {
  background: #fff;
  color: #A9CE64;
}
.p-cta__btn--02 {
  background: #A9CE64;
  color: #fff;
}

.p-form-contact-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 60px 0 70px;
}
.p-form-contact__item {
  margin-top: 20px;
}
.p-form-contact__item:first-child {
  margin-top: 0;
}
.p-form-contact__item-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .p-form-contact__item-content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-contact__item-content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form-contact-footer {
    padding: 27px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form-contact-footer {
    padding: 36px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-form-contact-footer__agreement {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-form-contact-footer__agreement {
    margin: 0 0 35px;
  }
}
.p-form-contact-footer__agreement .txt {
  text-align: center;
}
.p-form-contact-footer__agreement .txt + .txt {
  margin-top: 22px;
}
.p-form-contact-footer__agreement .txt a {
  color: #00ACBA;
  text-decoration: underline;
}
.p-form-contact-footer__agreement .txt a:hover {
  text-decoration: none;
}
.p-form-contact-footer__btn {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-form-contact-footer__btn {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-form-contact-footer__btn {
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-form-contact-footer__btn > *:not(.wpcf7-spinner) {
    margin: 0 10px;
  }
  .p-form-contact-footer__btn > *:not(.wpcf7-spinner):last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form-contact-footer__btn > * {
    margin: 20px 0 0;
  }
  .p-form-contact-footer__btn > *[class$=return] {
    order: 1;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-form-contact-footer__btn > *[class$=return] {
    margin: 0 0 20px;
  }
  .p-form-contact-footer__btn > *[class$=return][class$=return] {
    order: 1;
    margin-bottom: 0;
  }
}
.p-form-contact-footer-complete {
  margin-top: 48px;
}
.p-form-contact-footer-complete__heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-form-contact-footer-complete__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-form-contact-footer-complete__heading {
    margin: 0 0 28px;
  }
}
.p-form-contact-footer-complete__message-note {
  margin-top: 24px;
  color: #BA0000;
}
.p-form-contact-footer-complete__button {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-form-contact-footer-complete__button {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form-contact-footer-complete__button {
    padding: 20px 0 0;
  }
}
.p .mw_wp_form .mwform-radio-field label, .p .mw_wp_form .mwform-checkbox-field label {
  position: relative;
  display: inline-block;
}
.p .mw_wp_form .mwform-radio-field-text, .p .mw_wp_form .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p .mw_wp_form .horizontal-item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p .mw_wp_form .vertical-item {
    display: block;
  }
}
.p .mw_wp_form .error {
  display: block;
  margin: 5px 0 0;
}
.p .mw_wp_form_confirm #agreement {
  display: block;
}
.p .mw_wp_form_confirm .c-form-ui-select {
  width: auto !important;
  height: auto;
  border: none;
}

.p-refine-search {
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  .p-refine-search {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-refine-search {
    padding: 40px 20px 80px;
  }
}
.p-refine-search--01 {
  background: #F7FAF9;
}
.p-refine-search__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-refine-search__inner {
    width: 100%;
  }
}
.p-refine-search__inner.--01 {
  padding: 40px 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-refine-search__inner.--01 {
    padding: 24px 24px;
  }
}
.p-refine-search__title {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-refine-search__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-refine-search__content.--02 {
  margin: 40px auto 0;
  padding: 40px 50px;
  background: #F7FAF9;
}
@media screen and (max-width: 767px) {
  .p-refine-search__content.--02 {
    padding: 24px 24px;
  }
}
.p-refine-search__content-block {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-refine-search__content-block {
    display: block;
    margin-top: 24px;
  }
}
.p-refine-search__content-block.--02 {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-refine-search__content-block.--02:first-child {
    margin-top: 0;
  }
}
.p-refine-search__content-block-title {
  flex: 1;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-refine-search__content-block-title {
    text-align: center;
  }
}
.p-refine-search__content-block-title.--02 {
  text-align: center;
}
.p-refine-search__content-block-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.p-refine-search__content-block-list .p-refine-search__content-block-list-item {
  padding: 8px 16px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-refine-search__content-block-list .p-refine-search__content-block-list-item {
    width: 100%;
  }
}
.p-refine-search__content-block-list .p-refine-search__content-block-list-item-text {
  font-weight: 600;
}
.p-refine-search__content-block-list.--01 {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .p-refine-search__content-block-list.--01 {
    width: 100%;
    margin-top: 16px;
  }
}
.p-refine-search__content-block-list.--01 .p-refine-search__content-block-list-item {
  background: #F7FAF9;
}
.p-refine-search__content-block-list.--02 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-refine-search__content-block-list.--02 {
    width: 100%;
    margin-top: 16px;
  }
}
.p-refine-search__content-block-list.--02 .p-refine-search__content-block-list-item {
  background: #0086AC;
}
.p-refine-search__content-block-list.--02 .p-refine-search__content-block-list-item-text {
  color: #fff;
}
.p-refine-search__footer {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-refine-search__footer {
    gap: 13px;
  }
}
.p-refine-search__footer-button {
  position: relative;
  padding: 15px 40px;
  min-width: 240px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-refine-search__footer-button {
    min-width: auto;
    width: 100%;
    max-width: 240px;
  }
}
.p-refine-search__footer-button.--search {
  background: #A9CE64;
  border: 2px solid #A9CE64;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-refine-search__footer-button.--search:hover {
    opacity: 0.6;
  }
}
.p-refine-search__footer-button.--clear {
  background: #fff;
  border: 2px solid #A9CE64;
  color: #A9CE64;
}
@media screen and (min-width: 768px) {
  .p-refine-search__footer-button.--clear:hover {
    background: #A9CE64;
    color: #fff;
  }
}
.p-refine-search-count {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.p-refine-search-count__text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}
.p-refine-search-count__number {
  font-size: 32px;
  font-size: 3.2rem;
  color: #0086AC;
  font-weight: 700;
  margin-left: 8px;
}
.p-form-search-block {
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-form-search-block__inner {
    max-width: 740px;
    padding: 46px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-form-search-block__inner {
    padding: 24px 0;
    margin: 0 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-form-search__filter {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-form-search__filter {
    margin-top: 24px;
  }
}
.p-form-search__footer {
  padding: 40px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form-search-figure-column {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-form-search-figure-column__item {
    display: table-row;
  }
}
@media screen and (min-width: 768px) {
  .p-form-search-figure-column__item-title, .p-form-search-figure-column__item-content {
    display: table-cell;
    vertical-align: middle;
  }
}
.p-form-search-figure-column__item-title {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-form-search-figure-column__item-title {
    width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .p-form-search-figure-column__item-title {
    margin: 0 0 7px;
  }
}
.p-form-search-figure-column__item-title .label {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-form-search-figure-column__item-title .label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-search-figure-column__item-title .label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-form-search-figure-block__item {
  margin: 0 0 39px;
}
@media screen and (min-width: 768px) {
  .p-form-search-figure-block__item-title {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-form-search-figure-block__item-title {
    margin: 0 0 14px;
  }
}
.p-form-search-figure-block__item-title .label {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-form-search-figure-block__item-title .label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-search-figure-block__item-title .label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-form-search-figure-block__item:last-child {
  margin-bottom: 0;
}
.p-form-search-button {
  display: inline-block;
  max-width: 184px;
  width: 100%;
  border-radius: 6px;
  background-color: #707070;
  color: #fff;
  font-weight: bold;
  border: 1px solid #707070;
  outline: none;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-form-search-button {
    padding: 16px 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-form-search-button:hover {
    color: #707070;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-form-search-button {
    padding: 12px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-form-search-filter-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form-search-filter-list--4cols-pc > li {
    width: calc((100% - 30px) / 4);
    margin: 32px 10px 0 0;
  }
  .p-form-search-filter-list--4cols-pc > li:last-child, .p-form-search-filter-list--4cols-pc > li:nth-child(4n) {
    margin-right: 0;
  }
  .p-form-search-filter-list--4cols-pc > li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form-search-filter-list--2cols-sp > li {
    width: calc((100% - 10px) / 2);
    margin: 14px 10px 0 0;
  }
  .p-form-search-filter-list--2cols-sp > li:last-child, .p-form-search-filter-list--2cols-sp > li:nth-child(2n) {
    margin-right: 0;
  }
  .p-form-search-filter-list--2cols-sp > li:nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-img-float {
  display: flex;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-img-float {
    display: block;
  }
}
.p-img-float__img-wrap {
  min-width: 47%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-img-float__img-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.p-img-float__img-wrap img {
  height: auto;
  width: 100%;
}
.p-img-float__txt-wrap {
  position: relative;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .p-img-float__txt-wrap {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-img-float__txt-wrap {
    margin-top: 25px;
  }
}
.p-img-float__heading {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-img-float__heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-img-float__exp {
  margin-top: 5px;
}
.p-img-float__btn-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-img-float--reverse {
  flex-direction: row-reverse;
}
.p-img-float--reverse .p-img-float__img-wrap {
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-img-float--reverse .p-img-float__img-wrap {
    margin-left: 0;
  }
}
.p-img-float + .p-img-float {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-img-float + .p-img-float {
    margin-top: 26px;
  }
}

.p-pagination {
  display: inline-flex;
  align-items: center;
}
.p-pagination a {
  text-decoration: none;
}
.p-pagination a:not(.prev):not(.next):not(.current) {
  color: #ccc;
}
.p-pagination a:not(.prev):not(.next):not(.current):hover {
  color: #333;
}
.p-pagination .page-numbers {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-pagination .page-numbers {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pagination .page-numbers {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-pagination .page-numbers:not(.prev):not(.next) {
  padding: 5px 5px;
  margin: 0 10px;
}
.p-pagination .page-numbers.current {
  color: #333;
}
.p-pagination .prev,
.p-pagination .next {
  line-height: 50px;
  border: 1px solid #707070;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pagination .prev,
  .p-pagination .next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-pagination .prev,
  .p-pagination .next {
    width: 45px;
    height: 45px;
  }
}
.p-pagination .prev::before,
.p-pagination .next::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/icon-arrow-pagination.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-pagination .prev {
  margin: 0 20px 0 0;
}
.p-pagination .next {
  margin: 0 0 0 20px;
}
.p-pagination .next::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.p-archive__grid-type__list {
  display: grid;
  gap: 60px 32px;
  grid-template-columns: 3fr 3fr 3fr;
}
@media screen and (max-width: 767px) {
  .p-archive__grid-type__list {
    grid-template-columns: 2fr 2fr;
    gap: 32px;
  }
}
@media screen and (max-width: 540px) {
  .p-archive__grid-type__list {
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
}
.p-archive__grid-type__list-item {
  overflow: hidden;
}
.p-archive__grid-type__list-img-wrap {
  overflow: hidden;
  border-radius: 5px;
}
.p-archive__grid-type__list-img-wrap img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
@media screen and (max-width: 540px) {
  .p-archive__grid-type__list-img-wrap img {
    height: auto;
  }
}
.p-archive__grid-type__list-content {
  margin-top: 12px;
}
.p-archive__grid-type__list-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.p-archive__grid-type__list-industy {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-archive__grid-type__list-taxonomy {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}
.p-archive__grid-type__list-taxonomy-item {
  border-radius: 40px;
  border: 1px solid #0086AC;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0086AC;
  line-height: 1.8;
  padding: 2px 12px;
}
.p-archive__grid-type__list-text {
  margin-top: 8px;
}
.p-archive__grid-type__list-btn-wrap {
  margin-top: 12px;
  text-align: center;
}
.p-archive__grid-type__list-btn {
  display: inline-block;
  background: #A9CE64;
  border: 2px solid #A9CE64;
  color: #fff;
  min-width: 176px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  position: relative;
  padding: 8px 48px 8px 28px;
}
@media screen and (min-width: 768px) {
  .p-archive__grid-type__list-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__grid-type__list-btn {
    min-width: auto;
    width: 100%;
    max-width: 176px;
  }
}
.p-archive__grid-type__list-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/icon-arrow-right-wh.svg) no-repeat center center;
}
.p-archive-articles__pagination {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-archive-articles__pagination {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-articles__pagination {
    padding: 40px 0 0;
  }
}

/* 汎用block系
------------------------------*/
@media screen and (min-width: 768px) {
  .p-lead-block {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-lead-block__header {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-lead-block__header {
    margin: 0 0 20px;
  }
}
.p-lead-block__heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-lead-block__heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lead-block__heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-lead-block__body > p {
  margin: 0 0 1.5em;
}
@media screen and (min-width: 768px) {
  .p-lead-block__body > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-lead-block__body > p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-lead-block--vertical {
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-lead-block--vertical .p-lead-block__inner {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-lead-block--vertical .p-lead-block__header > *, .p-lead-block--vertical .p-lead-block__body > * {
    height: 500px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (min-width: 768px) {
  .p-lead-block--vertical .p-lead-block__header {
    margin: 0 0 0 45px;
  }
}
@media screen and (min-width: 768px) {
  .p-lead-block--vertical .p-lead-block__body {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-lead-block--vertical .p-lead-block__body > p {
    margin: 0 0 0 1.5em;
  }
  .p-lead-block--vertical .p-lead-block__body > p:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lead-block--vertical .p-lead-block__body > p {
    margin: 0 0 1.5em;
  }
  .p-lead-block--vertical .p-lead-block__body > p:last-child {
    margin-bottom: 0;
  }
}

.p-demo-baloon {
  position: fixed;
  bottom: 95px;
  right: 24px;
  z-index: 100;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #0086AC;
  line-height: 1.35;
  align-self: stretch;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-demo-baloon:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .p-demo-baloon {
    width: 110px;
    height: 110px;
    right: 8px;
    font-size: 14px;
  }
}
.p-demo-baloon a {
  display: block;
}
.p-demo-baloon img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

/*
2023.02.25@千葉
いったんまとめてindexに設置
*/
@media screen and (min-width: 768px) {
  .u-pc-b {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-inb {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-in {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .u-pc-b, .u-pc-inb, .u-pc-in {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp-b, .u-sp-inb, .u-sp-in {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-b {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-inb {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-in {
    display: inline;
  }
}
.u-text-align-c {
  text-align: center;
}
.u-text-align-r {
  text-align: right;
}
.u-text-align-l {
  text-align: left;
}
.u-text-bold {
  font-weight: bold;
}
.u-fz-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-text-marker {
  display: inline-block;
  line-height: 1.3;
  background: linear-gradient(transparent 82%, #A9CE64 18%);
}

/*
テンプレート補足用のCSS
制作時にははずす
*/
.c-pt-status {
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  width: 100%;
  max-width: 5em;
  text-align: center;
  padding: 4px 5px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 1;
}
.c-pt-status::after {
  content: "";
  display: inline-block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
.c-pt-status--outstanding {
  background-color: #d22222;
}
.c-pt-status--outstanding::after {
  content: "未対応";
}
.c-pt-status--correspondence {
  background-color: #1554d2;
}
.c-pt-status--correspondence::after {
  content: "対応中";
}

@media screen and (min-width: 768px) {
  .p-pt-element-cmp-block {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-pt-element-cmp-block {
    margin: 0 0 50px;
  }
}
.p-pt-element-cmp-block__content {
  padding: 30px 0 0;
}

.u-pt-header-not-fixed {
  position: relative;
}

.toppage__section__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width:1000px) {
  .toppage__section__inner {
    width: 100%;
    padding: 40px 20px 56px;
  }
}
.toppage__section__title {
  position: relative;
  text-align: center;
  min-height: 60px;
}
.toppage__section__title span {
  font-weight: 600;
}
.toppage__section__title .txt-ja {
  letter-spacing: 0.07em;
  font-size: 60px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width:1000px) {
  .toppage__section__title .txt-ja {
    font-size: 36px;
    letter-spacing: 0.04em;
  }
}
.toppage__section__title .txt-en {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  letter-spacing: 0.05em;
  font-size: 56px;
  z-index: 90;
  top: -0.55em;
  color: #D7E7DF;
}
@media screen and (max-width:1000px) {
  .toppage__section__title .txt-en {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
}
.toppage__section__content {
  margin-top: 48px;
}
@media screen and (max-width:1000px) {
  .toppage__section__content {
    margin-top: 32px;
  }
}
.toppage__section-keyvisual source, .toppage__section-keyvisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.toppage__section-read01__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #0086AC;
}
.toppage__section-read01__title span {
  font-weight: 600;
}
@media screen and (max-width:1000px) {
  .toppage__section-read01__title {
    font-size: 24px;
  }
}
.toppage__section-read01__content {
  margin-top: 40px;
}
.toppage__section-read01__txt {
  font-size: 18px;
  text-align: center;
}
.toppage__section-read01__txt + .toppage__section-read01__txt {
  margin-top: 30px;
}
@media screen and (max-width:1000px) {
  .toppage__section-read01__txt {
    font-size: 16px;
  }
}
.toppage__section-read01__image-wrapper {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .toppage__section-read01__image-wrapper {
    display: block;
  }
}
.toppage__section-read01__image-wrapper img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .toppage__section-read01__image-wrapper img {
    width: 100%;
    display: block;
  }
  .toppage__section-read01__image-wrapper img + img {
    margin-top: 16px;
  }
}
.toppage__section-read02 {
  background-image: repeating-linear-gradient(90deg, #eee, #eee 1px, transparent 1px, transparent 40px), repeating-linear-gradient(0deg, #eee, #eee 1px, #fff 1px, #fff 40px);
}
@media screen and (max-width: 767px) {
  .toppage__section-read02 {
    background-image: repeating-linear-gradient(90deg, #eee, #eee 1px, transparent 1px, transparent 25px), repeating-linear-gradient(0deg, #eee, #eee 1px, #fff 1px, #fff 25px);
  }
}
.toppage__section-read02__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.toppage__section-read02__txt-wrap {
  flex: 1;
}
.toppage__section-read02__title {
  font-size: 42px;
  letter-spacing: -0.04em;
  font-weight: 600;
  line-height: 1.5;
  color: #0086AC;
}
@media screen and (max-width:1000px) {
  .toppage__section-read02__title {
    font-size: 24px;
  }
}
.toppage__section-read02__text {
  margin-top: 24px;
}
.toppage__section-read02__img {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .toppage__section-read02__img {
    width: 100%;
  }
}
.toppage__sec-about__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .toppage__sec-about__upper {
    display: block;
  }
}
.toppage__sec-about__upper-txt {
  flex: 1;
}
.toppage__sec-about__upper-img-wrap {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .toppage__sec-about__upper-img-wrap {
    margin-top: 24px;
    width: 100%;
  }
}
.toppage__sec-about__upper-img-wrap img {
  width: 100%;
  height: auto;
}
.toppage__sec-about__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6;
}
@media screen and (max-width:1000px) {
  .toppage__sec-about__title {
    font-size: 24px;
  }
}
.toppage__sec-about__overview {
  margin-top: 18px;
  font-size: 16px;
}
.toppage__sec-about__lower {
  margin-top: 40px;
}
.toppage__sec-about__detail-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .toppage__sec-about__detail-item {
    display: block;
  }
}
.toppage__sec-about__detail-item:first-child {
  margin-top: 0;
}
.toppage__sec-about__detail-title {
  background: #0086AC;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 8px;
  line-height: 1;
  text-align: center;
  min-width: 104px;
}
@media screen and (max-width: 767px) {
  .toppage__sec-about__detail-title {
    display: inline-block;
  }
}
.toppage__sec-about__detail-title.--bg-gray {
  background: #eee;
  color: #333;
}
@media screen and (max-width: 767px) {
  .toppage__sec-about__detail-text {
    margin-top: 12px;
  }
}
.toppage__sec-about__detail-text.--bold, .toppage__sec-about__detail-text.--bold span {
  font-weight: 600;
}
.toppage__sec-about__detail-text.--18,
.toppage__sec-about__detail-text .--18 {
  font-size: 18px;
}
.toppage__sec-about__detail-text.--24,
.toppage__sec-about__detail-text .--24 {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width:1000px) {
  .toppage__sec-about__detail-text.--24,
  .toppage__sec-about__detail-text .--24 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.toppage__sec-about__detail-text.--48,
.toppage__sec-about__detail-text .--48 {
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width:1000px) {
  .toppage__sec-about__detail-text.--48,
  .toppage__sec-about__detail-text .--48 {
    font-size: 36px;
    line-height: 1.4;
  }
}
.toppage__sec-about__btn-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .toppage__sec-about__btn-wrap a {
    width: 100%;
  }
}
.toppage__sec-news {
  background: #F7FAF9;
}
.toppage__sec-news__content {
  background: #fff;
  padding: 0 60px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .toppage__sec-news__content {
    padding: 0 16px;
  }
}
.toppage__sec-news__list {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .toppage__sec-news__list {
    padding: 0 0;
  }
}
.toppage__sec-news__row {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.toppage__sec-news__row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .toppage__sec-news__row {
    padding: 16px 0;
  }
}
.toppage__sec-news__row a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.toppage__sec-news__row a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .toppage__sec-news__row a {
    display: block;
  }
}
.toppage__sec-news__text {
  margin-top: 8px;
  font-weight: 600;
}
.toppage__sec-event__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .toppage__sec-event__list {
    display: block;
  }
}
.toppage__sec-event__item {
  width: calc(33.3333333333% - 21.4px);
}
@media screen and (max-width: 767px) {
  .toppage__sec-event__item {
    width: 100%;
    margin-top: 32px;
  }
  .toppage__sec-event__item:first-child {
    margin-top: 0;
  }
}
.toppage__sec-event__item a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.toppage__sec-event__item a:hover {
  opacity: 0.6;
}
.toppage__sec-event__img-wrap {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.toppage__sec-event__img-wrap img {
  width: 100%;
  height: auto;
}
.toppage__sec-event__time {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: #0086AC;
}
.toppage__sec-event__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.toppage__sec-event__text {
  margin-top: 16px;
}
.toppage__sec-event__btn-wrap {
  margin-top: 48px;
  text-align: center;
}
.toppage__sec-event__btn {
  padding: 8px 24px;
  width: 252px;
  line-height: 1.7;
  text-align: left;
}
.toppage__sec-flow {
  background: #F7FAF9;
}
.toppage__sec-flow__list {
  position: relative;
}
.toppage__sec-flow__list:before {
  content: "";
  height: 94%;
  width: 5px;
  position: absolute;
  top: 3%;
  left: 76.5px;
  z-index: 90;
  background: #0086AC;
}
@media screen and (max-width: 767px) {
  .toppage__sec-flow__list:before {
    width: 4px;
    left: 48px;
    height: 85%;
  }
}
.toppage__sec-flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 64px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width:1000px) {
  .toppage__sec-flow__item {
    gap: 16px;
  }
}
.toppage__sec-flow__item:first-child {
  margin-top: 0;
}
.toppage__sec-flow__icon {
  width: 158px;
}
@media screen and (max-width: 767px) {
  .toppage__sec-flow__icon {
    width: 100px;
  }
}
.toppage__sec-flow__icon-img {
  width: 100%;
  height: auto;
}
.toppage__sec-flow__step {
  font-weight: 600;
  color: #0086AC;
}
.toppage__sec-flow__title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width:1000px) {
  .toppage__sec-flow__title {
    font-size: 18px;
  }
}
.toppage__sec-flow__txt-wrap {
  flex: 1;
}
.toppage__sec-flow__text {
  margin-top: 8px;
}
@media screen and (max-width:1000px) {
  .toppage__sec-flow__text {
    font-size: 14px;
    margin-top: 12px;
  }
}
.toppage__sec-flow__text-btn-wrap {
  margin-top: 24px;
}
@media screen and (max-width:1000px) {
  .toppage__sec-flow__text-btn-wrap {
    margin-top: 12px;
  }
}
.toppage__sec-flow__text-btn {
  min-width: 220px;
  padding: 8px 28px;
  line-height: 1.7;
}
@media screen and (max-width:1000px) {
  .toppage__sec-flow__text-btn {
    min-width: 200px;
    font-size: 16px;
  }
}

/* faqページのみ定義
--------------------------------*/
@media screen and (min-width: 768px) {
  .page-faq-anchor-nav {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-faq-anchor-nav {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-faq-section__header {
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .page-faq-section__header {
    margin: 0 0 26px;
  }
}
@media screen and (min-width: 768px) {
  .page-faq-section + .page-faq-section {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-faq-section + .page-faq-section {
    margin: 50px 0 0;
  }
}

.page-company__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 50px;
}
@media screen and (max-width:1000px) {
  .page-company__inner {
    width: 100%;
    padding: 80px 20px;
  }
}
.page-company__mainvisual-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
}
.page-company__mainvisual {
  max-width: 100%;
  height: auto;
}
.page-company__content {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-company__content {
    margin-top: 24px;
  }
}
.page-company__table {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .page-company__table {
    border-bottom: none;
  }
}
.page-company__table tr {
  border-top: 1px solid #ccc;
}
.page-company__table th, .page-company__table td {
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .page-company__table th, .page-company__table td {
    padding: 8px 16px;
  }
}
.page-company__table th {
  font-weight: bold;
  width: 200px;
  background: #F7FAF9;
  color: #0086AC;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-company__table th {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .page-company__table td {
    display: block;
    width: 100%;
  }
}
.page-company__btn-wrap {
  margin-top: 32px;
  text-align: center;
}
.page-company__btn {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 24px;
  width: 100%;
  max-width: 494px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .page-company__btn {
    padding: 16px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-company__btn-icon {
  right: 107px;
  width: 10px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .page-company__btn-icon {
    right: 40px;
  }
}
.page-company__btn-icon path {
  width: 100%;
  height: 100%;
}

.page-event__content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-event__content {
    margin-top: 40px;
  }
}
.page-event__taxonomy-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .page-event__taxonomy-list {
    justify-content: left;
  }
}
.page-event__taxonomy-list-item {
  border-radius: 40px;
  border: 1px solid #0086AC;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0086AC;
  line-height: 1.8;
  padding: 2px 12px;
  background: #fff;
}
.page-event__mainvisual-wrap {
  width: 700px;
  margin: 24px auto 0;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .page-event__mainvisual-wrap {
    width: 100%;
  }
}
.page-event__mainvisual {
  width: 100%;
}
.page-event__mainvisual-under {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-event__mainvisual-under {
    margin-top: 40px;
  }
}
.page-event__mainvisual-under .page-event__table {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .page-event__mainvisual-under .page-event__table {
    margin-top: 24px;
  }
}
.page-event__table {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.page-event__table.--wh th, .page-event__table.--wh td {
  background: #fff;
}
.page-event__table + .page-event__table {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-event__table {
    border-bottom: none;
  }
}
.page-event__table tr {
  border-top: 1px solid #ccc;
}
.page-event__table th, .page-event__table td {
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .page-event__table th, .page-event__table td {
    padding: 8px 16px;
  }
}
.page-event__table th {
  font-weight: bold;
  width: 200px;
  background: #F7FAF9;
  color: #0086AC;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-event__table th {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .page-event__table td {
    display: block;
    width: 100%;
  }
}
.page-event__accept-comp + .page-event__accept-comp {
  margin-top: 40px;
}
.page-event__accept-comp__title {
  background: #0086AC;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 8px 16px;
  font-weight: 600;
}
.page-event__accept-comp__overview {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.page-event__accept-comp__overview-text {
  flex: 1;
}
.page-event__accept-comp__overview-img-wrap {
  width: 480px;
  overflow: hidden;
  border-radius: 5px;
}
.page-event__accept-comp__overview-img {
  width: 100%;
}
.page-event__accept-comp__message {
  background: #fff;
  margin-top: 20px;
  padding: 24px;
}
.page-event__accept-comp__message-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.page-event__accept-comp__message-text {
  margin-top: 16px;
}
.page-event__section {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-event__section {
    padding: 40px 0;
  }
}
.page-event__section.--basecolor {
  background: #F7FAF9;
}
.page-event__section__title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-event__section__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-event__section__title.--h3 {
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-event__section__title.--h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-event__section__title.--h3 + * {
  margin-top: 20px;
}
.page-event__section__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:1000px) {
  .page-event__section__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.page-event__section__inner.--overview {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .page-event__section__inner.--overview {
    padding: 0 20px;
  }
}
.page-event__section__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-event__section__content {
    margin-top: 24px;
  }
}
.page-event__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 50px;
}
@media screen and (max-width:1000px) {
  .page-event__inner {
    width: 100%;
    padding: 80px 20px;
  }
}
.page-event__btn-wrap {
  margin-top: 32px;
  text-align: center;
}
.page-event__btn {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 24px;
  width: 100%;
  max-width: 494px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .page-event__btn {
    padding: 16px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-event__btn-icon {
  right: 107px;
  width: 10px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .page-event__btn-icon {
    right: 40px;
  }
}
.page-event__btn-icon path {
  width: 100%;
  height: 100%;
}

/* 検索結果ページのみ定義
--------------------------------*/
.page-search-form {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .page-search-result__target {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-search-result__target {
    margin: 0 0 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-search-result__target-string-word {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-search-result__target-string-word {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-search-result__target-string-condition:not(.icon-cross) {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-search-result__target-string-condition:not(.icon-cross) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-search-result__target-string-condition:not(.icon-cross) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-search-result__target-string-num {
  color: #00ACBA;
  font-weight: bold;
  margin: 0 0 0 1em;
}
@media screen and (min-width: 768px) {
  .page-search-result__target-string-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-search-result__target-string-num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-search-result__empty-none, .page-search-result__empty-error {
  text-align: center;
}
.page-search-result__pagination {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-search-result__pagination {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-search-result__pagination {
    padding: 40px 0 0;
  }
}

.page-404__inner {
  padding: 80px 0;
}
@media screen and (max-width:1000px) {
  .page-404__inner {
    padding: 40px 20px;
  }
}
.page-404__header__inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:1000px) {
  .page-404__header__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.page-404__header__title {
  font-size: 64px;
  font-weight: 600;
  color: #0086AC;
}
@media screen and (max-width:1000px) {
  .page-404__header__title {
    font-size: 32px;
  }
}
.page-404__header__read {
  margin-top: 2px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width:1000px) {
  .page-404__header__read {
    font-size: 14px;
  }
}
.page-404__block {
  margin-top: 40px;
}
.page-404__block__content {
  background: #F7FAF9;
  width: 800px;
  margin: 0 auto;
  padding: 24px 40px;
}
@media screen and (max-width:1000px) {
  .page-404__block__content {
    width: 100%;
    padding: 24px 16px;
  }
}
.page-404__message {
  font-size: 16px;
}
@media screen and (max-width:1000px) {
  .page-404__message {
    font-size: 14px;
  }
}
.page-404__message--list li {
  text-indent: -1em;
  padding-left: 1em;
}
.page-404__message--list li:before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .page-404__message {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-404__message {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-404__button-wrap {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .page-404__button-wrap {
    margin-top: 40px;
  }
}
.page-404__button-wrap a {
  width: 332px;
  font-size: 20px;
  padding: 16px;
  border-radius: 50px;
}
@media screen and (max-width:1000px) {
  .page-404__button-wrap a {
    width: 100%;
    max-width: 332px;
  }
}

/*
* privacy policy
* プライバシーポリシー
*/
.page-privacy-block {
  font-size: 16px;
  margin-top: 0;
}
.page-privacy-block:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-privacy-block {
    font-size: 1.4rem;
    margin-top: 28px;
  }
  .page-privacy-block:not(:first-of-type) {
    margin-top: 40px;
  }
}
.page-privacy-block__title {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .page-privacy-block__title {
    font-size: 20px;
  }
}
.page-privacy-block__text {
  margin-top: 16px;
  line-height: 1.8;
}
.page-privacy-block__company {
  color: #00ACBA;
}
.page-privacy-table {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .page-privacy-table {
    margin-top: 24px;
  }
}
.page-privacy-table tr:last-of-type {
  border-bottom: 1px solid #CCC;
}
.page-privacy-table th {
  padding: 16px 0;
  text-align: center;
  background-color: #F2F2F2;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.page-privacy-table th:first-of-type {
  border-right: 1px solid #CCC;
}
.page-privacy-table td {
  padding: 16px 20px;
  border-top: 1px solid #CCC;
}
.page-privacy-table td:nth-child(1) {
  border-right: 1px solid #CCC;
}

.page-sitemap-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrap {
    display: block;
  }
}
.page-sitemap-nav {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .page-sitemap-nav {
    width: 100%;
  }
}
.page-sitemap-nav__item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .page-sitemap-nav:nth-child(2) {
    margin-top: 16px;
  }
}
.page-sitemap-nav__link {
  width: 100%;
  display: inline-block;
  padding: 19px 24px;
  border: 1px solid #CCC;
  position: relative;
}
.page-sitemap-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url(./assets/img/common/arrow-circle-right.svg) no-repeat center/cover;
}
.page-sitemap-nav-sub {
  padding-top: 16px;
  padding-left: 30px;
}
.page-sitemap-nav-sub__item:not(:first-child) {
  margin-top: 10px;
}

/*
* overview
* イベント概要
--------------------------------*/
.page-overview__section + .page-overview__section {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-overview__section + .page-overview__section {
    margin-top: 40px;
  }
}
.page-overview__section-read {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-overview__section-read {
    margin-top: 24px;
  }
}
.page-overview__title {
  font-weight: 600;
}
.page-overview__title--h2 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .page-overview__title--h2 {
    font-size: 24px;
  }
}
.page-overview__title--h3 {
  background: #0086AC;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 4px 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-overview__title--h3 {
    font-size: 20px;
  }
}
.page-overview__block {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .page-overview__block {
    margin-top: 24px;
  }
}
.page-overview__block__content {
  margin-top: 24px;
}
.page-overview__block--2col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .page-overview__block--2col {
    display: block;
  }
}
.page-overview__block--2col__inner {
  width: calc(50% - 19px);
}
@media screen and (max-width: 767px) {
  .page-overview__block--2col__inner {
    width: 100%;
  }
}
.page-overview__block--2col__inner + .page-overview__block--2col__inner {
  margin-top: 24px;
}
.page-overview__map__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .page-overview__map__inner {
    display: block;
  }
}
.page-overview__map__text {
  flex: 1;
}
.page-overview__map__map-wrap {
  width: 48%;
  position: relative;
  height: 0;
  padding-top: 27%;
}
@media screen and (max-width: 767px) {
  .page-overview__map__map-wrap {
    width: 100%;
    margin-top: 24px;
    padding-top: 62.6%;
  }
}
.page-overview__map__map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-overview__btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.page-overview__btn-wrap a {
  width: 332px;
  font-size: 20px;
  padding: 16px;
  border-radius: 50px;
}
@media screen and (max-width:1000px) {
  .page-overview__btn-wrap a {
    width: 100%;
    max-width: 332px;
  }
}
.page-overview__lineup__list {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .page-overview__lineup__list {
    padding: 0 0;
  }
}
.page-overview__lineup__item {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .page-overview__lineup__item {
    padding: 12px 0;
  }
}
.page-overview__lineup__item:first-child {
  padding-top: 0;
}
.page-overview__lineup__title {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page-overview__lineup__title {
    font-size: 18px;
  }
}
.page-overview__lineup__text {
  margin-top: 8px;
}
.page-overview__table {
  width: 100%;
}
.page-overview__table tr {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .page-overview__table tr {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.page-overview__table tr:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .page-overview__table tr:first-child {
    border-top: none;
  }
}
.page-overview__table th {
  width: 200px;
  background: #F7FAF9;
  font-weight: 600;
  padding: 12px 16px;
  color: #0086AC;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-overview__table th {
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.page-overview__table td {
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .page-overview__table td {
    display: block;
    width: 100%;
  }
}
.page-overview__list-item {
  padding-left: 28px;
  position: relative;
  margin-top: 18px;
}
.page-overview__list-item:first-child {
  margin-top: 0;
}
.page-overview__list-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  background: url(./assets/img/common/icon_list-check.svg);
  width: 20px;
  height: 20px;
}
.page-overview__instructor {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .page-overview__instructor {
    display: block;
  }
}
.page-overview__instructor__text-wrap {
  flex: 1;
}
.page-overview__instructor__img-wrap {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .page-overview__instructor__img-wrap {
    margin: 24px auto 0;
  }
}
.page-overview__instructor__title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-overview__instructor__title {
    font-size: 20px;
  }
}
.page-overview__instructor__text {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .page-overview__instructor__text {
    margin-top: 12px;
  }
}

/*
* about
* イベント説明ページ
--------------------------------*/
.page-about__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-about__block {
    display: block;
    margin-top: 24px;
  }
}
.page-about__block:first-child {
  margin-top: 0;
}
.page-about__block--reverse {
  flex-direction: row-reverse;
}
.page-about__block__img-wrap {
  width: 48%;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .page-about__block__img-wrap {
    width: 100%;
  }
}
.page-about__block__img {
  max-width: 100%;
  height: auto;
}
.page-about__block__txt-wrap {
  width: 48%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-about__block__txt-wrap {
    width: 100%;
    margin-top: 16px;
  }
}
.page-about__block__title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-about__block__title {
    font-size: 20px;
  }
}
.page-about__block__txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-about__block__txt {
    font-size: 16px;
  }
}

.page-form-contact__item-block {
  margin-top: 24px;
}
.page-form-contact__item-block:first-child {
  margin-top: 0;
}
.page-form-contact__item-block__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .page-form-contact__item-block__inner {
    display: block;
  }
}
.page-form-contact__item-block__inner--flex-none {
  display: block;
}
.page-form-contact__item-block__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
  width: 220px;
}
.page-form-contact__item-block__title-text {
  font-weight: 600;
}
.page-form-contact__item-block__content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-form-contact__item-block__content {
    margin-top: 8px;
  }
}
.page-form-contact__item-block__content--flex-none {
  margin-top: 8px;
}
.page-form-contact__item-block__content--3col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .page-form-contact__item-block__content--3col {
    gap: 2%;
  }
}
.page-form-contact__item-block__content--3col > span {
  width: calc(33% - 10px);
}
@media screen and (max-width: 767px) {
  .page-form-contact__item-block__content--3col > span {
    width: 31.8%;
  }
}
.page-form-contact__item-block__content--3col__item {
  width: 100%;
}
.page-form-contact__item-block__content--2col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.page-form-contact__item-block__content--2col__item {
  width: calc(50% - 8px);
}
.page-form-contact__item-block__content.--def-error-none .wpcf7-not-valid-tip {
  display: none;
}
.page-form-contact__footer {
  margin-top: 40px;
  text-align: center;
}
.page-form-contact__privacy-text {
  font-weight: 600;
}
.page-form-contact__privacy-checkbox {
  margin-top: 16px;
}
.page-form-contact__submit {
  margin-top: 40px;
}
.page-form-complete {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .page-form-complete {
    width: 100%;
  }
}
.page-form-complete__inner {
  width: 100%;
}
.page-form-complete__title-text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-form-complete__title-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-form-complete__content-text {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-form-complete__content-text {
    margin-top: 8px;
  }
}
.page-form-complete__content-text--attention {
  margin-top: 24px;
  color: #F44336;
}
@media screen and (max-width: 767px) {
  .page-form-complete__content-text--attention {
    margin-top: 8px;
  }
}
.page-form-complete__btn {
  margin-top: 40px;
  text-align: center;
}

.swiper-slide {
  height: auto;
}

.swp-btn-next, .swp-btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.swp-btn-next:after, .swp-btn-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #ccc;
}
.swp-btn-next[aria-disabled=true], .swp-btn-prev[aria-disabled=true] {
  display: none;
}
.swp-btn-next--white::after, .swp-btn-prev--white::after {
  color: #fff;
}
.swp-btn-next {
  right: 0;
}
.swp-btn-next::after {
  content: "next";
}
.swp-btn-prev {
  left: 0;
}
.swp-btn-prev::after {
  content: "prev";
}
.swp-keyvisual-container {
  position: relative;
}
.swp-keyvisual-container .swp-btn-next {
  right: 32px;
}
.swp-keyvisual-container .swp-btn-prev {
  left: 32px;
}
.swp-inner-space-container {
  padding: 0 50px;
  position: relative;
}
.swp-inner-space-container .swp-btn-next {
  right: 0;
}
.swp-inner-space-container .swp-btn-prev {
  left: 0;
}
.swp-inner-space-container--space {
  max-width: 760px;
  margin: 0 auto;
}
.swp-outer-space-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .swp-outer-space-container .swp-btn-next {
    right: -50px;
  }
}
@media screen and (max-width: 1100px) {
  .swp-outer-space-container .swp-btn-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .swp-outer-space-container .swp-btn-next {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .swp-outer-space-container .swp-btn-prev {
    left: -50px;
  }
}
@media screen and (max-width: 1100px) {
  .swp-outer-space-container .swp-btn-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .swp-outer-space-container .swp-btn-prev {
    left: 0;
  }
}
.swp-outer-space-container--space {
  max-width: 760px;
  margin: 0 auto;
}

.mw_wp_form .mwform-radio-field label, .mw_wp_form .mwform-checkbox-field label {
  position: relative;
  display: inline-block;
}
.mw_wp_form .mwform-radio-field-text, .mw_wp_form .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form .vertical-item {
    display: block;
  }
}
.mw_wp_form .error {
  display: block;
  margin: 5px 0 0;
}
.mw_wp_form_confirm #agreement {
  display: none;
}
.mw_wp_form_confirm .c-form-ui-select {
  width: auto !important;
  height: auto;
  border: none;
}

.wpcf7-not-valid-tip {
  color: #f00;
  margin: 5px 0 0;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-response-output {
  border: none !important;
  color: #f00;
  text-align: center;
  background-color: #ffe0e0;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}/*# sourceMappingURL=style.css.map */