@charset 'utf-8';

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");

/* @import '_include/_reset' */

.hero-wrap {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.cmn-inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.res14-contents {
  background: #fff;
}

.res14-contents-inner {
  padding: 0 0 30px 0;
}

.res14-return-top-link {
  z-index: 100;
}

main {
  color: #454545;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  letter-spacing: 0.05em;
  overflow: hidden;
}

main section {
  position: relative;
}

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

main img.-w100 {
  max-width: none;
  width: 100%;
}

main a {
  color: #4680b6;
  text-decoration: none;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
}

main a:link {
  color: #4680b6;
}

main a:hover {
  text-decoration: none;
}

main a:visited {
  color: #4680b6;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-weight: bold;
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  color: #804f21;
  line-height: 1.3;
}

main input,
main textarea,
main button,
main select,
main label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  border: none;
  -ms-overflow-style: none;
}

main input:focus,
main textarea:focus,
main button:focus,
main select:focus,
main label:focus {
  outline: 0;
  border: none;
}

main input:-ms-input-placeholder,
main textarea:-ms-input-placeholder,
main button:-ms-input-placeholder,
main select:-ms-input-placeholder,
main label:-ms-input-placeholder {
  opacity: 1;
}

main input::-ms-clear {
  visibility: hidden;
}

main li {
  font-family: "Noto Sans JP", sans-serif;
}

/*==============================================================================
  - 共通クラス
==============================================================================*/

main .-bold {
  font-weight: bold;
}

main .-center {
  text-align: center;
}

main img.-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main .-red {
  color: #c00f19;
}

main a.cmn-link span.f-size {
  font-size: inherit;
  display: inline;
  width: 100%;
}

main a.cmn-link_anchor {
  display: inline-block;
}

