@charset "UTF-8";
/**------------------------------------------------------------------
*  pc_entry.css
*  color: 11
*  loginPath: login0
*  entryPath: top_01
------------------------------------------------------------------**/
/*-----------------------------------------------------------------/
/ common
/-----------------------------------------------------------------*/
/* common CSS(pc) 入力フォーム形状／フォームのアラート／ボタン形状 */ /* base CSS 基礎設定 */
/* ベースのリセット
------------------------------------------------------------------*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a,
img, ul, ol, dl, li, dt, dd, form, label, table, thead, tbody, tfoot, th, tr, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.3rem;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  text-align: left;
  word-break: break-word;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
}

input, textarea, select {
  padding: 3px;
  font-size: 1.2rem;
}

ul, ol, dl {
  list-style: none;
}

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

th, td {
  font-size: 1.2rem;
  line-height: 1.5;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #1f70c1;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}
a:hover {
  color: #6c96c1;
  text-decoration: none;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.pager_bar {
  text-align: center;
}

:focus {
  outline: 0;
}

:visited, :link {
  color: #04c;
}

a, #header-wrap {
  -webkit-tap-highlight-color: transparent;
}

#saiyotop_job .staff__detail__box:after, #saiyotop_job .koza__contents__box .koza__contents:after, #saiyotop_job .blog__text:after, #saiyotop_job .job__offer__detail::after, #saiyotop_shain .staff__detail__box:after, #saiyotop_koza .koza__contents__box .koza__contents:after, #saiyotop_blog .blog__text:after, .contents__type__simple.simple__06 .title__wrap:after, #main__contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:after {
  overflow: hidden;
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ボタンのベース
------------------------------------------------------------------*/
input[type=button],
input[type=submit],
.btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  white-space: normal;
  cursor: pointer;
}
input[type=button] a,
input[type=submit] a,
.btn a {
  text-decoration: none;
}

.btn__wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

/* フォームのベース
------------------------------------------------------------------*/
input[type=text],
input[type=password],
select, textarea,
.radio__item-name,
.form__item__title {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus, textarea:focus {
  border: 1px solid rgba(90, 180, 255, 0.5);
  box-shadow: 0 0 3px rgba(90, 180, 255, 0.5);
}

input[type=text],
input[type=password],
select {
  padding: 5px 8px;
}

/* テキストエリアベース
------------------------------------------------------------------*/
textarea {
  min-height: 65px;
  padding: 12px 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: inherit;
}

/* ラジオボタンベース
------------------------------------------------------------------*/
input[type=radio] {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: text-top;
}

.radio__wrap {
  width: 100%;
}

.radio__item + .radio__item {
  border-top: inherit;
  border-radius: 0;
}

.radio__item:last-child {
  border-top: none;
}

.half .radio__item {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.half .radio__item:first-child {
  float: left;
}
.half .radio__item:last-child {
  float: right;
  border-left: none;
}

.input__item-name {
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
}

/* チェックボックスベース
------------------------------------------------------------------*/
input[type=checkbox] {
  margin: 0 5px 0 0;
  vertical-align: text-top;
  -webkit-tap-highlight-color: transparent;
}

.checkbox__wrap {
  width: 100%;
}

.checkbox__item {
  width: 100%;
  box-sizing: border-box;
}

.checkbox__item + .checkbox__item {
  border-top: inherit;
  border-radius: 0;
}

.checkbox__item:last-child {
  border-top: none;
}

/* セレクトボックスベース
------------------------------------------------------------------*/
select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

.select_wrap {
  position: relative;
}

.select_wrap + .select_wrap {
  border-radius: 0;
}

/* ファイル選択
------------------------------------------------------------------*/
input[type=file] {
  border: 1px solid transparent;
  margin-top: 5px;
}

/* 言語対応
-------------------------------------------------------------------*/
.form__item__title__en,
.text__lang__en {
  display: block;
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
}

.text__lang__en {
  margin-top: 3px;
  font-size: 1.15rem;
}

.setting__messege {
  margin: 8px 0;
}

.form__item__title__en {
  font-size: 1.1rem;
}

.simple__grp__title__en {
  margin-left: 8px;
  font-size: 1.1rem;
  font-weight: normal;
}

.verisign__text__en {
  margin-top: 3px;
  text-align: left;
  font-size: 0.9rem;
}

/* axolutil.sass */
/* axol.modalDialog
------------------------------------------------------------------*/
/* 絶対位置 */
._axol_modal_bind {
  /* position: fixed; : js側固定 */
  /* width: 100vw; : js側固定 */
  /* height: 100vh; : js側固定 */
  /* display: animate; : js側固定 */
  /* z-index:current-max; : js側固定 */
}

/* 背景バックの色 */
._axol_modal_back {
  /* width: 100%; : js側固定 */
  /* height: 100%; : js側固定 */
  background: rgba(0, 0, 0, 0.3);
}

/* モーダル枠 */
.axol_modal_dialog {
  /* position: absolute; : js側固定 */
  /* z-index:current-max; : js側固定 */
  background: #fff;
  max-width: 70%;
  max-height: 70%;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.axol_modal_dialog img {
  max-width: 100%;
  max-height: 420px;
}

/* 閉じるボタン */
._axol_modal_close_btn {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

._axol_modal_close_btn::before,
._axol_modal_close_btn::after {
  position: absolute;
  content: "";
  background: #333;
  width: 1px;
  height: 15px;
  top: 0;
  right: 6px;
}

._axol_modal_close_btn::before {
  transform: rotate(45deg);
}

._axol_modal_close_btn::after {
  transform: rotate(-45deg);
}

/* axol.axolModalTip
------------------------------------------------------------------*/
/* 絶対位置 */
.axolModalTip_parent {
  /* position: relative; : js側固定 */
  /* height: 0; : js側固定 */
  /* z-index:current-max; : js側固定 */
}

/* 背景バックの色 */
.axolModalTip_backWrapper {
  /* position: fixed; : js側固定 */
  /* width: 100vw; : js側固定 */
  /* height: 100vh; : js側固定 */
  /* z-index:current-max; : js側固定 */
  background: rgba(0, 0, 0, 0.3);
}

/* チップ枠 */
.axolModalTip_dialog {
  /* position:absolute; : js側固定 */
  /* top:**; : js側固定 */
  /* left:**; : js側固定 */
  /* z-index:current-max; : js側固定 */
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  min-width: 300px;
  max-width: 35%;
  padding: 15px 18px;
  box-sizing: border-box;
}

/* 三角矢印の色 */
.axolModalTip_triangle {
  /* positon:absolute; : js側固定 */
  /* top:**; : js側固定 */
  /* left:**; : js側固定 */
  /* width: 0; : js側固定 */
  /* height: 0; : js側固定 */
  /* z-index:current-max; : js側固定 */
  border-color: #fff;
  border-width: 8px;
}

/* 閉じるボタン */
.axolModalTip_cancelBtn {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.axolModalTip_cancelBtn::before,
.axolModalTip_cancelBtn::after {
  position: absolute;
  content: "";
  background: #333;
  width: 1px;
  height: 10px;
  top: 4px;
  right: 8px;
}

.axolModalTip_cancelBtn::before {
  transform: rotate(45deg);
}

.axolModalTip_cancelBtn::after {
  transform: rotate(-45deg);
}

/* axol.loadingDialog
------------------------------------------------------------------*/
.axol_modal_dialog._axol_modal_loading {
  width: 150px;
  height: 90px;
}

._axol_modal_loading .loading__wrap {
  position: relative;
  text-align: center;
}

._axol_modal_loading .loading__wrap:before {
  position: absolute;
  content: "now loading...";
  width: 150px;
  font-size: 11px;
  bottom: -25px;
  left: calc(50% - 72px);
}

._axol_modal_loading .loading__items {
  display: inline-block;
  background: #333;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

._axol_modal_loading .loading__items.loading__item1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

._axol_modal_loading .loading__items.loading__item2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* common CSS(pc/sp) フォーム全体 */
/* ボタン
------------------------------------------------------------------*/
.btn__area {
  margin: 20px 0 15px;
}

.axol_pager .axol_pager_page_now,
.axol_pager .axol_pager_page_txt,
.axol_pager .axol_pager_pre_txt,
.axol_pager .axol_pager_post_txt, .mynavi__banner a,
.mynavi__link__btn a, .btn__s, .btn__l {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}
.axol_pager .axol_pager_page_now:active,
.axol_pager .axol_pager_page_txt:active,
.axol_pager .axol_pager_pre_txt:active,
.axol_pager .axol_pager_post_txt:active, .mynavi__banner a:active,
.mynavi__link__btn a:active, .btn__s:active, .btn__l:active {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  top: 1px;
}

.btn__s.btn__submit, .btn__l.btn__submit {
  background-color: #ed4e3b;
  color: #fff;
  border-bottom: 3px solid #e02a15;
}
.btn__s.btn__submit:hover, .btn__l.btn__submit:hover {
  background-color: #d92914;
}
.btn__s.btn__confirm, .btn__l.btn__confirm {
  background-color: #1f81db;
  color: #fff;
  border-bottom: 3px solid #1967ae;
}
.btn__s.btn__confirm:hover, .btn__l.btn__confirm:hover {
  background-color: #1967af;
}
.btn__s.btn__back, .btn__l.btn__back {
  background-color: #e5e5e5;
  color: #2e2e2e;
  border-bottom: 3px solid #cccccc;
}
.btn__s.btn__back:hover, .btn__l.btn__back:hover {
  background-color: #dadada;
}
.btn__s.btn__edit, .btn__l.btn__edit {
  background-color: #aaa;
  color: white;
  border-bottom: 3px solid #919191;
}
.btn__s.btn__edit:hover, .btn__l.btn__edit:hover {
  background-color: #a2a2a2;
}
.btn__s.btn__move, .btn__l.btn__move {
  background-color: #555;
  color: #fff;
  border-bottom: 3px solid #3c3c3c;
}
.btn__s.btn__move:hover, .btn__l.btn__move:hover {
  background-color: #444444;
}
.btn__s.btn__disabled, .btn__l.btn__disabled {
  background-color: #ccc;
  color: #fafafa;
  border-bottom: 3px solid #b3b3b3;
}

.next__arrow {
  background-image: url(../images/icons/button_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.next__arrow.btn__s {
  padding: 8px 28px 8px 8px;
}
.next__arrow.btn__l {
  padding: 12px 32px 12px 15px;
}

.back__arrow {
  background-image: url(../images/icons/button_modoru.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.back__arrow.btn__s {
  padding: 6px 8px 6px 28px;
}
.back__arrow.btn__l {
  padding: 12px 15px 12px 32px;
}

.btn__back.back__arrow {
  background-image: url(../images/icons/button_modoru2.png);
}

.left__arrow {
  background-image: url(../images/icons/button_modoru2.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.left__arrow.btn__s {
  padding: 6px 8px 6px 28px;
}
.left__arrow.btn__l {
  padding: 12px 15px 12px 25px;
}

.right__arrow {
  background-image: url(../images/icons/button_susumu2.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 25px;
}
.right__arrow.btn__s {
  padding: 6px 28px 6px 8px;
}
.right__arrow.btn__l {
  padding: 12px 25px 12px 15px;
}

/* フォーム
------------------------------------------------------------------*/
select, textarea, input[type=text],
input[type=password] {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.2) inset, 0 2px 4px -4px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text],
input[type=password] {
  width: 100%;
  padding: 8px 12px;
}

textarea {
  width: 100%;
  height: 200px;
  max-width: 360px;
}

select {
  background: #fff url(../images/icons/down_arrow_b.svg) right 10px center/10px no-repeat;
  width: 100%;
  padding: 5px 28px 5px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.is_foreign .navy {
  width: 305px;
  display: inline-block;
}

.check__mark ul {
  color: #ff664b;
}
.check__mark li {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
}
.check__mark li::before {
  content: "＊ ";
}

#main__contents .fb_alert input[type=text],
#main__contents .fb_alert input[type=password],
#main__contents .fb_alert input[type=checkbox],
#main__contents .fb_alert input[type=radio],
#main__contents .fb_alert input[type=file],
#main__contents .fb_alert input[type=img],
#main__contents .fb_alert select, #main__contents .fb_alert textarea {
  border-color: #ff664b;
}
#main__contents .fb_alert label {
  color: #ff664b;
}

.preview_dummy {
  color: #f00;
}

.nomenu #contents__area {
  width: 100%;
  margin: 0 auto;
}

#entry_error .go__login,
#mypage_error .go__login,
#mypage_logout .go__login {
  box-sizing: border-box;
  margin-top: 30px;
  text-align: center;
}
#entry_error .go__login__text,
#mypage_error .go__login__text,
#mypage_logout .go__login__text {
  color: #fff;
}

.login__info {
  display: none;
}

.display__change {
  background: linear-gradient(to top, #444444 0%, #555 100%);
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 10px;
  transition: opacity 0.2s;
}
.display__change:hover {
  opacity: 0.75;
}
#footer .display__change a {
  font-size: 1.1rem;
  color: #fff;
}
.display__change.btn__s {
  padding: 0;
}
.display__change.btn__s a {
  display: inline-block;
  padding: 3px 8px;
}

/* ベリサイン(SSL)
-------------------------------------------------------------------*/
.verisign__img {
  float: left;
  width: 80px;
  height: 40px;
  margin-right: 10px;
}

.verisign__img__src {
  background: url(../images/outersite/norton-seal.png) center center/80px no-repeat;
}

.verisign__text {
  font-size: 0.85rem;
  line-height: 1.45em;
  text-align: justify;
  color: #333;
}

/* マイナビボタン（シームレスボタン）
-------------------------------------------------------------------*/
.mynavi__banner,
.mynavi__link__btn {
  width: 100%;
}
.mynavi__banner a,
.mynavi__link__btn a {
  display: block;
  background-color: #fff;
  background-image: url(../images/icons/button_arrow.png), url(../images/outersite/mynavi_logo.png);
  background-position: right center, calc(50% - 10px) center;
  background-size: auto, 100px;
  background-repeat: no-repeat, no-repeat;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-bottom: 3px solid #d9d9d9;
  height: 45px;
}
.mynavi__banner a:hover,
.mynavi__link__btn a:hover {
  background-color: #eee;
}
.mynavi__banner img,
.mynavi__link__btn img {
  display: none;
  width: 100%;
}

/* ログイン
-------------------------------------------------------------------*/
.login__message__wrap {
  width: 100%;
  margin-bottom: 25px;
}

#login__message {
  width: 100%;
  text-align: left;
}
#login__message + .login__all__message {
  margin-top: 15px;
}

/* SNS */
.menu__facebook a,
.menu__twitter a {
  height: 43px;
}
.menu__facebook a:hover,
.menu__twitter a:hover {
  opacity: 0.75;
}

li.menu__facebook a {
  background: url(../images/outersite/logo_facebook.png) left 12px center/auto no-repeat;
}

li.menu__twitter a {
  background: url(../images/outersite/logo_twitter.png) left 12px center/auto no-repeat;
}

li.menu__facebook a:hover {
  background: url(../images/outersite/logo_facebook.png) left 12px center/auto no-repeat;
}

li.menu__twitter a:hover {
  background: url(../images/outersite/logo_twitter.png) left 12px center/auto no-repeat;
}

/* ダイレクトアクセスの表示
-------------------------------------------------------------------*/
#top_kanri_mp {
  background-color: rgba(243, 152, 0, 0.05);
  box-sizing: border-box;
  border: 1px solid #f39800;
  margin: 10px auto 15px;
  padding: 5px 8px;
  color: #f39800;
  font-size: 13px;
}

.btn__s {
  font-size: 1.2rem;
  padding: 6px 10px;
}

.btn__l {
  min-width: 100px;
  margin: 0 10px;
  padding: 12px 15px;
  font-size: 14px;
}

.form_button {
  text-align: center;
  margin: 15px 0 30px;
}

input[type=text],
input[type=password],
textarea, select {
  font-size: 1.4rem;
}

select {
  background: #fff url(../images/icons/down_arrow_b.svg) right 10px center/10px no-repeat;
  width: 100%;
  padding: 8px 30px 8px 8px;
  cursor: pointer;
}

.form__item__title__wrap,
.need__item,
.need__item__small,
.noneed__item,
.noneed__item__small,
.form__item__group,
.form__item__multi {
  display: inline-block;
  vertical-align: middle;
}

/* 全体・ヘッダートップ
-------------------------------------------------------------------*/
#page__all {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 980px;
  min-height: 100%;
  height: 100%;
}

.user__item {
  display: inline-block;
  width: auto;
}

.username {
  display: inline-block;
  background: url(../images/icons/icon_account.svg) 8px calc(50% - 1px)/13px 13px no-repeat;
  margin: 0 5px 0 12px;
  padding: 5px 8px 5px 28px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1.2rem;
}

.link__logout {
  display: inline-block;
  background: #333 url(../images/icons/logout_w.svg) 8px calc(50% - 1px)/13px 13px no-repeat;
  border-bottom: 3px solid #000;
  border-radius: 0 0 3px 3px;
  padding: 6px 8px 5px 28px;
  text-align: center;
  line-height: 1;
  font-size: 1.1rem;
  color: #fff;
  cursor: pointer;
  transition: 0.1s;
}
.link__logout:hover {
  opacity: 0.8;
}

/* 各ページのメインコンテンツ上下のマージンを設定 */
#mypage_schedule #main__contents {
  margin: 0 auto 25px;
}

.contents__message {
  margin: 0 0 12px;
  width: 100%;
}

/* フッター
-------------------------------------------------------------------*/
#footer__sub {
  display: none;
}

#footer {
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
}

#footer__wrap {
  box-sizing: border-box;
  width: 980px;
  min-height: 50px;
  margin: 0 auto;
  padding: 15px 0;
}

.copyright__text {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-family: verdana, "メイリオ", "Meiryo", arial, clean, sans-serif;
  font-size: 10px;
  color: #333;
  letter-spacing: 0.05em;
  clear: both;
}

#verisign__block {
  width: 370px;
  margin: 0 0 0 auto;
}

.verisign__text {
  padding: 2px 0;
  color: #333;
}

/* テキストメニュー
-------------------------------------------------------------------*/
#menu__text {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  text-align: right;
}
#menu__text .menu__text__button {
  display: inline-block;
  margin-left: 10px;
}
#menu__text .menu__now {
  font-weight: bold;
}
#menu__text a {
  display: block;
  padding: 3px 0;
  font-size: 1.2rem;
  color: #333;
  text-decoration: underline;
}
#menu__text a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.nomenu #menu__area {
  display: none;
}

.pagenation__area__top,
.pagenation__area__bottom {
  display: inline-block;
  text-align: right;
}

.pagenation__area__top {
  width: 100%;
  margin-bottom: 15px;
}

.pagenation__area__bottom {
  width: calc(100% - 150px);
  margin-top: 10px;
}

.pagenation__caption {
  display: inline-block;
  text-align: left;
  width: calc(100% - 355px);
  vertical-align: bottom;
}

.pagenation__item {
  display: inline-block;
  width: 340px;
  margin-left: 10px;
  text-align: right;
}

.axol_pager {
  display: block;
}
.axol_pager a {
  display: inline-block;
  margin: 0 3px;
}
.axol_pager .axol_pager_page_now,
.axol_pager .axol_pager_page_txt,
.axol_pager .axol_pager_pre_txt,
.axol_pager .axol_pager_post_txt {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 4px 12px;
  text-align: center;
  color: #333;
}
.axol_pager .axol_pager_page_now:hover,
.axol_pager .axol_pager_page_txt:hover,
.axol_pager .axol_pager_pre_txt:hover,
.axol_pager .axol_pager_post_txt:hover {
  background: #f3f2f1;
  color: #333;
}
.axol_pager .axol_pager_page_now {
  background: #1f81db;
  border: 1px solid #1f81db;
  border-bottom: 3px solid #1967ae;
  margin: 0 3px;
  color: #fff;
}
.axol_pager .axol_pager_page_now:active {
  top: 0;
}
.axol_pager .axol_pager_page_now:hover {
  background: #1f81db;
  color: #fff;
}

/* ベリサインがあるベージのみレイアウト変更
-------------------------------------------------------------------*/
#mypage_login #footer,
#entry_agreement #footer {
  text-align: left;
}
#mypage_login .copyright,
#entry_agreement .copyright {
  text-align: center;
}

/* 登録重複画面画面
-------------------------------------------------------------------*/
#entry_matched .login__input__area,
#entry_matched_mn .login__input__area {
  width: 500px;
  margin: 30px auto 15px;
}
#entry_matched .login__input__area .id__area,
#entry_matched .login__input__area .pass__area,
#entry_matched_mn .login__input__area .id__area,
#entry_matched_mn .login__input__area .pass__area {
  display: inline-block;
  width: 47.5%;
  margin: 0 5px 5px;
}
#entry_matched .login__input__area .fb_ownAlertBox,
#entry_matched_mn .login__input__area .fb_ownAlertBox {
  text-align: center;
}
#entry_matched .login__forget,
#entry_matched_mn .login__forget {
  display: block;
  text-align: center;
}
#entry_matched .login__forget a,
#entry_matched_mn .login__forget a {
  background: #555;
  margin: 0 auto;
  color: #fff;
}
#entry_matched .match__message__toiawase,
#entry_matched_mn .match__message__toiawase {
  background: #f3f2f1;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 10px 12px;
}
#entry_matched .go__seamless__mynavi,
#entry_matched_mn .go__seamless__mynavi {
  margin: 10px auto 0;
}
#entry_matched .go__seamless__mynavi a,
#entry_matched_mn .go__seamless__mynavi a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#entry_matched .match__message,
#entry_matched_mn .match__message {
  margin-top: 20px;
}
#entry_matched .match__message u,
#entry_matched_mn .match__message u {
  text-decoration: none;
  font-weight: bold;
}

/* ブログ・レターなどの写真サイズ・配置
-------------------------------------------------------------------*/
.img__box__in_l,
.img__box__in_r,
.img__box__out_l,
.img__box__out_r,
.img__box__out_c {
  margin: 0;
}

.img__size__SS,
.img__size__S,
.img__size__M,
.img__size__R,
.img__size__L {
  max-width: 100%;
}

.img__box__out_l a,
.img__box__out_r a,
.img__box__out_c a,
.img__box__in_l a,
.img__box__in_r a {
  display: block;
}
.img__box__out_l .img__size__L,
.img__box__out_r .img__size__L,
.img__box__out_c .img__size__L,
.img__box__in_l .img__size__L,
.img__box__in_r .img__size__L {
  width: 780px;
}
.img__box__out_l .img__size__R,
.img__box__out_r .img__size__R,
.img__box__out_c .img__size__R,
.img__box__in_l .img__size__R,
.img__box__in_r .img__size__R {
  width: 444px;
}
.img__box__out_l .img__size__M,
.img__box__out_r .img__size__M,
.img__box__out_c .img__size__M,
.img__box__in_l .img__size__M,
.img__box__in_r .img__size__M {
  width: 260px;
}
.img__box__out_l .img__size__S,
.img__box__out_r .img__size__S,
.img__box__out_c .img__size__S,
.img__box__in_l .img__size__S,
.img__box__in_r .img__size__S {
  width: 150px;
}
.img__box__out_l .img__size__SS,
.img__box__out_r .img__size__SS,
.img__box__out_c .img__size__SS,
.img__box__in_l .img__size__SS,
.img__box__in_r .img__size__SS {
  width: 65px;
}

.img__box__out_l .img__size__L,
.img__box__in_l .img__size__L {
  margin: 25px 0;
}
.img__box__out_l .img__size__R,
.img__box__in_l .img__size__R {
  margin: 20px 28px 20px 0;
}
.img__box__out_l .img__size__M,
.img__box__in_l .img__size__M {
  margin: 10px 22px 10px 0;
}
.img__box__out_l .img__size__S,
.img__box__in_l .img__size__S {
  margin: 4px 20px 4px 0;
}
.img__box__out_l .img__size__SS,
.img__box__in_l .img__size__SS {
  margin: 4px 16px 4px 0;
}

.img__box__out_r .img__size__L,
.img__box__in_r .img__size__L {
  margin: 25px 0;
}
.img__box__out_r .img__size__R,
.img__box__in_r .img__size__R {
  margin: 20px 0 20px 28px;
}
.img__box__out_r .img__size__M,
.img__box__in_r .img__size__M {
  margin: 10px 0 10px 22px;
}
.img__box__out_r .img__size__S,
.img__box__in_r .img__size__S {
  margin: 4px 0 4px 20px;
}
.img__box__out_r .img__size__SS,
.img__box__in_r .img__size__SS {
  margin: 4px 0 4px 16px;
}

.img__box__out_c .img__size__L {
  margin: 25px 0;
}
.img__box__out_c .img__size__R {
  margin: 20px 28px;
}
.img__box__out_c .img__size__M {
  margin: 10px 22px;
}
.img__box__out_c .img__size__S {
  margin: 4px 20px;
}
.img__box__out_c .img__size__SS {
  margin: 4px 16px;
}

.img__box__in_l {
  float: left;
}

.img__box__in_r {
  float: right;
}

.img__box__out_l {
  text-align: left;
}

.img__box__out_r {
  text-align: right;
}

.img__box__out_c {
  text-align: center;
}

.img__box__out_l, .img__box__out_r, .img__box__out_c {
  clear: both;
}

.mov_block {
  margin: 10px 0;
  text-align: center;
}
.mov_block video {
  max-width: 100%;
}

/* axolutil.sass */
/* axol.modalDialog
------------------------------------------------------------------*/
/* 絶対位置 */
._axol_modal_bind {
  /* position: fixed; : js側固定 */
  /* width: 100vw; : js側固定 */
  /* height: 100vh; : js側固定 */
  /* display: animate; : js側固定 */
  /* z-index:current-max; : js側固定 */
}

/* 背景バックの色 */
._axol_modal_back {
  /* width: 100%; : js側固定 */
  /* height: 100%; : js側固定 */
  background: rgba(0, 0, 0, 0.3);
}

