@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@600;700&family=M+PLUS+1p:wght@800;900&Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
input, select {
  vertical-align: middle;
}

:focus {
  outline: none;
}

/* 色 */
/* 余白、フォントサイズ用 */
/* 横幅1920~769px用 */
/* 最小値は最大値の80% */
/* 最小値は最大値の70% */
/* 最小値は最大値の60% */
/* 横幅768px以下用 */
/* 変数ファイル */
/* -----------------------------------------------------------
    要素/属性セレクタ、疑似クラス
----------------------------------------------------------- */
/*Googleフォント*/
html {
  font-size: 62.5%; /* 分かりやすくするために1remを10pxに */
  overflow-y: scroll; /* スクロールバーの有無によるズレ対策 */
}

body {
  font-family: "IBM Plex Sans JP", "M PLUS 1p", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  background: #FFF;
  color: #231815;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-align: justify; /* 両揃え */
  font-feature-settings: "palt"; /* テキストの自動カーニング */
}

img {
  max-width: 100%;
  height: auto;
  transition: all linear 0.3s;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: all linear 0.3s;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

/* -----------------------------------------------------------
    汎用class
----------------------------------------------------------- */
.pc-large-not,
.pc-not,
.sp-only,
.sp-small-only {
  display: none;
}

/* -----------------------------------------------------------
    共通パーツ(接頭辞が「.c-」)
----------------------------------------------------------- */
.c-x-container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.c-x-container--full {
  max-width: 1940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.c-x-container--sub01 {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 2;
}

.c-x-container--sub02 {
  position: relative;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 2;
}

/*リンク、ボタン*/
.c-pageback {
  position: relative;
  text-align: center;
  z-index: 3;
}
.c-pageback > a {
  position: relative;
  top: 0;
  left: 0;
  color: #1D110B;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}
.c-pageback > a::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #1D110B;
  border-top: 7px solid transparent;
  margin-left: -33px;
  margin-top: -8px;
}

.c-ufo {
  position: absolute;
  top: -268px;
  right: -129px;
  width: 428px;
  height: 325px;
  z-index: 5;
}
.c-ufo a {
  opacity: 1;
}

.c-ufo--sp {
  width: 57.07vw;
  height: 43.33vw;
  margin: 0 auto 4.8vw;
}
.c-ufo--sp a {
  opacity: 1;
}

/*ヘッダー*/
.c-header {
  background: #FFF;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  display: flex;
  height: 100px;
  font-weight: 600;
  justify-content: end;
}

.c-header__chat-btn {
  width: 240px;
  height: auto;
  max-width: 100%;
  background: #FFF100;
}
.c-header__chat-btn > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  color: #231815;
}

.c-header__inner {
  width: 84.17%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 3.33%;
}

.c-logo {
  text-align: center;
  padding-left: 9.79%;
}
.c-logo img {
  width: 206px;
}

.c-g-nav {
  display: flex;
}

.c-g-nav__sub-list01 {
  position: absolute;
  top: 100px;
  display: none;
  width: 285px;
  left: 0;
  font-size: 1.6rem;
  max-width: 100%;
}
.c-g-nav__sub-list01 > li {
  background: rgba(255, 255, 255, 0.95);
}
.c-g-nav__sub-list01 > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
}

.c-g-nav__sub-list02 {
  position: absolute;
  top: 100px;
  display: none;
  width: 250px;
  right: -3.33vw;
  font-size: 1.6rem;
  max-width: 100%;
}
.c-g-nav__sub-list02 > li {
  background: rgba(255, 255, 255, 0.95);
}
.c-g-nav__sub-list02 > li > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 13px 17px;
}

.c-g-nav__pdf-text {
  background: url(../image/common/icon_pdf.svg) no-repeat 0;
  background-size: 20px;
  display: inline-block;
  margin-left: -8px;
  padding-left: 32px;
}

.c-g-nav__pdf-image {
  width: 69px;
}
.c-g-nav__pdf-image > img {
  display: block;
  height: auto;
  width: 100%;
}

.c-g-nav__list {
  display: flex;
  position: relative;
}
.c-g-nav__list > li {
  font-size: 2rem;
  font-weight: bold;
  height: 100px;
  display: flex;
  align-items: center;
}
.c-g-nav__list > li:hover > ul {
  display: block;
}
.c-g-nav__list > li:not(:first-child) {
  margin-left: 5.1vw;
}
.c-g-nav__list > li:last-child {
  display: none;
}
.c-g-nav__list > li > a {
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
}

