@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
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;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Variables
//
// Variables should follow the `$component-state-property-size` formula for
// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.

//
// Color system
*/
/* font */
.shippori-medium {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
}
.shippori-bold {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
}
.text-hide {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
}
@media (min-width: 769px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
.opacity0 {
  opacity: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100vh;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", serif;
  font-weight: 300;
  color: #38262a;
  background: #58ba87;
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    letter-spacing: 0.08em;
  }
}
.wrapper {
  display: block;
  overflow: hidden;
  background-image: url(../images/k40_bg_top.png);
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
@media (min-width: 769px) {
  .wrapper {
    background-repeat: no-repeat;
    background-position: left top;
  }
}
@media (max-width: 768px) {
  .wrapper {
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: center top;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #38262a;
  -webkit-tap-highlight-color: rgba(56, 38, 42, 0.2);
  text-decoration: none;
}
.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
::-moz-selection {
  color: #ffffff;
  background: #38262a;
}
::selection {
  color: #ffffff;
  background: #38262a;
}
.bold {
  font-weight: 600;
}
.attention {
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  color: #d50000;
}
.a-button--w {
  display: block;
  max-width: 320px;
  padding: 16px 8px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #ffffff;
  outline: 1px solid #38262a;
}
.a-button--w:hover:not([disabled]) {
  outline: 2px solid #38262a;
}
.a-button--w:disabled {
  cursor: auto;
  opacity: 0.5;
}
.a-button--y {
  display: block;
  max-width: 320px;
  padding: 16px 8px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #e7f255;
  outline: 1px solid #38262a;
  font-weight: 600;
}
.a-button--y:hover:not([disabled]) {
  outline: 2px solid #38262a;
}
.a-button--y:disabled {
  cursor: auto;
  opacity: 0.5;
}
.a-heading {
  background: url(../images/bg-title.svg) no-repeat center center;
  text-align: center;
  height: 64px;
  font-size: 2.4rem;
  line-height: 2.6666666667;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
}
.a-heading--type2 {
  background: url(../images/bg-title.svg) no-repeat center center;
  text-align: center;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.a-heading--type2 span {
  margin-bottom: 8px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.a-tag-kin {
  background-color: #e7dd3e;
  padding: 4px 16px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
}
.a-tag-gin {
  background-color: #c9e4db;
  padding: 4px 16px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
}
.a-tag-dou {
  background-color: #d3a471;
  padding: 4px 16px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
}
.a-tag-other {
  background-color: #dfe8c6;
  padding: 4px 16px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
}
.m-block-text p + p {
  margin-top: 1rem;
}
.m-block-text a {
  text-decoration: underline;
}
.m-block-text a:hover {
  text-decoration: none;
}
.m-head-main {
  max-width: 640px;
}
.m-head-main > p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  margin-top: 24px;
}
.m-head-main > p:not(.left) {
  text-align: right;
}
.m-head-main a {
  text-decoration: underline;
  /* 202405 */
  background-color: #ffffff;
  padding: 8px;
  border-radius: 4px;
}
.m-head-main a:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  .m-head-main {
    margin: 0 auto 24px;
  }
}
@media (max-width: 768px) {
  .m-head-main {
    margin: 40px auto 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.m-head-secondary p {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .m-head-secondary {
    padding: 0 40px 40px;
  }
}
@media (max-width: 768px) {
  .m-head-secondary {
    padding: 0 16px 24px;
  }
}
@media (min-width: 769px) {
  .kako-heading {
    margin-bottom: 160px;
  }
}
.m-work-s {
  margin-top: 40px;
}
.m-work-s .m-work__title {
  margin: 24px 0;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
.m-work-a {
  border-bottom: 1px solid #beb7b9;
}
.m-work-a .m-work__title {
  margin: 8px 0 16px;
}
.m-work-a .m-work__title a {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .m-work-a {
    padding: 16px 40px;
  }
}
@media (max-width: 768px) {
  .m-work-a {
    padding: 16px;
  }
}
.m-work__title {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
}
.m-work__title a {
  text-decoration: underline;
}
.m-work__title a:hover {
  text-decoration: none;
}
.m-work__name {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.m-work__info {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.m-work__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-work__info li {
  margin-right: 1rem;
}
.m-work-main {
  border-top: 1px solid #beb7b9;
}
@media (min-width: 769px) {
  .m-work-main {
    padding: 40px 40px 0;
  }
}
@media (max-width: 768px) {
  .m-work-main {
    padding: 16px 16px 0;
  }
}
.m-work-main span {
  display: inline-block;
  position: relative;
}
.m-work-main span::before {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 1.5em;
  content: "・";
}
.m-work-main__image {
  margin: 40px 0;
  text-align: center;
}
.m-work-main__footer {
  margin-top: 40px;
}
.o-footer {
  background: #ffffff;
  margin-top: 40px;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 769px) {
  .o-footer {
    padding: 80px 0 56px;
  }
}
@media (max-width: 768px) {
  .o-footer {
    padding: 0 0 80px;
  }
}
.o-footer__inner {
  text-align: center;
}
.o-footer__logo {
  margin: 0 auto 40px;
}
@media (min-width: 769px) {
  .o-footer__logo {
    width: 168px;
  }
}
@media (max-width: 768px) {
  .o-footer__logo {
    width: 120px;
  }
}
.o-footer__copyright {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
.o-footer__menu {
  margin-bottom: 96px;
}
@media (min-width: 769px) {
  .o-footer__menu {
    display: none;
  }
}
.o-footer__menu li {
  text-align: center;
  border-top: 1px solid #38262a;
}
.o-footer__menu li:not(:last-child) {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.o-footer__menu a {
  display: block;
  padding: 16px 0;
}
.o-footer__apply {
  background: #e7f255;
}
.o-form__section {
  border-top: 1px solid #beb7b9;
}
@media (min-width: 769px) {
  .o-form__section {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .o-form__section {
    padding: 40px 16px;
  }
}
@media (min-width: 769px) {
  .o-form-textblock {
    padding: 0 40px 40px;
  }
}
@media (max-width: 768px) {
  .o-form-textblock {
    padding: 0 16px 40px;
  }
}
@media (min-width: 769px) {
  .aform-content dl,
.aform-note,
.aform_confirm_msg {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .aform-content dl,
.aform-note,
.aform_confirm_msg {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.o-form__block + .o-form__block,
.aform-content dl + .o-form__block,
.h-adr + .o-form__block,
.aform-note + .o-form__block {
  margin-top: 32px;
}
.o-form__block + dl,
.o-form__block + .aform-note,
.aform-content dl + dl,
.aform-content dl + .aform-note,
.h-adr + dl,
.h-adr + .aform-note,
.aform-note + dl,
.aform-note + .aform-note {
  margin-top: 32px;
}
.o-form__block a,
.aform-content dl a,
.h-adr a,
.aform-note a {
  text-decoration: underline;
}
.o-form__block a:hover,
.aform-content dl a:hover,
.h-adr a:hover,
.aform-note a:hover {
  text-decoration: none;
}
.h-adr dl {
  margin-top: 32px;
}
.o-form__heading,
.aform-content dt {
  margin-bottom: 8px;
}
.o-form__input,
.aform-input[type=text],
.aform-text,
.aform-email,
.aform-password,
.aform-tel,
.aform-url,
.aform-number,
.aform-date,
.aform-time,
.aform-textarea,
.aform-name,
.aform-kana,
.aform-zipcode,
.aform-prefecture,
.aform-calendar {
  width: 100%;
  padding: 16px;
  border: 1px solid #beb7b9;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.o-form__select select,
.aform-select {
  width: 100%;
  padding: 20px 16px;
  background-color: #ffffff;
  border: 1px solid #beb7b9;
  border-radius: 0;
}
.o-form__note,
.aform-note {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 40px;
}
.o-form__checkbox {
  position: relative;
  display: block;
  max-width: 400px;
  padding-left: 32px;
  margin: 0 auto 40px;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.o-form__checkbox-input {
  position: relative;
  margin: 0 24px 0 -24px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.o-form__checkbox-input::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  border: 1px #beb7b9 solid;
  opacity: 1;
}
.o-form__checkbox-input::after {
  position: absolute;
  top: -8px;
  left: 3px;
  width: 12px;
  height: 8px;
  margin: auto;
  content: "";
  border-top: 3px #38262a solid;
  border-right: 3px #38262a solid;
  opacity: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transform: rotate(135deg);
}
.o-form__checkbox-input:checked::after {
  opacity: 1;
}
.o-form__submit {
  display: block;
  max-width: 320px;
  padding: 16px 8px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #ffffff;
  outline: 1px solid #38262a;
  width: 100%;
  color: #38262a;
  cursor: pointer;
  border-width: 0;
}
.o-form__submit:hover:not([disabled]) {
  outline: 2px solid #38262a;
}
.o-form__submit:disabled {
  cursor: auto;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .o-form__submit {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
.o-form__submit + .o-form__submit {
  margin-top: 32px;
}
.aform-required {
  display: inline-block;
  padding: 2px;
  margin-left: 5px;
  font-size: 82%;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  vertical-align: text-top;
  background: #d92b00;
  border-radius: 3px;
}
.dl_name,
.dl_title {
  padding-top: 40px;
  border-top: 1px solid #beb7b9;
}
.dl_title-kana {
  padding-bottom: 40px;
}
.aform-content .validation-advice {
  padding: 3px;
  font-weight: normal;
  color: #d92b00;
  background-color: transparent;
}
@media (max-width: 768px) {
  .o-gnav__block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    background: #58ba87;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.o-gnav__list a {
  display: block;
}
@media (min-width: 769px) {
  .o-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-gnav__list a {
    padding: 8px 24px;
  }
}
@media (max-width: 768px) {
  .o-gnav__list {
    width: 100%;
    padding: 0 24px;
  }
  .o-gnav__list a {
    padding: 16px 0;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.o-gnav__item a {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
}
.o-gnav__item-apply {
  border: 1px solid #38262a;
  text-align: center;
}
.o-gnav__item-apply a {
  font-weight: 600;
  background-color: #e7f255;
  padding: 16px 24px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .o-gnav__item-apply {
    margin-left: 24px;
  }
  .o-gnav__item-apply:hover {
    border: 2px solid #38262a;
  }
  .o-gnav__item-apply:hover a {
    padding: 15px 23px;
  }
}
@media (max-width: 768px) {
  .o-gnav__item-apply {
    margin-top: 24px;
  }
  .o-gnav__item-apply a {
    width: 100%;
  }
}
.o-gnav__item-apply.is-disabled {
  pointer-events: none;
}
.o-gnav__item-apply.is-disabled a {
  background-color: #beb7b9;
}
.o-gnav__item-apply span {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media (min-width: 769px) {
  .o-gnav__heading {
    display: none;
  }
}
@media (max-width: 768px) {
  .o-gnav__heading {
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 3rem;
    right: 6%;
    width: 40px;
    height: 50px;
    z-index: 3;
  }
}
@media (max-width: 768px) {
  .o-gnav__button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 50%;
    pointer-events: all;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin: auto;
  }
  .o-gnav__button span {
    display: block;
    width: 100%;
    height: 3px;
    background: #38262a;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border-radius: 10px;
  }
  .o-gnav__button::before, .o-gnav__button::after {
    position: absolute;
    width: 100%;
    height: 3px;
    content: "";
    background: #38262a;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    left: 0;
    border-radius: 10px;
  }
  .o-gnav__button::before {
    top: 0;
  }
  .o-gnav__button::after {
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .o-gnav__cap {
    display: none;
  }
}
@media (max-width: 768px) {
  .o-gnav__cap {
    position: absolute;
    bottom: 4px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.active .o-gnav__block {
  visibility: visible;
  opacity: 1;
}
.active .o-gnav__button span {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
}
.active .o-gnav__button::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.active .o-gnav__button::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .o-header {
    margin-bottom: 80px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .o-header__logo {
    width: 80px;
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .o-header__logo {
    width: 48px;
    margin-left: 17.0666666667%;
    padding-top: 32px;
  }
}
@media (min-width: 769px) {
  .o-section {
    padding: 0 5.5555555556%;
  }
}
@media (max-width: 768px) {
  .o-section {
    padding: 0 6.4%;
  }
}
.o-section__inner {
  background-color: #ffffff;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .o-section__inner {
    max-width: 640px;
    margin: 0 auto 40px;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .o-section__inner {
    padding: 32px 0 40px;
    margin-bottom: 24px;
  }
}
.m-head__title {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
.o-section__content {
  border-top: 1px solid #beb7b9;
}
@media (min-width: 769px) {
  .o-section__content {
    padding: 40px 40px 0;
  }
}
@media (max-width: 768px) {
  .o-section__content {
    padding: 16px 16px 0;
  }
}
.p-news__heading {
  border-bottom: 1px solid #beb7b9;
}
.p-news__heading p {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .p-news__heading {
    padding: 0 40px 24px;
  }
}
@media (max-width: 768px) {
  .p-news__heading {
    padding: 0 16px 16px;
  }
}
.p-news__title {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .p-news__content {
    padding: 24px 40px 0;
  }
}
@media (max-width: 768px) {
  .p-news__content {
    padding: 16px 16px 0;
  }
}
.p-news__image {
  width: 75%;
  margin: 0 auto 24px;
}
.p-news__button {
  margin-top: 24px;
}
.p-top .o-header__logo {
  display: none;
}
.p-top-section {
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .p-top-section {
    padding: 0 5.5555555556%;
  }
}
@media (max-width: 768px) {
  .p-top-section {
    padding: 0 6.4%;
  }
}
.p-top-mainvisual {
  max-width: 560px;
}
@media (min-width: 769px) {
  .p-top-mainvisual {
    margin: 0 auto 120px;
  }
}
@media (max-width: 768px) {
  .p-top-mainvisual {
    padding-top: 200px;
    margin: 0 auto 40px;
  }
}
@media (min-width: 769px) {
  .p-top-mainvisual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .p-top-mainvisual__inner {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .p-top-mainvisual__logo {
    width: 96px;
  }
}
@media (max-width: 768px) {
  .p-top-mainvisual__logo {
    width: 64px;
    margin: 0 auto 40px;
  }
}
.p-top-mainvisual__lead {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
}
.p-top-intro {
  max-width: 280px;
  margin: 64px auto 0;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
}
.p-top-intro__heading {
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-top-button {
  max-width: 480px;
  margin: auto;
}
.p-top-button li {
  position: relative;
  text-align: center;
}
.p-top-button li:hover {
  outline: 2px solid #38262a;
}
.p-top-button li + li {
  margin-top: 40px;
}
.p-top-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 88px;
  background-color: #ffffff;
  outline: 1px solid #38262a;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
}
.p-top-button a::before {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../images/arrow-01.svg) no-repeat;
}
@media (min-width: 769px) {
  .p-top-button a {
    height: 88px;
  }
  .p-top-button a::before {
    right: -4px;
    bottom: -4px;
  }
}
@media (max-width: 768px) {
  .p-top-button a {
    height: 104px;
  }
  .p-top-button a::before {
    right: -8px;
    bottom: -8px;
  }
}
.p-top-button__info span {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.p-top-button__date {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-top-button__date span:not(.p-top-button__tag) {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-top-button__tag {
  display: inline-block;
  padding: 4px;
  margin-right: 8px;
  background-color: #e7f255;
  border-radius: 24px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-top-shinsain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin: 40px auto 64px;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
}
.p-top-shinsain li {
  text-align: center;
}
@media (min-width: 769px) {
  .p-top-shinsain img {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .p-top-shinsain {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .p-top-shinsain li {
    width: calc(50% - 16px);
  }
}
.p-top-shinsain__image {
  margin-bottom: 16px;
}
.p-top-shinsain__name {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-top-shinsain__name span {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
.p-top-shinsain-fukei {
  position: relative;
  max-width: 640px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (min-width: 769px) {
  .p-top-shinsain-fukei {
    padding: 40px 40px 80px;
  }
}
@media (max-width: 768px) {
  .p-top-shinsain-fukei {
    padding: 32px 16px 64px;
  }
}
.p-top-shinsain-fukei__title {
  margin-bottom: 24px;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
.p-top-shinsain-fukei__button {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  width: 100px;
  margin: auto;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.p-top-shinsain-fukei__button:hover {
  text-decoration: none;
}
.p-top-shinsain-fukei__button::before {
  content: "続きを読む";
}
.p-top-shinsain-fukei__trigger {
  display: none;
}
.p-top-shinsain-fukei__text {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .p-top-shinsain-fukei__text {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .p-top-shinsain-fukei__text {
    height: 240px;
  }
}
.p-top-shinsain-fukei__text::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.p-top-shinsain-fukei__trigger:checked ~ .p-top-shinsain-fukei__button::before {
  content: "閉じる";
}
.p-top-shinsain-fukei__trigger:checked ~ .p-top-shinsain-fukei__text {
  height: auto;
}
.p-top-shinsain-fukei__trigger:checked ~ .p-top-shinsain-fukei__text::before {
  display: none;
}
@media (min-width: 769px) {
  .p-top-shinsain-fukei__button-bottom {
    margin: 16px auto;
  }
}
@media (max-width: 768px) {
  .p-top-shinsain-fukei__button-bottom {
    margin: 16px 8px;
  }
}
.p-top-organizer {
  text-align: center;
}
.p-top-organizer__item {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
.p-yoko + .p-yoko {
  margin-top: 32px;
}
.p-yoko__haeding {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-yoko__body {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.p-yoko__body + .p-yoko__body {
  margin-top: 1rem;
}
.p-yoko-section {
  margin-top: 40px;
}
.p-yoko-section + .p-yoko-section {
  margin-top: 120px;
}
.p-yoko-howto {
  margin-top: 40px;
}
.p-yoko-howto li + li {
  margin-top: 40px;
}
.p-yoko-howto__image {
  display: block;
  margin-bottom: 16px;
}
.p-yoko-howto-info {
  border: 1px solid #beb7b9;
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
.img-responsive {
  width: 100%;
  max-width: 100%;
}
.o-container {
  position: relative;
  -ms-scroll-snap-type: y;
  scroll-snap-type: y;
  height: 100vh;
}
.bg {
  z-index: -1;
}
.menu__trigger {
  z-index: 300;
}
.gnav {
  z-index: 200;
}
span.dots {
  position: relative;
  padding-top: 0.5em;
}
span.dots::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}