/* モーダル枠 */
.axol_modal_dialog {
  /* position: absolute; : js側固定 */
  /* z-index:current-max; : js側固定 */
  background: #fff;
  max-width: 70%;
  max-height: 70%;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.axol_modal_dialog img {
  max-width: 100%;
  max-height: 420px;
}

/* 閉じるボタン */
._axol_modal_close_btn {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

._axol_modal_close_btn::before,
._axol_modal_close_btn::after {
  position: absolute;
  content: "";
  background: #333;
  width: 1px;
  height: 15px;
  top: 0;
  right: 6px;
}

._axol_modal_close_btn::before {
  transform: rotate(45deg);
}

._axol_modal_close_btn::after {
  transform: rotate(-45deg);
}

/* axol.axolModalTip
------------------------------------------------------------------*/
/* 絶対位置 */
.axolModalTip_parent {
  /* position: relative; : js側固定 */
  /* height: 0; : js側固定 */
  /* z-index:current-max; : js側固定 */
}

/* 背景バックの色 */
.axolModalTip_backWrapper {
  /* position: fixed; : js側固定 */
  /* width: 100vw; : js側固定 */
  /* height: 100vh; : js側固定 */
  /* z-index:current-max; : js側固定 */
  background: rgba(0, 0, 0, 0.3);
}

/* チップ枠 */
.axolModalTip_dialog {
  /* position:absolute; : js側固定 */
  /* top:**; : js側固定 */
  /* left:**; : js側固定 */
  /* z-index:current-max; : js側固定 */
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  min-width: 300px;
  max-width: 35%;
  padding: 15px 18px;
  box-sizing: border-box;
}

/* 三角矢印の色 */
.axolModalTip_triangle {
  /* positon:absolute; : js側固定 */
  /* top:**; : js側固定 */
  /* left:**; : js側固定 */
  /* width: 0; : js側固定 */
  /* height: 0; : js側固定 */
  /* z-index:current-max; : js側固定 */
  border-color: #fff;
  border-width: 8px;
}

/* 閉じるボタン */
.axolModalTip_cancelBtn {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.axolModalTip_cancelBtn::before,
.axolModalTip_cancelBtn::after {
  position: absolute;
  content: "";
  background: #333;
  width: 1px;
  height: 10px;
  top: 4px;
  right: 8px;
}

.axolModalTip_cancelBtn::before {
  transform: rotate(45deg);
}

.axolModalTip_cancelBtn::after {
  transform: rotate(-45deg);
}

/* axol.loadingDialog
------------------------------------------------------------------*/
.axol_modal_dialog._axol_modal_loading {
  width: 150px;
  height: 90px;
}

._axol_modal_loading .loading__wrap {
  position: relative;
  text-align: center;
}

._axol_modal_loading .loading__wrap:before {
  position: absolute;
  content: "now loading...";
  width: 150px;
  font-size: 11px;
  bottom: -25px;
  left: calc(50% - 72px);
}

._axol_modal_loading .loading__items {
  display: inline-block;
  background: #333;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

._axol_modal_loading .loading__items.loading__item1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

._axol_modal_loading .loading__items.loading__item2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*-----------------------------------------------------------------/
/ pc_saiyo_top_base
/-----------------------------------------------------------------*/
/* simple style base
-------------------------------------------------------------------*/
.contents__type__simple {
  position: relative;
}
.contents__type__simple .content__wrap {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 7vw;
}
.contents__type__simple .inner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.contents__type__simple .title__wrap {
  width: 100%;
  box-sizing: border-box;
}

/* simple style
-------------------------------------------------------------------*/
.contents__type__simple.simple__01 .title__wrap {
  align-self: center;
  border-left-width: 20px;
  border-style: solid;
  padding-left: 45px;
}
.contents__type__simple.simple__01 .image__wrap {
  flex: 0 0 400px;
  background: rgba(0, 0, 0, 0.1);
}
.contents__type__simple.simple__01 .contents__main__image {
  height: 300px;
}
.contents__type__simple.simple__01 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.contents__type__simple.simple__02 .title__wrap {
  display: flex;
  flex-wrap: wrap;
}
.contents__type__simple.simple__02 .image__wrap {
  flex: 0 0 400px;
  background: rgba(0, 0, 0, 0.1);
}
.contents__type__simple.simple__02 .contents__main__image {
  height: 300px;
}
.contents__type__simple.simple__02 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.contents__type__simple.simple__02 .contents__btn__link {
  width: 100%;
  text-align: right;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__main {
  width: 100%;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__main + .contents__title__sub {
  width: 250px;
  margin-top: 2rem;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__main + .contents__title__sub + .contents__title__text {
  margin-top: 2rem;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__main + .contents__title__text {
  width: calc(100% - 275px - 2rem);
  margin-top: 2rem;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__sub {
  width: 250px;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__sub + .contents__title__text {
  width: calc(100% - 275px - 2rem);
  margin-top: 0;
  margin-left: 4.5rem;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__text {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__simple.simple__02 .title__wrap {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__simple.simple__02 .contents__title__main + .contents__title__text,
#saiyotop_top .contents__type__simple.simple__02 .contents__title__sub + .contents__title__text {
    width: 100%;
    margin-left: 0;
  }
}
.contents__type__simple.simple__03 .title__wrap {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
}
.contents__type__simple.simple__03 .contents__title__text {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
  margin-top: 40px;
  padding-top: 25px;
}
.contents__type__simple.simple__03 .title__wrap .contents__title__text {
  margin-top: 40px;
}

.contents__type__simple.simple__04 .content__wrap {
  max-width: 80%;
  padding: 100px 0;
}
.contents__type__simple.simple__04 .inner__wrap {
  position: relative;
  display: block;
  text-align: center;
}
.contents__type__simple.simple__04 .title__wrap {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  padding-bottom: 25px;
  overflow: auto;
  text-align: left;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__main {
  font-size: calc(3.2rem + (1vw - 0.48rem) * 1.2);
  line-height: 1.5;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__main + .contents__title__sub {
  margin: 0 3.5rem 0 0;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__sub {
  font-size: calc(2rem + (1vw - 0.48rem) * 1);
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__sub + .contents__title__text {
  margin: 0 3.5rem 0 0;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__text {
  line-height: 2.5;
  font-size: calc(1.5rem + (1vw - 0.48rem) * 0.2);
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link {
  position: absolute;
  bottom: -45px;
  left: 0;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a {
  position: relative;
  box-sizing: border-box;
  border-width: 0;
  border-radius: 0;
  height: auto;
  min-height: 15px;
  padding: 0 105px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  transition: 0.15s;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a::before, #saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a::after {
  position: absolute;
  content: "";
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
  right: 0;
  transition: 0.2s;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a::before {
  width: 10px;
  transform: rotate(45deg);
  top: 11px;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a::after {
  width: 100px;
  top: 15px;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a:hover {
  background: transparent;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a:hover::before, #saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a:hover::after {
  right: -12px;
}
#saiyotop_top .contents__type__simple.simple__04.position__c .title__wrap {
  text-align: left;
}
#saiyotop_top .contents__type__simple.simple__04.position__r .inner__wrap {
  text-align: right;
}
#saiyotop_top .contents__type__simple.simple__04.position__r .title__wrap {
  text-align: left;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__main {
    font-size: 3.8rem;
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__simple.simple__04 .content__wrap {
    padding: 40px 0 65px;
  }
  #saiyotop_top .contents__type__simple.simple__04 .title__wrap {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    padding: 0 15px;
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__main {
    line-height: 1.35;
    letter-spacing: 3px;
    font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
    font-weight: bold;
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__main + .contents__title__sub {
    margin: 1.2rem 0 0 0;
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__main + .contents__title__text {
    margin: 3rem 0 0 0;
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__main + .contents__btn__link {
    margin: 3rem 0 0 0;
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__sub + .contents__title__text {
    margin: 3rem 0 0 0;
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__sub + .contents__btn__link {
    margin: 3rem 0 0 0;
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__text {
    line-height: 2.2;
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  #saiyotop_top .contents__type__simple.simple__04 .contents__title__text + .contents__btn__link {
    margin: 3rem 0 0 0;
  }
}
.contents__type__simple.simple__05 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  border-width: 2px;
  border-top-width: 8px;
  border-style: solid;
  padding: 40px 5vw;
}
.contents__type__simple.simple__05 .contents__title__main {
  font-size: 35px;
}
.contents__type__simple.simple__05 .contents__title__main + .contents__title__sub {
  margin-top: 8px;
}
.contents__type__simple.simple__05 .contents__title__sub {
  font-size: 20px;
}
.contents__type__simple.simple__05 .contents__title__sub .contents__title__text {
  margin-top: 0;
}
.contents__type__simple.simple__05 .contents__title__text {
  font-size: 15px;
}

.contents__type__simple.simple__06 .content__wrap {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.contents__type__simple.simple__06 .inner__wrap {
  justify-content: flex-start;
}
.contents__type__simple.simple__06 .title__wrap {
  align-self: center;
  width: 40vw;
  margin-left: 10%;
}
.contents__type__simple.simple__06 .contents__title__main {
  position: absolute;
  width: 60%;
  text-align: right;
  top: 0;
  right: -10px;
  opacity: 0.2;
}
.contents__type__simple.simple__06 .contents__title__main + .contents__title__sub + .contents__title__text {
  margin-top: 2.8rem;
}
.contents__type__simple.simple__06 .contents__title__sub {
  position: relative;
  padding-bottom: 3.2rem;
}
.contents__type__simple.simple__06 .contents__title__sub::after {
  position: absolute;
  content: "";
  width: 100px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  left: 0;
  bottom: 0;
}
.contents__type__simple.simple__06 .contents__btn__link {
  text-align: left;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__title__main {
  line-height: 1.2;
  font-size: 13rem;
  font-weight: normal;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__title__main + .contents__title__sub + .contents__title__text {
  margin-top: 2.8rem;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__title__sub {
  font-size: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__title__text {
  margin: 0;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__btn__link {
  text-align: left;
}
.contents__type__simple.simple__06.position__r .inner__wrap {
  justify-content: flex-end;
}
.contents__type__simple.simple__06.position__r .title__wrap {
  margin-right: 10%;
}
.contents__type__simple.simple__06.position__r .contents__title__main {
  text-align: left;
  left: -10px;
  right: auto;
}
.contents__type__simple.simple__06.position__r .contents__btn__link {
  text-align: right;
}

.contents__type__simple.simple__07 + .simple__07 .content__wrap {
  padding: 0 0 60px;
}
.contents__type__simple.simple__07 .content__wrap {
  padding: 60px 7vw;
}
.contents__type__simple.simple__07 .inner__wrap {
  background: #f3f2f1;
  box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.2);
  transition: 0.15s;
}
.contents__type__simple.simple__07 a.inner__wrap:hover {
  background: #e9e8e7;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}
.contents__type__simple.simple__07 .title__wrap {
  align-self: center;
  padding: 50px 5vw;
}
.contents__type__simple.simple__07 .image__wrap {
  flex: 0 0 400px;
}
.contents__type__simple.simple__07 .contents__main__image {
  min-height: 265px;
  height: 100%;
}
.contents__type__simple.simple__07 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__main {
  font-size: 3.2rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__main + .contents__title__sub {
  margin-top: 8px;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__main + .contents__title__text {
  margin-top: 18px;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__sub {
  font-size: 2rem;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__sub + .contents__title__text {
  margin-top: 25px;
}
.simple__07.position__r .title__wrap {
  order: 1;
  padding: 32px 5vw;
}
.simple__07.position__r .image__wrap {
  order: 0;
}

@media screen and (min-width: 980px) {
  .contents__type__simple.simple__07 .title__wrap {
    padding: 50px 65px;
  }
}
.contents__type__simple.simple__08 + .simple__11 .content__wrap {
  padding: 0 0 60px;
}
.contents__type__simple.simple__08 .content__wrap {
  padding: 60px 7vw;
}
.contents__type__simple.simple__08 .inner__wrap {
  background: #444;
  box-sizing: border-box;
  transition: 0.15s;
}
.contents__type__simple.simple__08 a.inner__wrap:hover {
  background: #555;
}
.contents__type__simple.simple__08 a.inner__wrap:hover .image__wrap {
  margin: 0 0 0 -22px;
}
.contents__type__simple.simple__08 .title__wrap {
  align-self: center;
  padding: 50px 5vw;
}
.contents__type__simple.simple__08 .image__wrap {
  flex: 0 0 400px;
  margin: -22px -22px 22px 0;
  transition: 0.15s;
}
.contents__type__simple.simple__08 .contents__main__image {
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
  padding-top: 75%;
}
.contents__type__simple.simple__08 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__main {
  font-size: 3.2rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__main + .contents__title__sub {
  margin-top: 12px;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__main + .contents__title__text {
  margin-top: 25px;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__sub {
  font-size: 2.2rem;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__sub + .contents__title__text {
  margin-top: 25px;
}
.simple__08.position__r a.inner__wrap:hover .image__wrap {
  margin: 0 -22px 0 0;
}
.simple__08.position__r .title__wrap {
  order: 1;
  padding: 32px 5vw;
}
.simple__08.position__r .image__wrap {
  order: 0;
  margin: -22px 0 22px -22px;
}

@media screen and (min-width: 980px) {
  .contents__type__simple.simple__08 .title__wrap {
    padding: 50px 65px;
  }
}
.contents__type__simple.simple__09 + .simple__09 .content__wrap {
  padding: 0 0 60px;
}
.contents__type__simple.simple__09 .content__wrap {
  padding: 60px 7vw;
}
.contents__type__simple.simple__09 .inner__wrap {
  background: #fff;
  box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2);
  transition: 0.15s;
}
.contents__type__simple.simple__09 a.inner__wrap:hover {
  box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.3);
}
.contents__type__simple.simple__09 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  padding: 50px 5vw;
}
.contents__type__simple.simple__09 .image__wrap {
  flex: 0 0 400px;
}
.contents__type__simple.simple__09 .contents__main__image {
  min-height: 265px;
  height: 100%;
}
.contents__type__simple.simple__09 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__main {
  font-size: 3.2rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__main + .contents__title__sub {
  margin-top: 8px;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__main + .contents__title__text {
  margin-top: 18px;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__sub {
  font-size: 2.2rem;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__sub + .contents__title__text {
  margin-top: 25px;
}
.simple__09.position__r .title__wrap {
  order: 1;
  padding: 32px 5vw;
}
.simple__09.position__r .image__wrap {
  order: 0;
}

@media screen and (min-width: 980px) {
  .contents__type__simple.simple__09 .title__wrap {
    padding: 50px 65px;
  }
}
.contents__type__simple.simple__10 .content__wrap {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.contents__type__simple.simple__10 .inner__wrap {
  align-items: center;
}
.contents__type__simple.simple__10 .title__wrap {
  position: relative;
  align-self: center;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin: 0 -10vw 0 0;
  padding: 5vw 6vw;
}
.contents__type__simple.simple__10 .image__wrap {
  flex: 0 0 60%;
}
.contents__type__simple.simple__10 .contents__main__image {
  width: 100%;
  padding-top: 75%;
  transition: 0.15s;
}
.contents__type__simple.simple__10 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.simple__10.position__r .title__wrap {
  order: 1;
  margin: 0 0 0 -10vw;
}
.simple__10.position__r .image__wrap {
  order: 0;
}

.contents__type__simple.simple__11 .content__wrap {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.contents__type__simple.simple__11 .inner__wrap {
  align-items: center;
}
.contents__type__simple.simple__11 .title__wrap {
  position: relative;
  align-self: center;
  margin: 0 5vw;
  padding: 5vw 0 5vw 2vw;
}
.contents__type__simple.simple__11 .image__wrap {
  flex: 0 0 50%;
}
.contents__type__simple.simple__11 .contents__main__image {
  width: 100%;
  padding-top: 75%;
  transition: 0.15s;
}
.contents__type__simple.simple__11 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contents__type__simple.simple__11 .contents__main__image a:hover {
  opacity: 0.8;
}

.simple__11.position__r .title__wrap {
  order: 1;
}
.simple__11.position__r .image__wrap {
  order: 0;
}

.contents__type__simple.simple__12 .title__wrap {
  position: relative;
  align-self: center;
  padding: 50px 0 0;
}
.contents__type__simple.simple__12 .title__wrap::before {
  content: "";
  position: absolute;
  border-top-width: 5px;
  border-top-style: solid;
  width: 90px;
  top: 0;
  left: 0;
}
.contents__type__simple.simple__12 .image__wrap {
  position: relative;
  flex: 0 0 580px;
  right: -100px;
}
.contents__type__simple.simple__12 .contents__main__image {
  width: 100%;
  padding-top: 75%;
  transition: 0.15s;
}
.contents__type__simple.simple__12 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.contents__type__simple.simple__12 .contents__main__image a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}

.simple__12.position__r .title__wrap {
  order: 1;
}
.simple__12.position__r .image__wrap {
  order: 0;
  right: 100px;
}

.contents__type__simple.simple__13 .content__wrap {
  padding: calc(10vw + 10rem) 7vw 80px;
}
.contents__type__simple.simple__13 .title__wrap {
  position: relative;
  align-self: center;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 40px 7vw;
  z-index: 1;
}
.contents__type__simple.simple__13 .image__wrap {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 0;
}
.contents__type__simple.simple__13 .contents__main__image {
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding-top: 20%;
}
.contents__type__simple.simple__13 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__main {
  grid-area: main;
  font-size: 3.8rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__main + .contents__title__sub {
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__main + .contents__title__text {
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__sub {
  grid-area: sub;
  width: 100%;
  font-size: 2.2rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__sub + .contents__title__text {
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__sub + .contents__btn__link {
  width: auto;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__text {
  grid-area: text;
  margin: 0;
  font-size: 1.5rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__text + .contents__btn__link {
  width: auto;
}

@media screen and (min-width: 980px) {
  .contents__type__simple.simple__13 .title__wrap {
    padding: 40px 50px;
  }
}
.contents__type__simple.simple__14 .content__wrap {
  padding: calc(10vw + 10rem) 7vw 80px;
}
.contents__type__simple.simple__14 .image__wrap {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 0;
}
.contents__type__simple.simple__14 .contents__main__image {
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding-top: 20%;
}
.contents__type__simple.simple__14 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contents__type__simple.simple__14 .contents__btn__link {
  width: 100%;
  text-align: right;
}
#saiyotop_top .contents__type__simple.simple__14 .title__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 40px 7vw;
  z-index: 1;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__main {
  width: 100%;
  font-size: 3.8rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__main + .contents__title__sub {
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__main + .contents__title__text {
  width: calc(100% - 220px - 2.5rem);
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__sub {
  width: 200px;
  font-size: 2.2rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__sub + .contents__title__text {
  width: calc(100% - 220px - 2.5rem);
  margin-top: 2.5rem;
  margin-left: 4.5rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__text {
  margin: 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__simple.simple__14 .title__wrap {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__simple.simple__14 .contents__title__main + .contents__title__text,
#saiyotop_top .contents__type__simple.simple__14 .contents__title__sub + .contents__title__text {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__simple.simple__14 .title__wrap {
    padding: 40px 50px;
  }
}
/* image base
-------------------------------------------------------------------*/
.contents__type__image {
  position: relative;
}
.contents__type__image .content__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}
.contents__type__image .inner__wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.contents__type__image .title__wrap {
  width: 100%;
}

/* image style
-------------------------------------------------------------------*/
.contents__type__image.image__01 .title__wrap {
  display: inline-block;
  align-self: center;
}

.image__01.position__l .title__wrap {
  width: 100%;
  max-width: 980px;
}

.image__01.position__c .inner__wrap {
  justify-content: center;
}
.image__01.position__c .title__wrap {
  width: auto;
  text-align: center;
}
.image__01.position__c .contents__btn__link {
  text-align: center;
}

.contents__type__image.image__02 .title__wrap {
  display: inline-block;
  align-self: center;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 40px 50px;
}

.image__02.position__l .title__wrap {
  width: 100%;
  max-width: 980px;
}

.image__02.position__c .inner__wrap {
  justify-content: center;
}
.image__02.position__c .title__wrap {
  width: auto;
  text-align: center;
}
.image__02.position__c .contents__btn__link {
  text-align: center;
}

.contents__type__image.image__03 .title__wrap {
  display: inline-block;
  align-self: center;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  width: auto;
  padding: 40px 50px;
}

.image__03.position__l .title__wrap {
  width: 100%;
  max-width: 980px;
}

.image__03.position__c .inner__wrap {
  justify-content: center;
}
.image__03.position__c .title__wrap {
  width: auto;
  text-align: center;
}
.image__03.position__c .contents__btn__link {
  text-align: center;
}

.contents__type__image.image__04 .title__wrap {
  display: inline-block;
  align-self: center;
  box-sizing: border-box;
  border-width: 8px;
  border-style: solid;
  border-color: inherit;
  width: auto;
  padding: 40px 50px;
}

.image__04.position__l .title__wrap {
  width: 100%;
  max-width: 980px;
}

.image__04.position__c .inner__wrap {
  justify-content: center;
}
.image__04.position__c .title__wrap {
  width: auto;
  text-align: center;
}
.image__04.position__c .contents__btn__link {
  text-align: center;
}

.contents__type__image.image__05 .content__wrap {
  max-width: 80%;
  padding: 100px 0;
}
.contents__type__image.image__05 .inner__wrap {
  position: relative;
  display: block;
  text-align: center;
}
.contents__type__image.image__05 .title__wrap {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  padding-bottom: 25px;
  overflow: auto;
  text-align: left;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#saiyotop_top .contents__type__image.image__05 .contents__title__main {
  font-size: calc(3.2rem + (1vw - 0.48rem) * 1.2);
}
#saiyotop_top .contents__type__image.image__05 .contents__title__main + .contents__title__sub {
  margin: 0 3.5rem 0 0;
}
#saiyotop_top .contents__type__image.image__05 .contents__title__sub {
  font-size: calc(2rem + (1vw - 0.48rem) * 1);
}
#saiyotop_top .contents__type__image.image__05 .contents__title__sub + .contents__title__text {
  margin: 0 3.5rem 0 0;
}
#saiyotop_top .contents__type__image.image__05 .contents__title__text {
  line-height: 2.5;
  font-size: calc(1.5rem + (1vw - 0.48rem) * 0.2);
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link {
  position: absolute;
  bottom: -45px;
  left: 0;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a {
  position: relative;
  box-sizing: border-box;
  border-width: 0;
  border-radius: 0;
  height: auto;
  min-height: 15px;
  padding: 0 105px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  transition: 0.15s;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a::before, #saiyotop_top .contents__type__image.image__05 .contents__btn__link a::after {
  position: absolute;
  content: "";
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
  right: 0;
  transition: 0.2s;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a::before {
  width: 10px;
  transform: rotate(45deg);
  top: 11px;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a::after {
  width: 100px;
  top: 15px;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a:hover {
  background: transparent;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a:hover::before, #saiyotop_top .contents__type__image.image__05 .contents__btn__link a:hover::after {
  right: -12px;
}
#saiyotop_top .contents__type__image.image__05.position__c .title__wrap {
  text-align: left;
}
#saiyotop_top .contents__type__image.image__05.position__r .inner__wrap {
  text-align: right;
}
#saiyotop_top .contents__type__image.image__05.position__r .title__wrap {
  text-align: left;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__image.image__05 .contents__title__main {
    font-size: 3.8rem;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__image.image__05 .content__wrap {
    padding: 40px 0 65px;
  }
  #saiyotop_top .contents__type__image.image__05 .title__wrap {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    padding: 0 15px;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__main {
    line-height: 1.35;
    letter-spacing: 3px;
    font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
    font-weight: bold;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__main + .contents__title__sub {
    margin: 1.2rem 0 0 0;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__main + .contents__title__text {
    margin: 3rem 0 0 0;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__main + .contents__btn__link {
    margin: 3rem 0 0 0;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__sub + .contents__title__text {
    margin: 3rem 0 0 0;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__sub + .contents__btn__link {
    margin: 3rem 0 0 0;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__text {
    line-height: 2.2;
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__text + .contents__btn__link {
    margin: 3rem 0 0 0;
  }
}
/* multi style base
-------------------------------------------------------------------*/
.contents__type__multi .content__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 7vw;
}
.contents__type__multi .multi__item {
  margin: 0;
}
.contents__type__multi .contents__btn__link {
  margin-top: 50px;
  text-align: center;
}
.contents__type__multi.column__1 .multi__item {
  width: 100%;
}
.contents__type__multi.column__1 .multi__item + .multi__item {
  margin: 40px 0 0 0;
}
.contents__type__multi.column__1 .item__img__title__text {
  line-height: 2.6rem;
}
.contents__type__multi.column__2 .multi__item {
  width: calc(50% - 15px);
  margin: 45px 0 0 30px;
}
.contents__type__multi.column__2 .multi__item:nth-of-type(1),
.contents__type__multi.column__2 .multi__item:nth-of-type(2) {
  margin-top: 0;
}
.contents__type__multi.column__2 .multi__item:nth-of-type(odd) {
  margin-left: 0;
}
.contents__type__multi.column__3 .multi__item {
  width: calc(33% - 20px);
  margin: 45px 0 0 30px;
}
.contents__type__multi.column__3 .multi__item:nth-of-type(1),
.contents__type__multi.column__3 .multi__item:nth-of-type(2),
.contents__type__multi.column__3 .multi__item:nth-of-type(3) {
  margin-top: 0;
}
.contents__type__multi.column__3 .multi__item:nth-of-type(3n+1) {
  margin-left: 0;
}
.contents__type__multi.column__4 .multi__item {
  width: calc(25% - 20px);
  margin: 45px 0 0 25px;
}
.contents__type__multi.column__4 .multi__item:nth-of-type(1),
.contents__type__multi.column__4 .multi__item:nth-of-type(2),
.contents__type__multi.column__4 .multi__item:nth-of-type(3),
.contents__type__multi.column__4 .multi__item:nth-of-type(4) {
  margin-top: 0;
}
.contents__type__multi.column__4 .multi__item:nth-of-type(4n+1) {
  margin-left: 0;
}

/* multi style
-------------------------------------------------------------------*/
.contents__type__multi.multi__01 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__01 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__01 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__01 .multi__item {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.contents__type__multi.multi__01 .multi__item .multi__item__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.contents__type__multi.multi__01 .multi__item .multi__item__img {
  width: 100%;
}
.contents__type__multi.multi__01 .multi__item .multi__item__img.no__image {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  padding: 0;
}
.contents__type__multi.multi__01 .multi__item .content__item__text {
  padding: 15px 12px 12px;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__main {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 1.5rem;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__sub {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 1.5rem;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__text {
  font-size: 1.2rem;
  color: #333;
}
.contents__type__multi.multi__01.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
  transition: 0.15s;
}
.contents__type__multi.multi__01.column__1 a.multi__item__inner:hover {
  background: rgba(0, 0, 0, 0.08);
}
.contents__type__multi.multi__01.column__1 .multi__item__img {
  flex: 0 0 420px;
  width: 420px;
  height: 315px;
}
.contents__type__multi.multi__01.column__1 .content__item__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 2.5rem 4vw;
}
.contents__type__multi.multi__01.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__01.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__01.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__01.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__01.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__01.column__1 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__01.column__2 .multi__item__img, .contents__type__multi.multi__01.column__3 .multi__item__img, .contents__type__multi.multi__01.column__4 .multi__item__img {
  padding-top: 75%;
}

.multi__01.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__multi.multi__01.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .content__item__text {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 780px) {
  #saiyotop_top .contents__type__multi.multi__01.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__multi.multi__01.column__1 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .item__img__title__sub {
    font-size: 1.6rem;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .item__img__title__text {
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__02 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__02 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__02 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__02 .multi__item {
  position: relative;
  background: #555;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.contents__type__multi.multi__02 .multi__item .multi__item__inner {
  display: block;
  width: 100%;
  height: 100%;
}
.contents__type__multi.multi__02 .multi__item .multi__item__img {
  width: 100%;
  padding-top: 75%;
}
.contents__type__multi.multi__02 .multi__item .multi__item__img.no__image {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  padding-top: 0;
}
.contents__type__multi.multi__02 .multi__item .multi__item__img.no__image + .content__item__text {
  position: static;
  height: 100%;
}
.contents__type__multi.multi__02 .multi__item .content__item__text {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  left: 0;
  bottom: 0;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__main {
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 1.5rem;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__sub {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 1.5rem;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__text {
  font-size: 1.3rem;
  color: #fff;
}
.contents__type__multi.multi__02.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
  background: #000;
  transition: 0.15s;
}
.contents__type__multi.multi__02.column__1 a.multi__item__inner:hover {
  background: rgba(0, 0, 0, 0.85);
}
.contents__type__multi.multi__02.column__1 .multi__item__img {
  flex: 0 0 420px;
  width: 420px;
  height: 315px;
  padding-top: 0;
}
.contents__type__multi.multi__02.column__1 .content__item__text {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  box-sizing: border-box;
  background: transparent;
  width: auto;
  margin: 0;
  padding: 2.5rem 4vw;
}
.contents__type__multi.multi__02.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__02.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__02.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__02.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__02.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__02.column__1 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__02.column__2 .multi__item {
  height: 355px;
}
.contents__type__multi.multi__02.column__4 .multi__item {
  height: 250px;
}

.multi__02.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__multi.multi__02.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .content__item__text {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 780px) {
  #saiyotop_top .contents__type__multi.multi__02.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__multi.multi__02 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__02 .item__img__title__sub {
    font-size: 1.6rem;
  }
  #saiyotop_top .contents__type__multi.multi__02 .item__img__title__text {
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__03 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__03 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__03 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__03 .multi__item {
  box-sizing: border-box;
}
.contents__type__multi.multi__03 .multi__item .multi__item__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.contents__type__multi.multi__03 .multi__item .multi__item__img {
  width: 100%;
}
.contents__type__multi.multi__03 .multi__item .multi__item__img.no__image {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  padding-top: 0;
}
.contents__type__multi.multi__03 .multi__item .multi__item__img.no__image + .content__item__text {
  margin-top: 0;
}
.contents__type__multi.multi__03 .multi__item .content__item__text {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  text-align: center;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__main {
  order: 1;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-bottom: 0.3rem;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__sub {
  order: 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__text {
  order: 2;
  font-size: 1.2rem;
}
.contents__type__multi.multi__03.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
  transition: 0.15s;
}
.contents__type__multi.multi__03.column__1 a.multi__item__inner:hover {
  opacity: 0.75;
}
.contents__type__multi.multi__03.column__1 .multi__item__img {
  flex: 0 0 420px;
  width: 420px;
  height: 315px;
  margin-right: 4vw;
}
.contents__type__multi.multi__03.column__1 .multi__item__img.no__image {
  margin: 0;
}
.contents__type__multi.multi__03.column__1 .content__item__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.contents__type__multi.multi__03.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__03.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__03.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__03.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__03.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__03.column__1 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__03.column__2 .multi__item__img, .contents__type__multi.multi__03.column__3 .multi__item__img, .contents__type__multi.multi__03.column__4 .multi__item__img {
  padding-top: 75%;
}

.multi__03.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__multi.multi__03.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .content__item__text {
    padding: 0;
  }
}
@media screen and (max-width: 780px) {
  #saiyotop_top .contents__type__multi.multi__03.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .content__item__text {
    padding: 20px 0;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__multi.multi__03 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__03 .item__img__title__sub {
    font-size: 1.6rem;
  }
  #saiyotop_top .contents__type__multi.multi__03 .item__img__title__text {
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__04 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__04 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__04 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__04 .multi__item {
  box-sizing: border-box;
}
.contents__type__multi.multi__04 .multi__item .multi__item__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.contents__type__multi.multi__04 .multi__item .multi__item__img.no__image {
  width: 0;
  padding-top: 0;
}
.contents__type__multi.multi__04 .multi__item .multi__item__img.no__image + .content__item__text {
  width: 100%;
  margin: 0;
}
.contents__type__multi.multi__04 .multi__item .content__item__text {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 90%;
  text-align: left;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__main {
  position: relative;
  order: 1;
  line-height: 1.4;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 18px;
  color: #333;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__main::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 1px solid #555;
  width: 30px;
  left: 0;
  bottom: 0;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-bottom: 8px;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__sub {
  order: 0;
  font-size: 15px;
  color: #333;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__text {
  order: 2;
  font-size: 13px;
  line-height: 1.75;
  color: #333;
}
.contents__type__multi.multi__04.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
}
.contents__type__multi.multi__04.column__1 .multi__item__img {
  flex: 0 0 520px;
  width: 520px;
  height: 390px;
}
.contents__type__multi.multi__04.column__1 .multi__item__img.no__image {
  flex: 0 0 auto;
  width: 0;
  height: 0;
}
.contents__type__multi.multi__04.column__1 .multi__item__img.no__image + .content__item__text {
  width: 100%;
  margin: 0;
}
.contents__type__multi.multi__04.column__1 .content__item__text {
  margin: 25px auto 25px -25px;
  padding: 40px 3vw;
}
.contents__type__multi.multi__04.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__04.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__04.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__04.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__04.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__04.column__1 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  margin-top: 22px;
}
.contents__type__multi.multi__04.column__2 .multi__item__inner, .contents__type__multi.multi__04.column__3 .multi__item__inner, .contents__type__multi.multi__04.column__4 .multi__item__inner {
  display: flex;
  flex-direction: column;
}
.contents__type__multi.multi__04.column__2 .multi__item__img, .contents__type__multi.multi__04.column__3 .multi__item__img, .contents__type__multi.multi__04.column__4 .multi__item__img {
  width: 100%;
  padding-top: 75%;
}
.contents__type__multi.multi__04.column__2 .content__item__text, .contents__type__multi.multi__04.column__3 .content__item__text, .contents__type__multi.multi__04.column__4 .content__item__text {
  flex: 1 0 auto;
}
.contents__type__multi.multi__04.column__2 .content__item__text .item__img__title__text, .contents__type__multi.multi__04.column__3 .content__item__text .item__img__title__text, .contents__type__multi.multi__04.column__4 .content__item__text .item__img__title__text {
  font-size: 12px;
}
.contents__type__multi.multi__04.column__2 .content__item__text {
  margin: -25px auto 0;
  padding: 18px 25px;
}
.contents__type__multi.multi__04.column__3 .content__item__text {
  margin: -25px auto 0;
  padding: 20px;
}
.contents__type__multi.multi__04.column__4 .content__item__text {
  margin: -15px auto 0;
  padding: 20px;
}

.multi__04.position__c .title__wrap {
  text-align: center;
}
.multi__04.position__c .contents__btn__link {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__multi.multi__04.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .content__item__text {
    padding: 40px;
  }
}
@media screen and (max-width: 780px) {
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item + .multi__item {
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item + .multi__item .multi__item__inner {
    margin-top: 80px;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .content__item__text {
    margin: -25px auto 0;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__multi.multi__04 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__04 .item__img__title__sub {
    font-size: 1.6rem;
  }
  #saiyotop_top .contents__type__multi.multi__04 .item__img__title__text {
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__05 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__05 .contents__btn__link {
  margin-top: 50px;
  text-align: center;
}
.contents__type__multi.multi__05 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__05 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__05 .multi__item {
  box-sizing: border-box;
  margin-left: 0;
}
.contents__type__multi.multi__05 .multi__item .multi__item__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.contents__type__multi.multi__05 .multi__item .multi__item__img {
  width: 100%;
  padding-top: 75%;
}
.contents__type__multi.multi__05 .multi__item .multi__item__img.no__image {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  padding-top: 0;
}
.contents__type__multi.multi__05 .multi__item .content__item__text {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  padding: 0 12px;
  text-align: center;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__main {
  order: 1;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-bottom: 3px;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 8px;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__sub {
  order: 0;
  font-size: 13px;
  font-weight: bold;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 5px;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__text {
  order: 2;
  font-size: 12px;
}
.contents__type__multi.multi__05.column__1 .multi__item + .multi__item {
  margin: 0;
}
.contents__type__multi.multi__05.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
  transition: 0.15s;
}
.contents__type__multi.multi__05.column__1 a.multi__item__inner:hover {
  opacity: 0.75;
}
.contents__type__multi.multi__05.column__1 .multi__item__img {
  flex: 0 0 420px;
  width: 420px;
  height: 315px;
  padding: 0;
}
.contents__type__multi.multi__05.column__1 .content__item__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 25px 4vw;
}
.contents__type__multi.multi__05.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__05.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__05.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__05.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__05.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__05.column__1 .item__img__title__text {
  line-height: 2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__05.column__2 .multi__item {
  width: 50%;
}
.contents__type__multi.multi__05.column__3 .multi__item {
  width: 33.3333333333%;
}
.contents__type__multi.multi__05.column__4 .multi__item {
  width: 25%;
}

.multi__05.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__multi.multi__05.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .content__item__text {
    padding: 40px;
  }
}
@media screen and (max-width: 780px) {
  #saiyotop_top .contents__type__multi.multi__05.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .content__item__text {
    margin: 0 auto;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__multi.multi__05 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__05 .item__img__title__sub {
    font-size: 1.6rem;
  }
  #saiyotop_top .contents__type__multi.multi__05 .item__img__title__text {
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__06 .content__wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.contents__type__multi.multi__06 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}
.contents__type__multi.multi__06 .contents__btn__link {
  box-sizing: border-box;
  padding: 0 40px;
}
.contents__type__multi.multi__06 .title__wrap + .content__main__wrap {
  padding-top: 40px;
}
.contents__type__multi.multi__06 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__06 .multi__item {
  position: relative;
  box-sizing: border-box;
  margin: 0;
}
.contents__type__multi.multi__06 .multi__item + .multi__item {
  margin: 0;
}
.contents__type__multi.multi__06 .multi__item a .content__item__text:hover {
  background: rgba(0, 0, 0, 0.4);
}
.contents__type__multi.multi__06 .multi__item .multi__item__img {
  position: relative;
  display: block;
  height: 0;
  padding-top: 74.93333%;
  color: #fff;
  overflow: hidden;
  transform: translateZ(0);
}
.contents__type__multi.multi__06 .multi__item .content__item__text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  transition: 0.2s;
}
.contents__type__multi.multi__06 .multi__item .item__img__title__main {
  max-width: 100%;
  text-align: center;
  font-weight: bold;
}
.contents__type__multi.multi__06 .multi__item .item__img__title__sub {
  max-width: 100%;
  text-align: center;
  font-weight: bold;
}
.contents__type__multi.multi__06 .multi__item .item__img__title__text {
  max-width: 100%;
  text-align: center;
}
.contents__type__multi.multi__06.column__1 .multi__item {
  width: 100%;
}
.contents__type__multi.multi__06.column__1 .multi__item a:hover {
  opacity: 0.6;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner {
  display: flex;
  align-items: center;
  transition: 0.15s;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner .multi__item__img {
  flex: 0 0 45%;
  padding-top: 35%;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner .multi__item__img.no__image {
  flex: 0 0 auto;
  padding-top: 0;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner .content__item__text {
  position: static;
  background: transparent;
  width: 100%;
  padding: 40px 4vw;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner .content__item__text:hover {
  background: none;
}
.contents__type__multi.multi__06.column__1 .item__img__title__main {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 3.4);
}
.contents__type__multi.multi__06.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__06.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 2.5rem;
}
.contents__type__multi.multi__06.column__1 .item__img__title__sub {
  font-size: calc(1.5rem + (1vw - 0.48rem) * 1);
}
.contents__type__multi.multi__06.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 2.5rem;
}
.contents__type__multi.multi__06.column__1 .item__img__title__text {
  margin-top: 20px;
  line-height: 2;
  font-size: calc(1.2rem + (1vw - 0.48rem) * 0.6);
}
.contents__type__multi.multi__06.column__2 .multi__item {
  width: 50%;
}
.contents__type__multi.multi__06.column__2 .content__item__text {
  padding: 40px 3vw;
}
.contents__type__multi.multi__06.column__2 .item__img__title__main,
.contents__type__multi.multi__06.column__2 .item__img__title__sub,
.contents__type__multi.multi__06.column__2 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__06.column__2 .item__img__title__text {
  line-height: 2;
  font-size: 13px;
}
.contents__type__multi.multi__06.column__2 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__06.column__2 .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__06.column__2 .item__img__title__main + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__2 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
}
.contents__type__multi.multi__06.column__2 .item__img__title__sub + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__2 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__06.column__3 .multi__item {
  width: 33%;
}
.contents__type__multi.multi__06.column__3 .content__item__text {
  padding: 40px 3vw;
}
.contents__type__multi.multi__06.column__3 .item__img__title__main,
.contents__type__multi.multi__06.column__3 .item__img__title__sub,
.contents__type__multi.multi__06.column__3 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__06.column__3 .item__img__title__main {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 2);
}
.contents__type__multi.multi__06.column__3 .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__06.column__3 .item__img__title__main + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__3 .item__img__title__sub {
  font-size: calc(1.5rem + (1vw - 0.48rem) * 0.6);
}
.contents__type__multi.multi__06.column__3 .item__img__title__sub + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__3 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__06.column__4 .multi__item {
  width: 25%;
}
.contents__type__multi.multi__06.column__4 .content__item__text {
  padding: 40px 3vw;
}
.contents__type__multi.multi__06.column__4 .item__img__title__main,
.contents__type__multi.multi__06.column__4 .item__img__title__sub,
.contents__type__multi.multi__06.column__4 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__06.column__4 .item__img__title__main {
  font-size: calc(1.5rem + (1vw - 0.48rem) * 1.4);
}
.contents__type__multi.multi__06.column__4 .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__06.column__4 .item__img__title__main + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__4 .item__img__title__sub {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__06.column__4 .item__img__title__sub + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__4 .item__img__title__text {
  font-size: calc(1.2rem + (1vw - 0.48rem) * 0.2);
}

.multi__06.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .content__item__text {
    padding: 25px 40px;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__main {
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__sub {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 780px) {
  #saiyotop_top .contents__type__multi.multi__06.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__sub {
    font-size: 1.6rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__text {
    font-size: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__main {
    font-size: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__sub {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__text {
    font-size: 1.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__main {
    font-size: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__sub {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__text {
    font-size: 1.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__main {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__sub {
    font-size: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__text {
    font-size: 1.2rem;
  }
}
.contents__type__multi.multi__07 .content__wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.contents__type__multi.multi__07 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}
.contents__type__multi.multi__07 .contents__btn__link {
  box-sizing: border-box;
  padding: 0 40px;
}
.contents__type__multi.multi__07 .title__wrap + .content__main__wrap {
  padding-top: 40px;
}
.contents__type__multi.multi__07 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__07 .multi__item {
  position: relative;
  background: #555;
  box-sizing: border-box;
  margin: 0;
}
.contents__type__multi.multi__07 .multi__item + .multi__item {
  margin: 0;
}
.contents__type__multi.multi__07 .multi__item a:hover {
  transform: scale(0.95, 0.95);
}
.contents__type__multi.multi__07 .multi__item .multi__item__inner {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.15s;
}
.contents__type__multi.multi__07 .multi__item .multi__item__img {
  position: relative;
  display: block;
  height: 0;
  padding-top: 74.93333%;
  color: #fff;
  overflow: hidden;
  transform: translateZ(0);
}
.contents__type__multi.multi__07 .multi__item .multi__item__img.no__image {
  padding-top: 0;
}
.contents__type__multi.multi__07 .multi__item .multi__item__img.no__image + .content__item__text {
  position: static;
  height: 100%;
}
.contents__type__multi.multi__07 .multi__item .content__item__text {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 30px 3vw;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  left: 0;
  bottom: 0;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__main {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__sub {
  font-size: 1.3rem;
  font-weight: bold;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__text {
  font-size: 1.3rem;
}
.contents__type__multi.multi__07.column__1 .multi__item {
  background: #000;
  width: 100%;
}
.contents__type__multi.multi__07.column__1 .multi__item a:hover {
  opacity: 0.6;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner {
  display: flex;
  align-items: center;
  transition: 0.15s;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner .multi__item__img {
  flex: 0 0 45%;
  padding-top: 35%;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner .multi__item__img.no__image {
  flex: 0 0 auto;
  padding-top: 0;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner .content__item__text {
  position: static;
  background: transparent;
  padding: 40px 4vw;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner .content__item__text:hover {
  background: none;
}
.contents__type__multi.multi__07.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
  color: #fff;
}
.contents__type__multi.multi__07.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__07.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__07.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  color: #fff;
}
.contents__type__multi.multi__07.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__07.column__1 .item__img__title__text {
  margin-top: 20px;
  line-height: 2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  color: #fff;
}
.contents__type__multi.multi__07.column__2 .multi__item {
  width: 50%;
}
.contents__type__multi.multi__07.column__2 .item__img__title__main,
.contents__type__multi.multi__07.column__2 .item__img__title__sub,
.contents__type__multi.multi__07.column__2 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__07.column__3 .multi__item {
  width: 33%;
}
.contents__type__multi.multi__07.column__3 .item__img__title__main,
.contents__type__multi.multi__07.column__3 .item__img__title__sub,
.contents__type__multi.multi__07.column__3 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__07.column__4 .multi__item {
  width: 25%;
}
.contents__type__multi.multi__07.column__4 .content__item__text {
  padding: 15px;
}
.contents__type__multi.multi__07.column__4 .item__img__title__main,
.contents__type__multi.multi__07.column__4 .item__img__title__sub,
.contents__type__multi.multi__07.column__4 .item__img__title__text {
  color: #fff;
}

.multi__07.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .content__item__text {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 780px) {
  #saiyotop_top .contents__type__multi.multi__07.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__sub {
    font-size: 1.6rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__text {
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__08 .content__wrap {
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 80px 0;
}
.contents__type__multi.multi__08 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}
.contents__type__multi.multi__08 .title__wrap + .content__main__wrap {
  padding: 20px 40px 0;
}
.contents__type__multi.multi__08 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__08 .multi__item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.contents__type__multi.multi__08 .multi__item + .multi__item {
  margin: 0;
}
.contents__type__multi.multi__08 .multi__item .multi__item__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.15s;
}
.contents__type__multi.multi__08 .multi__item a:hover {
  transform: scale(0.95, 0.95);
}
.contents__type__multi.multi__08 .multi__item .multi__item__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translateZ(0);
}
.contents__type__multi.multi__08 .multi__item .multi__item__img.no__image {
  background: none;
}
.contents__type__multi.multi__08 .multi__item .multi__item__img.no__image::after {
  content: none;
}
.contents__type__multi.multi__08 .multi__item .content__item__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__main {
  max-width: 100%;
  line-height: 1.4;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-top: 5px;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 12px;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__sub {
  max-width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 12px;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__text {
  max-width: 100%;
  font-size: 1.3rem;
}
.contents__type__multi.multi__08.column__1 .multi__item + .multi__item {
  margin-top: 40px;
}
.contents__type__multi.multi__08.column__2 .multi__item {
  width: calc(50% - 40px);
  margin: 20px;
}
.contents__type__multi.multi__08.column__3 .multi__item {
  width: calc(33% - 40px);
  margin: 20px;
}
.contents__type__multi.multi__08.column__4 .multi__item {
  width: calc(25% - 40px);
  margin: 20px;
}
.contents__type__multi.multi__08.column__4 .content__item__text {
  padding: 15px;
}

.multi__08.position__c .title__wrap {
  text-align: center;
}

/* list style base
-------------------------------------------------------------------*/
.contents__type__list .content__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 7vw;
}
.contents__type__list .content__main__wrap {
  display: flex;
}
.contents__type__list .to__blank__page a[style="color:rgba(51,51,51,1.00);"] {
  background: url(../images/icons/icon_another_tab.svg) right 2px center/11px auto no-repeat;
  padding-right: 18px;
}
.contents__type__list .to__blank__page a[style="color:rgba(255,255,255,1.00);"] {
  background: url(../images/icons/icon_another_tab_w.svg) right 2px center/11px auto no-repeat;
  padding-right: 18px;
}
#saiyotop_top .contents__type__list .title__wrap {
  width: 100%;
  padding-bottom: 2.5rem;
}
#saiyotop_top .contents__type__list .contents__title__main {
  letter-spacing: 1px;
  font-size: 2rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__list .contents__title__main + .contents__title__sub {
  margin-top: 0.5rem;
}
#saiyotop_top .contents__type__list .contents__title__main + .contents__title__text {
  margin-top: 0.5rem;
}
#saiyotop_top .contents__type__list .contents__title__sub {
  font-size: 1.4rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__list .contents__title__sub + .contents__title__text {
  margin-top: 0.5rem;
}
#saiyotop_top .contents__type__list .contents__title__text {
  font-size: 1.4rem;
}

/* list style
-------------------------------------------------------------------*/
.contents__type__list.list__01 .text__link {
  padding: 3px 60px 3px 8px;
  text-decoration: underline;
  font-size: 1.3rem;
}
.contents__type__list.list__01 .text__link + .only__title {
  padding-top: 25px;
}
.contents__type__list.list__01 .only__title {
  padding: 5px 60px 5px 0;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.contents__type__list.list__02 .text__link {
  padding: 3px 60px 3px 8px;
  text-decoration: underline;
  font-size: 13px;
}
.contents__type__list.list__02 .text__link + .only__title {
  padding-top: 25px;
}
.contents__type__list.list__02 .only__title {
  padding: 5px 60px 5px 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
#saiyotop_top .contents__type__list.list__02 .title__wrap {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  padding-bottom: 20px;
}
#saiyotop_top .contents__type__list.list__02 .title__wrap + .content__main__wrap {
  padding-top: 40px;
}

.contents__type__list.list__03 .content__main__wrap {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.contents__type__list.list__03 .text__link__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contents__type__list.list__03 .text__link__wrap + .text__link__wrap {
  margin-top: 5px;
}
.contents__type__list.list__03 .text__link {
  margin: 3px 35px 3px 0;
  text-decoration: underline;
  font-size: 1.3rem;
}
.contents__type__list.list__03 .text__link + .text__link.only__title {
  margin-left: 80px;
}
.contents__type__list.list__03 .only__title {
  margin: 3px 35px 3px 0;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.contents__type__list.list__04 .text__link {
  padding: 3px 60px 3px 20px;
  text-decoration: underline;
  font-size: 1.3rem;
}
.contents__type__list.list__04 .text__link + .only__title {
  padding-top: 25px;
}
.contents__type__list.list__04 .only__title {
  padding: 5px 60px 5px 0;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.contents__type__list.list__04 .only__title::before {
  content: "";
  display: inline-block;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  border-color: inherit;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  vertical-align: middle;
  transform: rotate(45deg);
}

.contents__type__list.list__05 .content__wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 60px 80px;
}
.contents__type__list.list__05 .inner__wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#saiyotop_top .contents__type__list.list__05 .title__wrap {
  width: 25%;
  min-width: 200px;
  padding: 0 80px 0 0;
}
#saiyotop_top .contents__type__list.list__05 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
#saiyotop_top .contents__type__list.list__05 .contents__title__main + .contents__title__text {
  margin-top: 1.2rem;
}
#saiyotop_top .contents__type__list.list__05 .contents__title__sub + .contents__title__text {
  margin-top: 1.2rem;
}
#saiyotop_top .contents__type__list.list__05 .contents__title__text {
  font-size: 1.2rem;
  line-height: 1.75;
}
.contents__type__list.list__05 .text__link {
  padding: 3px 60px 3px 8px;
  text-decoration: underline;
  font-size: 1.3rem;
}
.contents__type__list.list__05 .text__link + .only__title {
  padding-top: 25px;
}
.contents__type__list.list__05 .text__link:first-child {
  padding: 0 60px 3px 8px;
}
.contents__type__list.list__05 .only__title {
  padding: 5px 60px 5px 0;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.contents__type__list.list__05 .only__title:first-child {
  padding: 0 60px 5px 0;
}

/*-----------------------------------------------------------------/
/ pc_saiyo_top_design // 01 - 08
/-----------------------------------------------------------------*/
html, body {
  height: 100vh;
}

html {
  font-size: 62.5%;
}

.preview__change {
  position: fixed;
  background: rgba(0, 0, 0, 0.8) url(../images/icons/icon_pc_w.svg) center center/18px 18px no-repeat;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  bottom: 40px;
  right: 18px;
  z-index: 100000;
  transition: opacity 0.2s;
}
.preview__change a {
  display: block;
  width: inherit;
  height: inherit;
  font-size: 0;
  color: transparent;
}
.preview__change:hover {
  background: rgba(0, 0, 0, 0.8) url(../images/icons/icon_sp_w.svg) center center/18px 18px no-repeat;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.preview__change:active {
  top: auto;
}
#footer .preview__change a {
  font-size: 1.1rem;
  color: #333;
}

.preview__mark {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 5px 12px;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  z-index: 100000;
}

.contents__type__info .content__wrap {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 7vw;
}
.contents__type__info .title__wrap {
  border-bottom: 1px solid #333;
  padding-bottom: 2rem;
  letter-spacing: 3px;
  font-size: 3rem;
}
.contents__type__info .info__wrap {
  margin-top: 3rem;
}
.contents__type__info .info__line {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contents__type__info .info__line + .info__line {
  margin-top: 12px;
}
.contents__type__info .info__date, .contents__type__info .info__text {
  font-size: 1.5rem;
}
.contents__type__info .info__date {
  width: 135px;
  font-weight: bold;
}
.contents__type__info .info__text {
  width: calc(100% - 135px);
}
.contents__type__info .info__text + .info__date {
  margin-top: 12px;
}

@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__info .title__wrap {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__info .info__date, #saiyotop_top .contents__type__info .info__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__info .info__line {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__info .info__line + .info__line {
    margin-top: 26px;
  }
  #saiyotop_top .contents__type__info .info__line .info__date {
    width: auto;
  }
  #saiyotop_top .contents__type__info .info__line .info__text {
    width: auto;
    margin-top: 8px;
  }
  #saiyotop_top .contents__type__info .title__wrap {
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__info .info__date, #saiyotop_top .contents__type__info .info__text {
    font-size: 1.3rem;
  }
}
.page__wrap.saiyotop_1,
.page__wrap.saiyotop_2,
.page__wrap.saiyotop_3,
.page__wrap.saiyotop_5,
.page__wrap.saiyotop_7,
.page__wrap.saiyotop_8 {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: auto;
  min-height: 100%;
  font-size: 1.6rem;
  /* header */
  /* footer */
}
.page__wrap.saiyotop_1 .header__area,
.page__wrap.saiyotop_2 .header__area,
.page__wrap.saiyotop_3 .header__area,
.page__wrap.saiyotop_5 .header__area,
.page__wrap.saiyotop_7 .header__area,
.page__wrap.saiyotop_8 .header__area {
  position: sticky;
  flex: 0 0 60px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  z-index: 99999;
}
.page__wrap.saiyotop_1 .header__area__wrap,
.page__wrap.saiyotop_2 .header__area__wrap,
.page__wrap.saiyotop_3 .header__area__wrap,
.page__wrap.saiyotop_5 .header__area__wrap,
.page__wrap.saiyotop_7 .header__area__wrap,
.page__wrap.saiyotop_8 .header__area__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 980px;
  min-height: 75px;
  margin: 0 auto;
}
.page__wrap.saiyotop_1 .header__menu__wrap,
.page__wrap.saiyotop_2 .header__menu__wrap,
.page__wrap.saiyotop_3 .header__menu__wrap,
.page__wrap.saiyotop_5 .header__menu__wrap,
.page__wrap.saiyotop_7 .header__menu__wrap,
.page__wrap.saiyotop_8 .header__menu__wrap {
  display: flex;
  align-items: center;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
  transition: 0.1s;
  font-size: 13px;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button + .menu__button,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button + .menu__button,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button + .menu__button,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button + .menu__button,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button + .menu__button,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button + .menu__button {
  margin-left: 1px;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button a,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button a,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button a,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button a,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button a,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  padding: 5px 12px;
  color: #555;
  transition: 0.1s;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button a:hover,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button a:hover,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button a:hover,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button a:hover,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button a:hover,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button a:hover {
  color: #555;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__now::after, .page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__mid::after, .page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__high::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  transition: 0.1s;
  pointer-events: none;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__now:hover::after, .page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__mid:hover::after, .page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__high:hover::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__now:hover::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__mid:hover::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__high:hover::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__now:hover::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__mid:hover::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__high:hover::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__now:hover::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__mid:hover::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__high:hover::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__now:hover::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__mid:hover::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__high:hover::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__now:hover::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__mid:hover::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__high:hover::after {
  height: 5px;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__now::after, .page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__mid.menu__now::after, .page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__high.menu__now::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__mid.menu__now::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__high.menu__now::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__mid.menu__now::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__high.menu__now::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__mid.menu__now::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__high.menu__now::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__mid.menu__now::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__high.menu__now::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__now::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__mid.menu__now::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__high.menu__now::after {
  background: #2ca9e1;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__mid::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__mid::after {
  background: #ff664b;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__high a,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__high a,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__high a,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__high a,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__high a,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__high a {
  color: #ff664b;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__high::after,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__high::after {
  background: #ff664b;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__righttop a,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__righttop a,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__righttop a,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__righttop a,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__righttop a,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__righttop a {
  width: 100%;
  min-width: 85px;
  height: 100%;
  color: #fff;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__mypage.menu__righttop,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__mypage.menu__righttop,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__mypage.menu__righttop,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__mypage.menu__righttop,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__mypage.menu__righttop,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__mypage.menu__righttop {
  order: 98;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a {
  background: #000;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a:hover,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a:hover,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a:hover,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a:hover,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a:hover,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__mypage.menu__righttop a:hover {
  opacity: 0.8;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__entry.menu__righttop,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__entry.menu__righttop,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__entry.menu__righttop,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__entry.menu__righttop,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__entry.menu__righttop,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__entry.menu__righttop {
  order: 99;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__entry.menu__righttop a,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__entry.menu__righttop a,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__entry.menu__righttop a,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__entry.menu__righttop a,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__entry.menu__righttop a,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__entry.menu__righttop a {
  background: #ff664b;
}
.page__wrap.saiyotop_1 .header__menu__wrap .menu__button.menu__entry.menu__righttop a:hover,
.page__wrap.saiyotop_2 .header__menu__wrap .menu__button.menu__entry.menu__righttop a:hover,
.page__wrap.saiyotop_3 .header__menu__wrap .menu__button.menu__entry.menu__righttop a:hover,
.page__wrap.saiyotop_5 .header__menu__wrap .menu__button.menu__entry.menu__righttop a:hover,
.page__wrap.saiyotop_7 .header__menu__wrap .menu__button.menu__entry.menu__righttop a:hover,
.page__wrap.saiyotop_8 .header__menu__wrap .menu__button.menu__entry.menu__righttop a:hover {
  opacity: 0.9;
}
.page__wrap.saiyotop_1 .footer__area,
.page__wrap.saiyotop_2 .footer__area,
.page__wrap.saiyotop_3 .footer__area,
.page__wrap.saiyotop_5 .footer__area,
.page__wrap.saiyotop_7 .footer__area,
.page__wrap.saiyotop_8 .footer__area {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.page__wrap.saiyotop_1 .footer__area__wrap,
.page__wrap.saiyotop_2 .footer__area__wrap,
.page__wrap.saiyotop_3 .footer__area__wrap,
.page__wrap.saiyotop_5 .footer__area__wrap,
.page__wrap.saiyotop_7 .footer__area__wrap,
.page__wrap.saiyotop_8 .footer__area__wrap {
  margin: 0 auto;
  text-align: center;
}
.page__wrap.saiyotop_1 .footer__area__wrap .display__change,
.page__wrap.saiyotop_2 .footer__area__wrap .display__change,
.page__wrap.saiyotop_3 .footer__area__wrap .display__change,
.page__wrap.saiyotop_5 .footer__area__wrap .display__change,
.page__wrap.saiyotop_7 .footer__area__wrap .display__change,
.page__wrap.saiyotop_8 .footer__area__wrap .display__change {
  margin: 5px 0;
}
.page__wrap.saiyotop_1 .footer__area__wrap .display__change a,
.page__wrap.saiyotop_2 .footer__area__wrap .display__change a,
.page__wrap.saiyotop_3 .footer__area__wrap .display__change a,
.page__wrap.saiyotop_5 .footer__area__wrap .display__change a,
.page__wrap.saiyotop_7 .footer__area__wrap .display__change a,
.page__wrap.saiyotop_8 .footer__area__wrap .display__change a {
  font-size: 1.1rem;
  color: #fff;
}

.page__wrap.saiyotop_4,
.page__wrap.saiyotop_6 {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  font-size: 1.6rem;
  /* header */
  /* footer */
}
.page__wrap.saiyotop_4 .header__area,
.page__wrap.saiyotop_6 .header__area {
  position: sticky;
  flex: 0 0 100px;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  z-index: 99999;
}
.page__wrap.saiyotop_4 .header__area__wrap,
.page__wrap.saiyotop_6 .header__area__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 980px;
  min-height: 100px;
  margin: 0 auto;
}
.page__wrap.saiyotop_4 .header__menu__wrap,
.page__wrap.saiyotop_6 .header__menu__wrap {
  display: flex;
  align-items: center;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button {
  padding: 5px 12px;
  font-weight: bold;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button a {
  color: #555;
  transition: 0.1s;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button a:hover,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button a:hover {
  padding: 3px 0;
  color: #555;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__now, .page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__mid.menu__now, .page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__high.menu__now,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__now,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__mid.menu__now,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__high.menu__now {
  color: #2ca9e1;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__now a, .page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__mid.menu__now a, .page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__high.menu__now a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__now a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__mid.menu__now a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__high.menu__now a {
  border-bottom: 2px solid #333;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__mid a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__mid a {
  border-bottom: 2px solid #ff664b;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__high a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__high a {
  border-bottom: 2px solid #ff664b;
  color: #ff664b;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__high a:hover,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__high a:hover {
  color: #ff664b;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__righttop,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__righttop {
  order: 99;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__righttop + .menu__righttop,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__righttop + .menu__righttop {
  padding: 5px 0;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__righttop a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__righttop a {
  background: #000;
  border-radius: 18px;
  padding: 8px 15px;
  font-size: 13px;
  color: #fff;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__righttop a:hover,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__righttop a:hover {
  background: #ff664b;
  box-sizing: border-box;
  transition: 0.1s;
  text-decoration: none;
  color: #fff;
}
.page__wrap.saiyotop_4 .footer__area,
.page__wrap.saiyotop_6 .footer__area {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.page__wrap.saiyotop_4 .footer__area__wrap,
.page__wrap.saiyotop_6 .footer__area__wrap {
  margin: 0 auto;
  text-align: center;
}
.page__wrap.saiyotop_4 .footer__area__wrap .display__change,
.page__wrap.saiyotop_6 .footer__area__wrap .display__change {
  margin: 5px 0;
}
.page__wrap.saiyotop_4 .footer__area__wrap .display__change a,
.page__wrap.saiyotop_6 .footer__area__wrap .display__change a {
  font-size: 1.1rem;
  color: #fff;
}

/* design_top01 */
/* main */
.page__wrap.saiyotop_1 {
  /* top_01_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_1 .site__top .contents__type__top,
.page__wrap.saiyotop_1 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_1 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_1 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top {
  position: relative;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__* .content__wrap {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__1 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__2 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__3 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__4 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__5 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__6 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__7 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__8 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__9 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__10 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__21 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__22 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__23 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__24 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__25 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__26 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__27 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__28 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__29 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__30 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top .inner__wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top .image__wrap {
  display: none;
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__main {
  font-size: calc(4rem + (1vw - 0.48rem) * 5);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_1 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_1 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_1 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_1 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_1 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_1 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_1 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_1 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_1 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_1 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_1 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__main {
    font-size: 6.5rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_1 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_1 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_1 .contents__title__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__main {
    font-size: 4rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1.2rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__text {
    font-size: 1.3rem;
  }
  #saiyotop_top.saiyotop_1 .contents__title__main {
    font-size: 3.2rem;
  }
  #saiyotop_top.saiyotop_1 .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_1 .contents__title__text {
    font-size: 1.3rem;
  }
}
/* design_top02 */
/* main */
.page__wrap.saiyotop_2 {
  /* top_02_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_2 .site__top .contents__type__top,
.page__wrap.saiyotop_2 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_2 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_2 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top {
  position: relative;
  min-height: 343px;
  overflow: hidden;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top:after {
  content: "";
  display: block;
  padding-top: 35%;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__* .content__wrap {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__1 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__2 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__3 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__4 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__5 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__6 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__7 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__8 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__9 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__10 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__21 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__22 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__23 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__24 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__25 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__26 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__27 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__28 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__29 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__30 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top .inner__wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  max-height: inherit;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  overflow: hidden;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top .image__wrap {
  display: none;
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__main {
  font-size: calc(3.5rem + (1vw - 0.48rem) * 4);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_2 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_2 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_2 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_2 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_2 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_2 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_2 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_2 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_2 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_2 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_2 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__main {
    font-size: 5.5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_2 .contents__title__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1.2rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__text {
    font-size: 1.3rem;
  }
  #saiyotop_top.saiyotop_2 .contents__title__main {
    font-size: 3.2rem;
  }
  #saiyotop_top.saiyotop_2 .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_2 .contents__title__text {
    font-size: 1.3rem;
  }
}
/* design_top03 */
/* main */
.page__wrap.saiyotop_3 {
  /* top_03_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_3 .site__top .contents__type__top,
.page__wrap.saiyotop_3 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_3 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_3 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top {
  position: relative;
  height: calc(100vh - 75px);
  overflow: hidden;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top::before, .page__wrap.saiyotop_3 .site__top .contents__type__top::after {
  position: absolute;
  display: flex;
  height: 50px;
  color: inherit;
  opacity: 1;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top::before {
  content: "↓";
  font-size: 30px;
  left: calc(50% - 15px);
  bottom: 60px;
  animation: flash 3s infinite;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top::after {
  content: "scroll";
  font-size: 15px;
  left: calc(50% - 20px);
  bottom: 0;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__* .content__wrap {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__1 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__2 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__3 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__4 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__5 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__6 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__7 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__8 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__9 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__10 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__21 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__22 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__23 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__24 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__25 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__26 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__27 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__28 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__29 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__30 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top .content__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top .inner__wrap {
  width: 70%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 120px;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top .image__wrap {
  display: none;
}
@keyframes flash {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__main {
  font-size: calc(4rem + (1vw - 0.48rem) * 5);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 3vw;
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(3vw + 2.5rem);
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(3vw + 2.5rem);
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_3 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_3 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_3 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_3 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_3 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_3 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_3 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_3 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_3 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_3 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_3 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__main {
    font-size: 6.5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_3 .contents__title__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__main {
    font-size: 4rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1.2rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__text {
    font-size: 1.3rem;
  }
  #saiyotop_top.saiyotop_3 .contents__title__main {
    font-size: 3.2rem;
  }
  #saiyotop_top.saiyotop_3 .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_3 .contents__title__text {
    font-size: 1.3rem;
  }
}
/* design_top04 */
.page__wrap.saiyotop_4,
.page__wrap.saiyotop_6 {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  font-size: 1.6rem;
  /* header */
  /* footer */
}
.page__wrap.saiyotop_4 .header__area,
.page__wrap.saiyotop_6 .header__area {
  position: sticky;
  flex: 0 0 100px;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  z-index: 99999;
}
.page__wrap.saiyotop_4 .header__area__wrap,
.page__wrap.saiyotop_6 .header__area__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 980px;
  min-height: 100px;
  margin: 0 auto;
}
.page__wrap.saiyotop_4 .header__menu__wrap,
.page__wrap.saiyotop_6 .header__menu__wrap {
  display: flex;
  align-items: center;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button {
  padding: 5px 12px;
  font-weight: bold;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button a {
  color: #555;
  transition: 0.1s;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button a:hover,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button a:hover {
  padding: 3px 0;
  color: #555;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__now, .page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__mid.menu__now, .page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__high.menu__now,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__now,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__mid.menu__now,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__high.menu__now {
  color: #2ca9e1;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__now a, .page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__mid.menu__now a, .page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__high.menu__now a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__now a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__mid.menu__now a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__high.menu__now a {
  border-bottom: 2px solid #333;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__mid a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__mid a {
  border-bottom: 2px solid #ff664b;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__high a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__high a {
  border-bottom: 2px solid #ff664b;
  color: #ff664b;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__high a:hover,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__high a:hover {
  color: #ff664b;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__righttop,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__righttop {
  order: 99;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__righttop + .menu__righttop,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__righttop + .menu__righttop {
  padding: 5px 0;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__righttop a,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__righttop a {
  background: #000;
  border-radius: 18px;
  padding: 8px 15px;
  font-size: 13px;
  color: #fff;
}
.page__wrap.saiyotop_4 .header__menu__wrap .menu__button.menu__righttop a:hover,
.page__wrap.saiyotop_6 .header__menu__wrap .menu__button.menu__righttop a:hover {
  background: #ff664b;
  box-sizing: border-box;
  transition: 0.1s;
  text-decoration: none;
  color: #fff;
}
.page__wrap.saiyotop_4 .footer__area,
.page__wrap.saiyotop_6 .footer__area {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.page__wrap.saiyotop_4 .footer__area__wrap,
.page__wrap.saiyotop_6 .footer__area__wrap {
  margin: 0 auto;
  text-align: center;
}
.page__wrap.saiyotop_4 .footer__area__wrap .display__change,
.page__wrap.saiyotop_6 .footer__area__wrap .display__change {
  margin: 5px 0;
}
.page__wrap.saiyotop_4 .footer__area__wrap .display__change a,
.page__wrap.saiyotop_6 .footer__area__wrap .display__change a {
  font-size: 1.1rem;
  color: #fff;
}

/* main */
.page__wrap.saiyotop_4 {
  /* top_04_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .image__wrap,
.page__wrap.saiyotop_4 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_4 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_4 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top {
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top::before, .page__wrap.saiyotop_4 .site__top .contents__type__top::after {
  position: absolute;
  display: flex;
  height: 50px;
  color: #fff;
  opacity: 0.5;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top::before {
  content: "↓";
  font-size: 3rem;
  left: calc(50% - 15px);
  bottom: 60px;
  animation: flash 3s infinite;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top::after {
  content: "scroll";
  font-size: 1.5rem;
  left: calc(50% - 20px);
  bottom: 0;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .content__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .inner__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .title__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 40px 25px 25px;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .title__wrap[style="color:rgba(255,255,255,1.00);"] p {
  color: #f3f2f1;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__main {
  flex: 1 0 auto;
  display: inline-block;
  max-width: 100%;
  vertical-align: baseline;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__main + .contents__title__sub {
  margin: 22px 0 0 25px;
  font-weight: normal;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: 12px;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__sub {
  flex: 1 0 auto;
  align-self: center;
  display: inline-block;
  max-width: 100%;
  vertical-align: baseline;
  text-align: right;
  font-weight: bold;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: 12px;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__text {
  width: 100%;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .image__wrap {
  flex: 1 0 auto;
  width: 100%;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .top__img1 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__* .top__img1 {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__1 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__2 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__3 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__4 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__5 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__6 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__7 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__8 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__9 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__10 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__21 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__22 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__23 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__24 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__25 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__26 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__27 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__28 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__29 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__30 .top__img1 {
  background-image: url(../images/opacity_mask/opacity_w_50.svg);
}
@keyframes flash {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__main {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1.5rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__sub {
  font-size: 1.5rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__text {
  font-size: 1.5rem;
  line-height: 2.2;
}
.page__wrap.saiyotop_4 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: 4.5rem;
  font-weight: bold;
}
.page__wrap.saiyotop_4 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_4 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__title__sub {
  font-size: 2.2rem;
}
.page__wrap.saiyotop_4 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__title__text {
  line-height: 2.2;
  font-size: 1.5rem;
}
.page__wrap.saiyotop_4 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_4 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_4 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_4 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_4 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_4 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_4 .position__c .contents__btn__link {
  text-align: center;
}
/* design_top05 */
/* main */
.page__wrap.saiyotop_5 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_5 .site__top .contents__type__top {
  position: relative;
  overflow: hidden;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .inner__wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .title__wrap {
  position: relative;
  z-index: 3;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .image__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .image__wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__1 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_95.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__2 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_90.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__3 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_85.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__4 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_80.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__5 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_75.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__6 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_70.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__7 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_65.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__8 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_60.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__9 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_55.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__10 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_50.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__21 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_95.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__22 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_90.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__23 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_85.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__24 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_80.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__25 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_75.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__26 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_70.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__27 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_65.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__28 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_60.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__29 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_55.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__30 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_50.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .content__title__img {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  opacity: 0;
  animation: infinite running;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__1 .content__title__img {
  animation: none;
  opacity: 1;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__2 .content__title__img {
  animation-name: fade2;
  animation-duration: 10s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__3 .content__title__img {
  animation-name: fade3;
  animation-duration: 15s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__4 .content__title__img {
  animation-name: fade4;
  animation-duration: 20s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__5 .content__title__img {
  animation-name: fade5;
  animation-duration: 25s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .main_image_2 {
  animation-delay: 5s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .main_image_3 {
  animation-delay: 10s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .main_image_4 {
  animation-delay: 15s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .main_image_5 {
  animation-delay: 20s;
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
@keyframes fade5 {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
.page__wrap.saiyotop_5 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_5 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__main {
  font-size: calc(4rem + (1vw - 0.48rem) * 5);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_5 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_5 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_5 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_5 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_5 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_5 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_5 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_5 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_5 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_5 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_5 .position__c .contents__btn__link {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__main {
    font-size: 6.5rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_5 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_5 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_5 .contents__title__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__main {
    font-size: 4rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1.2rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__text {
    font-size: 1.3rem;
  }
  #saiyotop_top.saiyotop_5 .contents__title__main {
    font-size: 3.2rem;
  }
  #saiyotop_top.saiyotop_5 .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_5 .contents__title__text {
    font-size: 1.3rem;
  }
}
/* design_top06 */
/* main */
.page__wrap.saiyotop_6 {
  /* top_06_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .image__wrap,
.page__wrap.saiyotop_6 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_6 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_6 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top:after {
  content: "";
  display: block;
  padding-top: 50%;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .inner__wrap {
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .title__wrap {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 84%;
  max-height: 100%;
  margin-left: 8%;
  padding: 50px 50px 40px 50px;
  overflow: hidden;
  z-index: 1;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__* .title__wrap {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__1 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__2 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__3 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__4 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__5 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__6 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__7 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__8 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__9 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__10 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__21 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__22 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__23 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__24 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__25 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__26 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__27 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__28 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__29 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__30 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .image__wrap {
  position: absolute;
  width: 66.5%;
  padding-top: 50%;
  right: 0;
  top: 0;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .content__title__img {
  display: none;
}
@keyframes flash {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__main {
  font-size: calc(3.5rem + (1vw - 0.48rem) * 4);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_6 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_6 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_6 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_6 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_6 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_6 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_6 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_6 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_6 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_6 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_6 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__main {
    font-size: 5.5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_6 .contents__title__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1.2rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__text {
    font-size: 1.3rem;
  }
  #saiyotop_top.saiyotop_6 .contents__title__main {
    font-size: 3.2rem;
  }
  #saiyotop_top.saiyotop_6 .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_6 .contents__title__text {
    font-size: 1.3rem;
  }
}
/* design_top07 */
/* main */
.page__wrap.saiyotop_7 {
  /* top_07_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_7 .site__top .contents__type__top,
.page__wrap.saiyotop_7 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_7 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_7 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top {
  position: relative;
  height: calc(100vh - 75px);
  overflow: hidden;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top::before, .page__wrap.saiyotop_7 .site__top .contents__type__top::after {
  position: absolute;
  display: flex;
  height: 50px;
  color: inherit;
  opacity: 0.5;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top::before {
  content: "↓";
  font-size: 30px;
  left: calc(50% - 15px);
  bottom: 60px;
  animation: flash 3s infinite;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top::after {
  content: "scroll";
  font-size: 15px;
  left: calc(50% - 20px);
  bottom: 0;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top .content__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0 120px;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top .inner__wrap {
  text-align: right;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top .title__wrap {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 80%;
  max-height: 100%;
  margin-right: 10%;
  padding: 50px 50px 40px 50px;
  overflow: hidden;
  text-align: left;
  z-index: 1;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__* .title__wrap {
  background-position: top left;
  background-size: 10px 10px;
  background-repeat: repeat;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__1 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__2 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__3 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__4 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__5 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__6 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__7 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__8 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__9 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__10 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__21 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__22 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__23 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__24 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__25 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__26 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__27 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__28 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__29 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__30 .title__wrap {
  background-image: url(../images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top .image__wrap {
  display: none;
}
@keyframes flash {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__main {
  font-size: calc(3.2rem + (1vw - 0.48rem) * 1.2);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_7 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_7 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_7 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_7 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_7 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__btn__link {
  display: inline-block;
  width: 100%;
}
.page__wrap.saiyotop_7 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_7 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_7 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_7 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_7 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_7 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__main {
    font-size: 3.8rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_7 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_7 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_7 .contents__title__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1.2rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__text {
    font-size: 1.3rem;
  }
  #saiyotop_top.saiyotop_7 .contents__title__main {
    font-size: 3.2rem;
  }
  #saiyotop_top.saiyotop_7 .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_7 .contents__title__text {
    font-size: 1.3rem;
  }
}
/* design_top08 */
/* main */
.page__wrap.saiyotop_8 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_8 .site__top .contents__type__top {
  position: relative;
  overflow: hidden;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .inner__wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .title__wrap {
  position: relative;
  z-index: 3;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .image__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .image__wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__1 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_95.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__2 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_90.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__3 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_85.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__4 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_80.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__5 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_75.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__6 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_70.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__7 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_65.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__8 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_60.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__9 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_55.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__10 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_b_50.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__21 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_95.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__22 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_90.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__23 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_85.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__24 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_80.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__25 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_75.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__26 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_70.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__27 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_65.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__28 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_60.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__29 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_55.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__30 .image__wrap:after {
  background: url(../images/opacity_mask/opacity_w_50.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 100%;
  opacity: 1;
  animation: infinite running;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__1 .content__title__img {
  animation: none;
  left: 0;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__2 .content__title__img {
  animation-name: slide2;
  animation-duration: 10s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__3 .content__title__img {
  animation-name: slide3;
  animation-duration: 15s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__4 .content__title__img {
  animation-name: slide4;
  animation-duration: 20s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__5 .content__title__img {
  animation-name: slide5;
  animation-duration: 25s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .main_image_2 {
  animation-delay: 5s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .main_image_3 {
  animation-delay: 10s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .main_image_4 {
  animation-delay: 15s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .main_image_5 {
  animation-delay: 20s;
}
@keyframes slide2 {
  0% {
    left: 100%;
    z-index: 2;
  }
  10% {
    left: 0;
    z-index: 2;
  }
  50% {
    left: 0;
    z-index: 2;
  }
  60% {
    left: -100%;
    z-index: 1;
  }
  65% {
    left: 100%;
    z-index: 1;
  }
}
@keyframes slide3 {
  0% {
    left: 100%;
    z-index: 2;
  }
  10% {
    left: 0;
    z-index: 2;
  }
  33.3% {
    left: 0;
    z-index: 1;
    transform: scaleX(100%);
  }
  33.4% {
    left: 0;
    transform: scaleX(102%);
  }
  43.2% {
    left: -100%;
    transform: scaleX(102%);
  }
  43.3% {
    left: -100%;
    z-index: 1;
    transform: scaleX(100%);
  }
  50% {
    left: 100%;
    z-index: 1;
  }
}
@keyframes slide4 {
  0% {
    left: 100%;
    z-index: 2;
  }
  10% {
    left: 0;
    z-index: 2;
  }
  25% {
    left: 0;
    z-index: 2;
  }
  35% {
    left: -100%;
    z-index: 1;
  }
  50% {
    left: 100%;
    z-index: 1;
  }
}
@keyframes slide5 {
  0% {
    left: 100%;
    z-index: 2;
  }
  10% {
    left: 0;
    z-index: 2;
  }
  20% {
    left: 0;
    z-index: 2;
  }
  30% {
    left: -100%;
    z-index: 1;
  }
  50% {
    left: 100%;
    z-index: 1;
  }
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__1,
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__2,
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__3,
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__4,
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__5 {
  animation-name: slideSub;
  animation-iteration-count: 1;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__2 {
  animation-duration: 3.4s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__3 {
  animation-duration: 5s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__4 {
  animation-duration: 6.8s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__5 {
  animation-duration: 8.4s;
}
@keyframes slideSub {
  0% {
    left: 0;
    z-index: 2;
  }
  30% {
    left: -100%;
    z-index: 2;
  }
  31% {
    left: -100%;
    z-index: 0;
  }
  100% {
    left: 0;
    z-index: 0;
  }
}
.page__wrap.saiyotop_8 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_8 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__main {
  font-size: calc(4rem + (1vw - 0.48rem) * 5);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_8 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_8 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_8 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_8 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_8 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_8 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_8 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_8 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_8 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_8 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_8 .position__c .contents__btn__link {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__main {
    font-size: 6.5rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_8 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_8 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_8 .contents__title__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__main {
    font-size: 4rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1.2rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__text {
    font-size: 1.3rem;
  }
  #saiyotop_top.saiyotop_8 .contents__title__main {
    font-size: 3.2rem;
  }
  #saiyotop_top.saiyotop_8 .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top.saiyotop_8 .contents__title__text {
    font-size: 1.3rem;
  }
}
/*-----------------------------------------------------------------/
/ pc_saiyo_contents
/-----------------------------------------------------------------*/
/* CSS コンテンツベース */
.site__contents .top__bgcolor__1 .contents__title,
.site__contents .top__bgcolor__2 .contents__title,
.site__contents .top__bgcolor__3 .contents__title,
.site__contents .top__bgcolor__4 .contents__title,
.site__contents .top__bgcolor__5 .contents__title,
.site__contents .top__bgcolor__6 .contents__title,
.site__contents .top__bgcolor__7 .contents__title,
.site__contents .top__bgcolor__8 .contents__title,
.site__contents .top__bgcolor__9 .contents__title,
.site__contents .top__bgcolor__10 .contents__title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.site__contents .top__bgcolor__21 .contents__title,
.site__contents .top__bgcolor__22 .contents__title,
.site__contents .top__bgcolor__23 .contents__title,
.site__contents .top__bgcolor__24 .contents__title,
.site__contents .top__bgcolor__25 .contents__title,
.site__contents .top__bgcolor__26 .contents__title,
.site__contents .top__bgcolor__27 .contents__title,
.site__contents .top__bgcolor__28 .contents__title,
.site__contents .top__bgcolor__29 .contents__title,
.site__contents .top__bgcolor__30 .contents__title {
  text-shadow: 0 0 10px white;
  color: #333;
}
.site__contents .contents__type__top {
  position: relative;
}
.site__contents .contents__type__top.top__bgcolor__* .content__wrap {
  background: top left/10px 10px repeat;
}
.site__contents .contents__type__top.top__bgcolor__1 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_95.svg);
}
.site__contents .contents__type__top.top__bgcolor__2 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_90.svg);
}
.site__contents .contents__type__top.top__bgcolor__3 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_85.svg);
}
.site__contents .contents__type__top.top__bgcolor__4 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_80.svg);
}
.site__contents .contents__type__top.top__bgcolor__5 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_75.svg);
}
.site__contents .contents__type__top.top__bgcolor__6 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_70.svg);
}
.site__contents .contents__type__top.top__bgcolor__7 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_65.svg);
}
.site__contents .contents__type__top.top__bgcolor__8 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_60.svg);
}
.site__contents .contents__type__top.top__bgcolor__9 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_55.svg);
}
.site__contents .contents__type__top.top__bgcolor__10 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_b_50.svg);
}
.site__contents .contents__type__top.top__bgcolor__21 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_95.svg);
}
.site__contents .contents__type__top.top__bgcolor__22 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_90.svg);
}
.site__contents .contents__type__top.top__bgcolor__23 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_85.svg);
}
.site__contents .contents__type__top.top__bgcolor__24 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_80.svg);
}
.site__contents .contents__type__top.top__bgcolor__25 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_75.svg);
}
.site__contents .contents__type__top.top__bgcolor__26 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_70.svg);
}
.site__contents .contents__type__top.top__bgcolor__27 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_65.svg);
}
.site__contents .contents__type__top.top__bgcolor__28 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_60.svg);
}
.site__contents .contents__type__top.top__bgcolor__29 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_55.svg);
}
.site__contents .contents__type__top.top__bgcolor__30 .content__wrap {
  background-image: url(../images/opacity_mask/opacity_w_50.svg);
}
.site__contents .contents__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 980px;
  height: 15vw;
  min-height: 120px;
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 1px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.site__contents .main__area__wrap {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
  z-index: 0;
}

@media screen and (max-width: 980px) {
  .site__contents .contents__type__top,
.site__contents .content__wrap,
.site__contents .contents__title {
    height: 150px;
  }
}
/* com CSS 設問フォーム */
.type__memo .form__item__title__wrap {
  margin: 2px 0;
  vertical-align: top;
}
.type__memo .need__item,
.type__memo .noneed__item {
  vertical-align: top;
}

.form__item__text {
  margin-bottom: 5px;
}

.memo_question_alert_str {
  font-size: 1.1rem;
  color: #ff664b;
}

.form__item__print .form__item__text {
  color: #888;
}
.form__item__print .form__item__answer {
  margin-left: 12px;
}

.form__item .memo__select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form__item .memo__checkbox {
  display: block;
}
.form__item .memo__num {
  width: 100px;
  ime-mode: disabled;
}
.form__item .memo__text {
  width: 100%;
}
.form__item input[type=text].memo__span {
  width: 80px;
  margin-right: 5px;
}
.form__item input[type=text].memo__span + .memo__span {
  width: 65px;
  margin-left: 13px;
}
.form__item .select_wrap .fb_dateElement_Y {
  width: 85px;
  margin-left: 0;
}
.form__item .select_wrap .fb_dateElement_m,
.form__item .select_wrap .fb_dateElement_d {
  width: 65px;
  margin-left: 10px;
}
.form__item .memo__area {
  width: 100%;
  max-width: none;
  min-height: 50px;
  margin-bottom: 0;
}

#mypage_com .form__item__multi,
#mypage_com .form__item__group {
  width: calc(100% - 208px);
}
#mypage_com .form__item__multi .form__item__group {
  width: calc(100% - 120px);
}
#mypage_com .form__item__print .form__item__multi,
#mypage_com .form__item__print .form__item__group {
  width: calc(100% - 175px);
}
#mypage_com .form__item__print .form__item__multi .form__item__group {
  width: calc(100% - 125px);
}
#mypage_com .type__tel input {
  width: 85px;
}
#mypage_com .type__memo .form__item__title__wrap {
  width: 65px;
}
#mypage_com .type__memo .form__item__group {
  width: calc(100% - 132px);
}
#mypage_com .type__memo .form__item__multi {
  width: calc(100% - 85px);
}
#mypage_com .type__memo .form__item__multi .need__item, #mypage_com .type__memo .form__item__multi .noneed__item {
  margin: 0;
}
#mypage_com .type__memo .form__item__multi .form__item__group {
  display: inline-block;
  width: calc(100% - 48px);
}
#mypage_com .type__memo .form__item__print {
  display: block;
  border-bottom: 1px dashed #ddd;
  padding: 15px 0;
}
#mypage_com .type__memo .form__item__print .form__item__group {
  width: calc(100% - 100px);
}
#mypage_com .type__memo .form__item__print .form__item__multi {
  width: calc(100% - 100px);
  margin-left: 30px;
}
#mypage_com .type__memo .form__item__print .form__item__multi .form__item__group {
  width: 100%;
  margin: 0;
}

#main__contents {
  position: relative;
}

.position_wrapper {
  float: right;
  text-align: right;
  z-index: 1000;
}

.session__limit {
  display: flex;
  align-items: center;
  background: #f9f8f7;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  padding-left: 12px;
  font-size: 1.1rem;
  top: 0;
  right: 0;
  z-index: 1;
}
.session__limit div, .session__limit input {
  display: inline-block;
}

.session__limit__time {
  background: #fff;
  box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.2) inset, 0 2px 4px -4px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #e3e2e1;
  padding: 5px 8px;
}

.session__limit__reload__btn {
  background: #777;
  border-bottom: 3px solid #999;
  height: 33px;
  margin-left: 5px;
  padding: 0 8px;
  color: #fff;
  transition: 0.2s;
}
.session__limit__reload__btn:hover {
  opacity: 0.75;
}

.counter span {
  display: inline-block;
  background: #555;
  border-radius: 3px;
  margin: 8px 0 0;
  padding: 5px 8px;
  font-size: 1.1rem;
  color: #fff;
  cursor: pointer;
  transition: 0.1s;
}
.counter span:hover {
  opacity: 0.75;
}

.com__save {
  padding: 12px 15px;
}

.is_foreign .form__item .select_wrap .fb_dateElement_m,
.is_foreign .form__item .select_wrap .fb_dateElement_d,
.is_foreign .form__item .select_wrap .fb_dateElement_Y {
  margin: 0;
}

/* entry CSS 登録フォーム */
/* 規約 規約画面 (エントリー時)
------------------------------------------------------------------*/
#entry_agreement .agree__textbox {
  width: 100%;
  margin: 20px 0;
}
#entry_agreement .agree__rule {
  box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.2) inset, 0 2px 4px -4px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: calc(100% - 200px);
  height: 300px;
  margin: 15px auto 0;
  padding: 15px;
  overflow: auto;
}
#entry_agreement div.form__bottom__textbox {
  text-align: center;
}
#entry_agreement .mynavi__link__area {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  margin: 20px auto 0;
  padding: 12px 0;
}
#entry_agreement .mynavi__link__text,
#entry_agreement .mynavi__link__btn {
  display: inline-block;
  vertical-align: middle;
}
#entry_agreement .mynavi__link__text {
  width: calc(100% - 170px);
  font-size: 1.2rem;
  margin-right: 15px;
}
#entry_agreement .mynavi__link__btn {
  width: 150px;
}
#entry_agreement .mynavi__link__btn a {
  display: block;
}
#entry_agreement .mynavi__link__btn img {
  width: 100%;
}

/* 登録情報 入力画面 (エントリー時)
------------------------------------------------------------------*/
#entry_input div.form__wrap {
  width: calc(100% - 80px);
  margin: 0 auto;
}
#entry_input div.form__bottom__textbox {
  text-align: center;
}

/* 登録情報 確認画面 (エントリー時)
------------------------------------------------------------------*/
#entry_confirm .form__wrap,
#entry_confirm .form__item__wrap {
  width: calc(100% - 200px);
  margin: 0 auto;
}
#entry_confirm .proof__wrap .form__item {
  width: calc(100% - 190px);
  margin: 0 auto;
}
#entry_confirm div.form__bottom__textbox {
  text-align: center;
}

/* 登録 完了画面 (エントリー時)
------------------------------------------------------------------*/
#entry_submit p {
  text-align: center;
}
#entry_submit .main__contents {
  text-align: center;
}
#entry_submit .finish__textbox {
  margin: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#entry_submit .finish__detail__wrap {
  background: #f8f8f8;
  border: 1px solid #ccc;
  margin: 25px auto;
}
#entry_submit .finish__detail {
  border-bottom: 1px dashed #ccc;
  margin: 15px;
  padding-bottom: 10px;
}
#entry_submit .finish__detail:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#entry_submit .finish__detail__title {
  display: inline-block;
  width: calc(50% - 15px);
  margin-right: 20px;
  text-align: right;
  vertical-align: middle;
}
#entry_submit .finish__detail__text {
  display: inline-block;
  width: calc(50% - 15px);
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
#entry_submit .finish__btn__area {
  margin: 20px 0;
  text-align: center;
}
#entry_submit #link_url_a {
  margin: 0 auto;
}
#entry_submit .textbox {
  margin-top: 45px;
}
#entry_submit .reserve__confirm__detail {
  border: 1px solid #ccc;
}
#entry_submit .reserve__confirm__detail .reserve__header {
  text-align: left;
}
#entry_submit .reserve__confirm__detail .form__item {
  padding: 10px 0;
}
#entry_submit .reserve__confirm__detail .reserve__item__title {
  width: 100px;
}
#entry_submit .reserve__confirm__detail .form__item__group {
  width: calc(100% - 125px);
  text-align: left;
}

/*----------------------------------------------------------------*/
/* ブログ
------------------------------------------------------------------*/
#saiyotop_blog {
  /* 共通
  ------------------------------------------------------------------*/
  /* ブログ・レターなどの写真サイズ・配置
  -------------------------------------------------------------------*/
}
#saiyotop_blog .main__area__wrap {
  padding: 50px 100px;
}
#saiyotop_blog .blog__menu {
  text-align: right;
}
#saiyotop_blog .blog__menu select {
  width: auto;
}
#saiyotop_blog .blog__contents {
  position: relative;
  padding-top: 20px;
}
#saiyotop_blog .blog__contents + a + .blog__contents {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #333;
}
#saiyotop_blog .blog__contents + a + .blog__contents::before {
  content: "";
  position: absolute;
  background: #333;
  width: 150px;
  height: 3px;
  top: -3px;
  left: 0;
}
#saiyotop_blog .blog__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.7;
}
#saiyotop_blog .blog__date {
  margin: 18px 0 20px;
  font-size: 13px;
  color: #999;
}
#saiyotop_blog .blog__text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2px;
  word-break: normal;
  color: #555;
}
#saiyotop_blog .blog__state {
  text-align: right;
  margin: 20px 0 0;
}
#saiyotop_blog .blog__state a {
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 1.2rem;
}
#saiyotop_blog .blog__state .blog__permlink_bt {
  border: 1px solid #ddd;
  background-color: #eee;
}
#saiyotop_blog .blog__state .blog__permlink_bt:hover {
  background-color: #ddd;
}
#saiyotop_blog .blog__state .blog__category_bt {
  border: 1px solid #c0e5f6;
  background-color: #eaf6fc;
}
#saiyotop_blog .blog__state .blog__category_bt:hover {
  background-color: #c0e5f6;
}
#saiyotop_blog .blog__pager__top {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
#saiyotop_blog .blog__pager__top .axol_pager_wrapper {
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
}
#saiyotop_blog .blog__pager__bottom {
  text-align: center;
  margin-bottom: 45px;
}
#saiyotop_blog .img__box__in_l,
#saiyotop_blog .img__box__in_r,
#saiyotop_blog .img__box__out_l,
#saiyotop_blog .img__box__out_r,
#saiyotop_blog .img__box__out_c {
  margin: 0;
}
#saiyotop_blog .img__size__SS,
#saiyotop_blog .img__size__S,
#saiyotop_blog .img__size__M,
#saiyotop_blog .img__size__R,
#saiyotop_blog .img__size__L {
  max-width: 100%;
}
#saiyotop_blog .img__box__out_l a,
#saiyotop_blog .img__box__out_r a,
#saiyotop_blog .img__box__out_c a,
#saiyotop_blog .img__box__in_l a,
#saiyotop_blog .img__box__in_r a {
  display: block;
}
#saiyotop_blog .img__box__out_l .img__size__L,
#saiyotop_blog .img__box__out_r .img__size__L,
#saiyotop_blog .img__box__out_c .img__size__L,
#saiyotop_blog .img__box__in_l .img__size__L,
#saiyotop_blog .img__box__in_r .img__size__L {
  width: 780px;
}
#saiyotop_blog .img__box__out_l .img__size__R,
#saiyotop_blog .img__box__out_r .img__size__R,
#saiyotop_blog .img__box__out_c .img__size__R,
#saiyotop_blog .img__box__in_l .img__size__R,
#saiyotop_blog .img__box__in_r .img__size__R {
  width: 444px;
}
#saiyotop_blog .img__box__out_l .img__size__M,
#saiyotop_blog .img__box__out_r .img__size__M,
#saiyotop_blog .img__box__out_c .img__size__M,
#saiyotop_blog .img__box__in_l .img__size__M,
#saiyotop_blog .img__box__in_r .img__size__M {
  width: 260px;
}
#saiyotop_blog .img__box__out_l .img__size__S,
#saiyotop_blog .img__box__out_r .img__size__S,
#saiyotop_blog .img__box__out_c .img__size__S,
#saiyotop_blog .img__box__in_l .img__size__S,
#saiyotop_blog .img__box__in_r .img__size__S {
  width: 150px;
}
#saiyotop_blog .img__box__out_l .img__size__SS,
#saiyotop_blog .img__box__out_r .img__size__SS,
#saiyotop_blog .img__box__out_c .img__size__SS,
#saiyotop_blog .img__box__in_l .img__size__SS,
#saiyotop_blog .img__box__in_r .img__size__SS {
  width: 65px;
}
#saiyotop_blog .img__box__out_l .img__size__L,
#saiyotop_blog .img__box__in_l .img__size__L {
  margin: 25px 0;
}
#saiyotop_blog .img__box__out_l .img__size__R,
#saiyotop_blog .img__box__in_l .img__size__R {
  margin: 20px 28px 20px 0;
}
#saiyotop_blog .img__box__out_l .img__size__M,
#saiyotop_blog .img__box__in_l .img__size__M {
  margin: 10px 22px 10px 0;
}
#saiyotop_blog .img__box__out_l .img__size__S,
#saiyotop_blog .img__box__in_l .img__size__S {
  margin: 4px 20px 4px 0;
}
#saiyotop_blog .img__box__out_l .img__size__SS,
#saiyotop_blog .img__box__in_l .img__size__SS {
  margin: 4px 16px 4px 0;
}
#saiyotop_blog .img__box__out_r .img__size__L,
#saiyotop_blog .img__box__in_r .img__size__L {
  margin: 25px 0;
}
#saiyotop_blog .img__box__out_r .img__size__R,
#saiyotop_blog .img__box__in_r .img__size__R {
  margin: 20px 0 20px 28px;
}
#saiyotop_blog .img__box__out_r .img__size__M,
#saiyotop_blog .img__box__in_r .img__size__M {
  margin: 10px 0 10px 22px;
}
#saiyotop_blog .img__box__out_r .img__size__S,
#saiyotop_blog .img__box__in_r .img__size__S {
  margin: 4px 0 4px 20px;
}
#saiyotop_blog .img__box__out_r .img__size__SS,
#saiyotop_blog .img__box__in_r .img__size__SS {
  margin: 4px 0 4px 16px;
}
#saiyotop_blog .img__box__out_c .img__size__L {
  margin: 25px 0;
}
#saiyotop_blog .img__box__out_c .img__size__R {
  margin: 20px 28px;
}
#saiyotop_blog .img__box__out_c .img__size__M {
  margin: 10px 22px;
}
#saiyotop_blog .img__box__out_c .img__size__S {
  margin: 4px 20px;
}
#saiyotop_blog .img__box__out_c .img__size__SS {
  margin: 4px 16px;
}
#saiyotop_blog .img__box__in_l {
  float: left;
}
#saiyotop_blog .img__box__in_r {
  float: right;
}
#saiyotop_blog .img__box__out_l {
  text-align: left;
}
#saiyotop_blog .img__box__out_r {
  text-align: right;
}
#saiyotop_blog .img__box__out_c {
  text-align: center;
}
#saiyotop_blog .img__box__out_l, #saiyotop_blog .img__box__out_r, #saiyotop_blog .img__box__out_c {
  clear: both;
}

/*----------------------------------------------------------------*/
/* 講座コンテンツ
------------------------------------------------------------------*/
#saiyotop_koza {
  /* 講座（TOP）
  ------------------------------------------------------------------*/
  /* 講座（詳細）
  ------------------------------------------------------------------*/
}
#saiyotop_koza .main__area__wrap {
  position: relative;
  background: transparent;
  box-sizing: border-box;
  width: auto;
  padding: 0;
  z-index: 0;
}
#saiyotop_koza .back__button {
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 33px;
}
#saiyotop_koza .back__button + .contents__wrap .koza__contents__header {
  padding-top: 0;
}
#saiyotop_koza .koza__box {
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 40px 50px 80px;
}
#saiyotop_koza .koza__box .koza__base__wrap {
  border: 1px solid #ccc;
  width: 100%;
  margin: 20px 0;
}
#saiyotop_koza .koza__box .koza__base__wrap + .koza__base__wrap {
  margin-top: 50px;
}
#saiyotop_koza .koza__box .koza__base__wrap a {
  display: block;
  color: #333;
  transition: 0.15s;
}
#saiyotop_koza .koza__box .koza__base__wrap a:hover {
  background: #f3f2f1;
}
#saiyotop_koza .koza__box .koza__base {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 100px;
  transition: 0.2s;
}
#saiyotop_koza .koza__box .koza__photo,
#saiyotop_koza .koza__box .koza__movie {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 350px;
  text-align: center;
  overflow: hidden;
}
#saiyotop_koza .koza__box .koza__photo img,
#saiyotop_koza .koza__box .koza__movie img {
  width: 100%;
}
#saiyotop_koza .koza__box .koza__title__wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
}
#saiyotop_koza .koza__box .koza__title {
  box-sizing: border-box;
  font-size: 25px;
  font-weight: bold;
  color: #333;
}
#saiyotop_koza .koza__box .koza__text {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.2px;
  word-break: normal;
}
#saiyotop_koza .koza__contents__box .koza__contents__header {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 40px 50px 80px;
  z-index: 0;
}
#saiyotop_koza .koza__contents__box .koza__contents__header::after {
  position: absolute;
  content: "";
  width: 150px;
  border-bottom: 8px solid #2ca9e1;
  left: calc(50% - 75px);
  bottom: 0;
}
#saiyotop_koza .koza__contents__box .koza__contents__header .koza__photo,
#saiyotop_koza .koza__contents__box .koza__contents__header .koza__movie {
  text-align: center;
}
#saiyotop_koza .koza__contents__box .koza__contents__header .koza__photo img,
#saiyotop_koza .koza__contents__box .koza__contents__header .koza__movie img {
  max-width: 100%;
  vertical-align: middle;
}
#saiyotop_koza .koza__contents__box .koza__contents__header a {
  width: 100%;
  height: 100%;
}
#saiyotop_koza .koza__contents__box .koza__header__text__wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}
#saiyotop_koza .koza__contents__box .koza__header__title {
  font-size: 25px;
  font-weight: bold;
}
#saiyotop_koza .koza__contents__box .koza__header__text {
  margin-top: 25px;
  line-height: 1.8;
  font-size: 15px;
  font-weight: bold;
}
#saiyotop_koza .koza__contents__box .koza__contents__wrap {
  position: relative;
  background: #f3f2f1;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 50px 0 0;
  z-index: 0;
}
#saiyotop_koza .koza__contents__box .koza__contents {
  box-sizing: border-box;
  border-top: 1px solid #2ca9e1;
  width: 950px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  clear: both;
}
#saiyotop_koza .koza__contents__box .koza__contents .img_show_wide {
  background: #fff;
  width: 350px;
  padding: 5px;
}
#saiyotop_koza .koza__contents__box .koza__contents .img_show_wide.photo_l {
  float: left;
  margin: 0 25px 18px 0;
}
#saiyotop_koza .koza__contents__box .koza__contents .img_show_wide.photo_r {
  float: right;
  margin: 0 0 18px 25px;
}
#saiyotop_koza .koza__contents__box .koza__contents .img_show_wide img {
  width: 100%;
}
#saiyotop_koza .koza__contents__box .koza__contents__title {
  padding-bottom: 25px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
