@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: relative;
}
.c-header.is-subpage .c-header__subinner {
  display: block;
}
.c-header__inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1023px) {
  .c-header__inner {
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner {
    padding-bottom: 20px;
  }
}
.c-header__top {
  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;
  position: relative;
  width: 100%;
  min-height: 322px;
  padding: 40px 60px 61px;
}
@media only screen and (max-width: 1023px) {
  .c-header__top {
    min-height: 248px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__top {
    min-height: 113px;
    padding: 19px 30px 20px;
  }
}
.c-header__top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 3000px;
  height: 3000px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .c-header__top::before {
    width: 1010px;
    height: 1010px;
  }
}
.c-header__logowrap {
  position: relative;
  z-index: 2;
}
.c-header__logo {
  display: inline-block;
}
.c-header__logo img {
  width: 300px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logo img {
    width: 101px;
  }
}
.c-header__thumbgroup {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1366px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .c-header__thumbgroup {
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__thumbgroup {
    max-width: 414px;
  }
}
.c-header__thumbleft {
  position: absolute;
  top: 76px;
  left: -2.1229868228%;
  width: min(465px, 34.0409956076%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-header__thumbleft {
    top: unset;
    bottom: 1px;
    left: -3.8647342995%;
    width: min(165px, 39.8550724638%);
  }
}
.c-header__thumbright {
  position: absolute;
  top: 76px;
  right: -3.7335285505%;
  width: min(465px, 34.0409956076%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-header__thumbright {
    top: unset;
    bottom: 3px;
    right: -6.5217391304%;
    width: min(163px, 39.3719806763%);
  }
}
.c-header__subinner {
  display: none;
  margin-top: -110px;
  padding: 80px 0 51px;
}
@media only screen and (max-width: 1023px) {
  .c-header__subinner {
    margin-top: -36px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__subinner {
    margin-top: -20px;
    padding: 40px 0 30px;
  }
}
.c-header__subtitle {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-header__subtitle {
    max-width: 220px;
  }
}
.c-header__groupbtn {
  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;
  position: fixed;
  bottom: 27px;
  right: 21px;
  z-index: 18;
}
@media only screen and (max-width: 767px) {
  .c-header__groupbtn {
    bottom: 9px;
    right: 7px;
  }
}
.c-header__itembtn + .c-header__itembtn {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .c-header__itembtn + .c-header__itembtn {
    margin-top: 12px;
  }
}
.c-header__btn {
  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;
  position: relative;
  width: 120px;
  height: 120px;
  padding: 12px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-header__btn {
    width: 80px;
    height: 80px;
    padding: 2px;
  }
}
.c-header__btn--pink {
  background-color: #fd6ebb;
}
.c-header__btn--orange {
  background-color: #ffa700;
}
.c-header__btnicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-header__btnicon {
    width: 2.68rem;
    height: 2.68rem;
  }
}
.c-header__btnicon .icon-instagram {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .c-header__btnicon .icon-instagram {
    font-size: 2.68rem;
  }
}
.c-header__btnicon .icon-camera {
  font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .c-header__btnicon .icon-camera {
    font-size: 2.35rem;
  }
}
.c-header__btnicon + .c-header__btntext {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .c-header__btnicon + .c-header__btntext {
    margin-top: -2px;
  }
}
.c-header__btntext {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-header__btntext {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 100px 0 156px;
}
@media only screen and (max-width: 1023px) {
  .c-footer {
    padding: 70px 0 110px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 50px 0 60px;
  }
}
.c-footer__address {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.667;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__address {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.c-footer__address a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 1023px) {
  .c-footer__address a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #399d25;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1225px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 30px;
  }
}
.l-container--w880 {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .l-container--w880 {
    max-width: unset;
    padding: 0 30px;
  }
}
.l-container--w820 {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .l-container--w820 {
    max-width: unset;
    padding: 0 30px;
  }
}
.l-content--w968 {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}
.l-content--w900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.c-breadcrumb li {
  display: contents;
  position: relative;
}
.c-breadcrumb li + li::before {
  content: "/";
  display: inline-block;
  position: relative;
  margin: 0 5px 0 1px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Banner
------------------------------------------------------------*/
.c-banner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 42px 38px 43px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-banner1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.c-banner1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .c-banner1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-banner1__title {
  display: inline-block;
  padding: 13px 11px;
  background-color: #399d25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-banner1__title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-banner1__title {
    padding: 8px 20px 7px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.c-banner1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin-left: 27px;
  padding-right: 214px;
}
@media only screen and (max-width: 1023px) {
  .c-banner1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-left: 0;
    padding: 42px 214px 42px 42px;
  }
}
@media only screen and (max-width: 767px) {
  .c-banner1__right {
    padding: 17px 128px 17px 17px;
  }
}
.c-banner1__right::after {
  content: "";
  position: absolute;
  top: -86px;
  right: -9px;
  width: 212px;
  height: 262px;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
  background-image: url("/assets/img/home/prize-book.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .c-banner1__right::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(22deg);
    transform: translateY(-50%) rotate(22deg);
  }
}
@media only screen and (max-width: 767px) {
  .c-banner1__right::after {
    right: 6px;
    width: 116px;
    height: 143px;
  }
}
.c-banner1__text {
  color: #000;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.286;
}
@media only screen and (max-width: 767px) {
  .c-banner1__text {
    font-size: 1.8rem;
    line-height: 1.56;
  }
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 402px;
  min-height: 74px;
  padding: 18px 40px 17px;
  background-color: #fff;
  border: 2px solid #399d25;
  border-radius: 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #399d25;
  }
  .c-btn1:hover .c-btn1__text {
    color: #fff;
  }
  .c-btn1:hover .icon {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    width: min(250px, 100%);
    min-width: unset;
    min-height: 46px;
    padding: 11px 20px 10px;
  }
}
.c-btn1 .icon {
  display: inline-block;
  color: #399d25;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn1 .icon.icon-instagram {
  margin-right: 13px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-btn1 .icon.icon-instagram {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: 9px;
    font-size: 2.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1--style1 {
    width: min(275px, 100%);
    min-height: 51px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1--style1 .c-btn1__text {
    font-size: 1.7rem;
    line-height: 1.41;
  }
}
.c-btn1__text {
  color: #399d25;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-btn1__text {
    font-size: 1.6rem;
    line-height: 1.31;
  }
}
.c-btn2 {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  min-height: 100px;
  padding: 18px 40px 17px;
  background-color: #434343;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.c-back {
  width: 150px;
  text-align: center;
  margin: 20px auto 0;
  display: block;
  text-decoration: underline;
  padding: 5px 0;
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .c-btn2 {
    width: min(220px, 100%);
    min-width: unset;
    min-height: 50px;
    padding: 10px 24px;
    font-size: 1.6rem;
    line-height: 1.31;
  }
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card1__top {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card1__label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  max-width: 100%;
  padding: 13px 13px 12px;
  background-color: #399d25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-card1__label {
    min-width: 58px;
    padding: 7px 9px 5px;
    font-size: 1.4rem;
    line-height: 1.21;
  }
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.5671641791%;
}
@media only screen and (max-width: 767px) {
  .c-card1__thumb::before {
    padding-top: 66.6666666667%;
  }
}
.c-card1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card1__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .c-card1__bottom {
    margin-top: 9px;
  }
}
.c-card1__title {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-card1__title {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-card1__person {
  margin-top: 13px;
  color: #000;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.14;
}
@media only screen and (max-width: 767px) {
  .c-card1__person {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 1.59;
  }
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__group {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.c-checkbox__group .mwform-checkbox-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-checkbox__group .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 10px;
}
.c-checkbox__group .mwform-checkbox-field label {
  position: relative;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 43px;
  cursor: pointer;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.667;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text {
    padding-left: 34px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #399d25;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: 3px;
    width: 24px;
    height: 24px;
  }
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e902";
  position: absolute;
  top: 10px;
  left: 7px;
  color: #399d25;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    top: 11px;
    font-size: 0.9rem;
  }
}
.mw_wp_form .c-checkbox__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-radio__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
}
@media only screen and (max-width: 767px) {
  .c-content {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-content p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .c-content p + p {
    margin-top: 26px;
  }
}
.c-content p:has(img) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) {
    margin-bottom: 26px;
  }
}
.c-content a {
  color: #399d25;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 767px) {
  .c-content a {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-content .alignleft {
  display: block;
  margin-right: auto;
}
.c-content .alignright {
  display: block;
  margin-left: auto;
}
.c-content img,
.c-content iframe {
  max-width: 100%;
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
label.error {
  display: inline-block;
  color: #bf0000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  label.error {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Hashtag
------------------------------------------------------------*/
.c-hashtag1 {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 38px 3px 39px;
  background-color: #399d25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .c-hashtag1 {
    padding: 3px 24px 2px 25px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1__box {
  position: relative;
  width: 100%;
  padding: 36px 0 35px;
  background-color: #399d25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-heading1__box {
    padding: 31px 0 34px;
  }
}
.c-heading1__title {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-heading1__title {
    font-size: 3.5rem;
    line-height: 1.286;
  }
}
.c-heading1__breadcrumb {
  padding: 21px 0 20px;
}
@media only screen and (max-width: 767px) {
  .c-heading1__breadcrumb {
    padding: 11px 0 10px;
  }
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: block;
  position: relative;
  width: 100%;
}
.c-input input[type=text],
.c-input input[type=email],
.c-input input[type=tel],
.c-input input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 80px;
  padding: 14px 24px 16px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .c-input input[type=text],
  .c-input input[type=email],
  .c-input input[type=tel],
  .c-input input[type=url] {
    height: 60px;
    padding: 8px 14px 10px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.form-main__label {
  display: flex;
  align-items: center;
}
.c-label1 {
  position: relative;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-label1 {
    font-size: 1.6rem;
  }
}
.c-label1__text {
  margin: 5px 12px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-label1__text {
    margin: 3px 8px 0 0;
  }
}
.c-label1__required {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  min-width: 207px;
  margin: 5px 0 1px;
  padding: 4px 12px 5px;
  background-color: #399d25;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-label1__required {
    min-width: unset;
    margin: 4px 0 1px;
    padding: 3px 12px 4px;
    font-size: 1.4rem;
    line-height: 1.286;
  }
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.667;
}
@media only screen and (max-width: 767px) {
  .c-list1 {
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.c-list1 li {
  position: relative;
  padding-left: 26px;
}
@media only screen and (max-width: 767px) {
  .c-list1 li {
    padding-left: 25px;
  }
}
.c-list1 li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 1px;
  color: #399d25;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-list1 li::before {
    top: 4px;
    left: 0;
  }
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1--style1 .c-listpost1__link {
  padding: 34px 8px;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1--style1 .c-listpost1__link {
    padding: 34px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost1--style1 .c-listpost1__link {
    padding: 13px 0 12px;
  }
}
.c-listpost1__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.c-listpost1__item:first-child {
  border-top: 1px solid #ddd;
}
.c-listpost1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 31px 8px 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 31px 0 34px;
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost1__link {
    padding: 13px 0 12px;
  }
}
.c-listpost1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 106px;
  margin: 4px 0 6px;
  padding-right: 20px;
  color: #2f2d2c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__datetime {
    width: 94px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost1__datetime {
    width: 76px;
    margin: 5px 0;
    font-size: 1.4rem;
    padding-right: 6px;
  }
}
.c-listpost1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  margin: 0 20px -4px 0;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__taglist {
    max-width: calc(100% - 88px);
    margin: 0 -6px -4px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost1__taglist {
    max-width: calc(100% - 70px);
    margin: 0 -6px -4px 0;
  }
}
.c-listpost1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 0 4px;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__tagitem {
    margin: 0 6px 4px 0;
  }
}
.c-listpost1__title {
  margin: 2px 0 3px;
  color: #2f2d2c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.05em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__title {
    width: 100%;
    margin: 6px 0 0;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost1__title {
    margin: 3px 0 0;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
/*------------------------------------------------------------
    Loading
------------------------------------------------------------*/
.c-loading1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
/*------------------------------------------------------------
    Note
------------------------------------------------------------*/
.c-note1 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
}
@media only screen and (max-width: 767px) {
  .c-note1 {
    font-size: 1.2rem;
    line-height: 1.667;
  }
}
/*------------------------------------------------------------
    Pagination
------------------------------------------------------------*/
.c-pagi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 -2.75rem -24px;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 {
    margin: 0 -20px -24px;
  }
}
.c-pagi1 li {
  margin: 0 2.75rem 24px;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 li {
    margin: 0 20px 24px;
  }
}
.c-pagi1 li a,
.c-pagi1 li span {
  display: inline-block;
  position: relative;
  color: #399d25;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.467;
  text-align: center;
}
.c-pagi1 li a::after,
.c-pagi1 li span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #399d25;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-pagi1 li a:hover,
  .c-pagi1 li span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #000;
  }
  .c-pagi1 li a:hover::after,
  .c-pagi1 li span:hover::after {
    opacity: 0;
  }
}
.c-pagi1 li a.current,
.c-pagi1 li span.current {
  color: #000;
  pointer-events: none;
}
.c-pagi1 li a.current::after,
.c-pagi1 li span.current::after {
  opacity: 0;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  position: relative;
  width: 100%;
  padding-left: 32px;
}
@media only screen and (max-width: 767px) {
  .c-part1 {
    padding-left: 26px;
  }
}
.c-part1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background-color: #399d25;
}
@media only screen and (max-width: 767px) {
  .c-part1::before {
    width: 10px;
  }
}
.c-part1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-part1__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-part1__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 69.2451071761%;
  padding-right: 55px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-part1__title {
  margin-top: 8px;
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.14;
}
@media only screen and (max-width: 767px) {
  .c-part1__title {
    margin-top: -1px;
    font-size: 2.2rem;
    line-height: 1.59;
  }
}
.c-part1__main {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .c-part1__main {
    margin-top: 8px;
  }
}
.c-part1__content {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-part1__content {
    margin-top: 7px;
  }
}
.c-part1__content .c-text2 + .c-btn1 {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .c-part1__content .c-text2 + .c-btn1 {
    margin-top: 14px;
  }
}
.c-part1__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.7548928239%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 55px;
  }
}
.c-part1__qr {
  max-width: 330px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__qr {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__qr {
    margin-top: 15px;
    max-width: 100px;
  }
}
.c-part1__qr img {
  width: 100%;
}
/*------------------------------------------------------------
    QA
------------------------------------------------------------*/
.c-qa1__item {
  position: relative;
  padding-left: 32px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-qa1__item {
    padding-left: 25px;
    padding-top: 7px;
  }
}
.c-qa1__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: calc(100% - 5px);
  background-color: #399d25;
}
@media only screen and (max-width: 767px) {
  .c-qa1__item::before {
    width: 10px;
    height: calc(100% - 1px);
  }
}
.c-qa1__item + .c-qa1__item {
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .c-qa1__item + .c-qa1__item {
    margin-top: 30px;
  }
}
.c-qa1__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
.c-qa1__question::before {
  content: "Q.";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 60px;
  color: #000;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-qa1__question::before {
    width: 43px;
    font-size: 3.5rem;
  }
}
.c-qa1__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 4px;
  width: calc(100% - 60px);
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .c-qa1__title {
    width: calc(100% - 43px);
    margin-top: 5px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
.c-qa1__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .c-qa1__answer {
    margin-top: 5px;
  }
}
.c-qa1__answer::before {
  content: "A.";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 60px;
  margin: 5px 0 15px;
  color: #000;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-qa1__answer::before {
    width: 43px;
    margin: 0 0 12px;
    font-size: 3.5rem;
  }
}
.c-qa1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 767px) {
  .c-qa1__content {
    width: calc(100% - 43px);
    margin-top: 1px;
  }
}
.c-qa1__content a {
  text-decoration: underline;
}
/*------------------------------------------------------------
    Relate
------------------------------------------------------------*/
.c-relate {
  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;
  margin: 0 -16px;
}
.c-relate__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 16px;
}
.c-relate__item.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-relate__btn {
  display: inline-block;
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.c-single1__heading {
  padding-bottom: 29px;
  border-bottom: 2px solid #399d25;
}
@media only screen and (max-width: 767px) {
  .c-single1__heading {
    padding-bottom: 19px;
  }
}
.c-single1__datetime {
  color: #2f2d2c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-single1__datetime {
    font-size: 1.4rem;
  }
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 22px -6px -4px 0;
}
@media only screen and (max-width: 767px) {
  .c-single1__taglist {
    margin: 10px -6px -4px 0;
  }
}
.c-single1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 6px 4px 0;
}
.c-single1__title {
  margin-top: 19px;
  color: #2f2d2c;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-single1__title {
    margin-top: 14px;
    font-size: 1.8rem;
    line-height: 1.56;
  }
}
.c-single1__content {
  position: relative;
  padding: 36px 0;
  border-bottom: 2px solid #399d25;
}
.c-single1__footer {
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
  .c-single1__footer {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    Step
------------------------------------------------------------*/
.c-step1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-step1__item + .c-step1__item {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-step1__item + .c-step1__item {
    margin-top: 21px;
  }
}
.c-step1__item + .c-step1__item.is-last {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .c-step1__item + .c-step1__item.is-last {
    margin-top: 18px;
  }
}
.c-step1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .c-step1__left {
    width: 43px;
  }
}
.c-step1__number {
  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;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 8px 8px 10px;
  background-color: #399d25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.167;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-step1__number {
    width: 43px;
    height: 43px;
    padding: 6px;
    font-size: 2.1rem;
    line-height: 1.19;
  }
}
.c-step1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 60px);
  margin-top: 1px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .c-step1__right {
    width: calc(100% - 43px);
    margin-top: -1px;
    padding-left: 10px;
  }
}
.c-step1__right .c-text2 + .c-btn1 {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-step1__right .c-text2 + .c-btn1 {
    margin-top: 9px;
  }
}
.c-step1__right .c-hashtag1 {
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .c-step1__right .c-hashtag1 {
    margin-top: 2px;
  }
}
.c-step1__right .c-hashtag1 + .c-text2 {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .c-step1__right .c-hashtag1 + .c-text2 {
    margin-top: 6px;
  }
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  min-width: 200px;
  max-width: 100%;
  padding: 5px 17px;
  background-color: #399d25;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-tag1 {
    min-width: 130px;
    padding: 5px 12px 4px;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
.c-text2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-text3 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
}
@media only screen and (max-width: 767px) {
  .c-text3 {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb--round {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb--round::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-thumb--round img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  position: relative;
  width: 100%;
  padding: 18px 40px;
  background-color: #399d25;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.467;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    padding: 16px 24px 15px;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.c-title1__sub {
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title1__sub {
    font-size: 1.8rem;
    line-height: 1.556;
  }
}
/*------------------------------------------------------------
    Upload
------------------------------------------------------------*/
.c-upload {
  position: relative;
  width: 100%;
}
.c-upload label {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 402px;
  min-height: 74px;
  padding: 18px 40px 17px;
  background-color: #fff;
  border: 2px solid #399d25;
  border-radius: 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #399d25;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 1rem;
}
[data-view="confirm"] .c-upload label {
  display: none;
}
[data-view="confirm"] .c-label1__required {
  display: none;
}


@media only screen and (min-width: 1023px) {
  .c-upload label:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #399d25;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-upload label {
    width: min(250px, 100%);
    min-width: unset;
    min-height: 46px;
    padding: 11px 24px 10px;
    font-size: 1.6rem;
    line-height: 1.31;
  }
}

#upload_field_2,
#upload_field_3,
#upload_field_4,
#upload_field_5 {
  display: none;
  margin-top: 2rem;
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Introduction section
------------------------------------------------------------*/
.home-introduction {
  position: relative;
  margin-top: -110px;
  padding: 60px 0 0;
}
@media only screen and (max-width: 1023px) {
  .home-introduction {
    margin-top: -36px;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduction {
    margin-top: -20px;
    padding: 30px 0 0;
  }
}
.home-introduction__title {
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-introduction__title {
    font-size: 2rem;
  }
}
.home-introduction__thumbgroup {
  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;
  margin-top: 48px;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__thumbgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduction__thumbgroup {
    margin-top: 30px;
  }
}
.home-introduction__thumbitem + .home-introduction__thumbitem {
  margin-left: 37px;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__thumbitem + .home-introduction__thumbitem {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduction__thumbitem + .home-introduction__thumbitem {
    margin-top: 0;
  }
}
.home-introduction__thumbitem--text {
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .home-introduction__thumbitem--text {
    max-width: 354px;
  }
}
.home-introduction__thumbitem--people {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .home-introduction__thumbitem--people {
    max-width: 203px;
  }
}
.home-introduction__body {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .home-introduction__body {
    margin-top: 40px;
  }
}
.home-introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3.25rem -43px;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__list {
    -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;
    margin: 0;
  }
}
.home-introduction__item {
  width: calc(50% - 65px);
  margin: 0 3.25rem 43px;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .home-introduction__item + .home-introduction__item {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduction__item + .home-introduction__item {
    margin-top: 17px;
  }
}
.home-introduction__item--full {
  width: calc(100% - 65px);
}
@media only screen and (max-width: 1023px) {
  .home-introduction__item--full {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .home-introduction__item--full + .home-introduction__item {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduction__item--full + .home-introduction__item {
    margin-top: 21px;
  }
}
.home-introduction__text {
  margin-top: 28px;
  color: #000;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.286;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-introduction__text {
    margin-top: 13px;
    font-size: 1.8rem;
    line-height: 1.94;
  }
}
.home-introduction__text--big {
  margin-top: 20px;
  font-size: 5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .home-introduction__text--big {
    margin-top: 18px;
    font-size: 2.8rem;
    line-height: 1.36;
  }
}
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.home-news {
  position: relative;
  padding: 68px 0 132px;
}
@media only screen and (max-width: 1023px) {
  .home-news {
    padding: 68px 0 92px;
  }
}
@media only screen and (max-width: 767px) {
  .home-news {
    padding: 52px 0 58px;
  }
}
.home-news__box {
  position: relative;
  width: 100%;
  padding: 48px 40px 58px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home-news__box {
    padding: 22px 19px 32px;
  }
}
.home-news__title {
  color: #000;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-news__title {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.home-news__body {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .home-news__body {
    margin-top: 12px;
  }
}
.home-news__btn {
  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;
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .home-news__btn {
    margin-top: 19px;
  }
}
/*------------------------------------------------------------
    CSS of Anniversary section
------------------------------------------------------------*/
.home-anniversary {
  position: relative;
  padding: 125px 0;
}
@media only screen and (max-width: 1023px) {
  .home-anniversary {
    padding: 95px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-anniversary {
    padding: 67px 0;
  }
}
.home-anniversay__box {
  position: relative;
  width: 100%;
  padding: 48px 49px 44px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-anniversay__box {
    padding: 25px 23px;
  }
}
.home-anniversary__description {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .home-anniversary__description {
    margin-top: 12px;
  }
}
.home-anniversary__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-anniversary__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-anniversary__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.home-anniversary__slide {
  position: relative;
  -webkit-transform: translateX(calc(50% - 126px));
  transform: translateX(calc(50% - 126px));
}
@media only screen and (max-width: 767px) {
  .home-anniversary__slide {
    -webkit-transform: translateX(calc(50% - 103px));
    transform: translateX(calc(50% - 103px));
  }
}
.home-anniversary__slide .c-thumb--round {
  height: 100%;
}
/*------------------------------------------------------------
    CSS of Concept section
------------------------------------------------------------*/
.home-concept {
  position: relative;
  padding: 119px 0 120px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-concept {
    padding: 90px 0 260px;
  }
}
@media only screen and (max-width: 767px) {
  .home-concept {
    padding: 50px 0 176px;
  }
}
.home-concept__subtitle {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .home-concept__subtitle {
    margin-top: 13px;
    line-height: 1.94;
  }
}
.home-concept__body {
  margin-top: 32px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-concept__body {
    margin-top: 9px;
  }
}
.home-concept__thumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.home-concept__thumbinner {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home-concept__thumbinner {
    max-width: 434px;
    margin: 0 -45px;
  }
}
.home-concept__thumbinner img {
  width: 100%;
}
.home-concept__peoplegroup {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .home-concept__peoplegroup {
    max-width: 426px;
  }
}
@media only screen and (max-width: 767px) {
  .home-concept__peoplegroup {
    max-width: 272px;
  }
}
.home-concept__people1 {
  position: absolute;
  bottom: -120px;
  left: -1px;
  width: max(143px, 15.92760181%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .home-concept__people1 {
    bottom: -260px;
    left: 0;
    width: 143px;
  }
}
@media only screen and (max-width: 767px) {
  .home-concept__people1 {
    bottom: -176px;
    width: 95px;
    left: 0;
  }
}
.home-concept__people2 {
  position: absolute;
  bottom: -120px;
  right: 107px;
  width: max(156px, 17.1945701357%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .home-concept__people2 {
    bottom: -260px;
    right: 50%;
    -webkit-transform: translateX(calc(50% - 5px));
    transform: translateX(calc(50% - 5px));
    width: 156px;
  }
}
@media only screen and (max-width: 767px) {
  .home-concept__people2 {
    bottom: -177px;
    right: 50%;
    -webkit-transform: translateX(calc(50% - 5px));
    transform: translateX(calc(50% - 5px));
    width: 103px;
  }
}
.home-concept__people3 {
  position: absolute;
  bottom: -120px;
  right: -58px;
  width: max(136px, 15.0226244344%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .home-concept__people3 {
    bottom: -260px;
    right: 0;
    width: 136px;
  }
}
@media only screen and (max-width: 767px) {
  .home-concept__people3 {
    bottom: -177px;
    right: 0;
    width: 90px;
  }
}
/*------------------------------------------------------------
    CSS of Prize section
------------------------------------------------------------*/
.home-prize {
  position: relative;
  padding: 110px 0 125px;
}
@media only screen and (max-width: 1023px) {
  .home-prize {
    padding: 93px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .home-prize {
    padding: 53px 0 60px;
  }
}
.home-prize__title {
  margin: 0 -5px;
  color: #000;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.82;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .home-prize__title {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-prize__title {
    font-size: 3rem;
    line-height: 1.33;
  }
}
@media only screen and (max-width: 374px) {
  .home-prize__title {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.home-prize__title span {
  display: block;
}
.home-prize__title span .u-large {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .home-prize__title span .u-large {
    display: block;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  .home-prize__title span .u-large {
    margin: 12px 0 13px;
    font-size: 4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 374px) {
  .home-prize__title span .u-large {
    font-size: 3.2rem;
    line-height: 1.375;
  }
}
.home-prize__title span .u-big {
  display: inline-block;
  font-size: 8.5rem;
  line-height: 0.88;
}
@media only screen and (max-width: 767px) {
  .home-prize__title span .u-big {
    font-size: 6.2rem;
  }
}
@media only screen and (max-width: 374px) {
  .home-prize__title span .u-big {
    font-size: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-prize__title span:nth-child(2) {
    font-size: 3.3rem;
    line-height: 1.21;
  }
}
@media only screen and (max-width: 374px) {
  .home-prize__title span:nth-child(2) {
    font-size: 2.8rem;
    line-height: 1.214;
  }
}
.home-prize__body {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .home-prize__body {
    margin-top: 23px;
  }
}
.home-prize__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -25px -59px;
}
@media only screen and (max-width: 767px) {
  .home-prize__list {
    margin: 0 -15px -18px;
  }
}
@media only screen and (max-width: 374px) {
  .home-prize__list {
    margin: 0 -8px -18px;
  }
}
.home-prize__item {
  width: calc(33.3333333333% - 50px);
  margin: 0 25px 59px;
}
@media only screen and (max-width: 1023px) {
  .home-prize__item {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .home-prize__item {
    width: calc(50% - 30px);
    margin: 0 15px 18px;
  }
}
@media only screen and (max-width: 374px) {
  .home-prize__item {
    width: calc(50% - 16px);
    margin: 0 8px 18px;
  }
}
.home-prize__promotion {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .home-prize__promotion {
    margin-top: 34px;
  }
}
.home-prize__promotion .c-note1 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .home-prize__promotion .c-note1 {
    margin-top: 17px;
  }
}
/*------------------------------------------------------------
    CSS of Entry section
------------------------------------------------------------*/
.home-entry {
  position: relative;
  padding: 120px 0 0;
}
@media only screen and (max-width: 1023px) {
  .home-entry {
    padding: 93px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-entry {
    padding: 53px 0 0;
  }
}
.home-entry__body {
  margin-top: 59px;
}
@media only screen and (max-width: 767px) {
  .home-entry__body {
    margin-top: 21px;
  }
}
.home-entry__part + .home-entry__part {
  margin-top: 108px;
}
@media only screen and (max-width: 1023px) {
  .home-entry__part + .home-entry__part {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .home-entry__part + .home-entry__part {
    margin-top: 29px;
  }
}
/*------------------------------------------------------------
    CSS of Condition section
------------------------------------------------------------*/
.home-condition {
  position: relative;
  padding: 117px 0 0;
}
@media only screen and (max-width: 1023px) {
  .home-condition {
    padding: 90px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-condition {
    padding: 50px 0 0;
  }
}
.home-condition__body {
  margin-top: 41px;
}
@media only screen and (max-width: 767px) {
  .home-condition__body {
    margin-top: 27px;
  }
}
.home-condition__note {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .home-condition__note {
    font-size: 1.8rem;
    line-height: 1.56;
  }
}
.home-condition__list {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .home-condition__list {
    margin-top: 14px;
  }
}
.home-condition__accept {
  margin-top: 29px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .home-condition__accept {
    margin-top: 12px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
    CSS of QA section
------------------------------------------------------------*/
.home-qa {
  position: relative;
  padding: 104px 0 0;
}
@media only screen and (max-width: 1023px) {
  .home-qa {
    padding: 75px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-qa {
    padding: 49px 0 0;
  }
}
.home-qa__body {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .home-qa__body {
    margin-top: 21px;
  }
}
/*------------------------------------------------------------
    CSS of Brand section
------------------------------------------------------------*/
.home-brand {
  position: relative;
  padding: 115px 0 34px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-brand {
    padding: 92px 0 34px;
  }
}
@media only screen and (max-width: 767px) {
  .home-brand {
    padding: 42px 0 0;
  }
}
.home-brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -2.25rem -43px;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .home-brand__list {
    margin: 0 -14px -25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-brand__list {
    -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;
    margin: 0;
    padding: 0 1px;
  }
}
.home-brand__item {
  /* width: calc(50% - 45px); */
  width: 100%;
  margin: 0 0 43px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  background-color: #448DD5;
  border-radius: 2rem;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  column-gap: 30px
}
.home-brand__text {
  font-size: 4rem;
  color: #FFF;
}
.home-brand__thumb {
  position: relative;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  padding: 36px;
  border-radius: 12px;
  background-color: #FFF;
}
.home-brand__more {
  color: #FFF;
  border: 2px solid #FFF;
  font-weight: 900;
  font-size: 20px;
  display: inline-flex;
  width: 220px;
  height: 64px;
  border-radius: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  position: relative;
  padding-right: 30px;
}
.home-brand__more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 8px;
  height: 100%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 12"><path d="M1,12a1,1,0,0,1-.707-1.707L4.586,6,.293,1.707A1,1,0,1,1,1.707.293l5,5a1,1,0,0,1,0,1.414l-5,5A1,1,0,0,1,1,12Z"/></svg>') center/contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 12"><path d="M1,12a1,1,0,0,1-.707-1.707L4.586,6,.293,1.707A1,1,0,1,1,1.707.293l5,5a1,1,0,0,1,0,1.414l-5,5A1,1,0,0,1,1,12Z"/></svg>') center/contain no-repeat;
  background-color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .home-brand__text {
    font-size: 3rem;
  }
  .home-brand__thumb {
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .home-brand__item {
    flex-direction: column-reverse;
    box-sizing: border-box;
    padding: 24px;
  }
  .home-brand__text {
    font-size: 2rem;
  }
  .home-brand__thumb {
    padding: 20px 36px;
    margin-bottom: 10px;
  }
  .home-brand__more {
    border: 2px solid #FFF;
    font-size: 18px;
    max-width: 220px;
    width: 100%;
    height: 54px;
  }
}

/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 95px 0 13px;
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 65px 0 13px;
  }
}
.news-archive__pagi {
  margin-top: 53px;
}
@media only screen and (max-width: 767px) {
  .news-archive__pagi {
    margin-top: 36px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 64px 0 16px;
}
/*------------------------------------------------------------
    CSS of Form page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.form-main {
  position: relative;
  padding: 84px 0 34px;
}
@media only screen and (max-width: 767px) {
  .form-main {
    padding: 64px 0 34px;
  }
}
.form-main__row {
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .form-main__row {
    margin-top: 12px;
  }
}
.form-main__row .form-main__field {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .form-main__row .form-main__field {
    margin-top: 5px;
  }
}
.form-main__row:first-child {
  margin-top: 0;
}
.form-main__row label.error {
  margin-top: 5px;
}
.form-main__row3 .form-main__field {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .form-main__row3 .form-main__field {
    margin-top: 9px;
  }
}
.form-main__row4 .form-main__field {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .form-main__row4 .form-main__field {
    margin-top: 5px;
  }
}
.form-main__row4 label.error {
  margin-top: 7px;
}
.form-main__row5 {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .form-main__row5 {
    margin-top: 12px;
  }
}
.form-main__row5 .form-main__field {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .form-main__row5 .form-main__field {
    margin-top: 5px;
  }
}
.form-main__row5 label.error {
  margin-top: 7px;
}
.form-main__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 53px -20px 0;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
  .form-main__groupbtn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    margin: 36px 0 0;
  }
}
.form-main__groupbtn .c-btn2 {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form-main__groupbtn .c-btn2 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-main__groupbtn .c-btn2 + .c-btn2 {
    margin-top: 10px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__yellow100 {
  background-color: #fff7be;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
[data-animation][data-animation-type=fadeIn] {
  opacity: 0;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-animation=after][data-animation-type=fadeIn] {
  opacity: 1;
}
[data-animation][data-animation-type=fadeUp] {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 767px) {
  [data-animation][data-animation-type=fadeUp] {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
[data-animation=after][data-animation-type=fadeUp] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 767px) {
  [data-animation=after][data-animation-type=fadeUp] {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
[data-animation][data-animation-type=fadeUpQuant] {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
  transform: translate(0, 25px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[data-animation=after][data-animation-type=fadeUpQuant] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}

.u-num {
  font-size: 1.25em;
  display: inline-block !important;
  padding: 0 0.1em;
}

.form-thanks {
  max-width: 640px;
  margin: 0 auto;
  padding: 3em 1em;
  background-color: #f9f9f9;
  border-radius: 20px;
  text-align: center;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
}
.form-thanks__title {
  font-size: 1.8em;
  margin-bottom: 1em;
  color: #2a2a2a;
  font-weight: bold;
}
.form-thanks__text {
  font-size: 1em;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5em;
}
.form-thanks__note {
  font-size: 0.9em;
  color: #666;
  line-height: 1.6;
}
.form-thanks__note a {
  color: #0066cc;
  text-decoration: underline;
}

.entry-closed {
  background-color: #f8f8f8;
  padding: 3em 1em;
  text-align: center;
  border-radius: 20px;
  margin: 2em auto;
  max-width: 600px;
}

.entry-closed__inner {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry-closed__message {
  font-size: 1.3em;
  font-weight: bold;
  color: #d9534f;
  margin-bottom: 1em;
}

.entry-closed__note {
  font-size: 1em;
}
.c-confirm-note {
  display: none;
}
[data-view="confirm"] .c-confirm-note {
  display: block;
  font-size: .75em;
}

.c-confirm-msg {
  display: none;
  text-align: center;
  background-color: #e3f1e0;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: -20px;
}
[data-view="confirm"] .c-confirm-msg {
  display: block;
}