.c-g-nav__title {
  cursor: pointer;
  align-items: center;
  display: flex;
  font-size: 2rem;
  justify-content: end;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0;
  font-weight: 600;
}
.c-g-nav__title::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  background: url(../image/common/icon_down.svg) no-repeat;
  margin-left: 10px;
}

/*メインコンテンツ*/
.c-main {
  position: relative;
  margin-top: 100px;
}

.c-foot-illust {
  width: 100%;
  margin: -36.46vw auto 0;
}
.c-foot-illust img {
  width: 100%;
}

/*フッター*/
.c-info {
  display: none;
  position: fixed;
  width: 275px;
  height: auto;
  bottom: 1.04vw;
  right: 8.33vw;
  z-index: 10;
}
.c-info a:hover {
  opacity: 1;
}

.js-opacity {
  opacity: 1;
  border-bottom: none;
}

.c-footer__wrap {
  background: #fffcd9;
  color: #231815;
  padding: 0 50px;
}

.c-footer__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
}

.c-footer__pagetop {
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 1.5rem;
  z-index: 2;
}

.c-footer__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 75px 0 60px;
}

.c-footer__contents-inner01 {
  width: 48.37%;
  max-width: 595px;
}

.c-footer__contents-inner02 {
  width: 48.29%;
  max-width: 594px;
}
.c-footer__contents-inner02 > .c-footer__contents-title {
  margin-bottom: 30px;
}

.c-footer__contents-title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #231815;
  margin-bottom: 34px;
}

.c-footer__contents-list {
  font-size: 1.7rem;
}
.c-footer__contents-list > li:not(:last-child) {
  margin-bottom: 30px;
}

.c-footer__contents-list--pdf {
  display: flex;
  justify-content: space-evenly;
}

.c-footer__pdf-title {
  text-align: center;
  margin-bottom: 15px;
}
.c-footer__pdf-title > div {
  background: url(../image/common/icon_pdf.svg) no-repeat 0;
  background-size: 16px;
  display: inline-block;
  padding-left: 36px;
  text-align: left;
}

.c-footer__pdf-image {
  box-sizing: border-box;
  border: 2px solid #231815;
  background: #FFF;
  max-width: 168px;
  margin: 0 auto;
}

/* コピーライト */
.c-footer__copy {
  background-color: #FFF;
  color: #000;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
}

.c-footer__copy-logo {
  width: 145px;
}