#saiyotop_koza .koza__contents__box .koza__contents__text {
  text-align: left;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2px;
  word-break: normal;
}

/*----------------------------------------------------------------*/
/* フォトアルバム
------------------------------------------------------------------*/
#saiyotop_photo {
  /* フォトアルバム（TOP）
  ------------------------------------------------------------------*/
  /* フォトアルバム（詳細）
  ------------------------------------------------------------------*/
  /* フォトアルバムモーダル
  ------------------------------------------------------------------*/
}
#saiyotop_photo .album__box {
  display: flex;
  flex-flow: row wrap;
}
#saiyotop_photo .photo__base {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 30%;
  min-height: 325px;
  margin: 30px 2.5% 0;
  transition: 0.3s ease-out;
}
#saiyotop_photo .photo__base:first-of-type {
  margin-left: 0;
}
#saiyotop_photo .photo__base:nth-of-type(3n +1) {
  margin-left: 0;
}
#saiyotop_photo .photo__base:nth-of-type(3n +0) {
  margin-right: 0;
}
#saiyotop_photo .photo__base:hover {
  box-shadow: 0 0 5px rgba(44, 169, 225, 0.3), 0 0 2px rgba(44, 169, 225, 0.5);
}
#saiyotop_photo .photo__base a {
  display: block;
  width: 100%;
}
#saiyotop_photo .photo__index {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  height: 214px;
  overflow: hidden;
}
#saiyotop_photo .photo__index img {
  max-width: 100%;
  min-height: 100%;
}
#saiyotop_photo .photo__title {
  background: #fff;
  min-height: 79px;
  padding: 20px 15px 15px;
}
#saiyotop_photo .photo__title p, #saiyotop_photo .photo__title p:hover {
  color: #333;
}
#saiyotop_photo .photo__title p {
  position: relative;
}
#saiyotop_photo .photo__title p:after {
  position: absolute;
  content: "";
  background: #2ca9e1;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -10px;
}
#saiyotop_photo .photo__box {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 45px;
}
#saiyotop_photo .photo__item {
  background: #fff;
  width: 30%;
  margin: 50px 2.5% 0;
}
#saiyotop_photo .photo__item:first-of-type {
  margin-left: 0;
}
#saiyotop_photo .photo__item:nth-of-type(3n +1) {
  margin-left: 0;
}
#saiyotop_photo .photo__item:nth-of-type(3n +0) {
  margin-right: 0;
}
#saiyotop_photo .photo__item img {
  width: calc(100% - 16px);
  margin: 8px;
}
#saiyotop_photo .photo__item__image {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: 0.3s ease-out;
}
#saiyotop_photo .photo__item__image:hover {
  box-shadow: 0 2px 4px rgba(44, 169, 225, 0.3), 0 0 2px rgba(44, 169, 225, 0.5);
}
#saiyotop_photo .photo__item__image:active {
  box-shadow: 0 0 1px rgba(44, 169, 225, 0.3), 0 0 2px rgba(44, 169, 225, 0.5);
  top: 1px;
}
#saiyotop_photo .photo__item__image a {
  display: block;
  width: 100%;
}
#saiyotop_photo .photo__item__caption {
  margin-top: 12px;
}
#saiyotop_photo .axol_modal_dialog.photoAlbumDlg {
  width: 650px;
  height: auto;
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap {
  position: absolute;
  width: 100%;
  top: 25px;
  left: 0;
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap div {
  position: absolute;
  width: 45px;
  height: 422px;
  top: 0;
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap div::before {
  position: absolute;
  content: "";
  border: 1px solid #333;
  width: 12px;
  height: 12px;
  top: calc(100% - 225px);
  transform: rotate(45deg);
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap div input {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap .album__btn__prev {
  left: 0;
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap .album__btn__prev::before {
  border-top: none;
  border-right: none;
  left: 20px;
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap .album__btn__next {
  right: 0;
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap .album__btn__next::before {
  border-left: none;
  border-bottom: none;
  right: 20px;
}
#saiyotop_photo .jsPhotoAlbumImg {
  text-align: center;
}
#saiyotop_photo .jsPhotoAlbumImg img {
  border: 1px solid #ccc;
}
#saiyotop_photo .jsPhotoAlbumCaption {
  margin: 8px 20px 0;
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap .album__btn__disabled input {
  cursor: default;
}
#saiyotop_photo .photoAlbumDlg .album__btn__wrap .album__btn__disabled::before {
  content: none;
}

/*----------------------------------------------------------------*/
/* 講座コンテンツ
------------------------------------------------------------------*/
#saiyotop_qa {
  /* QA (TOP)
  ------------------------------------------------------------------*/
  /* カテゴリ名
  ------------------------------------------------------------------*/
  /* 質問・回答のデザイン
  ------------------------------------------------------------------*/
}
#saiyotop_qa .main__area__wrap {
  padding: 70px 100px;
}
#saiyotop_qa .qa__category__wrap {
  margin: 0;
  box-sizing: border-box;
}
#saiyotop_qa .qa__category__wrap + .qa__category__wrap {
  margin-top: 85px;
}
#saiyotop_qa .qa__category__wrap label {
  display: block;
  margin: 20px 0 20px 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.4s;
}
#saiyotop_qa .qa__category__wrap label:hover {
  border: 1px solid #2ca9e1;
}
#saiyotop_qa .qa__category__wrap input[type=checkbox].on-off {
  display: none;
}
#saiyotop_qa .qa__category__wrap input[type=checkbox].on-off + .qa__answer {
  border-top: 1px solid transparent;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: 0.2s;
}
#saiyotop_qa .qa__category__wrap input[type=checkbox].on-off:checked + .qa__answer {
  height: auto;
  border-top: 1px solid #ccc;
  padding: 20px 15px 20px 75px;
}
#saiyotop_qa .qa__category__wrap input[type=checkbox].on-off:checked + .qa__answer:before {
  position: absolute;
  content: "A";
  background: #e0bf2d;
  width: 35px;
  height: 35px;
  color: #fff;
  top: 12px;
  left: 12px;
  text-align: center;
  line-height: 36px;
}
#saiyotop_qa .qa__category {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #555;
  width: 100%;
  margin: 0 0 45px;
  padding: 0 20px 15px;
  font-size: 2.2rem;
  font-weight: bold;
}
#saiyotop_qa .qa__category::after {
  content: "";
  position: absolute;
  background: #2ca9e1;
  width: 80px;
  height: 3px;
  left: 0;
  bottom: -1px;
}
#saiyotop_qa .qa__title, #saiyotop_qa .qa__answer {
  position: relative;
  padding: 20px 15px 20px 75px;
  color: #555;
}
#saiyotop_qa .qa__title:before {
  position: absolute;
  content: "Q";
  background: #2ca9e1;
  width: 35px;
  height: 35px;
  color: #fff;
  top: 12px;
  left: 12px;
  text-align: center;
  line-height: 36px;
}