main a.cmn-link_anchor span {
  position: relative;
  display: flex;
  align-items: center;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

main a.cmn-link_anchor span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

main a.cmn-link_anchor span::after {
  content: "";
  display: block;
  background: url("../img/arrow_03.png") center/contain no-repeat;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

main a.cmn-link_arrow {
  display: inline-block;
}

main a.cmn-link_arrow span {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
}

main a.cmn-link_arrow span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

main a.cmn-link_arrow span::after {
  content: "";
  display: block;
  background: url("../img/arrow_02.svg") center/contain no-repeat;
  margin: 0 0.3em 0 0.3em;
}

main .button_submit {
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #4680b6;
  margin: 0 auto;
  letter-spacing: 0.05em;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

main .button_submit::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/arrow_01.svg") center/contain no-repeat;
}

main .button_submit:visited,
main .button_submit:link {
  color: #fff;
}

main .button_archive {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}

main .button_archive::after {
  content: "";
  display: block;
  background: url("../img/arrow_02.svg") center/contain no-repeat;
  margin: 0 0 0 0.5em;
}

main .cmn-heading_2 {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: baseline;
  letter-spacing: 0.1em;
}

main .cmn-heading_2::before,
main .cmn-heading_2::after {
  content: "";
  display: block;
}

main .cmn-heading_2 span {
  padding: 0 0.7em;
}

main .cmn-heading_2.-blue {
  color: #4680b6;
}

main .edge {
  position: absolute;
}

main .edge.-left,
main .edge.-right {
  background: url("../img/form/edge_01_left.png") center/2px 393px repeat-y;
  width: 2px;
  height: 100%;
}

main .edge.-left {
  right: 100%;
  top: 0;
}

main .edge.-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  left: 100%;
  top: 0;
}

main .edge.-bottom,
main .edge.-top {
  background: url("../img/form/edge_01_bottom.png") center/393px 2px repeat-x;
  z-index: 1;
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
}

main .edge.-top {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: auto;
  bottom: 100%;
}

main .edge.-left-bottom,
main .edge.-right-bottom,
main .edge.-left-top,
main .edge.-right-top {
  position: absolute;
  background: url("../img/form/edge_03_left.png") center/contain no-repeat;
  z-index: 1;
}

main .edge.-right-bottom {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

main .edge.-left-top {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

main .edge.-right-top {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

/*==============================================================================
  - リック＆スー通信
==============================================================================*/

main[class^="index"] {
  margin-bottom: 0;
}

main[class^="index"] section.hero .container_copy {
  text-align: center;
  background-color: #fcde63;
  margin-top: -2px;
}

main[class^="index"] section.hero .container_copy p {
  font-weight: bold;
  line-height: 2;
  color: #fff;
}

main[class^="index"] section.keyword {
  background-color: #cfe9f8;
}

main[class^="index"] section.keyword > .inner {
  position: relative;
  z-index: 10;
}

main[class^="index"] section.keyword .edge.-left,
main[class^="index"] section.keyword .edge.-right {
  background-image: url("../img/edge_01_left.png");
  background-size: 2px 1060px;
}

main[class^="index"] section.keyword .edge.-bottom,
main[class^="index"] section.keyword .edge.-top {
  background-image: url("../img/edge_01_bottom.png");
  background-size: 835px 2px;
}

main[class^="index"] section.keyword .edge.-left-bottom,
main[class^="index"] section.keyword .edge.-right-bottom,
main[class^="index"] section.keyword .edge.-left-top,
main[class^="index"] section.keyword .edge.-right-top {
  background-image: url("../img/edge_01_left-bottom.png");
}

main[class^="index"] section.keyword h2 {
  margin: 0 auto;
  background: url("../img/heading_keyword_bg.png") center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4680b6;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

main[class^="index"] section.keyword h3 {
  position: relative;
  color: #4680b6;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

main[class^="index"] section.keyword h3 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-text-stroke: 10px #fff;
}

main[class^="index"] section.keyword .container_copy {
  background: url("../img/illust_bg_01.png") no-repeat, url("../img/illust_bg_02.png") no-repeat;
  background-size: 92px, 71px;
  background-position: left 7.083333333333333% bottom 16%, right 3.541666666666667% top 20%;
}

main[class^="index"] section.keyword .container_copy::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

main[class^="index"] section.keyword .container_copy > p {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

main[class^="index"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index"] section.keyword .container_copy .fukidashi p {
  font-weight: bold;
  color: #804f21;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

main[class^="index"] section.keyword .container_qa > .inner {
  margin: 0 auto;
}

main[class^="index"] section.keyword .container_qa dl {
  position: relative;
  font-weight: bold;
}

main[class^="index"] section.keyword .container_qa dl::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 100%;
  left: 0;
}

main[class^="index"] section.keyword .container_qa dl dt::before,
main[class^="index"] section.keyword .container_qa dl dd .inner::before {
  content: "";
  display: block;
  background: url("../img/icon_q.png") center/contain no-repeat;
  flex: 0 0 auto;
}

main[class^="index"] section.keyword .container_qa dl dt {
  cursor: pointer;
  display: flex;
  align-items: center;
}

main[class^="index"] section.keyword .container_qa dl dt::after {
  content: "";
  display: block;
  background: url("../img/icon_plus.png") center/contain no-repeat;
  flex: 0 0 auto;
}

main[class^="index"] section.keyword .container_qa dl dt > span {
  flex-grow: 1;
  padding: 0 0.6em;
}

main[class^="index"] section.keyword .container_qa dl dd {
  display: none;
}

main[class^="index"] section.keyword .container_qa dl dd .inner {
  display: flex;
  align-items: flex-start;
}

main[class^="index"] section.keyword .container_qa dl dd .inner::before {
  background-image: url("../img/icon_a.png");
}

main[class^="index"] section.keyword .container_qa dl dd .inner > span {
  padding: 0.3em 0.6em 0;
}

main[class^="index"] section.keyword .container_qa dl dd .inner > span .cmn-link {
  display: inline;
}

main[class^="index"] section.keyword .container_qa dl.-active dt::after {
  background-image: url("../img/icon_minus.png");
}

main[class^="index"] section.keyword .container_qa .note {
  text-align: center;
  font-weight: bold;
}

main[class^="index"] section.present {
  background-color: #fff1d7;
}

main[class^="index"] section.present > .inner {
  position: relative;
  z-index: 10;
}

main[class^="index"] section.present .edge.-left,
main[class^="index"] section.present .edge.-right {
  background-image: url("../img/edge_02_left.png");
  background-size: 2px 1060px;
}

main[class^="index"] section.present .edge.-bottom,
main[class^="index"] section.present .edge.-top {
  background-image: url("../img/edge_02_bottom.png");
  background-size: 835px 2px;
}

main[class^="index"] section.present .edge.-left-bottom,
main[class^="index"] section.present .edge.-right-bottom,
main[class^="index"] section.present .edge.-left-top,
main[class^="index"] section.present .edge.-right-top {
  background-image: url("../img/edge_02_left-bottom.png");
}

main[class^="index"] section.present .heading {
  text-align: center;
}

main[class^="index"] section.present .container_copy {
  text-align: center;
}

main[class^="index"] section.present .container_copy .copy {
  position: relative;
  font-weight: bold;
  line-height: 2.2;
}

main[class^="index"] section.present .container_copy .quiz figcaption {
  margin-top: 1em;
}

main[class^="index"] section.present .container_attention > .inner {
  margin: 0 auto;
}

main[class^="index"] section.present .container_attention h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

main[class^="index"] section.present .container_attention h2::before {
  content: "";
  display: block;
}

main[class^="index"] section.present .container_attention h2::after {
  display: none;
}

main[class^="index"] section.present .container_attention h3 {
  letter-spacing: 0.1em;
}

main[class^="index"] section.present .container_attention ul li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

main[class^="index"] section.present .container_attention p.strong {
  font-weight: bold;
  color: #804f21;
}

.container_fukidashi {
  padding-right: 0;
}

/*==============================================================================
  - 過去のアーカイブ
==============================================================================*/

main[class^="list"] {
  margin-bottom: 0;
}

main[class^="list"] section.hero .container_copy {
  text-align: center;
  background-color: #fcde63;
  position: relative;
}

main[class^="list"] section.hero .container_copy .archive-list {
  text-align: left;
  margin: 0 auto;
}

main[class^="list"] section.hero .container_copy .archive-list li {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0.1em;
}

main[class^="list"] section.hero .container_copy .archive-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background: url("../img/list/line.png") center/100% 100% no-repeat;
  width: 100%;
}

main[class^="list"] section.hero .container_copy .archive-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #454545;
}

main[class^="list"] section.hero .container_copy .archive-list li a::after {
  content: "";
  display: block;
  background: url("../img/arrow_02.svg") right center/contain no-repeat;
  flex: 0 0 auto;
  padding-left: 1em;
}

main[class^="list"] .button_submit {
  color: #fff;
  box-sizing: border-box;
}

main[class^="list"] .button_submit::after {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

/*==============================================================================
  - 応募フォーム（入力）
==============================================================================*/

main.form_answer .heading_2,
main.form_done .heading_2 {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: baseline;
  letter-spacing: 0.1em;
}

main.form_answer .heading_2::before,
main.form_done .heading_2::before,
main.form_answer .heading_2::after,
main.form_done .heading_2::after {
  content: "";
  display: block;
  background: url("../img/form/line_01.png") center/100% 100% no-repeat;
}

main.form_answer .heading_2 span,
main.form_done .heading_2 span {
  padding: 0 0.7em;
}

main.form_answer section.hero .container_answer,
main.form_done section.hero .container_answer,
main.form_answer section.hero .container_thx,
main.form_done section.hero .container_thx {
  background-color: #fcde63;
  text-align: center;
  position: relative;
}

main.form_answer section.hero .container_answer .input-area,
main.form_done section.hero .container_answer .input-area,
main.form_answer section.hero .container_thx .input-area,
main.form_done section.hero .container_thx .input-area {
  position: relative;
}

main.form_answer section.hero .container_answer .input-area::before,
main.form_done section.hero .container_answer .input-area::before,
main.form_answer section.hero .container_thx .input-area::before,
main.form_done section.hero .container_thx .input-area::before,
main.form_answer section.hero .container_answer .input-area::after,
main.form_done section.hero .container_answer .input-area::after,
main.form_answer section.hero .container_thx .input-area::after,
main.form_done section.hero .container_thx .input-area::after {
  content: "";
  display: block;
  background: center/contain no-repeat;
}

main.form_answer section.hero .container_answer .input-area::before,
main.form_done section.hero .container_answer .input-area::before,
main.form_answer section.hero .container_thx .input-area::before,
main.form_done section.hero .container_thx .input-area::before {
  background-image: url("../img/form/star_01.png");
}

main.form_answer section.hero .container_answer .input-area::after,
main.form_done section.hero .container_answer .input-area::after,
main.form_answer section.hero .container_thx .input-area::after,
main.form_done section.hero .container_thx .input-area::after {
  background-image: url("../img/form/star_02.png");
}

main.form_answer section.hero .container_answer .input-area span,
main.form_done section.hero .container_answer .input-area span,
main.form_answer section.hero .container_thx .input-area span,
main.form_done section.hero .container_thx .input-area span {
  position: relative;
}

main.form_answer section.hero .container_answer .input-area span::before,
main.form_done section.hero .container_answer .input-area span::before,
main.form_answer section.hero .container_thx .input-area span::before,
main.form_done section.hero .container_thx .input-area span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main.form_answer section.hero .container_answer .input-area span input[type="text"],
main.form_done section.hero .container_answer .input-area span input[type="text"],
main.form_answer section.hero .container_thx .input-area span input[type="text"],
main.form_done section.hero .container_thx .input-area span input[type="text"] {
  background: transparent url("../img/form/input_answer_bg.png") center/100% 100% no-repeat;
  text-align: center;
  color: #804f21;
  font-weight: bold;
  box-sizing: border-box;
}

main.form_answer section.hero .container_answer .input-area span input[type="text"]::-webkit-input-placeholder, main.form_done section.hero .container_answer .input-area span input[type="text"]::-webkit-input-placeholder, main.form_answer section.hero .container_thx .input-area span input[type="text"]::-webkit-input-placeholder, main.form_done section.hero .container_thx .input-area span input[type="text"]::-webkit-input-placeholder {
  color: #bfa790;
}

main.form_answer section.hero .container_answer .input-area span input[type="text"]:-ms-input-placeholder, main.form_done section.hero .container_answer .input-area span input[type="text"]:-ms-input-placeholder, main.form_answer section.hero .container_thx .input-area span input[type="text"]:-ms-input-placeholder, main.form_done section.hero .container_thx .input-area span input[type="text"]:-ms-input-placeholder {
  color: #bfa790;
}

main.form_answer section.hero .container_answer .input-area span input[type="text"]::placeholder,
main.form_done section.hero .container_answer .input-area span input[type="text"]::placeholder,
main.form_answer section.hero .container_thx .input-area span input[type="text"]::placeholder,
main.form_done section.hero .container_thx .input-area span input[type="text"]::placeholder {
  color: #bfa790;
}

main.form_answer section.questionnaire,
main.form_done section.questionnaire {
  background-color: #fff7e7;
}

main.form_answer section.questionnaire .heading_2,
main.form_done section.questionnaire .heading_2 {
  text-align: center;
}

main.form_answer section.questionnaire .edge.-left,
main.form_done section.questionnaire .edge.-left,
main.form_answer section.questionnaire .edge.-right,
main.form_done section.questionnaire .edge.-right {
  background-image: url("../img/form/edge_02_left.png");
  background-size: 2px 838px;
}

main.form_answer section.questionnaire .edge.-bottom,
main.form_done section.questionnaire .edge.-bottom {
  background-image: url("../img/form/edge_02_bottom.png");
  background-size: 838px 2px;
}

main.form_answer section.questionnaire ul.input li + li::before,
main.form_done section.questionnaire ul.input li + li::before {
  content: "";
  display: block;
  background: url("../img/form/line_02.png") center no-repeat;
  width: 100%;
}

main.form_answer section.questionnaire ul.input li .row,
main.form_done section.questionnaire ul.input li .row {
  display: flex;
  align-items: center;
}

main.form_answer section.questionnaire ul.input li .row.top .icon,
main.form_done section.questionnaire ul.input li .row.top .icon {
  flex: 0 0 auto;
}

main.form_answer section.questionnaire ul.input li h3,
main.form_done section.questionnaire ul.input li h3 {
  color: #454545;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

main.form_answer section.questionnaire ul.input li input,
main.form_done section.questionnaire ul.input li input {
  border: 2px solid #bbb;
  font-size: inherit;
  padding: 0.9em 1.2em;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
}

main.form_answer section.questionnaire ul.input li input:-webkit-autofill,
main.form_done section.questionnaire ul.input li input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  color: base-color-black;
}

main.form_answer section.questionnaire ul.input li input[type="radio"],
main.form_done section.questionnaire ul.input li input[type="radio"] {
  opacity: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}

main.form_answer section.questionnaire ul.input li input[type="radio"]:checked + label::after,
main.form_done section.questionnaire ul.input li input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  background-color: #804f21;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main.form_answer section.questionnaire ul.input li label,
main.form_done section.questionnaire ul.input li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 0.1em;
}

main.form_answer section.questionnaire ul.input li label::before,
main.form_done section.questionnaire ul.input li label::before {
  content: "";
  display: block;
  background: url("../img/form/input_radio_bg.png") center/contain no-repeat;
  box-sizing: border-box;
  flex: 0 0 auto;
}

main.form_answer section.questionnaire ul.input li textarea,
main.form_done section.questionnaire ul.input li textarea {
  width: 100%;
}

main.form_answer section.questionnaire ul.input li padding 1.2em 1.5em,
main.form_done section.questionnaire ul.input li padding 1.2em 1.5em {
  font-weight: bold;
  background: transparent url("../img/form/textarea_bg.png") center/100% 100% no-repeat;
  box-sizing: border-box;
}

main.form_answer section.questionnaire ul.input li padding 1.2em 1.5em::-webkit-input-placeholder, main.form_done section.questionnaire ul.input li padding 1.2em 1.5em::-webkit-input-placeholder {
  color: #bfa790;
}

main.form_answer section.questionnaire ul.input li padding 1.2em 1.5em:-ms-input-placeholder, main.form_done section.questionnaire ul.input li padding 1.2em 1.5em:-ms-input-placeholder {
  color: #bfa790;
}

main.form_answer section.questionnaire ul.input li padding 1.2em 1.5em::placeholder,
main.form_done section.questionnaire ul.input li padding 1.2em 1.5em::placeholder {
  color: #bfa790;
}

main.form_answer section.attention-area,
main.form_done section.attention-area {
  background-color: #fcde63;
}

main.form_answer section.attention-area h2,
main.form_done section.attention-area h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

main.form_answer section.attention-area h2::before,
main.form_done section.attention-area h2::before {
  content: "";
  display: block;
}

main.form_answer section.attention-area h2::after,
main.form_done section.attention-area h2::after {
  display: none;
}

main.form_answer section.attention-area h3,
main.form_done section.attention-area h3 {
  letter-spacing: 0.1em;
}

main.form_answer section.attention-area ul li,
main.form_done section.attention-area ul li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

main.form_answer section.attention-area p.strong,
main.form_done section.attention-area p.strong {
  font-weight: bold;
  color: #804f21;
}

/*==============================================================================
  - 応募フォーム（完了）
==============================================================================*/

main.form_done section.hero {
  overflow: hidden;
}

main.form_done .container_thx > .illust {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-sizing: border-box;
}

main.form_done .container_thx > .inner {
  position: relative;
}

main.form_done .container_thx h3 {
  letter-spacing: 0.1em;
}

main.form_done .container_thx h4 {
  letter-spacing: 0.1em;
  text-align: left;
}

main.form_done .container_thx ul {
  text-align: left;
}

main.form_done .container_thx ul li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

main.form_done .container_thx .copy {
  color: #804f21;
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}

main.form_done .container_thx .button_submit {
  color: #fff;
}

main.form_done .container_thx .button_submit::after {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

/*==============================================================================
  - アーカイブ化
==============================================================================*/

.archive_list {
  height: 50px;
}

/*==============================================================================
  - 2020年9月号
==============================================================================*/

main[class^="index_202009"] section.hero .container_copy {
  background-color: #a97d1d;
  padding: 0 40px 40px !important;
}

main[class^="index_202009"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202009"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: url("../img/illust_bg_01.png") no-repeat, url("../img/illust_bg_02.png") no-repeat;
  background-size: 92px, 71px;
  background-position: left 11.875% bottom 25%, right 6.25% bottom 2%;
}

main[class^="index_202009"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202009"] section.keyword .container_copy > p span {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

main[class^="index_202009"] section.keyword .container_copy .fukidashi {
  margin-right: 119px;
}

main[class^="index_202009"] section.keyword .container_qa {
  margin-top: 0;
}

/*==============================================================================
  - 2020年10月号
==============================================================================*/

main[class^="index_202010"] section.hero .container_copy {
  background-color: #804f21;
  padding: 23px 40px 40px !important;
}

main[class^="index_202010"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202010"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: url("../img/illust_bg_01.png") no-repeat, url("../img/illust_bg_02.png") no-repeat;
  background-size: 92px, 71px;
  background-position: left 11.875% bottom 40%, right 6.25% bottom 2%;
}

main[class^="index_202010"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202010"] section.keyword .container_copy > p span {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

/*==============================================================================
  - 2020年11月号
==============================================================================*/

main[class^="index_202011"] section.hero .container_copy {
  background-color: #e8d671;
  padding: 23px 40px 40px !important;
}

main[class^="index_202011"] section.hero .container_copy a.cmn-link_anchor {
  color: #804f21;
}

main[class^="index_202011"] section.hero .container_copy a.cmn-link_anchor span::after {
  background: url("../img/arrow_04.png") center/contain no-repeat;
}

main[class^="index_202011"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: url("../img/illust_bg_01.png") no-repeat, url("../img/illust_bg_02.png") no-repeat;
  background-size: 92px, 71px;
  background-position: left 11.875% bottom 40%, right 6.25% bottom 0%;
}

main[class^="index_202011"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202011"] section.keyword .container_copy > p span {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

/*==============================================================================
  - 2020年12月号
==============================================================================*/

main[class^="index_202012"] section.hero .container_copy {
  background-color: #fd5a24;
  padding: 10px 40px 40px !important;
}

main[class^="index_202012"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202012"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: url("../img/illust_bg_01.png") no-repeat, url("../img/illust_bg_02.png") no-repeat;
  background-size: 92px, 71px;
  background-position: left 11.875% bottom 40%, right 6.25% bottom 0;
}

main[class^="index_202012"] section.keyword .container_copy > p {
  text-align: left;
}

/*==============================================================================
  - 2021年1月号
==============================================================================*/

main[class^="index_202101"] section.hero .container_copy {
  background-color: #db4f42;
  padding: 10px 40px 40px !important;
}

main[class^="index_202101"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202101"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: url("../img/illust_bg_01.png") no-repeat, url("../img/illust_bg_02.png") no-repeat;
  background-size: 92px, 71px;
  background-position: left 11.875% bottom 20%, right 6.25% bottom 0;
}

main[class^="index_202101"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202101"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202101"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

main[class^="index_202101"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202101"] section.keyword .container_copy > p > span.text {
  padding-left: 1em;
}

main[class^="index_202101"] section.keyword .container_copy > p a.cmn-link span {
  display: inline-block;
}

/*==============================================================================
  - 2021年2月号
==============================================================================*/

main[class^="index_202102"] section.hero .container_copy {
  background-color: #f2dd8a;
  padding: 10px 40px 40px !important;
}

main[class^="index_202102"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: url("../img/illust_bg_01.png") no-repeat, url("../img/illust_bg_02.png") no-repeat;
  background-size: 92px, 71px;
  background-position: left 11.875% bottom 17%, right 6.25% bottom 0;
}

main[class^="index_202102"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202102"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202102"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

main[class^="index_202102"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202102"] section.keyword .container_copy > p > span.text {
  padding-left: 1em;
}

main[class^="index_202102"] section.keyword .container_copy > p > span.in-text {
  padding-left: 2em;
  text-indent: -1em;
  margin-top: 0.5em;
}

main[class^="index_202102"] section.keyword .container_copy > p a.cmn-link span {
  display: inline-block;
}

/*==============================================================================
  - 2021年3月号
==============================================================================*/

main[class^="index_202103"] section.hero .container_copy {
  background-color: #f89cb3;
  padding: 10px 40px 40px !important;
}

main[class^="index_202103"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: none;
}

main[class^="index_202103"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202103"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202103"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202103"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202103"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202103"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202103"] section.keyword .container_copy > p a.cmn-link::before {
  content: '・';
  display: inline-block;
}

main[class^="index_202103"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202103"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202103"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202103"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202103"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

/*==============================================================================
  - 2021年4月号
==============================================================================*/

main[class^="index_202104"] section.hero .container_copy {
  background-color: #9bd1ed;
  padding: 10px 40px 40px !important;
}

main[class^="index_202104"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202104"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202104"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202104"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

main[class^="index_202104"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202104"] section.keyword .container_copy > p > span.text {
  padding-left: 1em;
}

main[class^="index_202104"] section.keyword .container_copy > p > span.in-text {
  padding-left: 2em;
  text-indent: -1em;
  margin-top: 0.5em;
}

main[class^="index_202104"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202104"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202104"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202104"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202104"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

/*==============================================================================
  - 2021年5月号
==============================================================================*/

main[class^="index_202105"] section.hero .container_copy {
  background-color: #4680b6;
  padding: 10px 40px 40px !important;
}

main[class^="index_202105"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202105"] section.hero .container_copy a.cmn-link_anchor {
  color: #804f21;
}

main[class^="index_202105"] section.hero .container_copy a.cmn-link_anchor span::after {
  background: url("../img/arrow_04.png") center/contain no-repeat;
}

main[class^="index_202105"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202105"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202105"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202105"] section.keyword .container_copy > p span.text {
  display: inline-block;
  padding-left: 1em;
}

main[class^="index_202105"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202105"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202105"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202105"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202105"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

/*==============================================================================
  - 2021年6月号
==============================================================================*/

main[class^="index_202106"] section.hero .container_copy {
  background-color: #75ca62;
  padding: 10px 40px 40px !important;
}

main[class^="index_202106"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202106"] section.hero .container_copy a.cmn-link_anchor {
  color: #804f21;
}

main[class^="index_202106"] section.hero .container_copy a.cmn-link_anchor span::after {
  background: url("../img/arrow_04.png") center/contain no-repeat;
}

main[class^="index_202106"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202106"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202106"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202106"] section.keyword .container_copy > p span.text {
  display: inline-block;
  padding-left: 1.5em;
}

main[class^="index_202106"] section.keyword .container_copy > p span.in-text {
  text-indent: -1em;
}

main[class^="index_202106"] section.keyword .container_copy > p span.in-text > span.in-text {
  padding-left: 1em;
}

main[class^="index_202106"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202106"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202106"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202106"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202106"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

/*==============================================================================
  - 2021年7月号
==============================================================================*/

main[class^="index_202107"] section.hero .container_copy {
  background-color: #4680b6;
  padding: 10px 40px 40px !important;
}

main[class^="index_202107"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202107"] section.hero .container_copy a.cmn-link_anchor {
  color: #804f21;
}

main[class^="index_202107"] section.hero .container_copy a.cmn-link_anchor span::after {
  background: url("../img/arrow_04.png") center/contain no-repeat;
}

main[class^="index_202107"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202107"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202107"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202107"] section.keyword .container_copy > p span.text {
  display: inline-block;
  padding-left: 1.5em;
}

main[class^="index_202107"] section.keyword .container_copy > p span.in-text {
  text-indent: -1em;
}

main[class^="index_202107"] section.keyword .container_copy > p span > span.in-text {
  padding-left: 1em;
}

main[class^="index_202107"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202107"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202107"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202107"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202107"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

/*==============================================================================
  - 2021年8月号
==============================================================================*/

main[class^="index_202108"] section.hero .container_copy,
main[class^="index_202108"] section.hero background-color #fcde63 {
  padding: 10px 40px 40px !important;
}

main[class^="index_202108"] section.hero .container_copy a.cmn-link_anchor,
main[class^="index_202108"] section.hero background-color #fcde63 a.cmn-link_anchor {
  color: #4680b6;
}

main[class^="index_202108"] section.hero .container_copy a.cmn-link_anchor span::after,
main[class^="index_202108"] section.hero background-color #fcde63 a.cmn-link_anchor span::after {
  background: url("../img/arrow_03.png") center/contain no-repeat;
}

main[class^="index_202108"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202108"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202108"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202108"] section.keyword .container_copy > p span.text {
  display: inline-block;
  padding-left: 1.5em;
}

main[class^="index_202108"] section.keyword .container_copy > p span.in-text {
  text-indent: -1em;
}

main[class^="index_202108"] section.keyword .container_copy > p span > span.in-text {
  padding-left: 1em;
}

main[class^="index_202108"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202108"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202108"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202108"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202108"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

main[class^="index_202108"] .container_qa span.text {
  display: inline-block;
  padding-left: 1.5em;
}

main[class^="index_202108"] .container_qa span.in-text {
  text-indent: -1em;
}

main[class^="index_202108"] .container_qa span > span.in-text {
  padding-left: 1em;
}

/*==============================================================================
  - 2021年9月号
==============================================================================*/

main[class^="index_202109"] section.hero .container_copy {
  background-color: #a97b1f;
  padding: 10px 40px 40px !important;
}

main[class^="index_202109"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202109"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202109"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202109"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202109"] section.keyword .container_copy > p span.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202109"] section.keyword .container_copy > p span.in-text {
  text-indent: -2em;
}

main[class^="index_202109"] section.keyword .container_copy > p span > span.in-text {
  padding-left: 2em;
}

main[class^="index_202109"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202109"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202109"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202109"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202109"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

/*==============================================================================
  - 2021年10月号
==============================================================================*/

main[class^="index_202110"] section.hero .container_copy {
  background-color: #7f4f21;
  padding: 10px 40px 40px !important;
}

main[class^="index_202110"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202110"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202110"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202110"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202110"] section.keyword .container_copy > p span.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202110"] section.keyword .container_copy > p span.in-text {
  text-indent: -2em;
}

main[class^="index_202110"] section.keyword .container_copy > p span > span.in-text {
  padding-left: 2em;
}

main[class^="index_202110"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202110"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202110"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202110"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202110"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

main[class^="index_202110"] .container_qa div.workingtime_list {
  padding-left: 1em;
}

main[class^="index_202110"] .container_qa div .attendance {
  padding-left: 1.5em;
}

/*==============================================================================
  - 2021年11月号
==============================================================================*/

main[class^="index_202111"] section.hero .container_copy {
  background-color: #e8d671;
  padding: 23px 40px 40px !important;
}

main[class^="index_202111"] section.hero .container_copy p {
  color: #454545;
}

main[class^="index_202111"] section.hero .container_copy a.cmn-link_anchor {
  color: #804f21;
}

main[class^="index_202111"] section.hero .container_copy a.cmn-link_anchor span::after {
  background: url("../img/arrow_04.png") center/contain no-repeat;
}

main[class^="index_202111"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202111"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202111"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202111"] section.keyword .container_copy > p span.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202111"] section.keyword .container_copy > p span.in-text {
  text-indent: -2em;
}

main[class^="index_202111"] section.keyword .container_copy > p span > span.in-text {
  padding-left: 2em;
}

main[class^="index_202111"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202111"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202111"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202111"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202111"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

main[class^="index_202111"] .container_qa div.workingtime_list {
  padding-left: 1em;
}

main[class^="index_202111"] .container_qa div .attendance {
  padding-left: 1.5em;
}

/*==============================================================================
  - 2021年12月号
==============================================================================*/

main[class^="index_202112"] section.hero .container_copy {
  background-color: #fd5a26;
  padding: 23px 40px 40px !important;
}

main[class^="index_202112"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202112"] section.hero .container_copy a.cmn-link_anchor {
  color: #d61518;
}

main[class^="index_202112"] section.hero .container_copy a.cmn-link_anchor span::after {
  background: url("../img/arrow_04.png") center/contain no-repeat;
}

main[class^="index_202112"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202112"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202112"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202112"] section.keyword .container_copy > p span.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202112"] section.keyword .container_copy > p span.in-text {
  text-indent: -2em;
}

main[class^="index_202112"] section.keyword .container_copy > p span > span.in-text {
  padding-left: 2em;
}

main[class^="index_202112"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202112"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202112"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202112"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202112"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

main[class^="index_202112"] .container_qa div.workingtime_list {
  padding-left: 1em;
}

main[class^="index_202112"] .container_qa div .attendance {
  padding-left: 1.5em;
}

/*==============================================================================
  - 2022年1月号
==============================================================================*/

main[class^="index_202201"] section.hero .container_copy {
  background-color: #db4f42;
  padding: 23px 40px 40px !important;
}

main[class^="index_202201"] section.hero .container_copy p {
  color: #fff;
}

main[class^="index_202201"] section.hero .container_copy a.cmn-link_anchor {
  color: #4680b6;
}

main[class^="index_202201"] section.hero .container_copy a.cmn-link_anchor span::after {
  background: url("../img/arrow_03.png") center/contain no-repeat;
}

main[class^="index_202201"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202201"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202201"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202201"] section.keyword .container_copy > p span.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202201"] section.keyword .container_copy > p span.in-text {
  text-indent: -2em;
}

main[class^="index_202201"] section.keyword .container_copy > p span > span.in-text {
  padding-left: 2em;
}

main[class^="index_202201"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202201"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202201"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202201"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202201"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

main[class^="index_202201"] .container_qa div.workingtime_list {
  padding-left: 1em;
}

main[class^="index_202201"] .container_qa div .attendance {
  padding-left: 1.5em;
}

/*==============================================================================
  - 2022年2月号
==============================================================================*/

main[class^="index_202202"] section.hero .container_copy {
  background-color: #f2dd8a;
  padding: 10px 40px 40px !important;
}

main[class^="index_202202"] section.keyword .container_copy {
  background: none;
}

main[class^="index_202202"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202202"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202202"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202202"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202202"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202202"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

main[class^="index_202202"] .container_qa span.text {
  display: inline-block;
  padding-left: 1.5em;
}

main[class^="index_202202"] .container_qa span.in-text {
  text-indent: -1em;
}

main[class^="index_202202"] .container_qa span > span.in-text {
  padding-left: 1em;
}

main[class^="index_202202"] .container_qa span > span.in-text .cmn-link {
  padding-left: 1em;
}

/*==============================================================================
  - 2021年3月号
==============================================================================*/

main[class^="index_202203"] section.hero .container_copy {
  background-color: #f89cb3;
  padding: 10px 40px 40px !important;
}

main[class^="index_202203"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: none;
}

main[class^="index_202203"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202203"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202203"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202203"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202203"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202203"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202203"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202203"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202203"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202203"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202203"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

/*==============================================================================
  - 2022年4月号
==============================================================================*/

main[class^="index_202204"] section.hero .container_copy {
  background-color: #9bd1ed;
  padding: 10px 40px 40px !important;
}

main[class^="index_202204"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: none;
}

main[class^="index_202204"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202204"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202204"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202204"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202204"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202204"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202204"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202204"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202204"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202204"] section.keyword .container_copy .fukidashi::before {
  background-image: url("../img/illust_bg_01.png");
}

main[class^="index_202204"] section.keyword .container_copy .fukidashi::after {
  background-image: url("../img/illust_bg_02.png");
}

/*==============================================================================
  - 2022年5月号
==============================================================================*/

main[class^="index_202205"] section.hero .container_copy {
  background-color: #4d8cc7;
  padding: 0px 40px 40px !important;
}

main[class^="index_202205"] section.keyword .container_copy {
  padding-bottom: 46px;
  background: none;
}

main[class^="index_202205"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202205"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202205"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202205"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202205"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202205"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202205"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202205"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202205"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/*==============================================================================
  - 2022年6月号
==============================================================================*/

main[class^="index_202206"] section.hero .container_copy {
  background-color: #8753ba;
  padding: 0px 40px 40px !important;
}

main[class^="index_202206"] section.hero a {
  color: #6e4497;
}

main[class^="index_202206"] section.keyword .container_copy {
  padding-bottom: 35px;
  background: none;
}

main[class^="index_202206"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202206"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202206"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202206"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202206"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202206"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202206"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202206"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202206"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/*==============================================================================
  - 2022年7月号
==============================================================================*/

main[class^="index_202207"] section.hero .container_copy {
  background-color: #58afe4;
  padding: 0px 40px 40px !important;
}

main[class^="index_202207"] section.hero a {
  color: #0a91e4;
}

main[class^="index_202207"] section.keyword .container_copy {
  padding-bottom: 35px;
  background: none;
}

main[class^="index_202207"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202207"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202207"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202207"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202207"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202207"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202207"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202207"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202207"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

main[class^="index_202207"] section.keyword .container_copy .fukidashi p {
  display: block;
}

/*==============================================================================
  - 2022年8月号
==============================================================================*/

main[class^="index_202208"] section.hero .container_copy {
  background-color: #e54781;
  padding: 0px 40px 40px !important;
}

main[class^="index_202208"] section.hero a {
  color: #e5296e;
}

main[class^="index_202208"] section.keyword .container_copy {
  padding-bottom: 35px;
  background: none;
}

main[class^="index_202208"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202208"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202208"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202208"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202208"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202208"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202208"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202208"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202208"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/*==============================================================================
  - 2022年9月号
==============================================================================*/

main[class^="index_202209"] section.hero .container_copy {
  background-color: #5a48b5;
  padding: 0px 40px 40px !important;
}

main[class^="index_202209"] section.hero a {
  color: #3b23b5;
}

main[class^="index_202209"] section.keyword .container_copy {
  padding-bottom: 35px;
  background: none;
}

main[class^="index_202209"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202209"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202209"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202209"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202209"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202209"] section.keyword .container_copy > p > span.text.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202209"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202209"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202209"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202209"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/*==============================================================================
  - 2022年10月号
==============================================================================*/

main[class^="index_202210"] section.hero .container_copy {
  background-color: #f48b17;
  padding: 0px 40px 40px !important;
}

main[class^="index_202210"] section.hero a {
  color: #e67900;
}

main[class^="index_202210"] section.keyword .container_copy {
  padding-bottom: 35px;
  background: none;
}

main[class^="index_202210"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202210"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202210"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202210"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202210"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202210"] section.keyword .container_copy > p > span.text.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202210"] section.keyword .container_copy > p > span.in-text {
  padding-left: 2.5em !important;
  margin-top: 0.5em;
}

main[class^="index_202210"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202210"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202210"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202210"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/*==============================================================================
  - 2022年11月号
==============================================================================*/

main[class^="index_202211"] section.hero .container_copy {
  background-color: #43925d;
  padding: 0px 40px 40px !important;
}

main[class^="index_202211"] section.hero a {
  color: #e67900;
}

main[class^="index_202211"] section.keyword .container_copy {
  padding-bottom: 35px;
  background: none;
}

main[class^="index_202211"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202211"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202211"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202211"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202211"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202211"] section.keyword .container_copy > p > span.text.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202211"] section.keyword .container_copy > p > span.in-text {
  padding-left: 2.5em !important;
  margin-top: 0.5em;
}

main[class^="index_202211"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202211"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202211"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202211"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/*==============================================================================
  - 2022年12月号
==============================================================================*/

main[class^="index_202212"] section.hero .container_copy {
  background-color: #ec493d;
  padding: 0px 40px 40px !important;
}

main[class^="index_202212"] section.hero a {
  color: #e67900;
}

main[class^="index_202212"] section.keyword .container_copy {
  padding-bottom: 35px;
  background: none;
}

main[class^="index_202212"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202212"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202212"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202212"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202212"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202212"] section.keyword .container_copy > p > span.text.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202212"] section.keyword .container_copy > p > span.in-text {
  padding-left: 2.5em !important;
  margin-top: 0.5em;
}

main[class^="index_202212"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202212"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202212"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202212"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/*==============================================================================
  - 2023年1月号
==============================================================================*/

main[class^="index_202301"] section.hero .container_copy {
  background-color: #fd7041;
  padding: 0px 40px 40px !important;
}

main[class^="index_202301"] section.hero a {
  color: #e67900;
}

main[class^="index_202301"] section.keyword .container_copy {
  padding-bottom: 35px;
  background: none;
}

main[class^="index_202301"] section.keyword .container_copy > p {
  text-align: left;
}

main[class^="index_202301"] section.keyword .container_copy > p.list {
  margin-bottom: 2em;
}

main[class^="index_202301"] section.keyword .container_copy > p.list br + .text {
  display: inline-block;
}

main[class^="index_202301"] section.keyword .container_copy > p > span {
  font-size: 14px;
  line-height: 30px;
}

main[class^="index_202301"] section.keyword .container_copy > p > span.f-size {
  font-size: inherit;
}

main[class^="index_202301"] section.keyword .container_copy > p > span.text.text {
  display: block;
  padding-left: 1.5em;
}

main[class^="index_202301"] section.keyword .container_copy > p > span.in-text {
  padding-left: 2.5em !important;
  margin-top: 0.5em;
}

main[class^="index_202301"] section.keyword .container_copy > p a.cmn-link {
  text-indent: -1em;
}

main[class^="index_202301"] section.keyword .container_copy .fukidashi {
  position: relative;
}

main[class^="index_202301"] section.keyword .container_copy .fukidashi::before,
main[class^="index_202301"] section.keyword .container_copy .fukidashi::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media print, screen and (min-width: 768px) {
  .hero-wrap {
    max-width: 964px;
  }

  .cmn-inner {
    max-width: 964px;
  }

  .-m-lv1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .-m-lv2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .-m-lv3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .-m-lv4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .-m-lv5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .-mt-lv1 {
    margin-top: 10px !important;
  }

  .-mt-lv2 {
    margin-top: 20px !important;
  }

  .-mt-lv3 {
    margin-top: 40px !important;
  }

  .-mt-lv4 {
    margin-top: 60px !important;
  }

  .-mt-lv5 {
    margin-top: 100px !important;
  }

  .-mt-lv1-pc {
    margin-top: 10px !important;
  }

  .-mt-lv2-pc {
    margin-top: 20px !important;
  }

  .-mt-lv3-pc {
    margin-top: 40px !important;
  }

  .-mt-lv4-pc {
    margin-top: 60px !important;
  }

  .-mt-lv5-pc {
    margin-top: 100px !important;
  }

  .-mb-lv1 {
    margin-bottom: 10px !important;
  }

  .-mb-lv2 {
    margin-bottom: 20px !important;
  }

  .-mb-lv3 {
    margin-bottom: 40px !important;
  }

  .-mb-lv4 {
    margin-bottom: 60px !important;
  }

  .-mb-lv5 {
    margin-bottom: 100px !important;
  }

  .-mb-lv1-pc {
    margin-bottom: 10px !important;
  }

  .-mb-lv2-pc {
    margin-bottom: 20px !important;
  }

  .-mb-lv3-pc {
    margin-bottom: 40px !important;
  }

  .-mb-lv4-pc {
    margin-bottom: 60px !important;
  }

  .-mb-lv5-pc {
    margin-bottom: 100px !important;
  }

  main {
    font-size: 16px;
    margin-bottom: 60px;
  }

  main .forSP {
    display: none !important;
  }

  main a.cmn-link span.f-size {
    border-bottom: 3px solid #4680b6;
  }

  main a.cmn-link_anchor span::before {
    height: 3px;
    bottom: 0;
    border-bottom: 3px solid #fff;
  }

  main a.cmn-link_anchor span::after {
    width: 16px;
    height: 16px;
  }

  main a.cmn-link_arrow span::before {
    height: 5px;
    bottom: -5px;
    border-bottom: 3px solid #4680b6;
  }

  main a.cmn-link_arrow span::after {
    width: 10px;
    height: 10px;
  }

  main .button_submit {
    transition: opacity 0.2s;
    width: 352px;
    height: 82px;
    font-size: 20px;
  }

  main .button_submit::after {
    width: 10px;
    height: 10px;
    right: 35px;
  }

  main .button_submit.-active {
    border-radius: 40px;
    background-color: #4680b6;
  }

  main .button_submit.-active:hover {
    opacity: 0.65;
  }

  main .button_archive {
    width: 352px;
    height: 82px;
    border-radius: 80px;
    border: 8px solid #cfe9f8;
  }

  main .button_archive::after {
    width: 10px;
    height: 10px;
  }

  main .cmn-heading_2 {
    font-size: 24px;
  }

  main .cmn-heading_2::before,
  main .cmn-heading_2::after {
    width: 65px;
    height: 5px;
    border-bottom: 3px solid #804f21;
  }

  main .cmn-heading_2.-blue::before,
  main .cmn-heading_2.-blue::after {
    width: 144px;
    border-bottom: 3px solid #4680b6;
  }

  main .-hover_opc {
    transition: opacity 0.2s;
  }

  main .-hover_opc:hover:not(.-no-hover-act) {
    opacity: 0.65 !important;
  }

  main .-hover_opc_big {
    transition: opacity 0.2s;
  }

  main .-hover_opc_big:hover:not(.-no-hover-act) {
    opacity: 0.35 !important;
  }

  main .edge.-left-bottom,
  main .edge.-right-bottom,
  main .edge.-left-top,
  main .edge.-right-top {
    width: 60px;
    height: 60px;
  }

  main .edge.-left-bottom {
    left: -2px;
    bottom: -2px;
  }

  main .edge.-right-bottom {
    right: -2px;
    bottom: -2px;
  }

  main .edge.-left-top {
    left: -2px;
    top: -2px;
  }

  main .edge.-right-top {
    right: -2px;
    top: -2px;
  }

  main[class^="index"] section.hero {
    margin: 0 2px;
  }

  main[class^="index"] section.hero .container_copy {
    padding: 35px 40px 40px;
    border-radius: 0 0 60px 60px;
  }

  main[class^="index"] section.hero .container_copy p {
    font-size: 22px;
  }

  main[class^="index"] section.keyword {
    margin: 110px 2px 0;
    border-radius: 60px;
  }

  main[class^="index"] section.keyword > .inner {
    padding: 0 0 60px;
  }

  main[class^="index"] section.keyword h2 {
    width: 594px;
    height: 115px;
    font-size: 24px;
    padding: 10px 50px 20px 86px;
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }

  main[class^="index"] section.keyword h3 {
    margin: -15px 0 25px;
    font-size: 80px;
  }

  main[class^="index"] section.keyword .container_copy > p {
    line-height: 2.3;
    max-width: 640px;
    margin-bottom: 0.6em;
  }

  main[class^="index"] section.keyword .container_copy .fukidashi {
    float: right;
    margin-right: 195px;
  }

  main[class^="index"] section.keyword .container_copy .fukidashi p {
    width: 410px;
    height: 185px;
    padding: 0 60px;
    line-height: 1.9;
  }

  main[class^="index"] section.keyword .container_qa > .inner {
    max-width: 640px;
  }

  main[class^="index"] section.keyword .container_qa .cmn-heading_2 {
    margin-bottom: 20px;
  }

  main[class^="index"] section.keyword .container_qa dl {
    line-height: 2;
  }

  main[class^="index"] section.keyword .container_qa dl dt::before,
  main[class^="index"] section.keyword .container_qa dl dd .inner::before {
    width: 42px;
    height: 42px;
  }

  main[class^="index"] section.keyword .container_qa dl dt {
    line-height: 1.4;
    padding: 12px 0 8px;
  }

  main[class^="index"] section.keyword .container_qa dl dt::after {
    width: 25px;
    height: 25px;
  }

  main[class^="index"] section.keyword .container_qa dl dd .inner {
    padding: 0 0 1.2em 50px;
  }

  main[class^="index"] section.keyword .container_qa .note {
    padding: 0 1em;
    margin-top: 2.5em;
  }

  main[class^="index"] section.present {
    margin: 190px 0 40px;
    border-radius: 60px;
  }

  main[class^="index"] section.present > .inner {
    padding: 0 0 56px;
  }

  main[class^="index"] section.present .heading {
    -webkit-transform: translateY(-138px);
            transform: translateY(-138px);
    padding: 0 30px;
  }

  main[class^="index"] section.present .container_copy {
    margin: 0 0 60px;
    padding: 0 30px;
  }

  main[class^="index"] section.present .container_copy .copy {
    margin-top: -113px;
  }

  main[class^="index"] section.present .container_copy .img_present {
    margin-top: -25px;
    margin-right: -50px;
    padding: 0 30px;
  }

  main[class^="index"] section.present .container_copy .quiz .cmn-heading_2 {
    margin-bottom: 30px;
  }

  main[class^="index"] section.present .container_copy .quiz h4 {
    margin-bottom: 25px;
  }

  main[class^="index"] section.present .container_copy .quiz figcaption {
    font-size: 14px;
  }

  main[class^="index"] section.present .container_copy .quiz .button_submit {
    margin-bottom: 20px;
  }

  main[class^="index"] section.present .container_attention > .inner {
    max-width: 800px;
    padding: 0 40px;
  }

  main[class^="index"] section.present .container_attention h2 {
    font-size: 20px;
    margin-bottom: 26px;
  }

  main[class^="index"] section.present .container_attention h2::before {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: url("../img/form/icon_text_exclamation.svg") 19px 14px/5px 15px no-repeat #804f21;
    margin-right: 0.5em;
  }

  main[class^="index"] section.present .container_attention h3 {
    margin-bottom: 0.8em;
  }

  main[class^="index"] section.present .container_attention ul {
    margin-bottom: 30px;
  }

  main[class^="index"] section.present .container_attention ul li {
    font-size: 14px;
    line-height: 2;
  }

  main[class^="index"] .button_archive {
    margin: 40px auto;
  }

  main[class^="index"] .banner_line {
    margin: 80px 0 60px;
  }

  main[class^="index"] .banner_chat {
    margin-bottom: 30px;
  }

  .container_fukidashi {
    text-align: right;
    margin-bottom: 34px;
    padding-right: 70px;
  }

  main[class^="list"] section.hero {
    margin-bottom: 60px;
  }

  main[class^="list"] section.hero .container_copy {
    margin: 0 2px;
    padding: 25px 40px 70px;
  }

  main[class^="list"] section.hero .container_copy .archive-list {
    max-width: 484px;
  }

  main[class^="list"] section.hero .container_copy .archive-list li {
    font-size: 20px;
  }

  main[class^="list"] section.hero .container_copy .archive-list li::before {
    height: 5px;
  }

  main[class^="list"] section.hero .container_copy .archive-list li a {
    transition: opacity 0.2s;
    padding: 20px 8px 15px;
  }

  main[class^="list"] section.hero .container_copy .archive-list li a:hover {
    opacity: 0.65;
  }

  main[class^="list"] section.hero .container_copy .archive-list li a::after {
    width: 10px;
    height: 10px;
  }

  main[class^="list"] .button_submit {
    width: 412px;
    padding-left: 30px;
    background-image: url("../img/list/button_submit_bg.png");
    margin-bottom: 56px;
  }

  main[class^="list"] .button_submit::after {
    right: auto;
    left: 55px;
  }

  main.form_answer .heading_2,
  main.form_done .heading_2 {
    font-size: 24px;
  }

  main.form_answer .heading_2::before,
  main.form_done .heading_2::before,
  main.form_answer .heading_2::after,
  main.form_done .heading_2::after {
    width: 104px;
    height: 5px;
  }

  main.form_answer section.hero .container_answer,
  main.form_done section.hero .container_answer,
  main.form_answer section.hero .container_thx,
  main.form_done section.hero .container_thx {
    margin: 0 2px;
    padding: 35px 20px 55px;
  }

  main.form_answer section.hero .container_answer h2,
  main.form_done section.hero .container_answer h2,
  main.form_answer section.hero .container_thx h2,
  main.form_done section.hero .container_thx h2 {
    margin-bottom: 30px;
  }

  main.form_answer section.hero .container_answer h3,
  main.form_done section.hero .container_answer h3,
  main.form_answer section.hero .container_thx h3,
  main.form_done section.hero .container_thx h3 {
    margin-bottom: 25px;
  }

  main.form_answer section.hero .container_answer .input-area,
  main.form_done section.hero .container_answer .input-area,
  main.form_answer section.hero .container_thx .input-area,
  main.form_done section.hero .container_thx .input-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  main.form_answer section.hero .container_answer .input-area::before,
  main.form_done section.hero .container_answer .input-area::before,
  main.form_answer section.hero .container_thx .input-area::before,
  main.form_done section.hero .container_thx .input-area::before {
    width: 41px;
    height: 64px;
  }

  main.form_answer section.hero .container_answer .input-area::after,
  main.form_done section.hero .container_answer .input-area::after,
  main.form_answer section.hero .container_thx .input-area::after,
  main.form_done section.hero .container_thx .input-area::after {
    width: 46px;
    height: 80px;
  }

  main.form_answer section.hero .container_answer .input-area span,
  main.form_done section.hero .container_answer .input-area span,
  main.form_answer section.hero .container_thx .input-area span,
  main.form_done section.hero .container_thx .input-area span {
    margin: 0 20px;
  }

  main.form_answer section.hero .container_answer .input-area span::before,
  main.form_done section.hero .container_answer .input-area span::before,
  main.form_answer section.hero .container_thx .input-area span::before,
  main.form_done section.hero .container_thx .input-area span::before {
    width: 62px;
    height: 62px;
    left: 20px;
    background: url("../img/form/icon_text_answer.svg") center/25px 25px no-repeat, url("../img/form/icon_bg_01.png") center/contain no-repeat;
  }

  main.form_answer section.hero .container_answer .input-area span input[type="text"],
  main.form_done section.hero .container_answer .input-area span input[type="text"],
  main.form_answer section.hero .container_thx .input-area span input[type="text"],
  main.form_done section.hero .container_thx .input-area span input[type="text"] {
    width: 646px;
    height: 102px;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 0 82px;
  }

  main.form_answer section.questionnaire,
  main.form_done section.questionnaire {
    margin: 0 2px;
    padding: 58px 0;
  }

  main.form_answer section.questionnaire > .inner,
  main.form_done section.questionnaire > .inner {
    margin: 0 auto;
    max-width: 644px;
  }

  main.form_answer section.questionnaire .heading_2,
  main.form_done section.questionnaire .heading_2 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 28px;
  }

  main.form_answer section.questionnaire ul.input li + li::before,
  main.form_done section.questionnaire ul.input li + li::before {
    height: 5px;
    background-size: 645px 5px;
    margin: 30px 0 20px;
  }

  main.form_answer section.questionnaire ul.input li:nth-child(1) .row.top .icon,
  main.form_done section.questionnaire ul.input li:nth-child(1) .row.top .icon {
    background: url("../img/form/icon_text_1.svg") 16px 13px/7px 18px no-repeat, url("../img/form/icon_bg_02.png") center/contain no-repeat;
  }

  main.form_answer section.questionnaire ul.input li:nth-child(2) .row.top .icon,
  main.form_done section.questionnaire ul.input li:nth-child(2) .row.top .icon {
    background: url("../img/form/icon_text_2.svg") 16px 12px/11px 18px no-repeat, url("../img/form/icon_bg_02.png") center/contain no-repeat;
  }

  main.form_answer section.questionnaire ul.input li:nth-child(3) .row.top .icon,
  main.form_done section.questionnaire ul.input li:nth-child(3) .row.top .icon {
    background: url("../img/form/icon_text_3.svg") 14px 13px/11px 18px no-repeat, url("../img/form/icon_bg_02.png") center/contain no-repeat;
  }

  main.form_answer section.questionnaire ul.input li .row.top,
  main.form_done section.questionnaire ul.input li .row.top {
    margin-bottom: 0.9em;
  }

  main.form_answer section.questionnaire ul.input li .row.top .icon,
  main.form_done section.questionnaire ul.input li .row.top .icon {
    width: 42px;
    height: 42px;
  }

  main.form_answer section.questionnaire ul.input li .row.bottom,
  main.form_done section.questionnaire ul.input li .row.bottom {
    padding-left: 60px;
  }

  main.form_answer section.questionnaire ul.input li h3,
  main.form_done section.questionnaire ul.input li h3 {
    padding-left: 1.2em;
  }

  main.form_answer section.questionnaire ul.input li input,
  main.form_done section.questionnaire ul.input li input {
    border-radius: 5px;
  }

  main.form_answer section.questionnaire ul.input li input[type="radio"]:checked + label::after,
  main.form_done section.questionnaire ul.input li input[type="radio"]:checked + label::after {
    width: 12px;
    height: 12px;
    left: 6px;
  }

  main.form_answer section.questionnaire ul.input li label,
  main.form_done section.questionnaire ul.input li label {
    margin-right: 2.5em;
  }

  main.form_answer section.questionnaire ul.input li label::before,
  main.form_done section.questionnaire ul.input li label::before {
    width: 21px;
    height: 22px;
    margin-right: 0.5em;
  }

  main.form_answer section.attention-area,
  main.form_done section.attention-area {
    margin: 0 2px;
    padding: 40px 40px 60px;
  }

  main.form_answer section.attention-area > .inner,
  main.form_done section.attention-area > .inner {
    margin: 0 auto;
    max-width: 790px;
  }

  main.form_answer section.attention-area h2,
  main.form_done section.attention-area h2 {
    font-size: 20px;
    margin-bottom: 26px;
  }

  main.form_answer section.attention-area h2::before,
  main.form_done section.attention-area h2::before {
    width: 42px;
    height: 42px;
    background: url("../img/form/icon_text_exclamation.svg") 19px 14px/5px 15px no-repeat, url("../img/form/icon_bg_02.png") center/contain no-repeat;
    margin-right: 0.5em;
  }

  main.form_answer section.attention-area h3,
  main.form_done section.attention-area h3 {
    margin-bottom: 0.8em;
  }

  main.form_answer section.attention-area ul,
  main.form_done section.attention-area ul {
    margin-bottom: 30px;
  }

  main.form_answer section.attention-area ul li,
  main.form_done section.attention-area ul li {
    font-size: 14px;
    line-height: 2;
  }

  main.form_answer section.attention-area p.strong,
  main.form_done section.attention-area p.strong {
    margin-bottom: 30px;
  }

  main.form_done .container_thx > .illust {
    top: -20px;
    left: 50%;
    padding: 0 20px;
    width: 100%;
  }

  main.form_done .container_thx > .inner {
    margin: 0 auto;
    max-width: 640px;
  }

  main.form_done .container_thx h3 {
    font-size: 24px;
  }

  main.form_done .container_thx h4 {
    margin-bottom: 0.8em;
  }

  main.form_done .container_thx ul {
    margin-bottom: 30px;
  }

  main.form_done .container_thx ul li {
    font-size: 14px;
    line-height: 2;
  }

  main.form_done .container_thx .copy {
    line-height: 2.6;
  }

  main.form_done .container_thx .button_submit {
    padding-left: 30px;
  }

  main.form_done .container_thx .button_submit::after {
    right: auto;
    left: 55px;
  }

  main[class^="index_202009"] section.keyword .container_copy .fukidashi p {
    width: 475px;
    height: 230px;
  }

  main[class^="index_202010"] section.keyword .container_copy .fukidashi {
    margin-top: 30px;
    margin-right: 78px;
  }

  main[class^="index_202010"] section.keyword .container_copy .fukidashi p {
    width: 500px;
    height: 235px;
  }

  main[class^="index_202011"] section.keyword .container_copy .fukidashi {
    max-width: 640px;
    margin-top: 30px;
    margin-right: 130px;
  }

  main[class^="index_202011"] section.keyword .container_copy .fukidashi p {
    width: 500px;
    height: 230px;
  }

  main[class^="index_202012"] section.keyword .container_copy .fukidashi {
    margin-top: 30px;
    margin-right: 105px;
  }

  main[class^="index_202012"] section.keyword .container_copy .fukidashi p {
    width: 489px;
    height: 205px;
  }

  main[class^="index_202101"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202101"] section.keyword .container_copy .fukidashi {
    margin-top: 30px;
    margin-right: 119px;
  }

  main[class^="index_202101"] section.keyword .container_copy .fukidashi p {
    width: 489px;
    height: 205px;
  }

  main[class^="index_202102"] section.keyword .container_copy .fukidashi {
    margin-top: 30px;
    margin-right: 170px;
  }

  main[class^="index_202102"] section.keyword .container_copy .fukidashi p {
    width: 460px;
    height: 180px;
  }

  main[class^="index_202103"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202103"] section.keyword .container_copy > p.list {
    padding-left: 1em;
  }

  main[class^="index_202103"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202103"] section.keyword .container_copy .fukidashi {
    margin-right: 110px;
  }

  main[class^="index_202103"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -85px;
    bottom: 15px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }

  main[class^="index_202103"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -130px;
    bottom: 30px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202103"] section.keyword .container_copy .fukidashi p {
    width: 480px;
    height: 216px;
  }

  main[class^="index_202104"] section.keyword .container_copy .fukidashi {
    margin-right: 65px;
  }

  main[class^="index_202104"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -30px;
    top: -45px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }

  main[class^="index_202104"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -128px;
    top: -27px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202104"] section.keyword .container_copy .fukidashi p {
    width: 481px;
    height: 198px;
    padding-bottom: 20px;
  }

  main[class^="index_202105"] section.keyword .container_copy > p span.text + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202105"] section.keyword .container_copy .fukidashi {
    margin-right: 60px;
    margin-top: 30px;
  }

  main[class^="index_202105"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -30px;
    top: -45px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }

  main[class^="index_202105"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -128px;
    top: -27px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202105"] section.keyword .container_copy .fukidashi p {
    width: 481px;
    height: 186px;
  }

  main[class^="index_202106"] section.keyword .container_copy > p span.text + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202106"] section.keyword .container_copy .fukidashi {
    margin-right: 80px;
    margin-top: 30px;
  }

  main[class^="index_202106"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -50px;
    top: -50px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }

  main[class^="index_202106"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -128px;
    top: -27px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202106"] section.keyword .container_copy .fukidashi p {
    width: 481px;
    height: 156px;
  }

  main[class^="index_202107"] section.keyword .container_copy .fukidashi {
    margin-right: 80px;
    margin-top: 30px;
  }

  main[class^="index_202107"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -50px;
    top: -50px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }

  main[class^="index_202107"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -174px;
    top: -42px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202107"] section.keyword .container_copy .fukidashi p {
    width: 437px;
    height: 180px;
  }

  main[class^="index_202108"] section.keyword .container_copy .fukidashi {
    margin-right: 80px;
    margin-top: 30px;
  }

  main[class^="index_202108"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -50px;
    top: -50px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }

  main[class^="index_202108"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -174px;
    top: -42px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202108"] section.keyword .container_copy .fukidashi p {
    width: 437px;
    height: 195px;
  }

  main[class^="index_202109"] section.keyword .container_copy .fukidashi {
    margin-right: 100px;
    margin-top: 30px;
  }

  main[class^="index_202109"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -66px;
    top: -38px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }

  main[class^="index_202109"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -170px;
    top: -25px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202109"] section.keyword .container_copy .fukidashi p {
    width: 445px;
    height: 215px;
  }

  main[class^="index_202110"] section.keyword .container_copy .fukidashi {
    margin-right: 100px;
    margin-top: 30px;
  }

  main[class^="index_202110"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -66px;
    top: -38px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }

  main[class^="index_202110"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -170px;
    top: -25px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202110"] section.keyword .container_copy .fukidashi p {
    width: 474px;
    height: 217px;
  }

  main[class^="index_202111"] section.keyword .container_copy .fukidashi {
    margin-right: 103px;
    margin-top: 30px;
  }

  main[class^="index_202111"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -86px;
    top: -43px;
    -webkit-transform: rotate(-68deg);
            transform: rotate(-68deg);
  }

  main[class^="index_202111"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -143px;
    top: -67px;
    -webkit-transform: rotate(-93deg);
            transform: rotate(-93deg);
  }

  main[class^="index_202111"] section.keyword .container_copy .fukidashi p {
    width: 460px;
    height: 231px;
  }

  main[class^="index_202112"] section.keyword .container_copy .fukidashi {
    margin-right: 103px;
    margin-top: 60px;
  }

  main[class^="index_202112"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -86px;
    top: -43px;
    -webkit-transform: rotate(-68deg);
            transform: rotate(-68deg);
  }

  main[class^="index_202112"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -143px;
    top: -67px;
    -webkit-transform: rotate(-93deg);
            transform: rotate(-93deg);
  }

  main[class^="index_202112"] section.keyword .container_copy .fukidashi p {
    width: 448px;
    height: 157px;
  }

  main[class^="index_202201"] section.keyword h3 {
    font-size: 80px;
  }

  main[class^="index_202201"] section.keyword .container_copy .fukidashi {
    margin-right: 103px;
    margin-top: 60px;
  }

  main[class^="index_202201"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -86px;
    top: -43px;
    -webkit-transform: rotate(-68deg);
            transform: rotate(-68deg);
  }

  main[class^="index_202201"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -143px;
    top: -67px;
    -webkit-transform: rotate(-93deg);
            transform: rotate(-93deg);
  }

  main[class^="index_202201"] section.keyword .container_copy .fukidashi p {
    width: 408px;
    height: 177px;
  }

  main[class^="index_202202"] section.keyword .container_copy .fukidashi {
    margin-right: 103px;
    margin-top: 60px;
  }

  main[class^="index_202202"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -50px;
    top: -23px;
    -webkit-transform: rotate(-68deg);
            transform: rotate(-68deg);
  }

  main[class^="index_202202"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -80px;
    top: -40px;
    -webkit-transform: rotate(-93deg);
            transform: rotate(-93deg);
  }

  main[class^="index_202202"] section.keyword .container_copy .fukidashi p {
    width: 563px;
    height: 211px;
    padding: 0 50px;
  }

  main[class^="index_202203"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202203"] section.keyword .container_copy > p.list {
    padding-left: 1em;
  }

  main[class^="index_202203"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202203"] section.keyword .container_copy .fukidashi {
    margin-right: 100px;
    margin-top: 60px;
  }

  main[class^="index_202203"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -75px;
    top: -40px;
    -webkit-transform: rotate(-68deg);
            transform: rotate(-68deg);
  }

  main[class^="index_202203"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -174px;
    top: -40px;
    -webkit-transform: rotate(-93deg);
            transform: rotate(-93deg);
  }

  main[class^="index_202203"] section.keyword .container_copy .fukidashi p {
    width: 437px;
    height: 215px;
    padding: 0 50px;
  }

  main[class^="index_202204"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202204"] section.keyword .container_copy > p.list {
    padding-left: 1em;
  }

  main[class^="index_202204"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202204"] section.keyword .container_copy .fukidashi {
    margin-right: 170px;
    margin-top: 60px;
  }

  main[class^="index_202204"] section.keyword .container_copy .fukidashi::before {
    width: 78px;
    height: 84px;
    right: -92px;
    top: -40px;
    -webkit-transform: rotate(-68deg);
            transform: rotate(-68deg);
  }

  main[class^="index_202204"] section.keyword .container_copy .fukidashi::after {
    width: 81px;
    height: 135px;
    left: -104px;
    top: -40px;
    -webkit-transform: rotate(-93deg);
            transform: rotate(-93deg);
  }

  main[class^="index_202204"] section.keyword .container_copy .fukidashi p {
    width: 437px;
    height: 175px;
    padding: 0 50px;
  }

  main[class^="index_202205"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202205"] section.keyword .container_copy > p.list {
    padding-left: 1em;
  }

  main[class^="index_202205"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202205"] section.keyword .container_copy .fukidashi {
    margin-right: 235px;
  }

  main[class^="index_202205"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01.png");
    width: 80px;
    height: 110px;
    right: -140px;
    bottom: -5px;
  }

  main[class^="index_202205"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02.png");
    width: 70px;
    height: 125px;
    left: -125px;
    top: 25px;
  }

  main[class^="index_202205"] section.keyword .container_copy .fukidashi p {
    width: 350px;
    height: 245px;
    padding: 0 50px;
  }

  main[class^="index_202206"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202206"] section.keyword .container_copy > p.list {
    padding-left: 1em;
  }

  main[class^="index_202206"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202206"] section.keyword .container_copy .fukidashi {
    margin-right: 235px;
    margin-top: 35px;
  }

  main[class^="index_202206"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01.png");
    width: 80px;
    height: 110px;
    right: -140px;
    bottom: 5px;
  }

  main[class^="index_202206"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02.png");
    width: 70px;
    height: 125px;
    left: -125px;
    top: 0;
  }

  main[class^="index_202206"] section.keyword .container_copy .fukidashi p {
    width: 340px;
    height: 170px;
    padding: 5px 40px 0;
  }

  main[class^="index_202207"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202207"] section.keyword .container_copy > p.list {
    padding-left: 1em;
  }

  main[class^="index_202207"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202207"] section.keyword .container_copy_image img {
    margin-top: 10px;
  }

  main[class^="index_202207"] section.keyword .container_copy .fukidashi {
    margin-right: 235px;
    margin-top: 35px;
  }

  main[class^="index_202207"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01.png");
    width: 80px;
    height: 110px;
    right: -140px;
    bottom: 5px;
  }

  main[class^="index_202207"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02.png");
    width: 70px;
    height: 125px;
    left: -125px;
    top: 0;
  }

  main[class^="index_202207"] section.keyword .container_copy .fukidashi p {
    width: 340px;
    height: 170px;
    padding: 47px 40px 0;
  }

  main[class^="index_202208"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202208"] section.keyword .container_copy > p.list {
    padding-left: 1em;
  }

  main[class^="index_202208"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202208"] section.keyword .container_copy .fukidashi {
    margin-right: 235px;
    margin-top: 35px;
  }

  main[class^="index_202208"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01.png");
    width: 80px;
    height: 110px;
    right: -140px;
    bottom: 5px;
  }

  main[class^="index_202208"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02.png");
    width: 70px;
    height: 125px;
    left: -125px;
    top: 0;
  }

  main[class^="index_202208"] section.keyword .container_copy .fukidashi p {
    width: 340px;
    height: 170px;
    padding: 10px 40px 0;
  }

  main[class^="index_202209"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202209"] section.keyword .container_copy > p.list {
    padding-left: 1em;
  }

  main[class^="index_202209"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202209"] section.keyword .container_copy .fukidashi {
    margin-right: 184px;
    margin-top: 35px;
  }

  main[class^="index_202209"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01.png");
    width: 80px;
    height: 110px;
    right: -89px;
    bottom: 5px;
  }

  main[class^="index_202209"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02.png");
    width: 70px;
    height: 125px;
    left: -76px;
    top: 0;
  }

  main[class^="index_202209"] section.keyword .container_copy .fukidashi p {
    width: 500px;
    height: 170px;
    padding: 0px 55px 10px 0;
  }

  main[class^="index_202210"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202210"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202210"] section.keyword .container_copy .fukidashi {
    margin-right: 184px;
    margin-top: 35px;
  }

  main[class^="index_202210"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01.png");
    width: 80px;
    height: 110px;
    right: -89px;
    bottom: 5px;
  }

  main[class^="index_202210"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02.png");
    width: 70px;
    height: 125px;
    left: -76px;
    top: 0;
  }

  main[class^="index_202210"] section.keyword .container_copy .fukidashi p {
    width: 500px;
    height: 170px;
    padding: 0px 55px 3px 0;
  }

  main[class^="index_202211"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202211"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202211"] section.keyword .container_copy .fukidashi {
    margin-right: 184px;
    margin-top: 35px;
  }

  main[class^="index_202211"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01.png");
    width: 80px;
    height: 110px;
    right: -89px;
    bottom: 5px;
  }

  main[class^="index_202211"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02.png");
    width: 70px;
    height: 125px;
    left: -76px;
    top: 0;
  }

  main[class^="index_202211"] section.keyword .container_copy .fukidashi p {
    width: 500px;
    height: 170px;
    padding: 10px 45px 3px 0;
  }

  main[class^="index_202212"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202212"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202212"] section.keyword .container_copy .fukidashi {
    margin-right: 184px;
    margin-top: 35px;
  }

  main[class^="index_202212"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01.png");
    width: 80px;
    height: 110px;
    right: -89px;
    bottom: 5px;
  }

  main[class^="index_202212"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02.png");
    width: 70px;
    height: 125px;
    left: -76px;
    top: 0;
  }

  main[class^="index_202212"] section.keyword .container_copy .fukidashi p {
    width: 500px;
    height: 158px;
    padding: 10px 45px 3px 0;
  }

  main[class^="index_202301"] section.keyword h3 {
    font-size: 65px;
  }

  main[class^="index_202301"] section.keyword .container_copy > p.list br + .text {
    margin-top: 0.5em;
  }

  main[class^="index_202301"] section.keyword .container_copy .fukidashi {
    margin-right: 184px;
    margin-top: 35px;
  }

  main[class^="index_202301"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01.png");
    width: 80px;
    height: 110px;
    right: -89px;
    bottom: 5px;
  }

  main[class^="index_202301"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02.png");
    width: 70px;
    height: 125px;
    left: -76px;
    top: 0;
  }

  main[class^="index_202301"] section.keyword .container_copy .fukidashi p {
    width: 500px;
    height: 148px;
    padding: 0 68px 3px 0;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 768px) {
  main[class^="index"] section.keyword h3 span {
    text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
  }
}

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

  .cmn-inner {
    padding: 0 2.666666666666667vw;
  }

  .-m-lv1 {
    margin-top: 2.133333333333333vw !important;
    margin-bottom: 2.133333333333333vw !important;
  }

  .-m-lv2 {
    margin-top: 4.266666666666667vw !important;
    margin-bottom: 4.266666666666667vw !important;
  }

  .-m-lv3 {
    margin-top: 8.533333333333333vw !important;
    margin-bottom: 8.533333333333333vw !important;
  }

  .-m-lv4 {
    margin-top: 12.8vw !important;
    margin-bottom: 12.8vw !important;
  }

  .-m-lv5 {
    margin-top: 21.333333333333336vw !important;
    margin-bottom: 21.333333333333336vw !important;
  }

  .-mt-lv1 {
    margin-top: 2.133333333333333vw !important;
  }

  .-mt-lv2 {
    margin-top: 4.266666666666667vw !important;
  }

  .-mt-lv3 {
    margin-top: 8.533333333333333vw !important;
  }

  .-mt-lv4 {
    margin-top: 12.8vw !important;
  }

  .-mt-lv5 {
    margin-top: 21.333333333333336vw !important;
  }

  .-mt-lv1-sp {
    margin-top: 2.133333333333333vw !important;
  }

  .-mt-lv2-sp {
    margin-top: 4.266666666666667vw !important;
  }

  .-mt-lv3-sp {
    margin-top: 8.533333333333333vw !important;
  }

  .-mt-lv4-sp {
    margin-top: 12.8vw !important;
  }

  .-mt-lv5-sp {
    margin-top: 21.333333333333336vw !important;
  }

  .-mb-lv1 {
    margin-bottom: 2.133333333333333vw !important;
  }

  .-mb-lv2 {
    margin-bottom: 4.266666666666667vw !important;
  }

  .-mb-lv3 {
    margin-bottom: 8.533333333333333vw !important;
  }

  .-mb-lv4 {
    margin-bottom: 12.8vw !important;
  }

  .-mb-lv5 {
    margin-bottom: 21.333333333333336vw !important;
  }

  .-mb-lv1-sp {
    margin-bottom: 2.133333333333333vw !important;
  }

  .-mb-lv2-sp {
    margin-bottom: 4.266666666666667vw !important;
  }

  .-mb-lv3-sp {
    margin-bottom: 8.533333333333333vw !important;
  }

  .-mb-lv4-sp {
    margin-bottom: 12.8vw !important;
  }

  .-mb-lv5-sp {
    margin-bottom: 21.333333333333336vw !important;
  }

  main {
    font-size: 3.466666666666666vw;
    margin-bottom: 10.666666666666668vw;
  }

  main .forPC {
    display: none !important;
  }

  main a.cmn-link span.f-size {
    height: 0.8vw;
    bottom: -0.8vw;
    border-bottom: 0.4vw solid #4680b6;
  }

  main a.cmn-link_anchor span::before {
    height: 0.8vw;
    bottom: 0;
    border-bottom: 0.4vw solid #fff;
  }

  main a.cmn-link_anchor span::after {
    width: 3.2vw;
    height: 3.2vw;
  }

  main a.cmn-link_arrow span::before {
    height: 0.8vw;
    bottom: -0.8vw;
    border-bottom: 0.4vw solid #4680b6;
  }

  main a.cmn-link_arrow span::after {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }

  main .button_submit {
    width: 84.26666666666667vw;
    height: 18.933333333333334vw;
    font-size: 4.266666666666667vw;
    padding-bottom: 0.2em;
  }

  main .button_submit::after {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    right: 13.333333333333334vw;
  }

  main .button_submit.-active {
    border-radius: 9.333333333333334vw;
    background-color: #4680b6;
  }

  main .button_archive {
    width: 84.26666666666667vw;
    height: 18.933333333333334vw;
    border-radius: 9.333333333333334vw;
    border: 1.066666666666667vw solid #cfe9f8;
  }

  main .button_archive::after {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }

  main .cmn-heading_2 {
    font-size: 4.266666666666667vw;
    line-height: 1.6;
  }

  main .cmn-heading_2::before,
  main .cmn-heading_2::after {
    width: 12.4vw;
    height: 0.666666666666667vw;
    border-bottom: 0.4vw solid #804f21;
  }

  main .cmn-heading_2.-blue::before,
  main .cmn-heading_2.-blue::after {
    width: 15.2vw;
    border-bottom: 0.4vw solid #4680b6;
  }

  main .cmn-heading_2.-line2-sp {
    align-items: flex-end;
  }

  main .cmn-heading_2.-line2-sp::before,
  main .cmn-heading_2.-line2-sp::after {
    margin-bottom: 0.3em;
  }

  main .edge.-left-bottom,
  main .edge.-right-bottom,
  main .edge.-left-top,
  main .edge.-right-top {
    width: 15px;
    height: 15px;
  }

  main .edge.-left-bottom {
    left: -1px;
    bottom: -1px;
  }

  main .edge.-right-bottom {
    right: -1px;
    bottom: -1px;
  }

  main .edge.-left-top {
    left: -2px;
    top: -2px;
  }

  main .edge.-right-top {
    right: -2px;
    top: -2px;
  }

  main[class^="index"] {
    margin-bottom: 11.466666666666667vw;
  }

  main[class^="index"] section.hero h1 {
    width: 96vw;
  }

  main[class^="index"] section.hero .container_copy {
    padding: 1.333333333333333vw 5.333333333333334vw 5.333333333333334vw;
    border-radius: 0 0 4vw 4vw;
  }

  main[class^="index"] section.hero .container_copy p {
    letter-spacing: 0.1em;
  }

  main[class^="index"] section.keyword {
    margin: 18.666666666666668vw 0 0;
    border-radius: 4vw;
  }

  main[class^="index"] section.keyword > .inner {
    padding: 0 0 13.333333333333334vw;
  }

  main[class^="index"] section.keyword h2 {
    background-image: url("../img/heading_keyword_bg_sp.png");
    width: 81.6vw;
    height: 21.6vw;
    font-size: 4.266666666666667vw;
    padding: 1.333333333333333vw 10.666666666666668vw 4vw 14.133333333333335vw;
    -webkit-transform: translateY(-8vw);
            transform: translateY(-8vw);
  }

  main[class^="index"] section.keyword h3 {
    margin: -2.666666666666667vw 0 6.666666666666667vw;
    font-size: 13.066666666666665vw;
  }

  main[class^="index"] section.keyword h3 span {
    -webkit-text-stroke: 7px #fff;
  }

  main[class^="index"] section.keyword .container_copy {
    padding-bottom: 15.2vw;
    background: url("../img/illust_bg_01_sp.png") no-repeat, url("../img/illust_bg_02_sp.png") no-repeat;
    background-size: 14.133333333333335vw 16.266666666666666vw, 10.933333333333334vw 17.866666666666667vw;
    background-position: left 5.633802816901409% bottom, right 5.633802816901409% bottom 55%;
  }

  main[class^="index"] section.keyword .container_copy > p {
    line-height: 2;
    padding: 0 5.333333333333334vw;
    margin-bottom: 0.6em;
  }

  main[class^="index"] section.keyword .container_copy .fukidashi {
    width: 90.93333333333334vw;
    margin: 0 auto;
  }

  main[class^="index"] section.keyword .container_copy .fukidashi p {
    width: 68vw;
    height: 35.46666666666667vw;
    padding: 0 8vw;
    line-height: 1.6;
  }

  main[class^="index"] section.keyword .container_qa {
    margin-top: -6.666666666666667vw;
  }

  main[class^="index"] section.keyword .container_qa > .inner {
    padding: 0 5.333333333333334vw;
  }

  main[class^="index"] section.keyword .container_qa .cmn-heading_2 {
    margin-bottom: 2.666666666666667vw;
  }

  main[class^="index"] section.keyword .container_qa dl {
    line-height: 1.6;
  }

  main[class^="index"] section.keyword .container_qa dl::after {
    height: 4px;
    border-bottom: 0.4vw solid #fff;
  }

  main[class^="index"] section.keyword .container_qa dl dt::before,
  main[class^="index"] section.keyword .container_qa dl dd .inner::before {
    width: 8.266666666666666vw;
    height: 8.266666666666666vw;
  }

  main[class^="index"] section.keyword .container_qa dl dt {
    padding: 4vw 0 2.4vw;
  }

  main[class^="index"] section.keyword .container_qa dl dt::after {
    width: 4.266666666666667vw;
    height: 4vw;
  }

  main[class^="index"] section.keyword .container_qa dl dd .inner {
    padding: 0 0 1em 9.333333333333334vw;
  }

  main[class^="index"] section.keyword .container_qa .note {
    padding: 0 5.333333333333334vw;
    margin-top: 1.8em;
    line-height: 1.8;
  }

  main[class^="index"] section.present {
    margin: 46.13333333333333vw 0 8vw;
    border-radius: 4vw;
  }

  main[class^="index"] section.present > .inner {
    padding: 0 0 10.666666666666668vw;
  }

  main[class^="index"] section.present .heading {
    -webkit-transform: translateY(-35.6vw);
            transform: translateY(-35.6vw);
  }

  main[class^="index"] section.present .heading img {
    width: 90.93333333333334vw;
  }

  main[class^="index"] section.present .container_copy {
    margin: 0 0 9.333333333333334vw;
  }

  main[class^="index"] section.present .container_copy .copy {
    margin-top: -36vw;
    margin-bottom: 7.466666666666668vw;
  }

  main[class^="index"] section.present .container_copy .img_present img {
    width: 90.4vw;
  }

  main[class^="index"] section.present .container_copy .quiz {
    margin-top: 5.600000000000001vw;
  }

  main[class^="index"] section.present .container_copy .quiz .cmn-heading_2 {
    margin-bottom: 5.333333333333334vw;
  }

  main[class^="index"] section.present .container_copy .quiz .cmn-heading_2::before,
  main[class^="index"] section.present .container_copy .quiz .cmn-heading_2::after {
    width: 25.333333333333336vw;
  }

  main[class^="index"] section.present .container_copy .quiz h4 {
    margin-bottom: 6.133333333333333vw;
  }

  main[class^="index"] section.present .container_copy .quiz h4 img {
    width: 76.4vw;
  }

  main[class^="index"] section.present .container_copy .quiz figcaption {
    font-size: 3.2vw;
  }

  main[class^="index"] section.present .container_copy .quiz .button_submit {
    margin-bottom: 5.333333333333334vw;
  }

  main[class^="index"] section.present .container_attention > .inner {
    padding: 0 5.333333333333334vw;
  }

  main[class^="index"] section.present .container_attention h2 {
    font-size: 4.266666666666667vw;
    margin-bottom: 5.333333333333334vw;
  }

  main[class^="index"] section.present .container_attention h2::before {
    width: 8.266666666666666vw;
    height: 8.266666666666666vw;
    border-radius: 50%;
    background: url(../img/form/icon_text_exclamation.svg) 3.733333333333334vw 2.4vw / 0.933333333333333vw 3.466666666666666vw no-repeat #804f21;
    margin-right: 0.5em;
  }

  main[class^="index"] section.present .container_attention h3 {
    margin-bottom: 0.6em;
  }

  main[class^="index"] section.present .container_attention ul {
    margin-bottom: 5.866666666666666vw;
  }

  main[class^="index"] section.present .container_attention ul li {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  main[class^="index"] section.present .container_attention p.strong {
    line-height: 1.8;
  }

  main[class^="index"] .button_archive {
    margin: 8vw auto;
  }

  main[class^="index"] .banner_line {
    margin: 10.666666666666668vw 0 8vw;
  }

  main[class^="index"] .banner_line img {
    width: 94.93333333333334vw;
  }

  main[class^="index"] .banner_chat {
    margin-bottom: 9.333333333333334vw;
  }

  main[class^="index"] .banner_chat img {
    width: 94.93333333333334vw;
  }

  .container_fukidashi {
    padding-left: 6.933333333333333vw;
  }

  .container_fukidashi img {
    width: 53.6vw;
  }

  main[class^="list"] {
    margin-bottom: 11.466666666666667vw;
  }

  main[class^="list"] section.hero {
    margin-bottom: 8vw;
  }

  main[class^="list"] section.hero .container_copy {
    margin: 0 2px;
    padding: 4vw 5.333333333333334vw 13.333333333333334vw;
  }

  main[class^="list"] section.hero .container_copy .archive-list li {
    font-size: 4.266666666666667vw;
  }

  main[class^="list"] section.hero .container_copy .archive-list li::before {
    height: 1.066666666666667vw;
  }

  main[class^="list"] section.hero .container_copy .archive-list li a {
    padding: 5.066666666666666vw 2.666666666666667vw 4vw;
  }

  main[class^="list"] section.hero .container_copy .archive-list li a::after {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }

  main[class^="list"] .button_submit {
    padding-left: 4vw;
    margin-bottom: 8vw;
  }

  main[class^="list"] .button_submit::after {
    right: auto;
    left: 9.333333333333334vw;
  }

  main.form_answer .heading_2,
  main.form_done .heading_2 {
    font-size: 4.266666666666667vw;
    line-height: 1.6;
  }

  main.form_answer .heading_2::before,
  main.form_done .heading_2::before,
  main.form_answer .heading_2::after,
  main.form_done .heading_2::after {
    background-image: url("../img/form/line_01_sp.png");
    width: 12.4vw;
    height: 0.666666666666667vw;
  }

  main.form_answer section.hero .container_answer,
  main.form_done section.hero .container_answer,
  main.form_answer section.hero .container_thx,
  main.form_done section.hero .container_thx {
    margin: 0 2px;
    padding: 4vw 0 9.333333333333334vw;
  }

  main.form_answer section.hero .container_answer h2,
  main.form_done section.hero .container_answer h2,
  main.form_answer section.hero .container_thx h2,
  main.form_done section.hero .container_thx h2 {
    margin-bottom: 5.333333333333334vw;
  }

  main.form_answer section.hero .container_answer h3 img,
  main.form_done section.hero .container_answer h3 img,
  main.form_answer section.hero .container_thx h3 img,
  main.form_done section.hero .container_thx h3 img {
    width: 89.60000000000001vw;
  }

  main.form_answer section.hero .container_answer .input-area span::before,
  main.form_done section.hero .container_answer .input-area span::before,
  main.form_answer section.hero .container_thx .input-area span::before,
  main.form_done section.hero .container_thx .input-area span::before {
    width: 10.933333333333334vw;
    height: 10.933333333333334vw;
    left: 4vw;
    background: url(../img/form/icon_text_answer.svg) center / 4.666666666666667vw 4.533333333333333vw no-repeat,url(../img/form/icon_bg_01_sp.png) center / contain no-repeat;
  }

  main.form_answer section.hero .container_answer .input-area span input[type="text"],
  main.form_done section.hero .container_answer .input-area span input[type="text"],
  main.form_answer section.hero .container_thx .input-area span input[type="text"],
  main.form_done section.hero .container_thx .input-area span input[type="text"] {
    width: 84vw;
    height: 18.666666666666668vw;
    font-size: 4.266666666666667vw;
    background-image: url("../img/form/input_answer_bg_sp.png");
    padding: 0 1em 0 14.933333333333335vw;
    letter-spacing: 0.05em;
  }

  main.form_answer section.questionnaire,
  main.form_done section.questionnaire {
    margin: 0 2px;
    padding: 10.666666666666668vw 0;
  }

  main.form_answer section.questionnaire > .inner,
  main.form_done section.questionnaire > .inner {
    padding: 0 5.333333333333334vw;
  }

  main.form_answer section.questionnaire .heading_2,
  main.form_done section.questionnaire .heading_2 {
    font-size: 3.466666666666666vw;
    align-items: flex-end;
    margin-bottom: 4vw;
  }

  main.form_answer section.questionnaire .heading_2::before,
  main.form_done section.questionnaire .heading_2::before,
  main.form_answer section.questionnaire .heading_2::after,
  main.form_done section.questionnaire .heading_2::after {
    width: 18.666666666666668vw;
    margin-bottom: 0.4em;
  }

  main.form_answer section.questionnaire .heading_2 span,
  main.form_done section.questionnaire .heading_2 span {
    padding: 0 0.5em;
  }

  main.form_answer section.questionnaire ul.input li + li::before,
  main.form_done section.questionnaire ul.input li + li::before {
    background: url("../img/form/line_02_sp.png") center repeat-x;
    height: 1.066666666666667vw;
    background-size: 84.8vw 1.066666666666667vw;
    margin: 6.933333333333333vw 0 5.333333333333334vw;
  }

  main.form_answer section.questionnaire ul.input li:nth-child(1) .row.top .icon,
  main.form_done section.questionnaire ul.input li:nth-child(1) .row.top .icon {
    background: url(../img/form/icon_text_1.svg) 2.933333333333333vw 2.4vw / 1.466666666666667vw 3.6vw no-repeat,url(../img/form/icon_bg_02_sp.png) center / contain no-repeat;
  }

  main.form_answer section.questionnaire ul.input li:nth-child(1) .row.bottom,
  main.form_done section.questionnaire ul.input li:nth-child(1) .row.bottom {
    padding-left: 9.333333333333334vw;
  }

  main.form_answer section.questionnaire ul.input li:nth-child(2) .row.top .icon,
  main.form_done section.questionnaire ul.input li:nth-child(2) .row.top .icon {
    background: url(../img/form/icon_text_2.svg) 2.933333333333333vw 2.4vw / 2.266666666666667vw 3.6vw no-repeat,url(../img/form/icon_bg_02_sp.png) center / contain no-repeat;
  }

  main.form_answer section.questionnaire ul.input li:nth-child(3) .row.top .icon,
  main.form_done section.questionnaire ul.input li:nth-child(3) .row.top .icon {
    background: url(../img/form/icon_text_3.svg) 2.933333333333333vw 2.4vw / 2.266666666666667vw 3.6vw no-repeat,url(../img/form/icon_bg_02_sp.png) center / contain no-repeat;
  }

  main.form_answer section.questionnaire ul.input li .row.top,
  main.form_done section.questionnaire ul.input li .row.top {
    margin-bottom: 0.9em;
  }

  main.form_answer section.questionnaire ul.input li .row.top .icon,
  main.form_done section.questionnaire ul.input li .row.top .icon {
    width: 8.266666666666666vw;
    height: 8.266666666666666vw;
  }

  main.form_answer section.questionnaire ul.input li h3,
  main.form_done section.questionnaire ul.input li h3 {
    padding-left: 0.7em;
  }

  main.form_answer section.questionnaire ul.input li input,
  main.form_done section.questionnaire ul.input li input {
    border-radius: 1.333333333333333vw;
    border-width: 1px;
  }

  main.form_answer section.questionnaire ul.input li input[type="radio"]:checked + label::after,
  main.form_done section.questionnaire ul.input li input[type="radio"]:checked + label::after {
    width: 2.4vw;
    height: 2.4vw;
    left: 1.066666666666667vw;
  }

  main.form_answer section.questionnaire ul.input li label,
  main.form_done section.questionnaire ul.input li label {
    margin-right: 3em;
  }

  main.form_answer section.questionnaire ul.input li label::before,
  main.form_done section.questionnaire ul.input li label::before {
    background-image: url("../img/form/input_radio_bg_sp.png");
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    margin-right: 0.3em;
  }

  main.form_answer section.questionnaire ul.input li padding 1.2em 1.5em,
  main.form_done section.questionnaire ul.input li padding 1.2em 1.5em {
    background-image: url("../img/form/textarea_bg.png");
    height: 34.93333333333333vw;
  }

  main.form_answer section.attention-area,
  main.form_done section.attention-area {
    margin: 0 2px;
    padding: 7.199999999999999vw 5.333333333333334vw 12.8vw;
  }

  main.form_answer section.attention-area h2,
  main.form_done section.attention-area h2 {
    font-size: 4.266666666666667vw;
    margin-bottom: 5.333333333333334vw;
  }

  main.form_answer section.attention-area h2::before,
  main.form_done section.attention-area h2::before {
    width: 8.266666666666666vw;
    height: 8.266666666666666vw;
    background: url(../img/form/icon_text_exclamation.svg) 3.733333333333334vw 2.4vw / 0.933333333333333vw 3.466666666666666vw no-repeat,url(../img/form/icon_bg_02_sp.png) center / contain no-repeat;
    margin-right: 0.5em;
  }

  main.form_answer section.attention-area h3,
  main.form_done section.attention-area h3 {
    margin-bottom: 0.6em;
  }

  main.form_answer section.attention-area ul,
  main.form_done section.attention-area ul {
    margin-bottom: 5.866666666666666vw;
  }

  main.form_answer section.attention-area ul li,
  main.form_done section.attention-area ul li {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  main.form_answer section.attention-area p.strong,
  main.form_done section.attention-area p.strong {
    line-height: 1.8;
    margin-bottom: 6.666666666666667vw;
  }

  main.form_done .container_thx > .illust {
    width: 90.66666666666666vw;
    top: 8.533333333333333vw;
    left: 50%;
  }

  main.form_done .container_thx > .inner {
    padding: 0 5.333333333333334vw;
  }

  main.form_done .container_thx h2 img {
    width: 57.333333333333336vw;
  }

  main.form_done .container_thx h3 {
    font-size: 4.266666666666667vw;
    margin-bottom: 1em;
  }

  main.form_done .container_thx h4 {
    margin-bottom: 0.6em;
  }

  main.form_done .container_thx ul {
    margin-bottom: 5.866666666666666vw;
  }

  main.form_done .container_thx ul li {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  main.form_done .container_thx .copy {
    line-height: 1.6;
    margin-bottom: 6.666666666666667vw;
  }

  main.form_done .container_thx .button_submit {
    padding-left: 4vw;
  }

  main.form_done .container_thx .button_submit::after {
    right: auto;
    left: 14.666666666666666vw;
  }

  .archive_list {
    height: 8vw;
  }

  main[class^="index_202009"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202009"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202009"] section.keyword .container_copy {
    padding-bottom: 15.2vw;
    background: url("../img/illust_bg_01_sp.png") no-repeat, url("../img/illust_bg_02_sp.png") no-repeat;
    background-size: 14.133333333333335vw 16.266666666666666vw, 10.933333333333334vw 17.866666666666667vw;
    background-position: left 5.633802816901409% bottom, right 5.633802816901409% bottom 46%;
  }

  main[class^="index_202009"] section.keyword .container_copy > p span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202009"] section.keyword .container_copy .fukidashi {
    margin-right: 0;
    margin-left: 3.6vw;
    width: 88.53333333333333vw;
  }

  main[class^="index_202009"] section.keyword .container_copy .fukidashi p {
    width: 74.66666666666667vw;
    height: 46.666666666666664vw;
    padding: 0 15.333333333333332vw 0 6vw;
  }

  main[class^="index_202010"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202010"] section.hero .container_copy {
    padding: 6.666666666666667vw 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202010"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202010"] section.keyword .container_copy {
    padding-bottom: 15.2vw;
    background: url("../img/illust_bg_01_sp.png") no-repeat, url("../img/illust_bg_02_sp.png") no-repeat;
    background-size: 14.133333333333335vw 16.266666666666666vw, 10.933333333333334vw 17.866666666666667vw;
    background-position: left 5.633802816901409% bottom, right 5.633802816901409% bottom 46%;
  }

  main[class^="index_202010"] section.keyword .container_copy > p span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202010"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: 0;
    margin-left: 2.666666666666667vw;
    width: 90.26666666666667vw;
  }

  main[class^="index_202010"] section.keyword .container_copy .fukidashi p {
    width: 74.66666666666667vw;
    height: 50.66666666666667vw;
  }

  main[class^="index_202011"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202011"] section.hero .container_copy {
    padding: 6.666666666666667vw 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202011"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202011"] section.keyword .container_copy {
    padding-bottom: 15.2vw;
    background: url("../img/illust_bg_01_sp.png") no-repeat, url("../img/illust_bg_02_sp.png") no-repeat;
    background-size: 14.133333333333335vw 16.266666666666666vw, 10.933333333333334vw 17.866666666666667vw;
    background-position: left 5.633802816901409% bottom, right 5.633802816901409% bottom 40%;
  }

  main[class^="index_202011"] section.keyword .container_copy > p span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202011"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: 0;
    margin-left: 2.666666666666667vw;
    width: 90.26666666666667vw;
  }

  main[class^="index_202011"] section.keyword .container_copy .fukidashi p {
    width: 74.66666666666667vw;
    height: 46.666666666666664vw;
  }

  main[class^="index_202012"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202012"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202012"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202012"] section.keyword .container_copy {
    padding-bottom: 15.2vw;
    background: url("../img/illust_bg_01_sp.png") no-repeat, url("../img/illust_bg_02_sp.png") no-repeat;
    background-size: 14.133333333333335vw 16.266666666666666vw, 10.933333333333334vw 17.866666666666667vw;
    background-position: left 5.633802816901409% bottom, right 5.633802816901409% bottom 42%;
  }

  main[class^="index_202012"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.46666666666667vw;
  }

  main[class^="index_202012"] section.keyword .container_copy .fukidashi p {
    width: 70.66666666666667vw;
    height: 40vw;
  }

  main[class^="index_202101"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202101"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202101"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202101"] section.keyword .container_copy {
    padding-bottom: 15.2vw;
    background: url("../img/illust_bg_01_sp.png") no-repeat, url("../img/illust_bg_02_sp.png") no-repeat;
    background-size: 14.133333333333335vw 16.266666666666666vw, 10.933333333333334vw 17.866666666666667vw;
    background-position: left 5.633802816901409% bottom, right 5.633802816901409% bottom 27%;
  }

  main[class^="index_202101"] section.keyword .container_copy > p.list {
    line-height: 1.4;
  }

  main[class^="index_202101"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202101"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202101"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 86.26666666666667vw;
  }

  main[class^="index_202101"] section.keyword .container_copy .fukidashi p {
    width: 70.66666666666667vw;
    height: 40vw;
  }

  main[class^="index_202102"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202102"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202102"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202102"] section.keyword .container_copy {
    padding-bottom: 15.2vw;
    background: url("../img/illust_bg_01_sp.png") no-repeat, url("../img/illust_bg_02_sp.png") no-repeat;
    background-size: 14.133333333333335vw 16.266666666666666vw, 10.933333333333334vw 17.866666666666667vw;
    background-position: left 5.633802816901409% bottom, right 5.633802816901409% bottom 42%;
  }

  main[class^="index_202102"] section.keyword .container_copy > p.list {
    line-height: 1.4;
  }

  main[class^="index_202102"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202102"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202102"] section.keyword .container_copy > p > span.in-text {
    padding-top: 0.5em;
  }

  main[class^="index_202102"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.46666666666667vw;
  }

  main[class^="index_202102"] section.keyword .container_copy .fukidashi p {
    width: 70.66666666666667vw;
    height: 37.333333333333336vw;
  }

  main[class^="index_202103"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202103"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202103"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202103"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202103"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202103"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202103"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202103"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202103"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 86.8vw;
  }

  main[class^="index_202103"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -2.666666666666667vw;
    bottom: -10.666666666666668vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202103"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 6.666666666666667vw;
    top: -9.333333333333334vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202103"] section.keyword .container_copy .fukidashi p {
    width: 69.46666666666667vw;
    height: 37.733333333333334vw;
  }

  main[class^="index_202104"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202104"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202104"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202104"] section.keyword .container_copy > p.list {
    line-height: 1.4;
  }

  main[class^="index_202104"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202104"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202104"] section.keyword .container_copy > p > span.in-text {
    padding-top: 0.5em;
  }

  main[class^="index_202104"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 91.06666666666666vw;
  }

  main[class^="index_202104"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202104"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -5.333333333333334vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202104"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 6.666666666666667vw;
    top: -9.333333333333334vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202104"] section.keyword .container_copy .fukidashi p {
    width: 57.86666666666667vw;
    height: 37.06666666666666vw;
  }

  main[class^="index_202104"] section.present .container_copy .quiz h4 img {
    width: 76.4vw;
  }

  main[class^="index_202105"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202105"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202105"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202105"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202105"] section.keyword .container_copy > p span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202105"] section.keyword .container_copy > p span.text + .text {
    margin-top: 0.2em;
  }

  main[class^="index_202105"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 91.06666666666666vw;
  }

  main[class^="index_202105"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202105"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -5.333333333333334vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202105"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 6.666666666666667vw;
    top: -9.333333333333334vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202105"] section.keyword .container_copy .fukidashi p {
    width: 64.13333333333333vw;
    height: 40.13333333333333vw;
  }

  main[class^="index_202106"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202106"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202106"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202106"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202106"] section.keyword .container_copy > p span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202106"] section.keyword .container_copy > p span.text + .text {
    margin-top: 0.2em;
  }

  main[class^="index_202106"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.33333333333333vw;
  }

  main[class^="index_202106"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202106"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -10.666666666666668vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202106"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 6.666666666666667vw;
    top: -9.333333333333334vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202106"] section.keyword .container_copy .fukidashi p {
    width: 67.2vw;
    height: 37.6vw;
  }

  main[class^="index_202107"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202107"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202107"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202107"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202107"] section.keyword .container_copy > p span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202107"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.33333333333333vw;
  }

  main[class^="index_202107"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202107"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -10.666666666666668vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202107"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 6.666666666666667vw;
    top: -8vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202107"] section.keyword .container_copy .fukidashi p {
    width: 72.13333333333334vw;
    height: 39.2vw;
    padding: 0 6vw;
  }

  main[class^="index_202108"] section.hero h1 {
    width: 100%;
    padding-left: 0.666666666666667vw;
  }

  main[class^="index_202108"] section.hero .container_copy,
  main[class^="index_202108"] section.hero background-color #fcde63 {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202108"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202108"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202108"] section.keyword .container_copy > p span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202108"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.33333333333333vw;
  }

  main[class^="index_202108"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202108"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -10.666666666666668vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202108"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 6.666666666666667vw;
    top: -8vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202108"] section.keyword .container_copy .fukidashi p {
    width: 72.13333333333334vw;
    height: 39.2vw;
    padding: 0 6vw;
  }

  main[class^="index_202108"] .container_qa span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202109"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202109"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202109"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202109"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202109"] section.keyword .container_copy > p span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202109"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.33333333333333vw;
  }

  main[class^="index_202109"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202109"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -10.666666666666668vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202109"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 4vw;
    top: -8vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202109"] section.keyword .container_copy .fukidashi p {
    width: 74.13333333333333vw;
    height: 40vw;
    padding: 0 6vw;
  }

  main[class^="index_202110"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202110"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202110"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202110"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202110"] section.keyword .container_copy p,
  main[class^="index_202110"] section.keyword .container_copy > a {
    font-size: 60%;
  }

  main[class^="index_202110"] section.keyword .container_copy > p span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202110"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.33333333333333vw;
  }

  main[class^="index_202110"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202110"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: 8vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202110"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 4vw;
    top: -10.666666666666668vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202110"] section.keyword .container_copy .fukidashi p {
    width: 89.06666666666668vw;
    height: 42.66666666666667vw;
    padding: 0 6vw;
  }

  main[class^="index_202111"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202111"] section.hero .container_copy {
    padding: 6.666666666666667vw 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202111"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202111"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202111"] section.keyword .container_copy p,
  main[class^="index_202111"] section.keyword .container_copy > a {
    font-size: 95%;
  }

  main[class^="index_202111"] section.keyword .container_copy > p span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202111"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.33333333333333vw;
  }

  main[class^="index_202111"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202111"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -12vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202111"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 4vw;
    top: -10.666666666666668vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202111"] section.keyword .container_copy .fukidashi p {
    width: 74.66666666666667vw;
    height: 40vw;
    padding: 0 6vw;
  }

  main[class^="index_202112"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202112"] section.hero .container_copy {
    padding: 6.666666666666667vw 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202112"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202112"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202112"] section.keyword .container_copy p,
  main[class^="index_202112"] section.keyword .container_copy > a {
    font-size: 95%;
  }

  main[class^="index_202112"] section.keyword .container_copy > p span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202112"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.33333333333333vw;
  }

  main[class^="index_202112"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202112"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -12vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202112"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 4vw;
    top: -10.666666666666668vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202112"] section.keyword .container_copy .fukidashi p {
    width: 61.33333333333333vw;
    height: 33.33333333333333vw;
    padding: 0 6vw;
  }

  main[class^="index_202201"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202201"] section.hero .container_copy {
    padding: 6.666666666666667vw 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202201"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202201"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202201"] section.keyword .container_copy > p span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202201"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.33333333333333vw;
  }

  main[class^="index_202201"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202201"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -12vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202201"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 4vw;
    top: -10.666666666666668vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202201"] section.keyword .container_copy .fukidashi p {
    width: 73.33333333333333vw;
    height: 40vw;
    padding: 0 6vw;
  }

  main[class^="index_202202"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202202"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202202"] section.keyword h3 {
    letter-spacing: 0;
  }

  main[class^="index_202202"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202202"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 88.26666666666667vw;
  }

  main[class^="index_202202"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202202"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -8vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202202"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 4vw;
    top: -8vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202202"] section.keyword .container_copy .fukidashi p {
    width: 72.26666666666667vw;
    height: 42.66666666666667vw;
    padding: 0 6vw;
  }

  main[class^="index_202202"] .container_qa span.text {
    padding-top: 0.5em;
  }

  main[class^="index_202203"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202203"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202203"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202203"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202203"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202203"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202203"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202203"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202203"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 88.13333333333333vw;
  }

  main[class^="index_202203"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202203"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -8vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202203"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 4vw;
    top: -8vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202203"] section.keyword .container_copy .fukidashi p {
    width: 72.26666666666667vw;
    height: 39.2vw;
    padding: 0 6vw;
  }

  main[class^="index_202204"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202204"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202204"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202204"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202204"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202204"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202204"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202204"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202204"] section.keyword .container_copy .fukidashi {
    margin-top: 9.333333333333334vw;
    margin-right: auto;
    margin-left: auto;
    width: 88.13333333333333vw;
  }

  main[class^="index_202204"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202204"] section.keyword .container_copy .fukidashi::before {
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -1.333333333333333vw;
    bottom: -10.666666666666668vw;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  main[class^="index_202204"] section.keyword .container_copy .fukidashi::after {
    width: 10.933333333333334vw;
    height: 18vw;
    right: 4vw;
    top: -8vw;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  main[class^="index_202204"] section.keyword .container_copy .fukidashi p {
    width: 72.26666666666667vw;
    height: 39.2vw;
    padding: 0 6vw;
  }

  main[class^="index_202205"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202205"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202205"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202205"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202205"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202205"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202205"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202205"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202205"] section.keyword .container_copy .fukidashi {
    margin-top: 14.666666666666666vw;
    margin-right: auto;
    margin-left: auto;
    width: 82.66666666666667vw;
  }

  main[class^="index_202205"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202205"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01_sp.png");
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -2vw;
    bottom: -6.666666666666667vw;
  }

  main[class^="index_202205"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02_sp.png");
    width: 17.333333333333336vw;
    height: 16vw;
    right: -1.333333333333333vw;
    top: -8vw;
  }

  main[class^="index_202205"] section.keyword .container_copy .fukidashi p {
    width: 65.33333333333333vw;
    height: 32vw;
    padding: 0 3vw;
  }

  main[class^="index_202206"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202206"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202206"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202206"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202206"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202206"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202206"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202206"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202206"] section.keyword .container_copy .fukidashi {
    margin-top: 14.666666666666666vw;
    margin-right: auto;
    margin-left: auto;
    width: 85.33333333333334vw;
  }

  main[class^="index_202206"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202206"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01_sp.png");
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -3.333333333333333vw;
    bottom: -1.333333333333333vw;
  }

  main[class^="index_202206"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02_sp.png");
    width: 17.333333333333336vw;
    height: 16vw;
    right: -1.333333333333333vw;
    top: -8vw;
  }

  main[class^="index_202206"] section.keyword .container_copy .fukidashi p {
    width: 65.33333333333333vw;
    height: 32vw;
    padding: 0 3vw;
  }

  main[class^="index_202207"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202207"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202207"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202207"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202207"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202207"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202207"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202207"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202207"] section.keyword .container_copy_image img {
    margin-top: 2.666666666666667vw;
  }

  main[class^="index_202207"] section.keyword .container_copy .fukidashi {
    margin-top: 14.666666666666666vw;
    margin-right: auto;
    margin-left: auto;
    width: 85.33333333333334vw;
  }

  main[class^="index_202207"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202207"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01_sp.png");
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -3.333333333333333vw;
    bottom: -1.333333333333333vw;
  }

  main[class^="index_202207"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02_sp.png");
    width: 17.333333333333336vw;
    height: 16vw;
    right: -1.333333333333333vw;
    top: -8vw;
  }

  main[class^="index_202207"] section.keyword .container_copy .fukidashi p {
    width: 65.33333333333333vw;
    height: 32vw;
    padding: 5.333333333333334vw 1.333333333333333vw 0 0;
    line-height: 1.9;
  }

  main[class^="index_202208"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202208"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202208"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202208"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202208"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202208"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202208"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202208"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202208"] section.keyword .container_copy .fukidashi {
    margin-top: 14.666666666666666vw;
    margin-right: auto;
    margin-left: auto;
    width: 85.33333333333334vw;
  }

  main[class^="index_202208"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202208"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01_sp.png");
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -3.333333333333333vw;
    bottom: -1.333333333333333vw;
  }

  main[class^="index_202208"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02_sp.png");
    width: 17.333333333333336vw;
    height: 16vw;
    right: -1.333333333333333vw;
    top: -8vw;
  }

  main[class^="index_202208"] section.keyword .container_copy .fukidashi p {
    width: 65.33333333333333vw;
    height: 28.000000000000004vw;
    padding: 0 3vw;
  }

  main[class^="index_202209"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202209"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202209"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202209"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202209"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202209"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202209"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202209"] section.keyword .container_copy > p > span.text.text {
    padding-top: 0.5em;
  }

  main[class^="index_202209"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202209"] section.keyword .container_copy .fukidashi {
    margin-top: 14.666666666666666vw;
    margin-right: auto;
    margin-left: auto;
    width: 85.33333333333334vw;
  }

  main[class^="index_202209"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202209"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01_sp.png");
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -3.333333333333333vw;
    bottom: -1.333333333333333vw;
  }

  main[class^="index_202209"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02_sp.png");
    width: 17.333333333333336vw;
    height: 16vw;
    right: -1.333333333333333vw;
    top: -8vw;
  }

  main[class^="index_202209"] section.keyword .container_copy .fukidashi p {
    width: 65.33333333333333vw;
    height: 28.000000000000004vw;
    padding: 6vw 3vw 0;
  }

  main[class^="index_202210"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202210"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202210"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202210"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202210"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202210"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202210"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202210"] section.keyword .container_copy > p > span.text.text {
    padding-top: 0.5em;
  }

  main[class^="index_202210"] section.keyword .container_copy > p > span.in-text {
    padding-top: 0.5em;
  }

  main[class^="index_202210"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202210"] section.keyword .container_copy .fukidashi {
    margin-top: 14.666666666666666vw;
    margin-right: auto;
    margin-left: auto;
    width: 85.33333333333334vw;
  }

  main[class^="index_202210"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202210"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01_sp.png");
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -3.333333333333333vw;
    bottom: -1.333333333333333vw;
  }

  main[class^="index_202210"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02_sp.png");
    width: 17.333333333333336vw;
    height: 16vw;
    right: -1.333333333333333vw;
    top: -8vw;
  }

  main[class^="index_202210"] section.keyword .container_copy .fukidashi p {
    width: 65.33333333333333vw;
    height: 28.000000000000004vw;
    padding: 4vw 3vw 0;
  }

  main[class^="index_202211"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202211"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202211"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202211"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202211"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202211"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202211"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202211"] section.keyword .container_copy > p > span.text.text {
    padding-top: 0.5em;
  }

  main[class^="index_202211"] section.keyword .container_copy > p > span.in-text {
    padding-top: 0.5em;
  }

  main[class^="index_202211"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202211"] section.keyword .container_copy .fukidashi {
    margin-top: 14.666666666666666vw;
    margin-right: auto;
    margin-left: auto;
    width: 85.33333333333334vw;
  }

  main[class^="index_202211"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202211"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01_sp.png");
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -3.333333333333333vw;
    bottom: -1.333333333333333vw;
  }

  main[class^="index_202211"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02_sp.png");
    width: 17.333333333333336vw;
    height: 16vw;
    right: -1.333333333333333vw;
    top: -8vw;
  }

  main[class^="index_202211"] section.keyword .container_copy .fukidashi p {
    width: 65.33333333333333vw;
    height: 28.000000000000004vw;
    padding: 6vw 3vw 0;
  }

  main[class^="index_202212"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202212"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202212"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202212"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202212"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202212"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202212"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202212"] section.keyword .container_copy > p > span.text.text {
    padding-top: 0.5em;
  }

  main[class^="index_202212"] section.keyword .container_copy > p > span.in-text {
    padding-top: 0.5em;
  }

  main[class^="index_202212"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202212"] section.keyword .container_copy .fukidashi {
    margin-top: 14.666666666666666vw;
    margin-right: auto;
    margin-left: auto;
    width: 85.33333333333334vw;
  }

  main[class^="index_202212"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202212"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01_sp.png");
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -3.333333333333333vw;
    bottom: -1.333333333333333vw;
  }

  main[class^="index_202212"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02_sp.png");
    width: 17.333333333333336vw;
    height: 16vw;
    right: -1.333333333333333vw;
    top: -8vw;
  }

  main[class^="index_202212"] section.keyword .container_copy .fukidashi p {
    width: 65.33333333333333vw;
    height: 28.000000000000004vw;
    padding: 3.5vw 3vw 0;
  }

  main[class^="index_202301"] section.hero h1 {
    width: 100%;
  }

  main[class^="index_202301"] section.hero .container_copy {
    padding: 0 5.333333333333334vw 5.333333333333334vw !important;
    margin: 0 2.666666666666667vw;
  }

  main[class^="index_202301"] section.keyword h3 {
    letter-spacing: 0;
    font-size: 9.066666666666666vw;
  }

  main[class^="index_202301"] section.keyword .container_copy {
    background: none;
  }

  main[class^="index_202301"] section.keyword .container_copy > p.list {
    line-height: 1.4;
    padding-left: calc(1em + 5.333333333333334vw);
  }

  main[class^="index_202301"] section.keyword .container_copy > p > span {
    font-size: 3.2vw;
    line-height: 5.333333333333334vw;
  }

  main[class^="index_202301"] section.keyword .container_copy > p > span.text {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }

  main[class^="index_202301"] section.keyword .container_copy > p > span.text.text {
    padding-top: 0.5em;
  }

  main[class^="index_202301"] section.keyword .container_copy > p > span.in-text {
    padding-top: 0.5em;
  }

  main[class^="index_202301"] section.keyword .container_copy > p a.cmn-link span + span {
    display: inline-block;
    text-indent: 0;
  }

  main[class^="index_202301"] section.keyword .container_copy .fukidashi {
    margin-top: 14.666666666666666vw;
    margin-right: auto;
    margin-left: auto;
    width: 85.33333333333334vw;
  }

  main[class^="index_202301"] section.keyword .container_copy .fukidashi img {
    width: 100%;
  }

  main[class^="index_202301"] section.keyword .container_copy .fukidashi::before {
    background-image: url("../img/illust_bg_01_sp.png");
    width: 13.866666666666665vw;
    height: 14.799999999999999vw;
    left: -3.333333333333333vw;
    bottom: -1.333333333333333vw;
  }

  main[class^="index_202301"] section.keyword .container_copy .fukidashi::after {
    background-image: url("../img/illust_bg_02_sp.png");
    width: 17.333333333333336vw;
    height: 16vw;
    right: -1.333333333333333vw;
    top: -8vw;
  }

  main[class^="index_202301"] section.keyword .container_copy .fukidashi p {
    width: 62vw;
    height: 28.000000000000004vw;
    padding: 4vw 3vw 0;
  }
}
/*# sourceMappingURL=common.css.map */