@media screen and (max-width: 1400px) {
  .c-info {
    right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .c-logo {
    padding-left: 2%;
  }
  .c-logo img {
    width: 137.3333333333px;
  }
  .c-header__chat-btn {
    width: 160px;
  }
  .c-header__chat-btn > a {
    font-size: 1.6rem;
  }
  .c-g-nav__title {
    font-size: 1.6rem;
  }
  .c-ufo {
    width: 342.4px;
    height: 260px;
  }
  .c-ufo a {
    opacity: 1;
  }
  .c-footer__pagetop {
    top: 0;
  }
  .c-footer__wrap {
    padding: 5.66vw 6.67vw 11.87vw;
  }
  .c-footer__contents {
    padding: 6.05% 0 4.84%;
  }
  .c-footer__contents-inner01 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .c-footer__contents-inner02 {
    width: 100%;
    max-width: 100%;
  }
  .c-footer__pdf-title > div {
    margin-left: 0;
    padding-left: 38px;
    text-align: left;
  }
  .c-footer__copy {
    padding: 0 1.61vw;
  }
}
@media screen and (max-width: 1024px) {
  /* ===========================================================
      タブレット横
  =========================================================== */
  /* -----------------------------------------------------------
      要素/属性セレクタ、疑似クラス
  ----------------------------------------------------------- */
  :hover {
    opacity: 1; /* ボタン等を押した時に2回押さないと効かないバグ対策 */
  }
  /* -----------------------------------------------------------
      汎用class
  ----------------------------------------------------------- */
  .pc-large-not {
    display: block;
  }
  .pc-large-only {
    display: none;
  }
  /* -----------------------------------------------------------
      共通パーツ(接頭辞が「.c-」)
  ----------------------------------------------------------- */
  .c-x-container {
    padding: 0 4%;
  }
  .c-x-container--full {
    padding: 0 4%;
  }
  .c-x-container--sub01 {
    padding: 0 4%;
  }
  .c-x-container--sub02 {
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  /* ===========================================================
      タブレット縦
  =========================================================== */
  .c-x-container--full {
    padding: 0 1%;
  }
  .c-x-container--sub01 {
    padding: 0 6.67%;
  }
  .c-x-container--sub02 {
    padding: 0 6.67%;
  }
  /*ヘッダー*/
  .c-header {
    height: 50px;
  }
  .c-main {
    margin-top: 50px;
  }
  .c-header__inner {
    width: 100%;
    padding: 1.73vw 3.07vw 1.73vw 4vw;
  }
  .c-logo {
    padding-left: 0;
  }
  .c-logo img {
    width: 103px;
  }
  .c-g-nav__list {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 50px;
    width: 100%;
    height: calc(100% - 6.67vw);
    color: #231815;
    margin: 0;
    padding: 8.79vw 10.335vw 7.52vw;
    list-style: none;
    transition: 0.35s ease-in-out;
    overflow-x: hidden;
    z-index: 2;
    border-top: 2px solid #231815;
    box-sizing: border-box;
  }
  .c-g-nav__list > li {
    float: none;
    margin: 0 0 0 0;
    text-align: left;
    font-size: 4.27vw;
    font-weight: bold;
    height: 100px;
    display: unset;
    align-items: center;
  }
  .c-g-nav__list > li:nth-child(1) > .c-g-nav__title::after {
    width: 18.27vw;
  }
  .c-g-nav__list > li:nth-child(2) > .c-g-nav__title::after {
    width: 56.93vw;
  }
  .c-g-nav__list > li:nth-child(2):hover > ul {
    display: flex;
  }
  .c-g-nav__list > li:last-child {
    display: block;
  }
  .c-g-nav__list > li:not(:first-child) {
    margin-left: 0;
  }
  .c-g-nav__list > li:not(:first-of-type) > a {
    border-left: none;
    margin-left: 0;
    display: unset;
  }
  .c-g-nav__list > li > a {
    font-size: 2.93vw;
    border: none;
    padding: 4.53vw 5.73vw;
  }
  .c-g-nav__sub-list01 {
    display: block;
    position: static;
    width: 100%;
    font-size: 4vw;
    margin: 3.22vw 0 5.73vw;
  }
  .c-g-nav__sub-list01 > li {
    background: none;
  }
  .c-g-nav__sub-list01 > li > a {
    padding: 3.13vw 4.69vw;
  }
  .c-g-nav__sub-list02 {
    display: flex;
    position: static;
    width: 100%;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 6.64vw;
    font-size: 4vw;
  }
  .c-g-nav__sub-list02 > li {
    background: none;
  }
  .c-g-nav__sub-list02 > li > a {
    padding: 0;
    border-left: none;
    margin-left: 0;
    display: unset;
    font-size: 2.93vw;
    border: none;
    padding: 0;
  }
  .c-g-nav__sub-list02 > li:nth-child(1) .c-g-nav__pdf-text {
    padding-bottom: 1vw;
    position: relative;
    top: -1.6vw;
  }
  .c-g-nav__sub-list02 > li:nth-child(2) .c-g-nav__pdf-text {
    padding-bottom: 1vw;
  }
  .c-g-nav__pdf-text {
    line-height: 1.2;
    background-size: 25px;
  }
  .c-g-nav__pdf-image {
    width: 20vw;
  }
  .c-g-nav__title {
    font-size: 4.27vw;
    position: relative;
    display: unset;
    font-weight: bold;
  }
  .c-g-nav__title::after {
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    background: #000;
    margin-left: 2.15vw;
  }
  .c-g-nav__chat-btn--sp {
    width: 65.33vw;
    height: auto;
    max-width: 100%;
    background: #FFDE00;
    margin: 10.27vw auto 0;
    text-align: center;
  }
  .c-g-nav__chat-btn--sp > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    color: #231815;
    padding: 3.33vw 0;
  }
  .c-g-nav__hbg-btn {
    position: relative;
    display: block;
    width: 32px;
    height: 22.5px;
  }
  .c-g-nav__hbg-btn:hover {
    cursor: pointer;
  }
  .c-g-nav__hbg-btn:before, .c-g-nav__hbg-btn:after,
  .c-g-nav__hbg-btn span:first-of-type {
    display: block;
    width: 95%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.35s ease-in-out;
  }
  .c-g-nav__hbg-btn:after {
    content: "";
    top: calc(25% + 12px);
    border-bottom: 3px solid #C7C8C8;
    border-radius: 3px;
  }
  .c-g-nav__hbg-btn:before {
    content: "";
    top: 0;
    border-top: 3px solid #C7C8C8;
    border-radius: 3px;
  }
  .c-g-nav__hbg-btn span:first-of-type {
    height: 3px;
    background-color: #C7C8C8;
    top: calc(25% + 3px);
    border-radius: 3px;
  }
  .c-g-nav__hbg-btn.js-hbg-btn-move.on {
    margin: 0 0 0 15px;
  }
  .c-g-nav__hbg-btn.on:before, .c-g-nav__hbg-btn.on:after, .c-g-nav__hbg-btn.on span:first-of-type {
    width: 70%;
  }
  .c-g-nav__hbg-btn.on:before {
    top: calc(41% - 1.5px);
    transform: rotate(315deg);
  }
  .c-g-nav__hbg-btn.on:after {
    top: calc(41% - 1.5px);
    transform: rotate(-315deg);
  }
  .c-g-nav__hbg-btn.on span:first-of-type {
    display: none;
  }
  .js-open-menu {
    right: -100%;
  }
  .js-open-menu.active {
    right: 0;
  }
  .c-foot-illust {
    margin-top: -47vw;
  }
  .c-info {
    width: min(44.53vw, 342px);
    bottom: 0;
  }
  /* -----------------------------------------------------------
      汎用class
  ----------------------------------------------------------- */
  .pc-not {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .c-x-container {
    padding: 0 6.67vw;
  }
  .c-g-nav__chat-btn--sp {
    width: 65.33vw;
    height: auto;
    max-width: 100%;
    background: #FFF100;
    margin: 10.27vw auto 0;
    text-align: center;
  }
  .c-g-nav__chat-btn--sp > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    color: #231815;
    padding: 3.33vw 0;
  }
  .c-footer__pagetop {
    font-size: 2.93vw;
    top: 0;
  }
  .c-footer__contents-inner01 {
    margin-bottom: 10vw;
  }
  .c-footer__contents-title {
    font-size: 3.47vw;
    margin-bottom: 5.07vw;
  }
  .c-footer__contents-list {
    font-size: 2.93vw;
  }
  .c-footer__contents-list > li:not(:last-child) {
    margin-bottom: 5.33vw;
  }
  .c-footer__contents-list--pdf {
    font-size: 2.93vw;
    width: 100%;
  }
  .c-footer__pdf-title {
    margin: 0 0 3.07vw -3.2vw;
  }
  .c-footer__pdf-title > div {
    background-size: 2.67vw;
    margin-left: 0;
    padding-left: 5.33vw;
  }
  .c-footer__pdf-image {
    width: 31.33vw;
  }
  /* コピーライト */
  .c-footer__copy {
    padding: 6.67vw 6.67vw 4vw;
    justify-content: center;
    height: auto;
  }
  .c-footer__copy-logo {
    width: 50.27vw;
    margin-bottom: 3.47vw;
    text-align: center;
  }
  .c-footer__copy-text {
    text-align: center;
    font-size: 2.27vw;
  }
}
@media screen and (max-width: 667px) {
  /* ===========================================================
      スマホ
  =========================================================== */
  /* -----------------------------------------------------------
      汎用class
  ----------------------------------------------------------- */
  .sp-only {
    display: block;
  }
  .sp-not {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  /* ===========================================================
      iPhone5/SE
  =========================================================== */
  /* -----------------------------------------------------------
      汎用class
  ----------------------------------------------------------- */
  .sp-small-only {
    display: block;
  }
  .sp-small-not {
    display: none;
  }
  /* -----------------------------------------------------------
      共通パーツ(接頭辞が「.c-」)
  ----------------------------------------------------------- */
}