/*----------------------------------------------------------------*/
/* 社員紹介コンテンツ
------------------------------------------------------------------*/
#saiyotop_shain {
  /* 全体
  ------------------------------------------------------------------*/
  /* 社員情報（詳細・コメントページ）
  ------------------------------------------------------------------*/
  /* コメント
  ------------------------------------------------------------------*/
  /* 前へ・次へボタン
  ------------------------------------------------------------------*/
  /* 完全社員訪問
  ------------------------------------------------------------------*/
}
#saiyotop_shain .back__button {
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 35px;
}
#saiyotop_shain .main__area__wrap {
  position: relative;
  background: transparent;
  box-sizing: border-box;
  width: auto;
  padding: 0;
  z-index: 0;
}
#saiyotop_shain .calendar__day:hover {
  background: inherit;
  cursor: default;
}
#saiyotop_shain .contents__head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 35px 50px;
  text-align: left;
}
#saiyotop_shain .contents__head a {
  color: #333;
}
#saiyotop_shain .contents__head > p {
  display: none;
}
#saiyotop_shain .contents__head p {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
#saiyotop_shain .contents__head + .staff__box {
  padding-top: 0;
}
#saiyotop_shain .staff__reserve__confirm {
  display: inline-block;
}
#saiyotop_shain .staff__menu {
  display: inline-block;
  vertical-align: top;
}
#saiyotop_shain .staff__menu select {
  width: auto;
  text-align: left;
  padding: 8px 30px 8px 8px;
}
#saiyotop_shain .staff__box {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  padding: 40px 50px 80px;
  margin: 0 auto 45px;
}
#saiyotop_shain .simple__grp__title {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #555;
  width: 100%;
  margin: 0 0 45px;
  padding: 0 20px 15px;
  font-size: 2.2rem;
  font-weight: bold;
}
#saiyotop_shain .simple__grp__title::after {
  content: "";
  position: absolute;
  background: #2ca9e1;
  width: 80px;
  height: 3px;
  left: 0;
  bottom: -1px;
}
#saiyotop_shain .staff__card {
  margin: 15px 20px 20px;
  text-align: center;
  /* 社員写真
  ------------------------------------------------------------------*/
  /* 社員情報
  ------------------------------------------------------------------*/
}
#saiyotop_shain .staff__card a {
  color: #333;
}
#saiyotop_shain .staff__card + .simple__grp__title {
  margin: 75px 0 45px;
}
#saiyotop_shain .staff__card .staff__photo {
  position: relative;
  width: 250px;
  max-height: 250px;
}
#saiyotop_shain .staff__card .staff__photo a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_shain .staff__card .staff__photo .staff__img__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: 0.3s ease-out;
}
#saiyotop_shain .staff__card .staff__photo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#saiyotop_shain .staff__card .staff__overview__wrap {
  width: 250px;
  padding-top: 20px;
}
#saiyotop_shain .staff__card .staff__overview__wrap .staff__detail {
  display: none;
}
#saiyotop_shain .staff__card .homon__wrap {
  float: right;
  margin-left: 15px;
}
#saiyotop_shain .staff__card .homon__mark {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 1.2rem;
  color: #fff;
}
.calendar__contents #saiyotop_shain .staff__card .homon__mark:hover {
  top: 1px;
  opacity: 0.75;
}
#saiyotop_shain .staff__card .homon__my__yoyaku {
  background: #79c143;
}
#saiyotop_shain .staff__card .homon__yoyaku__enable {
  background: #1f81db;
}
#saiyotop_shain .staff__card .homon__yoyaku__manseki,
#saiyotop_shain .staff__card .homon__yoyaku__disable {
  background: #ccc;
  color: #888;
}
#saiyotop_shain .staff__card .staff__name {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#saiyotop_shain .staff__card .staff__title {
  text-align: center;
  margin: 5px 0;
  letter-spacing: 0.4px;
  font-size: 1.5rem;
}
.staff__box #saiyotop_shain .staff__card .staff__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#saiyotop_shain .main__inner__wrap .btn__back {
  position: relative;
  z-index: 1;
}
#saiyotop_shain .main__inner__wrap .back__button {
  text-align: right;
}
#saiyotop_shain .main__inner__wrap .back__button + .contents__wrap .staff__detail__box {
  padding-top: 0;
}
#saiyotop_shain .main__inner__wrap .back__button + .contents__wrap .staff__photo {
  top: -100px;
}
#saiyotop_shain .staff__detail__box {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  min-height: 510px;
  margin: 0 auto;
  text-align: right;
}
#saiyotop_shain .staff__detail__box .staff__movie {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#saiyotop_shain .staff__detail__box .staff__photo {
  position: absolute;
  width: 680px;
  height: 510px;
  top: 0;
  left: 0;
}
#saiyotop_shain .staff__detail__box .staff__photo a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_shain .staff__detail__box .staff__photo img {
  width: 100%;
  min-height: 195px;
}
#saiyotop_shain .staff__detail__box .staff__detail__area {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  width: auto;
  max-width: 450px;
  padding: 35px;
  margin: 0 0 0 auto;
}
#saiyotop_shain .staff__detail__box .staff__detail__area.movie_detail {
  width: 100%;
}
#saiyotop_shain .staff__detail__box .staff__name {
  text-align: left;
  font-size: 3.8rem;
  font-weight: bold;
}
#saiyotop_shain .staff__detail__box .staff__title {
  margin-top: 8px;
  text-align: left;
  font-size: 1.8rem;
}
#saiyotop_shain .staff__detail__box .staff__detail {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
#saiyotop_shain .staff__detail__box .staff__detail tr {
  border-bottom: 1px solid #ccc;
}
#saiyotop_shain .staff__detail__box .staff__detail th, #saiyotop_shain .staff__detail__box .staff__detail td {
  padding: 5px 8px;
}
#saiyotop_shain .staff__detail__box .staff__detail th {
  width: 75px;
}
#saiyotop_shain .staff__detail__box .staff__detail__item {
  font-size: 1.3rem;
  text-overflow: clip;
  white-space: normal;
}
#saiyotop_shain .staff__detail__box.file_align_right .staff__photo {
  margin: 0;
}
#saiyotop_shain .file_align_right.back__button {
  text-align: left;
}
#saiyotop_shain .file_align_right.staff__detail__box {
  text-align: left;
}
#saiyotop_shain .file_align_right .staff__photo {
  left: auto;
  right: 0;
}
#saiyotop_shain .file_align_right .staff__detail__area {
  margin: 0 auto 0 0;
}
#saiyotop_shain .staff__reserve__btn__area {
  text-align: right;
}
#saiyotop_shain .staff__reserve__btn__area input {
  margin: 0;
}
#saiyotop_shain .staff__contents__warp .staff__contents {
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 40px 50px;
}
#saiyotop_shain .staff__contents__warp .staff__contents__title {
  border-left: 3px solid #2ca9e1;
  margin-bottom: 28px;
  padding: 8px 0 8px 20px;
  font-size: 2.5rem;
  letter-spacing: 0.4px;
}
#saiyotop_shain .staff__contents__warp .staff__contents__text {
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2px;
  word-break: normal;
}
#saiyotop_shain .btn__area.staff__page {
  margin-bottom: 45px;
  text-align: center;
}
#saiyotop_shain .btn__area.staff__page a {
  color: #333;
}
#saiyotop_shain .homon__block {
  margin-top: 12px;
}
#saiyotop_shain .homon__block .simple__grp__title {
  margin: 0 0 10px;
}
#saiyotop_shain .homon__type__schedule,
#saiyotop_shain .homon__type__confirm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#saiyotop_shain .homon__type__schedule input,
#saiyotop_shain .homon__type__confirm input {
  min-width: 0;
  margin: 0;
}
#saiyotop_shain .homon__category__list {
  margin-top: 20px;
}
#saiyotop_shain .homon__category__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 8px;
}
#saiyotop_shain .homon__category__item:first-of-type {
  border-top: 1px solid #ccc;
}
#saiyotop_shain .homon__category__item .btn__move {
  display: inline-block;
  padding: 6px 28px 6px 10px;
  vertical-align: middle;
}
#saiyotop_shain .homon__category__title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
#saiyotop_shain .homon__user__count {
  background: #fff15a;
  border-radius: 10px;
  margin-left: 10px;
  padding: 3px 6px;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
}
#saiyotop_shain .homon__calender__month {
  margin: 20px 0 10px;
  text-align: center;
}
#saiyotop_shain .homon__calender__month select {
  background: #fff url(../images/icons/down_arrow_b.svg) right 10px center/15px no-repeat;
  box-shadow: none;
  border: none;
  width: auto;
  margin: 0 auto;
  padding: 2px 30px 2px 0;
  font-size: 2.2rem;
  cursor: pointer;
}
#saiyotop_shain .homon__calender__month select:focus {
  border: none;
  box-shadow: none;
}
#saiyotop_shain .homon__calender .calendar__contents {
  min-height: 45px;
  text-align: center;
}

/* schedule CSS スケジュール */
#calendar_contents {
  width: 100%;
}
#calendar_contents .go_month_btn {
  display: inline-block;
  background: #eee;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  padding: 5px 22px 1px;
  text-decoration: underline;
  color: #333;
  cursor: pointer;
}

.top__calender {
  background: #eee;
  margin: 0 0 25px;
  padding: 5px;
}
.top__calender td {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}
.top__calender .date {
  background: transparent;
  border-radius: 10px;
  height: 18px;
  padding: 2px 5px;
  text-align: center;
  font-weight: bold;
}

.axol_modal_dialog.saiyoTopMonthCalendar {
  width: 800px;
}

.month-calendar__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}
.month-calendar__header table {
  width: 100%;
}

.calendar__month {
  position: relative;
  font-size: 2.5rem;
}

.calendar__prev,
.calendar__next {
  position: relative;
  width: 20px;
  cursor: pointer;
}
.calendar__prev::before,
.calendar__next::before {
  position: absolute;
  content: "";
  border: 1px solid #333;
  width: 12px;
  height: 12px;
  top: 12px;
  transform: rotate(45deg);
}

.calendar__prev::before {
  border-top: none;
  border-right: none;
  left: 8px;
}

.calendar__next::before {
  border-left: none;
  border-bottom: none;
  right: 8px;
}

.week-calendar__body,
.month-calendar__body {
  margin: 0 auto;
}
.week-calendar__body table,
.month-calendar__body table {
  table-layout: fixed;
  width: 100%;
}
.week-calendar__body thead td,
.month-calendar__body thead td {
  height: auto;
  padding: 5px 0;
}
.week-calendar__body tbody td,
.month-calendar__body tbody td {
  border: 1px solid #ccc;
  width: 1%;
  padding: 5px;
  max-height: 150px;
  vertical-align: top;
}

.week-calendar__body td {
  height: 90px;
}

.month-calendar__body td {
  height: 65px;
}

.calendar__weekday {
  text-align: center;
}

.calendar__day {
  background: transparent;
  border-radius: 10px;
  height: 18px;
  padding: 2px 5px;
  text-align: center;
  font-weight: bold;
}

.calendar__title {
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  padding: 2px 4px;
  text-align: left;
  font-size: 11px;
  color: #1f70c1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: 0.2s;
}
.calendar__title:hover {
  opacity: 0.7;
}
.calendar__title:not(:last-child) {
  margin-bottom: 2px;
}

.cat_yoyaku {
  background: #ff664b;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 3px 0;
  padding: 3px 5px;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
}

.axol_modal_dialog.dialogCalendarDetail {
  max-width: 745px;
  max-height: 80%;
}
.axol_modal_dialog.dialogCalendarDetail .schedule__detail {
  width: auto;
  min-width: 250px;
}

.calendar__day {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 18px;
  padding: 2px 5px;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
}
.calendar__day:hover {
  background: rgba(255, 241, 90, 0.4);
}
.today .calendar__day {
  background: #fff15a;
}

.weekday__holiday {
  color: #ff664b;
}

.weekday__saturday {
  color: #168bc7;
}

.out__month {
  color: #ccc;
}
.out__month.weekday__holiday {
  color: #ffbea8;
}
.out__month.weekday__saturday {
  color: #a9cce8;
}

.schedule__detail {
  width: 350px;
}

.schedule__detail__day {
  background: #f3f2f1;
  padding: 5px 8px;
  text-align: center;
  font-weight: bold;
}

.schedule__detail__wrap {
  margin-top: 15px;
}
.schedule__detail__wrap:not(:last-child) {
  margin-bottom: 20px;
}
.schedule__detail__wrap dt, .schedule__detail__wrap dd {
  display: inline-block;
}
.schedule__detail__wrap dl {
  display: inline-block;
  vertical-align: middle;
}
.schedule__detail__wrap dd {
  margin-left: 5px;
}
.schedule__detail__wrap .schedule__detail__time__wrap {
  margin-right: 8px;
}
.schedule__detail__wrap .schedule__detail__title {
  border-bottom: 2px solid #2ca9e1;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 5px 5px 5px 0;
}
.schedule__detail__wrap .schedule__detail__title.cat_yoyaku {
  border-bottom: none;
}
.schedule__detail__wrap .schedule__detail__title.cat_yoyaku:hover {
  color: #fff;
}
.schedule__detail__wrap dl {
  margin: 3px 0;
  font-size: 1.2rem;
}
.schedule__detail__wrap .schedule__detail__text {
  border-top: 1px dashed #ccc;
  margin-top: 5px;
  padding-top: 12px;
}

.schedule__caption {
  margin-top: 5px;
  font-size: 1.3rem;
}

.schedule__category__area {
  margin: 5px 0;
}

.schedule__category {
  display: inline-block;
  padding: 2px 5px;
  margin: 3px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  cursor: default;
}
.schedule__category span {
  font-size: 1.2rem;
  margin-right: 2px;
}
.schedule__category span:after {
  content: ":";
  margin-left: 2px;
}

.schedule__category.schedule__mark__1, .schedule__category.schedule__mark__11, .schedule__category.schedule_mark__21 {
  background: #E64A19;
}
.schedule__category.schedule__mark__1 div, .schedule__category.schedule__mark__11 div, .schedule__category.schedule_mark__21 div {
  color: #fff;
}
.schedule__category.schedule__mark__2, .schedule__category.schedule__mark__12, .schedule__category.schedule_mark__22 {
  background: #FFA000;
}
.schedule__category.schedule__mark__2 div, .schedule__category.schedule__mark__12 div, .schedule__category.schedule_mark__22 div {
  color: #fff;
}
.schedule__category.schedule__mark__3, .schedule__category.schedule__mark__13, .schedule__category.schedule_mark__23 {
  background: #AFB42B;
}
.schedule__category.schedule__mark__3 div, .schedule__category.schedule__mark__13 div, .schedule__category.schedule_mark__23 div {
  color: #fff;
}
.schedule__category.schedule__mark__4, .schedule__category.schedule__mark__14, .schedule__category.schedule_mark__24 {
  background: #388E3C;
}
.schedule__category.schedule__mark__4 div, .schedule__category.schedule__mark__14 div, .schedule__category.schedule_mark__24 div {
  color: #fff;
}
.schedule__category.schedule__mark__5, .schedule__category.schedule__mark__15, .schedule__category.schedule_mark__25 {
  background: #00796B;
}
.schedule__category.schedule__mark__5 div, .schedule__category.schedule__mark__15 div, .schedule__category.schedule_mark__25 div {
  color: #fff;
}
.schedule__category.schedule__mark__6, .schedule__category.schedule__mark__16, .schedule__category.schedule_mark__26 {
  background: #0097A7;
}
.schedule__category.schedule__mark__6 div, .schedule__category.schedule__mark__16 div, .schedule__category.schedule_mark__26 div {
  color: #fff;
}
.schedule__category.schedule__mark__7, .schedule__category.schedule__mark__17, .schedule__category.schedule_mark__27 {
  background: #1976D2;
}
.schedule__category.schedule__mark__7 div, .schedule__category.schedule__mark__17 div, .schedule__category.schedule_mark__27 div {
  color: #fff;
}
.schedule__category.schedule__mark__8, .schedule__category.schedule__mark__18, .schedule__category.schedule_mark__28 {
  background: #303F9F;
}
.schedule__category.schedule__mark__8 div, .schedule__category.schedule__mark__18 div, .schedule__category.schedule_mark__28 div {
  color: #fff;
}
.schedule__category.schedule__mark__9, .schedule__category.schedule__mark__19, .schedule__category.schedule_mark__29 {
  background: #512DA8;
}
.schedule__category.schedule__mark__9 div, .schedule__category.schedule__mark__19 div, .schedule__category.schedule_mark__29 div {
  color: #fff;
}
.schedule__category.schedule__mark__10, .schedule__category.schedule__mark__20, .schedule__category.schedule_mark__30 {
  background: #C2185B;
}
.schedule__category.schedule__mark__10 div, .schedule__category.schedule__mark__20 div, .schedule__category.schedule_mark__30 div {
  color: #fff;
}

.calendar__title.cat_1, .calendar__title.cat_11, .calendar__title.cat_21 {
  background: #E64A19;
  color: #fff;
}
.calendar__title.cat_2, .calendar__title.cat_12, .calendar__title.cat_22 {
  background: #FFA000;
  color: #fff;
}
.calendar__title.cat_3, .calendar__title.cat_13, .calendar__title.cat_23 {
  background: #AFB42B;
  color: #fff;
}
.calendar__title.cat_4, .calendar__title.cat_14, .calendar__title.cat_24 {
  background: #388E3C;
  color: #fff;
}
.calendar__title.cat_5, .calendar__title.cat_15, .calendar__title.cat_25 {
  background: #00796B;
  color: #fff;
}
.calendar__title.cat_6, .calendar__title.cat_16, .calendar__title.cat_26 {
  background: #0097A7;
  color: #fff;
}
.calendar__title.cat_7, .calendar__title.cat_17, .calendar__title.cat_27 {
  background: #1976D2;
  color: #fff;
}
.calendar__title.cat_8, .calendar__title.cat_18, .calendar__title.cat_28 {
  background: #303F9F;
  color: #fff;
}
.calendar__title.cat_9, .calendar__title.cat_19, .calendar__title.cat_29 {
  background: #512DA8;
  color: #fff;
}
.calendar__title.cat_10, .calendar__title.cat_20, .calendar__title.cat_30 {
  background: #C2185B;
  color: #fff;
}
.calendar__title.cat_, .calendar__title.cat_999999 {
  background: #f3f2f1;
  border: 1px solid #e3e2e1;
  color: #333;
}

.schedule__detail__title.cat_1, .schedule__detail__title.cat_11, .schedule__detail__title.cat_21 {
  border-color: #E64A19;
}
.schedule__detail__title.cat_2, .schedule__detail__title.cat_12, .schedule__detail__title.cat_22 {
  border-color: #FFA000;
}
.schedule__detail__title.cat_3, .schedule__detail__title.cat_13, .schedule__detail__title.cat_23 {
  border-color: #AFB42B;
}
.schedule__detail__title.cat_4, .schedule__detail__title.cat_14, .schedule__detail__title.cat_24 {
  border-color: #388E3C;
}
.schedule__detail__title.cat_5, .schedule__detail__title.cat_15, .schedule__detail__title.cat_25 {
  border-color: #00796B;
}
.schedule__detail__title.cat_6, .schedule__detail__title.cat_16, .schedule__detail__title.cat_26 {
  border-color: #0097A7;
}
.schedule__detail__title.cat_7, .schedule__detail__title.cat_17, .schedule__detail__title.cat_27 {
  border-color: #1976D2;
}
.schedule__detail__title.cat_8, .schedule__detail__title.cat_18, .schedule__detail__title.cat_28 {
  border-color: #303F9F;
}
.schedule__detail__title.cat_9, .schedule__detail__title.cat_19, .schedule__detail__title.cat_29 {
  border-color: #512DA8;
}
.schedule__detail__title.cat_10, .schedule__detail__title.cat_20, .schedule__detail__title.cat_30 {
  border-color: #C2185B;
}
.schedule__detail__title.cat_, .schedule__detail__title.cat_999999 {
  border-color: #333;
}

.schedule__mark__1 + input:checked + .schedule__in__content, .schedule__mark__11 + input:checked + .schedule__in__content, .schedule__mark__21 + input:checked + .schedule__in__content {
  border-color: #E64A19;
}

.schedule__mark__2 + input:checked + .schedule__in__content, .schedule__mark__12 + input:checked + .schedule__in__content, .schedule__mark__22 + input:checked + .schedule__in__content {
  border-color: #FFA000;
}

.schedule__mark__3 + input:checked + .schedule__in__content, .schedule__mark__13 + input:checked + .schedule__in__content, .schedule__mark__23 + input:checked + .schedule__in__content {
  border-color: #AFB42B;
}

.schedule__mark__4 + input:checked + .schedule__in__content, .schedule__mark__14 + input:checked + .schedule__in__content, .schedule__mark__24 + input:checked + .schedule__in__content {
  border-color: #388E3C;
}

.schedule__mark__5 + input:checked + .schedule__in__content, .schedule__mark__15 + input:checked + .schedule__in__content, .schedule__mark__25 + input:checked + .schedule__in__content {
  border-color: #00796B;
}

.schedule__mark__6 + input:checked + .schedule__in__content, .schedule__mark__16 + input:checked + .schedule__in__content, .schedule__mark__26 + input:checked + .schedule__in__content {
  border-color: #0097A7;
}

.schedule__mark__7 + input:checked + .schedule__in__content, .schedule__mark__17 + input:checked + .schedule__in__content, .schedule__mark__27 + input:checked + .schedule__in__content {
  border-color: #1976D2;
}

.schedule__mark__8 + input:checked + .schedule__in__content, .schedule__mark__18 + input:checked + .schedule__in__content, .schedule__mark__28 + input:checked + .schedule__in__content {
  border-color: #303F9F;
}

.schedule__mark__9 + input:checked + .schedule__in__content, .schedule__mark__19 + input:checked + .schedule__in__content, .schedule__mark__29 + input:checked + .schedule__in__content {
  border-color: #512DA8;
}

.schedule__mark__10 + input:checked + .schedule__in__content, .schedule__mark__20 + input:checked + .schedule__in__content, .schedule__mark__30 + input:checked + .schedule__in__content {
  border-color: #C2185B;
}

/*----------------------------------------------------------------*/
/* フリーコンテンツ
------------------------------------------------------------------*/
#saiyotop_contents {
  /* 全体
  ------------------------------------------------------------------*/
}

/*----------------------------------------------------------------*/
/* 職種検索画面
------------------------------------------------------------------*/
#saiyotop_job {
  /* 共通（上部の横メニュー）
  ------------------------------------------------------------------*/
  /* 検索ボックス
  ------------------------------------------------------------------*/
  /* 検索結果（応募職種）
  ------------------------------------------------------------------*/
  /* ページネーション */
  /* 職種詳細画面
  ------------------------------------------------------------------*/
  /* 職種一覧・職種カテゴリ一覧
  ------------------------------------------------------------------*/
  /* 都道府県検索
  ------------------------------------------------------------------*/
  /* 職種検索（都道府県）※日本地図
  ------------------------------------------------------------------*/
  /* 各エリア別 都道府県ボタン
  ------------------------------------------------------------------*/
}
#saiyotop_job .job__menu__area {
  border-bottom: 1px solid #ccc;
  margin-bottom: 38px;
  padding-bottom: 22px;
  font-size: 1.4rem;
}
#saiyotop_job .job__menu__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#saiyotop_job .job__menu__wrap .menu__button {
  position: relative;
  border-left: 1px solid #ccc;
  margin: 2px 0;
  padding: 8px 15px 12px;
  font-weight: normal;
}
#saiyotop_job .job__menu__wrap .menu__button:last-child {
  border-right: 1px solid #ccc;
}
#saiyotop_job .job__menu__wrap .menu__button a {
  position: relative;
  display: block;
  padding: 0;
  color: #333;
}
#saiyotop_job .job__menu__wrap .menu__button.menu__now::after {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #ccc;
  bottom: 0;
  left: calc(50% - 7px);
}
#saiyotop_job .job__menu__wrap .menu__button.menu__mid a {
  color: #2ca9e1;
}
#saiyotop_job .job__menu__wrap .menu__button.menu__high a {
  font-weight: bold;
  color: #ff664b;
}
#saiyotop_job .main__inner__wrap {
  display: flex;
  justify-content: space-between;
  width: 980px;
  flex-wrap: wrap;
}
#saiyotop_job .main__inner__wrap form:nth-of-type(1) {
  position: sticky;
  display: flex;
  flex-direction: column;
  flex: 0 0 180px;
  width: 180px;
  margin-right: 50px;
  top: 0;
}
#saiyotop_job #job_search_ans {
  order: 0;
  margin: 0 0 25px;
  font-size: 14px;
}
#saiyotop_job .now_area_str,
#saiyotop_job .hit_cnt_str {
  margin-right: 2px;
  font-size: 16px;
  font-weight: bold;
}
#saiyotop_job .hit_cnt_str {
  color: #f00;
}
#saiyotop_job .job__search__box {
  order: 1;
  width: 180px;
}
#saiyotop_job .job__search__box__title {
  position: relative;
  margin: 0 0 10px 22px;
  font-size: 1.8rem;
  font-weight: bold;
}
#saiyotop_job .job__search__box__title::before {
  position: absolute;
  content: "";
  background: #555;
  width: 6px;
  height: 2px;
  transform: rotate(45deg);
  top: 17px;
  left: -11px;
}
#saiyotop_job .job__search__box__title::after {
  position: absolute;
  content: "";
  border: 2px solid #555;
  border-radius: 9px;
  width: 11px;
  height: 11px;
  top: 4px;
  left: -22px;
}
#saiyotop_job #search__area__switch {
  display: none;
}
#saiyotop_job .job__search__area {
  box-sizing: border-box;
  width: 100%;
}
#saiyotop_job .job__search__item {
  padding: 12px 0;
}
#saiyotop_job .job__search__item div {
  width: 100%;
  font-size: 1.4rem;
}
#saiyotop_job .search__title {
  margin-bottom: 5px;
  font-weight: bold;
}
#saiyotop_job .search__contents span {
  display: flex;
  flex-direction: column;
}
#saiyotop_job .search__type__word label {
  display: inline-block;
  margin-top: 8px;
}
#saiyotop_job .job__search__btn__area {
  margin: 20px auto 0;
  text-align: center;
}
#saiyotop_job .job__search__btn__area input.btn__confirm {
  background: #1f81db;
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px 15px;
  font-weight: bold;
  color: #fff;
}
#saiyotop_job .pagenation__area__top {
  display: flex;
  align-items: flex-end;
  width: auto;
}
#saiyotop_job .job__offer__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#saiyotop_job .job__offer__box__area {
  flex: 1;
}
#saiyotop_job .job__offer__box {
  margin-bottom: 32px;
}
#saiyotop_job .job__offer__box__wrap {
  flex: 1 0 auto;
  max-width: 980px;
  border: 1px solid #ccc;
}
#saiyotop_job .job__offer__title {
  display: flex;
  justify-content: space-between;
  background: #f3f2f1;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
}
#saiyotop_job .job__offer__title > div {
  display: flex;
  align-items: center;
}
#saiyotop_job .job__offer__title .job__offer__title__text {
  padding: 15px 25px;
}
#saiyotop_job .job__offer__title .job__offer__title__btn {
  justify-content: flex-end;
}
#saiyotop_job .job__offer__title .job__offer__title__btn input {
  background-color: #1f81db;
  border-bottom: none;
  border-radius: 0;
  width: 120px;
  margin-right: -20px;
  padding: 10px 25px 10px 8px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}
#saiyotop_job .job__offer__title .job__offer__title__btn .jsAxolJob_mail {
  margin-right: 8px;
  padding: 6px 12px;
}
#saiyotop_job .job__offer__title .job__entry__entried {
  background: #ff664b;
  border: 1px solid #ff664a;
  border-radius: 3px;
  margin-right: 3px;
  padding: 5px 12px;
  font-size: 1.2rem;
  color: #fff;
}
#saiyotop_job .job__offer__title .job__entry__disable {
  margin-right: 15px;
  text-align: center;
  font-size: 1.2rem;
}
#saiyotop_job .job__offer__detail {
  padding: 10px 15px;
}
#saiyotop_job .job__offer__detail.jsAxolJob_foldings {
  border-top: 1px dashed #ccc;
}
#saiyotop_job .job__offer__photo__area {
  float: right;
  display: inline-block;
  width: 190px;
  margin-left: 15px;
  text-align: right;
}
#saiyotop_job .job__offer__photo__area a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_job .job__offer__photo__area img {
  width: 100%;
}
#saiyotop_job .job__offer__detail__item {
  display: flex;
  padding: 5px 0;
}
#saiyotop_job .job__offer__detail__item:last-child {
  border-bottom: none;
}
#saiyotop_job .job__offer__detail__item div {
  box-sizing: border-box;
}
#saiyotop_job .job__offer__detail__title {
  background: #f3f2f1;
  width: 120px;
  padding: 5px 10px;
  line-height: 1.75;
  text-align: right;
  font-size: 1.3rem;
}
#saiyotop_job .job__offer__detail__text {
  width: calc(100% - 140px);
  padding: 5px 0;
  margin-left: 15px;
  line-height: 1.75;
  font-size: 1.4rem;
}
#saiyotop_job .jsAxolJob_jusho_switch {
  text-decoration: underline;
  color: #00f;
  cursor: pointer;
}
#saiyotop_job .job__jusho__detail .job__jusho__name {
  font-size: 1.6rem;
  font-weight: bold;
}
#saiyotop_job .job__jusho__detail .job__jusho__jusho {
  padding: 5px 0;
}
#saiyotop_job .job__jusho__detail .job__jusho__station {
  border-top: 1px dashed #ccc;
  padding-top: 8px;
}
#saiyotop_job .entry__button__bottom {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 15px;
}
#saiyotop_job .entry__button__bottom input {
  display: flex;
  align-items: center;
}
#saiyotop_job .entry__button__bottom .entry__button__bottom__block {
  margin: 0 10px;
}
#saiyotop_job .entry__button__bottom .entry__button__bottom__block input {
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: bold;
}
#saiyotop_job .entry__button__bottom .job__detail__switch {
  background: #555 url(../images/icons/down_arrow.svg) 14px center/11px no-repeat;
  border-radius: 5px;
  margin-right: 3px;
  padding: 12px 18px 12px 35px;
}
#saiyotop_job .entry__button__bottom .jsAxolJob_mail {
  border-radius: 5px;
  padding: 12px 15px;
}
#saiyotop_job .entry__button__bottom .entry__button__bottom__wrap {
  display: flex;
  margin: 0 10px;
}
#saiyotop_job .job__entry__button {
  flex-wrap: wrap;
  border: none;
  border-radius: 0;
  padding: 12px 35px 12px 18px;
  font-size: 1.4rem;
  font-weight: bold;
}
#saiyotop_job .job__mail__address input {
  display: inline-block;
  vertical-align: middle;
}
#saiyotop_job .job__mail__address .job__mail__address__input {
  width: 70%;
}
#saiyotop_job .jobsearch__hit {
  background-color: yellow;
}
#saiyotop_job .jsAxolJob_mail {
  padding: 12px 15px;
  margin-right: 8px;
}
#saiyotop_job .entry__button__bottom__wrap {
  display: inline-block;
}
#saiyotop_job .job__box {
  border: 1px solid #2ca9e1;
  border-radius: 3px;
  padding: 20px 25px 10px;
}
#saiyotop_job .job__box .job__offer__detail {
  padding: 0;
}
#saiyotop_job .entry__button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 15px;
  text-align: center;
}
#saiyotop_job .entry__button .job__entry__disable {
  background-color: #f3f2f1;
  border: 1px solid #ccc;
  padding: 10px 15px;
  color: #333;
}
#saiyotop_job .entry__button .job__entry__button {
  padding: 12px 32px 12px 15px;
}
#saiyotop_job .job__start__text {
  margin-bottom: 15px;
}
#saiyotop_job .offer__list__wrap {
  width: 100%;
}
#saiyotop_job .offer__list__area__wrap {
  width: 100%;
}
#saiyotop_job .offer__list__area {
  margin-bottom: 25px;
}
#saiyotop_job .offer__list__category {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
#saiyotop_job .offer__list {
  justify-content: space-between;
  background: rgba(204, 204, 204, 0.1);
  border: 1px solid #ccc;
}
#saiyotop_job .offer__list + .offer__list {
  margin-top: 8px;
}
#saiyotop_job .offer__list__item a {
  display: block;
  padding: 12px 15px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: underline;
}
#saiyotop_job .offer__list__item + .offer__list__item {
  border-top: 1px dashed #ccc;
}
#saiyotop_job .contents__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#saiyotop_job .job__search__wrap {
  position: sticky;
  width: 220px;
  height: 100%;
  top: 30px;
  order: 0;
}
#saiyotop_job .job__offer__area {
  width: calc(100% - 280px);
  margin: 0 0 0 60px;
  order: 2;
}
#saiyotop_job .area__select__string {
  width: 100%;
}
#saiyotop_job .japan__map__wrap {
  position: relative;
  background: url(../images/map_item/japan.svg) left top/5040px no-repeat;
  width: 700px;
  height: 510px;
  margin: 0 auto 50px;
}
#saiyotop_job .map__check__area {
  position: absolute;
  width: 100%;
  height: 510px;
  top: 0;
  left: 0;
}
#saiyotop_job .check__1 {
  background: url(../images/map_item/japan.svg) -720px top/5040px no-repeat;
}
#saiyotop_job .check__2 {
  background: url(../images/map_item/japan.svg) -1440px top/5040px no-repeat;
}
#saiyotop_job .check__3 {
  background: url(../images/map_item/japan.svg) -2160px top/5040px no-repeat;
}
#saiyotop_job .check__4 {
  background: url(../images/map_item/japan.svg) -2880px top/5040px no-repeat;
}
#saiyotop_job .check__5 {
  background: url(../images/map_item/japan.svg) -3600px top/5040px no-repeat;
}
#saiyotop_job .check__6 {
  background: url(../images/map_item/japan.svg) -4320px top/5040px no-repeat;
}
#saiyotop_job .check__7 {
  background: url(../images/map_item/japan.svg) left -450px/5040px no-repeat;
}
#saiyotop_job .check__8 {
  background: url(../images/map_item/japan.svg) -720px -450px/5040px no-repeat;
}
#saiyotop_job .check__9 {
  background: url(../images/map_item/japan.svg) -1440px -450px/5040px no-repeat;
}
#saiyotop_job .check__10 {
  background: url(../images/map_item/japan.svg) -2160px -450px/5040px no-repeat;
}
#saiyotop_job .check__11 {
  background: url(../images/map_item/japan.svg) -2880px -450px/5040px no-repeat;
}
#saiyotop_job .check__12 {
  background: url(../images/map_item/japan.svg) -3600px -450px/5040px no-repeat;
}
#saiyotop_job .check__13 {
  background: url(../images/map_item/japan.svg) -4320px -450px/5040px no-repeat;
}
#saiyotop_job .check__14 {
  background: url(../images/map_item/japan.svg) left -900px/5040px no-repeat;
}
#saiyotop_job .check__15 {
  background: url(../images/map_item/japan.svg) -720px -900px/5040px no-repeat;
}
#saiyotop_job .check__16 {
  background: url(../images/map_item/japan.svg) -1440px -900px/5040px no-repeat;
}
#saiyotop_job .check__17 {
  background: url(../images/map_item/japan.svg) -2160px -900px/5040px no-repeat;
}
#saiyotop_job .check__18 {
  background: url(../images/map_item/japan.svg) -2880px -900px/5040px no-repeat;
}
#saiyotop_job .check__19 {
  background: url(../images/map_item/japan.svg) -3600px -900px/5040px no-repeat;
}
#saiyotop_job .check__20 {
  background: url(../images/map_item/japan.svg) -4320px -900px/5040px no-repeat;
}
#saiyotop_job .check__21 {
  background: url(../images/map_item/japan.svg) left -1350px/5040px no-repeat;
}
#saiyotop_job .check__22 {
  background: url(../images/map_item/japan.svg) -720px -1350px/5040px no-repeat;
}
#saiyotop_job .check__23 {
  background: url(../images/map_item/japan.svg) -1440px -1350px/5040px no-repeat;
}
#saiyotop_job .check__24 {
  background: url(../images/map_item/japan.svg) -2160px -1350px/5040px no-repeat;
}
#saiyotop_job .check__25 {
  background: url(../images/map_item/japan.svg) -2880px -1350px/5040px no-repeat;
}
#saiyotop_job .check__26 {
  background: url(../images/map_item/japan.svg) -3600px -1350px/5040px no-repeat;
}
#saiyotop_job .check__27 {
  background: url(../images/map_item/japan.svg) -4320px -1350px/5040px no-repeat;
}
#saiyotop_job .check__28 {
  background: url(../images/map_item/japan.svg) left -1800px/5040px no-repeat;
}
#saiyotop_job .check__29 {
  background: url(../images/map_item/japan.svg) -720px -1800px/5040px no-repeat;
}
#saiyotop_job .check__30 {
  background: url(../images/map_item/japan.svg) -1440px -1800px/5040px no-repeat;
}
#saiyotop_job .check__31 {
  background: url(../images/map_item/japan.svg) -2160px -1800px/5040px no-repeat;
}
#saiyotop_job .check__32 {
  background: url(../images/map_item/japan.svg) -2880px -1800px/5040px no-repeat;
}
#saiyotop_job .check__33 {
  background: url(../images/map_item/japan.svg) -3600px -1800px/5040px no-repeat;
}
#saiyotop_job .check__34 {
  background: url(../images/map_item/japan.svg) -4320px -1800px/5040px no-repeat;
}
#saiyotop_job .check__35 {
  background: url(../images/map_item/japan.svg) left -2250px/5040px no-repeat;
}
#saiyotop_job .check__36 {
  background: url(../images/map_item/japan.svg) -720px -2250px/5040px no-repeat;
}
#saiyotop_job .check__37 {
  background: url(../images/map_item/japan.svg) -1440px -2250px/5040px no-repeat;
}
#saiyotop_job .check__38 {
  background: url(../images/map_item/japan.svg) -2160px -2250px/5040px no-repeat;
}
#saiyotop_job .check__39 {
  background: url(../images/map_item/japan.svg) -2880px -2250px/5040px no-repeat;
}
#saiyotop_job .check__40 {
  background: url(../images/map_item/japan.svg) -3600px -2250px/5040px no-repeat;
}
#saiyotop_job .check__41 {
  background: url(../images/map_item/japan.svg) -4320px -2250px/5040px no-repeat;
}
#saiyotop_job .check__42 {
  background: url(../images/map_item/japan.svg) left -2700px/5040px no-repeat;
}
#saiyotop_job .check__43 {
  background: url(../images/map_item/japan.svg) -720px -2700px/5040px no-repeat;
}
#saiyotop_job .check__44 {
  background: url(../images/map_item/japan.svg) -1440px -2700px/5040px no-repeat;
}
#saiyotop_job .check__45 {
  background: url(../images/map_item/japan.svg) -2160px -2700px/5040px no-repeat;
}
#saiyotop_job .check__46 {
  background: url(../images/map_item/japan.svg) -2880px -2700px/5040px no-repeat;
}
#saiyotop_job .check__47 {
  background: url(../images/map_item/japan.svg) -3600px -2700px/5040px no-repeat;
}
#saiyotop_job .area__card {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  width: 75px;
  padding: 8px 8px;
}
#saiyotop_job .area__item__base {
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, #fff 0%, #f3f2f1 100%);
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  width: 64px;
  padding: 3px 3px;
  text-align: center;
  font-size: 1.1rem;
  cursor: pointer;
}
#saiyotop_job .area__item__base.disabled {
  background: #fff;
  border: 1px solid #f3f2f1;
  margin-bottom: 2px;
  color: #ccc;
  top: 2px;
  cursor: default;
}
#saiyotop_job .area__item__base.disabled:hover {
  background: #fff;
}
#saiyotop_job .area__item__base:hover {
  background: linear-gradient(to bottom, #eee 0%, #e3e2e1 100%);
}
#saiyotop_job .area__hokkaido__tohoku {
  border: 1px solid #E1A3A3;
  width: 150px;
  top: 169px;
  left: 550px;
}
#saiyotop_job .area__hokkaido__tohoku .selected {
  background: linear-gradient(to bottom, #e02e32 0%, #c52e32 100%);
  border: 1px solid #c52e32;
  color: #fff;
}
#saiyotop_job .area__hokuriku {
  border: 1px solid #EEB8AD;
  width: 302px;
  top: 50px;
  left: 141px;
}
#saiyotop_job .area__hokuriku .selected {
  background: linear-gradient(to bottom, #e44e2f 0%, #c64b2f 100%);
  border: 1px solid #c64b2f;
  color: #fff;
}
#saiyotop_job .area__chubu {
  border: 1px solid #EEB8AD;
  width: 150px;
  top: 385px;
  left: 293px;
}
#saiyotop_job .area__chubu .selected {
  background: linear-gradient(to bottom, #f1db1d 0%, #cfb91d 100%);
  border: 1px solid #cfb91d;
}
#saiyotop_job .area__kanto {
  border: 1px solid #F2D1A9;
  width: 150px;
  top: 322px;
  left: 478px;
}
#saiyotop_job .area__kanto .selected {
  background: linear-gradient(to bottom, #f19522 0%, #dc8022 100%);
  border: 1px solid #dc8022;
  color: #fff;
}
#saiyotop_job .area__kansai {
  border: 1px solid #D7DEB0;
  width: 149px;
  top: 115px;
  left: 218px;
}
#saiyotop_job .area__kansai .selected {
  background: linear-gradient(to bottom, #a2ba37 0%, #879f35 100%);
  border: 1px solid #879f35;
  color: #fff;
}
#saiyotop_job .area__chugoku {
  border: 1px solid #BBD3BB;
  width: 149px;
  top: 115px;
  left: 34px;
}
#saiyotop_job .area__chugoku .selected {
  background: linear-gradient(to bottom, #539a57 0%, #448745 100%);
  border: 1px solid #448745;
  color: #fff;
}
#saiyotop_job .area__shikoku {
  border: 1px solid #A1C9C5;
  width: 149px;
  top: 412px;
  left: 110px;
}
#saiyotop_job .area__shikoku .selected {
  background: linear-gradient(to bottom, #097f72 0%, #097063 100%);
  border: 1px solid #097063;
  color: #fff;
}
#saiyotop_job .area__kyushu__okinawa {
  border: 1px solid #A0BBC6;
  width: 75px;
  top: 240px;
  left: 0;
}
#saiyotop_job .area__kyushu__okinawa .selected {
  background: linear-gradient(to bottom, #085776 0%, #084d6c 100%);
  border: 1px solid #084d6c;
  color: #fff;
}
#saiyotop_job .area__foreign {
  border: 1px solid #aaa;
  width: 75px;
  top: 20px;
  left: 0;
}
#saiyotop_job .area__foreign .selected {
  background: linear-gradient(to bottom, #555 0%, #444 100%);
  border: 1px solid #444;
  color: #fff;
}
#saiyotop_job .ken__1 {
  order: 1;
}
#saiyotop_job .ken__2 {
  order: 0;
}
#saiyotop_job .ken__3 {
  order: 3;
}
#saiyotop_job .ken__4 {
  order: 5;
}
#saiyotop_job .ken__5 {
  order: 2;
}
#saiyotop_job .ken__6 {
  order: 4;
}
#saiyotop_job .ken__7 {
  order: 6;
}
#saiyotop_job .ken__8 {
  order: 3;
}
#saiyotop_job .ken__9 {
  order: 1;
}
#saiyotop_job .ken__10 {
  order: 0;
}
#saiyotop_job .ken__11 {
  order: 2;
}
#saiyotop_job .ken__12 {
  order: 5;
}
#saiyotop_job .ken__13 {
  order: 4;
}
#saiyotop_job .ken__14 {
  order: 6;
}
#saiyotop_job .ken__15 {
  order: 3;
}
#saiyotop_job .ken__16 {
  order: 2;
}
#saiyotop_job .ken__17 {
  order: 1;
}
#saiyotop_job .ken__18 {
  order: 0;
}
#saiyotop_job .ken__19 {
  order: 3;
}
#saiyotop_job .ken__20 {
  order: 1;
}
#saiyotop_job .ken__21 {
  order: 0;
}
#saiyotop_job .ken__22 {
  order: 4;
}
#saiyotop_job .ken__23 {
  order: 2;
}
#saiyotop_job .ken__24 {
  order: 3;
}
#saiyotop_job .ken__25 {
  order: 3;
}
#saiyotop_job .ken__26 {
  order: 1;
}
#saiyotop_job .ken__27 {
  order: 2;
}
#saiyotop_job .ken__28 {
  order: 0;
}
#saiyotop_job .ken__29 {
  order: 4;
}
#saiyotop_job .ken__30 {
  order: 3;
}
#saiyotop_job .ken__31 {
  order: 1;
}
#saiyotop_job .ken__32 {
  order: 0;
}
#saiyotop_job .ken__33 {
  order: 3;
}
#saiyotop_job .ken__34 {
  order: 2;
}
#saiyotop_job .ken__35 {
  order: 4;
}
#saiyotop_job .ken__36 {
  order: 3;
}
#saiyotop_job .ken__37 {
  order: 1;
}
#saiyotop_job .ken__38 {
  order: 0;
}
#saiyotop_job .ken__39 {
  order: 2;
}

#saiyotop_job {
  /* 採用サイト職種検索内の各コンテンツ
  ------------------------------------------------------------------*/
  /* blog(職種ページ内)
  ----------------------------------------------------------------*/
  /* ブログ・レターなどの写真サイズ・配置
  ------------------------------*/
  /* 講座（TOP）(職種ページ内)
  ----------------------------------------------------------------*/
  /* 講座（詳細）
  ------------------------------*/
  /* 社員紹介
  ----------------------------------------------------------------*/
  /* 社員情報（詳細・コメントページ）
  ------------------------------*/
  /* コメント
  ------------------------------*/
  /* 前へ・次へボタン
  ------------------------------*/
  /* 完全社員訪問
  ------------------------------*/
  /* フォトアルバム（TOP）
  ----------------------------------------------------------------*/
  /* フォトアルバム（詳細）
  ------------------------------*/
  /* フォトアルバムモーダル
  ------------------------------*/
  /* QA (TOP)
  ----------------------------------------------------------------*/
  /* カテゴリ名
  ------------------------------*/
  /* 質問・回答のデザイン
  ------------------------------*/
}
#saiyotop_job .contents__head {
  width: 100%;
}
#saiyotop_job .blog__menu {
  width: 100%;
  text-align: right;
}
#saiyotop_job .blog__menu select {
  width: auto;
}
#saiyotop_job .blog__menu + .contents__wrap {
  padding: 50px 100px;
}
#saiyotop_job .blog__contents {
  position: relative;
  width: 780px;
  margin: 0 auto;
  padding-top: 20px;
}
#saiyotop_job .blog__contents + a + .blog__contents {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #333;
}
#saiyotop_job .blog__contents + a + .blog__contents::before {
  content: "";
  position: absolute;
  background: #333;
  width: 150px;
  height: 3px;
  top: -3px;
  left: 0;
}
#saiyotop_job .blog__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.7;
}
#saiyotop_job .blog__date {
  margin: 18px 0 20px;
  font-size: 13px;
  color: #999;
}
#saiyotop_job .blog__text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2px;
  word-break: normal;
  color: #555;
}
#saiyotop_job .blog__state {
  text-align: right;
  margin: 20px 0 0;
}
#saiyotop_job .blog__state a {
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 1.2rem;
}
#saiyotop_job .blog__state .blog__permlink_bt {
  border: 1px solid #ddd;
  background-color: #eee;
}
#saiyotop_job .blog__state .blog__permlink_bt:hover {
  background-color: #ddd;
}
#saiyotop_job .blog__state .blog__category_bt {
  border: 1px solid #c0e5f6;
  background-color: #eaf6fc;
}
#saiyotop_job .blog__state .blog__category_bt:hover {
  background-color: #c0e5f6;
}
#saiyotop_job .blog__pager__top {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
#saiyotop_job .blog__pager__top .axol_pager_wrapper {
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
}
#saiyotop_job .blog__pager__bottom {
  text-align: center;
  margin-bottom: 45px;
}
#saiyotop_job .img__box__in_l,
#saiyotop_job .img__box__in_r,
#saiyotop_job .img__box__out_l,
#saiyotop_job .img__box__out_r,
#saiyotop_job .img__box__out_c {
  margin: 0;
}
#saiyotop_job .img__size__SS,
#saiyotop_job .img__size__S,
#saiyotop_job .img__size__M,
#saiyotop_job .img__size__R,
#saiyotop_job .img__size__L {
  max-width: 100%;
}
#saiyotop_job .img__box__out_l a,
#saiyotop_job .img__box__out_r a,
#saiyotop_job .img__box__out_c a,
#saiyotop_job .img__box__in_l a,
#saiyotop_job .img__box__in_r a {
  display: block;
}
#saiyotop_job .img__box__out_l .img__size__L,
#saiyotop_job .img__box__out_r .img__size__L,
#saiyotop_job .img__box__out_c .img__size__L,
#saiyotop_job .img__box__in_l .img__size__L,
#saiyotop_job .img__box__in_r .img__size__L {
  width: 780px;
}
#saiyotop_job .img__box__out_l .img__size__R,
#saiyotop_job .img__box__out_r .img__size__R,
#saiyotop_job .img__box__out_c .img__size__R,
#saiyotop_job .img__box__in_l .img__size__R,
#saiyotop_job .img__box__in_r .img__size__R {
  width: 444px;
}
#saiyotop_job .img__box__out_l .img__size__M,
#saiyotop_job .img__box__out_r .img__size__M,
#saiyotop_job .img__box__out_c .img__size__M,
#saiyotop_job .img__box__in_l .img__size__M,
#saiyotop_job .img__box__in_r .img__size__M {
  width: 260px;
}
#saiyotop_job .img__box__out_l .img__size__S,
#saiyotop_job .img__box__out_r .img__size__S,
#saiyotop_job .img__box__out_c .img__size__S,
#saiyotop_job .img__box__in_l .img__size__S,
#saiyotop_job .img__box__in_r .img__size__S {
  width: 150px;
}
#saiyotop_job .img__box__out_l .img__size__SS,
#saiyotop_job .img__box__out_r .img__size__SS,
#saiyotop_job .img__box__out_c .img__size__SS,
#saiyotop_job .img__box__in_l .img__size__SS,
#saiyotop_job .img__box__in_r .img__size__SS {
  width: 65px;
}
#saiyotop_job .img__box__out_l .img__size__L,
#saiyotop_job .img__box__in_l .img__size__L {
  margin: 25px 0;
}
#saiyotop_job .img__box__out_l .img__size__R,
#saiyotop_job .img__box__in_l .img__size__R {
  margin: 20px 28px 20px 0;
}
#saiyotop_job .img__box__out_l .img__size__M,
#saiyotop_job .img__box__in_l .img__size__M {
  margin: 10px 22px 10px 0;
}
#saiyotop_job .img__box__out_l .img__size__S,
#saiyotop_job .img__box__in_l .img__size__S {
  margin: 4px 20px 4px 0;
}
#saiyotop_job .img__box__out_l .img__size__SS,
#saiyotop_job .img__box__in_l .img__size__SS {
  margin: 4px 16px 4px 0;
}
#saiyotop_job .img__box__out_r .img__size__L,
#saiyotop_job .img__box__in_r .img__size__L {
  margin: 25px 0;
}
#saiyotop_job .img__box__out_r .img__size__R,
#saiyotop_job .img__box__in_r .img__size__R {
  margin: 20px 0 20px 28px;
}
#saiyotop_job .img__box__out_r .img__size__M,
#saiyotop_job .img__box__in_r .img__size__M {
  margin: 10px 0 10px 22px;
}
#saiyotop_job .img__box__out_r .img__size__S,
#saiyotop_job .img__box__in_r .img__size__S {
  margin: 4px 0 4px 20px;
}
#saiyotop_job .img__box__out_r .img__size__SS,
#saiyotop_job .img__box__in_r .img__size__SS {
  margin: 4px 0 4px 16px;
}
#saiyotop_job .img__box__out_c .img__size__L {
  margin: 25px 0;
}
#saiyotop_job .img__box__out_c .img__size__R {
  margin: 20px 28px;
}
#saiyotop_job .img__box__out_c .img__size__M {
  margin: 10px 22px;
}
#saiyotop_job .img__box__out_c .img__size__S {
  margin: 4px 20px;
}
#saiyotop_job .img__box__out_c .img__size__SS {
  margin: 4px 16px;
}
#saiyotop_job .img__box__in_l {
  float: left;
}
#saiyotop_job .img__box__in_r {
  float: right;
}
#saiyotop_job .img__box__out_l {
  text-align: left;
}
#saiyotop_job .img__box__out_r {
  text-align: right;
}
#saiyotop_job .img__box__out_c {
  text-align: center;
}
#saiyotop_job .img__box__out_l, #saiyotop_job .img__box__out_r, #saiyotop_job .img__box__out_c {
  clear: both;
}
#saiyotop_job .koza__box {
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 40px 50px 80px;
}
#saiyotop_job .koza__box .koza__base__wrap {
  border: 1px solid #ccc;
  margin: 20px 0;
}
#saiyotop_job .koza__box .koza__base__wrap + .koza__base__wrap {
  margin-top: 50px;
}
#saiyotop_job .koza__box .koza__base__wrap a {
  display: block;
  color: #333;
  transition: 0.15s;
}
#saiyotop_job .koza__box .koza__base__wrap a:hover {
  background: #f3f2f1;
}
#saiyotop_job .koza__box .koza__base {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 100px;
  transition: 0.2s;
}
#saiyotop_job .koza__box .koza__photo,
#saiyotop_job .koza__box .koza__movie {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 350px;
  text-align: center;
  overflow: hidden;
}
#saiyotop_job .koza__box .koza__photo img,
#saiyotop_job .koza__box .koza__movie img {
  width: 100%;
}
#saiyotop_job .koza__box .koza__title__wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
}
#saiyotop_job .koza__box .koza__title {
  box-sizing: border-box;
  font-size: 25px;
  font-weight: bold;
  color: #333;
}
#saiyotop_job .koza__box .koza__text {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.2px;
  word-break: normal;
}
#saiyotop_job .koza__contents__box .koza__contents__header {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 40px 50px 80px;
  z-index: 0;
}
#saiyotop_job .koza__contents__box .koza__contents__header::after {
  position: absolute;
  content: "";
  width: 150px;
  border-bottom: 8px solid #2ca9e1;
  left: calc(50% - 75px);
  bottom: 0;
}
#saiyotop_job .koza__contents__box .koza__contents__header .koza__photo,
#saiyotop_job .koza__contents__box .koza__contents__header .koza__movie {
  text-align: center;
}
#saiyotop_job .koza__contents__box .koza__contents__header .koza__photo img,
#saiyotop_job .koza__contents__box .koza__contents__header .koza__movie img {
  max-width: 100%;
  vertical-align: middle;
}
#saiyotop_job .koza__contents__box .koza__contents__header a {
  width: 100%;
  height: 100%;
}
#saiyotop_job .koza__contents__box .koza__header__text__wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}
#saiyotop_job .koza__contents__box .koza__header__title {
  font-size: 25px;
  font-weight: bold;
}
#saiyotop_job .koza__contents__box .koza__header__text {
  margin-top: 25px;
  line-height: 1.8;
  font-size: 15px;
  font-weight: bold;
}
#saiyotop_job .koza__contents__box .koza__contents__wrap {
  position: relative;
  background: #f3f2f1;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 50px 0 0;
  z-index: 0;
}
#saiyotop_job .koza__contents__box .koza__contents {
  box-sizing: border-box;
  border-top: 1px solid #2ca9e1;
  width: 950px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  clear: both;
}
#saiyotop_job .koza__contents__box .koza__contents .img_show_wide {
  background: #fff;
  width: 350px;
  padding: 5px;
}
#saiyotop_job .koza__contents__box .koza__contents .img_show_wide.photo_l {
  float: left;
  margin: 0 25px 18px 0;
}
#saiyotop_job .koza__contents__box .koza__contents .img_show_wide.photo_r {
  float: right;
  margin: 0 0 18px 25px;
}
#saiyotop_job .koza__contents__box .koza__contents .img_show_wide img {
  width: 100%;
}
#saiyotop_job .koza__contents__box .koza__contents__title {
  padding-bottom: 25px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
#saiyotop_job .koza__contents__box .koza__contents__text {
  text-align: left;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2px;
  word-break: normal;
}
#saiyotop_job .calendar__day:hover {
  background: inherit;
  cursor: default;
}
#saiyotop_job .staff__reserve__confirm {
  display: inline-block;
}
#saiyotop_job .staff__menu {
  display: inline-block;
  vertical-align: top;
}
#saiyotop_job .staff__menu select {
  width: auto;
  text-align: left;
  padding: 8px 30px 8px 8px;
}
#saiyotop_job .staff__box {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  padding: 40px 50px 80px;
  margin: 0 auto 45px;
}
#saiyotop_job .simple__grp__title {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #555;
  width: 100%;
  margin: 0 0 45px;
  padding: 0 20px 15px;
  font-size: 2.2rem;
  font-weight: bold;
}
#saiyotop_job .simple__grp__title::after {
  content: "";
  position: absolute;
  background: #2ca9e1;
  width: 80px;
  height: 3px;
  left: 0;
  bottom: -1px;
}
#saiyotop_job .staff__card {
  margin: 15px 20px 20px;
  text-align: center;
  /* 社員写真
  ----------------------------*/
  /* 社員情報
  ----------------------------*/
}
#saiyotop_job .staff__card a {
  color: #333;
}
#saiyotop_job .staff__card + .simple__grp__title {
  margin: 75px 0 45px;
}
#saiyotop_job .staff__card .staff__photo {
  position: relative;
  width: 250px;
  max-height: 250px;
}
#saiyotop_job .staff__card .staff__photo a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_job .staff__card .staff__photo .staff__img__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: 0.3s ease-out;
}
#saiyotop_job .staff__card .staff__photo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#saiyotop_job .staff__card .staff__overview__wrap {
  width: 250px;
  padding-top: 20px;
}
#saiyotop_job .staff__card .staff__overview__wrap .staff__detail {
  display: none;
}
#saiyotop_job .staff__card .homon__wrap {
  float: right;
  margin-left: 15px;
}
#saiyotop_job .staff__card .homon__mark {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 1.2rem;
  color: #fff;
}
.calendar__contents #saiyotop_job .staff__card .homon__mark:hover {
  top: 1px;
  opacity: 0.75;
}
#saiyotop_job .staff__card .homon__my__yoyaku {
  background: #79c143;
}
#saiyotop_job .staff__card .homon__yoyaku__enable {
  background: #1f81db;
}
#saiyotop_job .staff__card .homon__yoyaku__manseki,
#saiyotop_job .staff__card .homon__yoyaku__disable {
  background: #ccc;
  color: #888;
}
#saiyotop_job .staff__card .staff__name {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#saiyotop_job .staff__card .staff__title {
  text-align: center;
  margin: 5px 0;
  letter-spacing: 0.4px;
  font-size: 1.5rem;
}
.staff__box #saiyotop_job .staff__card .staff__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#saiyotop_job .main__inner__wrap .back__button {
  text-align: right;
}
#saiyotop_job .staff__detail__box {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  width: 980px;
  min-height: 510px;
  margin: 15px auto 0;
  text-align: right;
}
#saiyotop_job .staff__detail__box .staff__movie {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#saiyotop_job .staff__detail__box .staff__photo {
  position: absolute;
  width: 680px;
  height: 510px;
  top: 0;
  left: 0;
}
#saiyotop_job .staff__detail__box .staff__photo a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_job .staff__detail__box .staff__photo img {
  width: 100%;
  min-height: 195px;
}
#saiyotop_job .staff__detail__box .staff__detail__area {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  width: auto;
  max-width: 450px;
  padding: 35px;
  margin: 0 0 0 auto;
}
#saiyotop_job .staff__detail__box .staff__detail__area.movie_detail {
  width: 100%;
}
#saiyotop_job .staff__detail__box .staff__name {
  text-align: left;
  font-size: 3.8rem;
  font-weight: bold;
}
#saiyotop_job .staff__detail__box .staff__title {
  margin-top: 8px;
  text-align: left;
  font-size: 1.8rem;
}
#saiyotop_job .staff__detail__box .staff__detail {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
#saiyotop_job .staff__detail__box .staff__detail tr {
  border-bottom: 1px solid #ccc;
}
#saiyotop_job .staff__detail__box .staff__detail th, #saiyotop_job .staff__detail__box .staff__detail td {
  padding: 5px 8px;
}
#saiyotop_job .staff__detail__box .staff__detail th {
  width: 75px;
}
#saiyotop_job .staff__detail__box .staff__detail__item {
  font-size: 1.3rem;
  text-overflow: clip;
  white-space: normal;
}
#saiyotop_job .staff__detail__box.file_align_right .staff__photo {
  margin: 0;
}
#saiyotop_job .file_align_right.back__button {
  text-align: left;
}
#saiyotop_job .file_align_right.staff__detail__box {
  text-align: left;
}
#saiyotop_job .file_align_right .staff__photo {
  left: auto;
  right: 0;
}
#saiyotop_job .file_align_right .staff__detail__area {
  margin: 0 auto 0 0;
}
#saiyotop_job .staff__reserve__btn__area {
  text-align: right;
}
#saiyotop_job .staff__reserve__btn__area input {
  margin: 0;
}
#saiyotop_job .staff__contents__warp .staff__contents {
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 40px 50px;
}
#saiyotop_job .staff__contents__warp .staff__contents__title {
  border-left: 3px solid #2ca9e1;
  margin-bottom: 28px;
  padding: 8px 0 8px 20px;
  font-size: 2.5rem;
  letter-spacing: 0.4px;
}
#saiyotop_job .staff__contents__warp .staff__contents__text {
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2px;
  word-break: normal;
}
#saiyotop_job .btn__area.staff__page {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}
#saiyotop_job .btn__area.staff__page a {
  color: #333;
}
#saiyotop_job .homon__block {
  margin-top: 12px;
}
#saiyotop_job .homon__block .simple__grp__title {
  margin: 0 0 10px;
}
#saiyotop_job .homon__type__schedule,
#saiyotop_job .homon__type__confirm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#saiyotop_job .homon__type__schedule input,
#saiyotop_job .homon__type__confirm input {
  min-width: 0;
  margin: 0;
}
#saiyotop_job .homon__category__list {
  margin-top: 20px;
}
#saiyotop_job .homon__category__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 8px;
}
#saiyotop_job .homon__category__item:first-of-type {
  border-top: 1px solid #ccc;
}
#saiyotop_job .homon__category__item .btn__move {
  display: inline-block;
  padding: 6px 28px 6px 10px;
  vertical-align: middle;
}
#saiyotop_job .homon__category__title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
#saiyotop_job .homon__user__count {
  background: #fff15a;
  border-radius: 10px;
  margin-left: 10px;
  padding: 3px 6px;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
}
#saiyotop_job .homon__calender__month {
  margin: 20px 0 10px;
  text-align: center;
}
#saiyotop_job .homon__calender__month select {
  background: #fff url(../images/icons/down_arrow_b.svg) right 10px center/15px no-repeat;
  box-shadow: none;
  border: none;
  width: auto;
  margin: 0 auto;
  padding: 2px 30px 2px 0;
  font-size: 2.2rem;
  cursor: pointer;
}
#saiyotop_job .homon__calender__month select:focus {
  border: none;
  box-shadow: none;
}
#saiyotop_job .homon__calender .calendar__contents {
  min-height: 45px;
  text-align: center;
}
#saiyotop_job .album__box {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#saiyotop_job .photo__base {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 30%;
  min-height: 325px;
  margin: 30px 2.5% 0;
  transition: 0.3s ease-out;
}
#saiyotop_job .photo__base:first-of-type {
  margin-left: 0;
}
#saiyotop_job .photo__base:nth-of-type(3n +1) {
  margin-left: 0;
}
#saiyotop_job .photo__base:nth-of-type(3n +0) {
  margin-right: 0;
}
#saiyotop_job .photo__base:hover {
  box-shadow: 0 0 5px rgba(44, 169, 225, 0.3), 0 0 2px rgba(44, 169, 225, 0.5);
}
#saiyotop_job .photo__base a {
  display: block;
  width: 100%;
}
#saiyotop_job .photo__index {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  height: 214px;
  overflow: hidden;
}
#saiyotop_job .photo__index:after {
  position: absolute;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#saiyotop_job .photo__index img {
  position: absolute;
  top: 0;
  left: calc(50% - 160px);
}
#saiyotop_job .photo__title {
  background: #fff;
  min-height: 79px;
  padding: 20px 15px 15px;
}
#saiyotop_job .photo__title p, #saiyotop_job .photo__title p:hover {
  color: #333;
}
#saiyotop_job .photo__title p {
  position: relative;
}
#saiyotop_job .photo__title p:after {
  position: absolute;
  content: "";
  background: #2ca9e1;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -10px;
}
#saiyotop_job .photo__box {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 45px;
}
#saiyotop_job .photo__item {
  background: #fff;
  width: 30%;
  margin: 50px 2.5% 0;
}
#saiyotop_job .photo__item:first-of-type {
  margin-left: 0;
}
#saiyotop_job .photo__item:nth-of-type(3n +1) {
  margin-left: 0;
}
#saiyotop_job .photo__item:nth-of-type(3n +0) {
  margin-right: 0;
}
#saiyotop_job .photo__item img {
  width: calc(100% - 16px);
  margin: 8px;
}
#saiyotop_job .photo__item__image {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: 0.3s ease-out;
}
#saiyotop_job .photo__item__image:hover {
  box-shadow: 0 2px 4px rgba(44, 169, 225, 0.3), 0 0 2px rgba(44, 169, 225, 0.5);
}
#saiyotop_job .photo__item__image:active {
  box-shadow: 0 0 1px rgba(44, 169, 225, 0.3), 0 0 2px rgba(44, 169, 225, 0.5);
  top: 1px;
}
#saiyotop_job .photo__item__image a {
  display: block;
  width: 100%;
}
#saiyotop_job .photo__item__caption {
  margin-top: 12px;
}
#saiyotop_job .axol_modal_dialog.photoAlbumDlg {
  width: 650px;
  height: auto;
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap {
  position: absolute;
  width: 100%;
  top: 25px;
  left: 0;
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap div {
  position: absolute;
  width: 45px;
  height: 422px;
  top: 0;
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap div::before {
  position: absolute;
  content: "";
  border: 1px solid #333;
  width: 12px;
  height: 12px;
  top: calc(100% - 225px);
  transform: rotate(45deg);
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap div input {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap .album__btn__prev {
  left: 0;
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap .album__btn__prev::before {
  border-top: none;
  border-right: none;
  left: 20px;
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap .album__btn__next {
  right: 0;
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap .album__btn__next::before {
  border-left: none;
  border-bottom: none;
  right: 20px;
}
#saiyotop_job .jsPhotoAlbumImg {
  text-align: center;
}
#saiyotop_job .jsPhotoAlbumImg img {
  border: 1px solid #ccc;
}
#saiyotop_job .jsPhotoAlbumCaption {
  margin: 8px 20px 0;
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap .album__btn__disabled input {
  cursor: default;
}
#saiyotop_job .photoAlbumDlg .album__btn__wrap .album__btn__disabled::before {
  content: none;
}
#saiyotop_job .qa__category__wrap {
  margin: 0;
  box-sizing: border-box;
}
#saiyotop_job .qa__category__wrap + .qa__category__wrap {
  margin-top: 85px;
}
#saiyotop_job .qa__category__wrap label {
  display: block;
  margin: 20px 0 20px 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.4s;
}
#saiyotop_job .qa__category__wrap label:hover {
  border: 1px solid #2ca9e1;
}
#saiyotop_job .qa__category__wrap input[type=checkbox].on-off {
  display: none;
}
#saiyotop_job .qa__category__wrap input[type=checkbox].on-off + .qa__answer {
  border-top: 1px solid transparent;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: 0.2s;
}
#saiyotop_job .qa__category__wrap input[type=checkbox].on-off:checked + .qa__answer {
  height: auto;
  border-top: 1px solid #ccc;
  padding: 20px 15px 20px 75px;
}
#saiyotop_job .qa__category__wrap input[type=checkbox].on-off:checked + .qa__answer:before {
  position: absolute;
  content: "A";
  background: #e0bf2d;
  width: 35px;
  height: 35px;
  color: #fff;
  top: 12px;
  left: 12px;
  text-align: center;
  line-height: 36px;
}
#saiyotop_job .qa__category {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #555;
  width: 100%;
  margin: 0 0 45px;
  padding: 0 20px 15px;
  font-size: 2.2rem;
  font-weight: bold;
}
#saiyotop_job .qa__category::after {
  content: "";
  position: absolute;
  background: #2ca9e1;
  width: 80px;
  height: 3px;
  left: 0;
  bottom: -1px;
}
#saiyotop_job .qa__title, #saiyotop_job .qa__answer {
  position: relative;
  padding: 20px 15px 20px 75px;
  color: #555;
}
#saiyotop_job .qa__title:before {
  position: absolute;
  content: "Q";
  background: #2ca9e1;
  width: 35px;
  height: 35px;
  color: #fff;
  top: 12px;
  left: 12px;
  text-align: center;
  line-height: 36px;
}

/*-----------------------------------------------------------------/
/ pc_saiyo_top_custom カスタマイズする場合は以下に記述して下さい
/-----------------------------------------------------------------*/
/* top_01_header */
.header__logo__wrap {
  display: flex;
  align-items: center;
}
.header__logo__wrap .logo__mark {
  display: inline-block;
  background: url(../images/header_logo.jpg) left center/contain no-repeat;
  width: 250px;
  height: 50px;
}
.header__logo__wrap .logo__mark a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------/
/ pc_saiyo_top_custom end カスタマイズの記述はここまで
/-----------------------------------------------------------------*/

/*# sourceMappingURL=entry_c0_11_1.css.map */
