@charset "UTF-8";
/*!
Theme Name: テーマ名に置き換え
Theme URI: http://underscores.me/
Author: Heads.Inc
Author URI: -------
Description: テーマ名に置き換え Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄色*/
/*オレンジ*/
/*赤*/
/*青*/
/*緑*/
/*金*/
/* mixin
============================================================================ */
/* mixin > rem  ($base-font-sizeはbase/_base.scssに)
============================================================================================================ */
/* mixin > flex
============================================================================================================ */
/* mixin > mediaqueries (setting/variables.scssに横幅記載あり)
============================================================================================================ */
/* mixin > last-bm
============================================================================================================ */
/*最後の要素の余白リセット*/
/* mixin > headline
============================================================================================================ */
/* mixin > mixin (mixin 集)
============================================================================================================ */
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* mixin > img
============================================================================================================ */
figure {
  display: block;
  line-height: 0;
  font-size: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/* mixin > display
============================================================================================================ */
/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media screen and (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* 共通部分
============================================================================ */
/* base > common
============================================================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
html,
body {
  width: 100%;
  line-height: 1.5714285714;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.6666666667;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

/* IE / 古い Edge */
* {
  -ms-overflow-style: none;
}

/* Firefox */
* {
  scrollbar-width: none;
}

/* WebKit系（Chrome / macOS Safari など）*/
*::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

body {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body {
    height: auto;
  }
}
body.loaded {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}

.c-pageScrollbar {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  width: 8px;
  height: 100vh;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .c-pageScrollbar {
    display: none;
  }
}

.c-pageScrollbar__thumb {
  width: 100%;
  height: 15%;
  border-radius: 999px;
  background: #EDAC80;
  transform: translateY(0);
  transition: transform 0.05s linear;
  pointer-events: auto;
  cursor: pointer;
  touch-action: none;
}
@media screen and (max-width: 767px) {
  .c-pageScrollbar__thumb {
    background: #636363;
  }
}

html.modal-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

.font-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

a {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: 0.6s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper {
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  margin-right: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #Wrapper {
    margin: 0 auto;
  }
}
#Wrapper:before, #Wrapper:after {
  content: "";
  background: #EDAC80;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #Wrapper:before, #Wrapper:after {
    width: 2.6666666667vw;
  }
}
#Wrapper:before {
  left: 0;
}
#Wrapper:after {
  right: 0;
}

#Footer {
  margin-top: auto;
  height: 100%;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.equalspace-1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

svg {
  width: 100%;
  height: 100%;
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* base > wordpress
============================================================================================================ */
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 50px 10px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}

/* base > wordpress-comments
============================================================================================================ */
.comments-area {
  margin: 0 auto 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 12px 6px;
  font-weight: bold;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form #comment,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  padding: 3px;
  border: 1px solid #ccc;
}

.comment-form input[type=submit] {
  margin: 20px auto;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: monospace;
}

.form-submit {
  margin-bottom: 0;
}

/*.required {
	color: #c0392b;
}*/
.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

/* base > editor-content
============================================================================================================ */
.editor-content > *:first-child {
  margin-top: 0 !important;
}
.editor-content > *:last-child {
  margin-bottom: 0 !important;
}
.editor-content h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-content h1 {
    font-size: 10px;
    font-size: 5.3333333333vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
.editor-content h2 {
  color: white;
  background: #EE761F;
  font-size: 30px;
  line-height: 1.8333333333;
  padding: 5px 20px 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-content h2 {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.6666666667;
    padding: 2.4vw 2.9333333333vw 2.9333333333vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
.editor-content h3 {
  font-size: 20px;
  line-height: 1.75;
  padding-bottom: 13px;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .editor-content h3 {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    padding-bottom: 1.8666666667vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
.editor-content h3:before {
  content: "";
  background-image: linear-gradient(to right, #EE761F 21px, transparent 21px);
  background-size: 41.78px 3px;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .editor-content h3:before {
    background-image: linear-gradient(to right, #EE761F 4.2666666667vw, transparent 4.2666666667vw);
    background-size: 6.9333333333vw 0.5333333333vw;
    height: 0.5333333333vw;
  }
}
.editor-content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .editor-content h4 {
    font-size: 10px;
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .editor-content h5 {
    font-size: 9px;
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .editor-content h6 {
    font-size: 9px;
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content p {
  font-size: 18px;
  line-height: 1.6666666667;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .editor-content p {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.editor-content p b, .editor-content p strong {
  font-weight: 700;
}
.editor-content table {
  width: 100%;
  border: 1px solid #eee;
}
.editor-content table tr th,
.editor-content table tr td {
  padding: 0.5em;
  border: 1px solid #eee;
}
.editor-content table tr th {
  background: white;
  width: 24%;
  max-width: 240px;
  color: red;
}
.editor-content ul, .editor-content ul li {
  list-style: disc;
  margin-left: 10px;
}
.editor-content ol, .editor-content ol li {
  list-style: decimal;
  margin-left: 10px;
}
.editor-content a {
  color: #DF7D38;
  text-decoration: underline;
}
.editor-content blockquote {
  background: #eee;
  padding: 20px;
  border-radius: 0 30px 30px 0;
  border-left: 5px solid #000000;
}
@media screen and (max-width: 767px) {
  .editor-content blockquote {
    padding: 5.3333333333vw;
    border-radius: 0 8vw 8vw 0;
  }
}
.editor-content blockquote cite {
  text-align: right;
  margin-top: 20px;
  display: block;
}
.editor-content pre {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
  height: 100%;
  margin-top: 90px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common-main {
    margin-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}

.home .common-main, .en .common-main {
  padding-bottom: 0;
}
.home #Wrapper:before, .home #Wrapper:after, .en #Wrapper:before, .en #Wrapper:after {
  display: none;
}

.page.en #Wrapper:before, .page.en #Wrapper:after {
  display: none;
}

.error404 .common-main {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .error404 .common-main {
    padding-bottom: 29.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .en .tp-sec__cont-txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}

.tp-wrapper {
  height: 100%;
  overflow: clip;
  position: relative;
  padding-bottom: 354px;
}
@media screen and (max-width: 1280px) {
  .tp-wrapper {
    padding-bottom: 27.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-wrapper {
    padding-bottom: 32vw;
  }
}

.tp-sec {
  position: relative;
  z-index: 3;
}

.tp-sec--reverse .c-tp-heading {
  text-align: right;
  align-items: flex-end;
}
.tp-sec--reverse .c-tp-heading__ttl:before {
  background-image: url(./img/top/icn_heading-r.svg);
  left: calc(100% + 5px);
  right: auto;
}
@media screen and (max-width: 767px) {
  .tp-sec--reverse .c-tp-heading__ttl:before {
    background-image: url(./img/top/icn_heading-r-sp.svg);
    left: auto;
    right: -2.9333333333vw;
  }
}
.tp-sec--reverse .c-tp-heading__ttl:after {
  width: 120%;
  background-image: repeating-linear-gradient(to left, #EE761F 0, #EE761F 30px, transparent 30px, transparent calc(30px + 30px));
  background-position: right bottom;
  left: auto;
  right: -100px;
}
@media screen and (max-width: 1280px) {
  .tp-sec--reverse .c-tp-heading__ttl:after {
    right: -7.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-sec--reverse .c-tp-heading__ttl:after {
    width: 110%;
  }
}
@media screen and (max-width: 767px) {
  .tp-sec--reverse .c-tp-heading__ttl:after {
    width: 106%;
    background-image: repeating-linear-gradient(to left, #EE761F 0, #EE761F 8vw, transparent 8vw, transparent calc(8vw + 8vw));
    right: -2.6666666667vw;
  }
}
.tp-sec--reverse .tp-sec__cont-inner {
  text-align: right;
  align-items: flex-end;
}
.tp-sec__inner {
  width: 100%;
  position: relative;
}

.tp-sec__cont {
  position: relative;
  z-index: 2;
}

.tp-sec__cont-inner {
  padding: 0 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: normal;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .tp-sec__cont-inner {
    padding: 0 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-sec__cont-inner {
    padding: 0 5.3333333333vw;
  }
}

.tp-sec__cont-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5714285714;
  margin-top: 45px;
  width: 742px;
}
@media screen and (max-width: 767px) {
  .tp-sec__cont-txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.6666666667;
    width: 64vw;
    margin-top: 6.9333333333vw;
  }
}

.tp-sec__img {
  width: 1080px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .tp-sec__img {
    width: 100%;
  }
}

.tp-sec__img-item {
  position: absolute;
}

/* layout > header
============================================================================== */
.common-header {
  width: 100%;
  height: 90px;
  background: white;
  border-top: solid 20px #EDAC80;
  border-left: solid 20px #EDAC80;
  border-right: solid 20px #EDAC80;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .common-header {
    height: 16vw;
    border-top-width: 2.6666666667vw;
    border-left-width: 2.6666666667vw;
    border-right-width: 2.6666666667vw;
    box-shadow: 0 1.0666666667vw 1.0666666667vw 0 rgba(0, 0, 0, 0.25);
  }
}
.common-header.open {
  background: #000000;
}
.common-header.is-active {
  background: #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.common-header__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  padding-right: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .common-header__inner {
    padding-left: 1.09375vw;
    padding-right: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .common-header__inner {
    padding-left: 2.4vw;
    padding-right: 26.1333333333vw;
  }
}

.common-header__toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .common-header__toggle {
    width: 25px;
    height: 20px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .common-header__toggle {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
  }
}
.common-header__toggle.is-open > span:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.common-header__toggle.is-open > span:nth-of-type(2) {
  opacity: 0;
}
.common-header__toggle.is-open > span:last-of-type {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .common-header__toggle > span {
    background: #01496B;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .common-header__toggle > span {
    height: 1.0666666667vw;
  }
}
.common-header__toggle > span:first-of-type {
  top: 0;
}
.common-header__toggle > span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.common-header__toggle > span:last-of-type {
  bottom: 0;
}

.common-header__logo {
  width: 133px;
}
@media screen and (max-width: 1280px) {
  .common-header__logo {
    width: 10.390625vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__logo {
    width: 133px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__logo {
    width: 24.5333333333vw;
  }
}

.common-header__nav {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .common-header__nav {
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__nav {
    left: -2.6666666667vw;
  }
}

.common-header__nav-overlay {
  display: none;
}
@media screen and (max-width: 1024px) {
  .common-header__nav-overlay {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.common-header__nav-inner {
  padding-left: 64px;
}
@media screen and (max-width: 1280px) {
  .common-header__nav-inner {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__nav-inner {
    width: 60%;
    height: 100%;
    color: white;
    background: #FC8936;
    padding: 41px 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__nav-inner {
    width: 70.6666666667vw;
    padding: 10.9333333333vw 5.3333333333vw;
  }
}

.common-header__nav-bottom {
  display: none;
}
@media screen and (max-width: 1024px) {
  .common-header__nav-bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: normal;
    flex-direction: column;
    row-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__nav-bottom {
    row-gap: 6.6666666667vw;
  }
}

@media screen and (max-width: 1024px) {
  .common-header__nav-sns {
    padding-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__nav-sns {
    padding-top: 13.3333333333vw;
    -moz-column-gap: 8vw;
         column-gap: 8vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__nav-sns li {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__nav-sns li {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.common-header__nav-sns li a {
  width: 100%;
  height: 100%;
  display: block;
}
.common-header__nav-sns li a svg {
  width: 100%;
  height: 100%;
}
.common-header__nav-sns li a svg path {
  fill: white;
}

@media screen and (max-width: 1024px) {
  .common-header__nav-official {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3888888889;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .common-header__nav-official {
    font-size: 9px;
    font-size: 4.8vw;
  }
}

.common-header__nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media screen and (max-width: 1280px) {
  .common-header__nav-list {
    -moz-column-gap: 3.75vw;
         column-gap: 3.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__nav-list {
    row-gap: 6.6666666667vw;
  }
}
.common-header__nav-list li {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.28;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .common-header__nav-list li {
    font-size: 11px;
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__nav-list li {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3888888889;
  }
}
@media screen and (max-width: 767px) {
  .common-header__nav-list li {
    font-size: 10px;
    font-size: 5.3333333333vw;
  }
}
.common-header__nav-list li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 32px;
  background: #EE761F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 22px);
}
@media screen and (max-width: 1280px) {
  .common-header__nav-list li:before {
    height: 2.5vw;
    left: calc(100% + 1.71875vw);
  }
}
@media screen and (max-width: 1024px) {
  .common-header__nav-list li:before {
    display: none;
  }
}
.common-header__nav-list li:last-of-type:before {
  display: none;
}

.common-header__sns-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media screen and (max-width: 1280px) {
  .common-header__sns-list {
    -moz-column-gap: 1.40625vw;
         column-gap: 1.40625vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__sns-list {
    display: none;
  }
}
.common-header__sns-list li {
  aspect-ratio: 1;
  width: 30px;
}
@media screen and (max-width: 1280px) {
  .common-header__sns-list li {
    width: 2.34375vw;
  }
}
.common-header__sns-list li svg path {
  fill: #EDAC80;
}

.common-header__lang {
  background: #EDAC80;
  width: 148px;
  height: 100%;
  padding-bottom: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 1280px) {
  .common-header__lang {
    width: 11.5625vw;
    right: -1.5625vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__lang {
    width: 148px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__lang {
    width: 25.0666666667vw;
    padding-bottom: 1.0666666667vw;
    right: -2.6666666667vw;
  }
}

.common-header__lang-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  height: 100%;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 1280px) {
  .common-header__lang-list {
    -moz-column-gap: 1.875vw;
         column-gap: 1.875vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__lang-list {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__lang-list {
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
  }
}
.common-header__lang-list:before {
  font-size: 23px;
  font-weight: 600;
  content: "/";
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -58%);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .common-header__lang-list:before {
    font-size: 11.5px;
    font-size: 1.796875vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__lang-list:before {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__lang-list:before {
    font-size: 4vw;
  }
}
.common-header__lang-list li {
  color: #636363;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .common-header__lang-list li {
    font-size: 11.5px;
    font-size: 1.796875vw;
  }
}
@media screen and (max-width: 1024px) {
  .common-header__lang-list li {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .common-header__lang-list li {
    font-size: 4vw;
    line-height: 1.3333333333;
  }
}
.common-header__lang-list li.is-active {
  font-weight: 600;
  color: #000000;
}
.common-header__lang-list li a {
  display: block;
}

/*  layout > footer
============================================================================================================ */
.home .common-footer__cont, .en .common-footer__cont, .archive .common-footer__cont {
  margin-top: 0;
}

.common-footer {
  position: relative;
  z-index: 99;
}
.common-footer__cont {
  background-color: #EE761F;
  color: white;
  margin-top: 354px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .common-footer__cont {
    margin-top: 27.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__cont {
    margin-top: 32vw;
  }
}

.common-footer__obj {
  width: 100%;
  height: 513px;
  position: absolute;
  bottom: calc(100% - 129px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .common-footer__obj {
    height: 40.078125vw;
    bottom: calc(100% - 10.078125vw);
  }
}
@media screen and (max-width: 767px) {
  .common-footer__obj {
    height: 35.2vw;
    bottom: calc(100% - 4.8vw);
  }
}

.common-footer__obj--label {
  background: #EE761F;
  width: 120vw;
  height: 64px;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%) rotate(-5.27deg);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .common-footer__obj--label {
    height: 5vw;
    top: 8.203125vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__obj--label {
    height: 5.0666666667vw;
    top: 4.5333333333vw;
  }
}

.common-footer__obj--label-txt {
  width: 1010px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -50%);
}
@media screen and (max-width: 1280px) {
  .common-footer__obj--label-txt {
    width: 78.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__obj--label-txt {
    width: 78.9333333333vw;
    transform: translate(-49.5%, -50%);
  }
}

.common-footer__obj--building {
  width: 1400px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-48%);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .common-footer__obj--building {
    width: 109.375vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__obj--building {
    width: 100%;
    transform: translateX(-50%);
  }
}

.common-footer__inner {
  max-width: 968px;
  width: 100%;
  padding: 87px 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .common-footer__inner {
    max-width: 80vw;
    padding: 12.5333333333vw 0 4.2666666667vw;
    row-gap: 5.3333333333vw;
  }
}

.common-footer__main {
  width: 100%;
  padding-left: 24px;
  padding-right: 104px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .common-footer__main {
    padding-right: 84px;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__main {
    padding: 0;
    flex-direction: column;
    align-items: center;
    row-gap: 10.1333333333vw;
  }
}

.common-footer__mainLeft {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.common-footer__mainLeft--heading {
  text-align: center;
}
.common-footer__mainLeft--heading h2 {
  font-size: 30px;
  line-height: 1.3666666667;
}
@media screen and (max-width: 1024px) {
  .common-footer__mainLeft--heading h2 {
    font-size: 15px;
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__mainLeft--heading h2 {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.3888888889;
  }
}
.common-footer__mainLeft--heading p {
  font-size: 60px;
  line-height: 1.3666666667;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .common-footer__mainLeft--heading p {
    font-size: 30px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__mainLeft--heading p {
    font-size: 18px;
    font-size: 9.6vw;
    line-height: 1.3611111111;
    margin-top: 0;
  }
}

.common-footer__mainLeft--catch {
  font-size: 30px;
  line-height: 1.2666666667;
  text-align: center;
  margin-top: 9px;
}
@media screen and (max-width: 1024px) {
  .common-footer__mainLeft--catch {
    font-size: 15px;
    font-size: 2.9296875vw;
    margin-top: 0.87890625vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__mainLeft--catch {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.25;
    margin-top: 1.6vw;
  }
}

.common-footer__mainRight {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .common-footer__mainRight {
    align-items: center;
  }
}

.common-footer__mainRight--sns {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .common-footer__mainRight--sns {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__mainRight--sns {
    margin-top: 4.8vw;
    margin-bottom: 0;
    order: 3;
  }
}

.common-footer__mainRight--sns-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .common-footer__mainRight--sns-list {
    -moz-column-gap: 3.90625vw;
         column-gap: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__mainRight--sns-list {
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
  }
}
.common-footer__mainRight--sns-list li {
  aspect-ratio: 1;
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .common-footer__mainRight--sns-list li {
    width: 4.8828125vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__mainRight--sns-list li {
    width: 8vw;
  }
}
.common-footer__mainRight--sns-list li a {
  width: 100%;
  height: 100%;
  display: block;
}

.common-footer__mainRight--nav {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .common-footer__mainRight--nav {
    margin-bottom: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__mainRight--nav {
    margin-bottom: 0;
    order: 1;
  }
}

.common-footer__mainRight--nav-list li {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .common-footer__mainRight--nav-list li {
    font-size: 11px;
    font-size: 2.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__mainRight--nav-list li {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.4375;
  }
}

.common-footer__mainRight--privacy {
  font-size: 22px;
  line-height: 1.4545454545;
}
@media screen and (max-width: 1024px) {
  .common-footer__mainRight--privacy {
    font-size: 11px;
    font-size: 2.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__mainRight--privacy {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    margin-top: 4.5333333333vw;
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .common-footer__copyright {
    font-size: 5px;
    font-size: 2.6666666667vw;
  }
}

/* layout > front page （TOP,HOME）
============================================================================================================ */
/* layout > archive
============================================================================================================ */
.archive-news {
  max-width: 764px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .archive-news {
    max-width: 178.9333333333vw;
  }
}

/* layout > single
============================================================================================================ */
/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/* layout > contact
============================================================================================================ */
.page-contact__inner {
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-contact__inner {
    max-width: 168vw;
  }
}
.page-contact .common-heading {
  margin-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .page-contact .common-heading {
    margin-bottom: 17.3333333333vw;
  }
}
.page-contact__intro {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page-contact__intro {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.page-contact__intro a {
  color: blue;
  text-decoration: underline;
}
.page-contact__note {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  margin: 71px 0 25px;
}
@media screen and (max-width: 767px) {
  .page-contact__note {
    font-size: 14px;
    font-size: 7.4666666667vw;
    margin: 21.3333333333vw 0 16vw;
  }
}

.page.confirm .page-contact__intro {
  text-align: center;
  margin-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .page.confirm .page-contact__intro {
    margin-bottom: 26.6666666667vw;
  }
}

.page.thanks .page-contact .common-heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page.thanks .page-contact .common-heading {
    margin-bottom: 21.3333333333vw;
  }
}
.page.thanks .page-contact__thanksLogo {
  width: 260px;
  margin: 0 auto 41px;
}
@media screen and (max-width: 767px) {
  .page.thanks .page-contact__thanksLogo {
    width: 105.0666666667vw;
    margin-bottom: 22.6666666667vw;
  }
}
.page.thanks .page-contact__intro {
  text-align: center;
  line-height: 2.2857142857;
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .page.thanks .page-contact__intro {
    line-height: 2.0714285714;
    margin-bottom: 26.6666666667vw;
  }
}

/*  layout > form
============================================================================================================ */
.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .form__row {
    align-items: flex-start;
  }
}
.form__row:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .form__row:nth-of-type(n + 2) {
    margin-top: 16vw;
  }
}
.form__row.kinds .form__col:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
.form__row.content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .form__row.content {
    margin-top: 16vw;
  }
}
.form__col:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  width: 173px;
}
@media screen and (max-width: 767px) {
  .form__col:first-of-type {
    font-size: 14px;
    font-size: 7.4666666667vw;
    line-height: 1.25;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.form__col:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
  width: 411px;
}
@media screen and (max-width: 767px) {
  .form__col:nth-of-type(2) {
    font-size: 14px;
    font-size: 7.4666666667vw;
    width: 100%;
  }
}
.form__note {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .form__note {
    font-size: 14px;
    font-size: 7.4666666667vw;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 8vw;
  }
}
.form__note a {
  color: blue;
  text-decoration: underline;
}
.form__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .form__btn {
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 26.6666666667vw;
  }
}
.form__btn-col.submit {
  margin-top: 0;
}
.form__btn-col.back {
  margin-top: 0;
}
.form__btn-col.back:before {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}

/* layout > privacy-policy
============================================================================================================ */
.page-privacy {
  max-width: 764px;
  width: 100%;
  padding-top: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-privacy {
    max-width: 184vw;
    padding-top: 44vw;
  }
}
.page-privacy h1 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-privacy h1 {
    font-size: 26px;
    font-size: 13.8666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.page-privacy h1 + h2 {
  margin-top: 0;
}
.page-privacy h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 50px 0 5px;
}
@media screen and (max-width: 767px) {
  .page-privacy h2 {
    font-size: 20px;
    font-size: 10.6666666667vw;
    margin: 13.3333333333vw 0 2.1333333333vw;
  }
}
.page-privacy ul {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 1.35em;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .page-privacy ul {
    font-size: 13px;
    font-size: 6.9333333333vw;
    display: inline-block;
    text-align: left;
    padding-left: 1.55em;
    line-height: 1.75;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ul li {
  list-style: disc;
}
.page-privacy ol {
  padding-left: 1em;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .page-privacy ol {
    font-size: 12px;
    font-size: 6.4vw;
    display: inline-block;
    text-align: left;
    line-height: 1.75;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ol li {
  list-style: inherit;
}
.page-privacy ol li > ol {
  padding-left: 2em;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .page-privacy ol li > ol {
    margin: 4vw 0 6.6666666667vw;
  }
}
.page-privacy ol li > ol li {
  list-style-type: cjk-ideographic;
}
.page-privacy p.last {
  text-align: right;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-privacy p.last {
    margin-top: 26.6666666667vw;
  }
}
.page-privacy p a {
  color: blue;
  word-break: break-all;
}
.page-privacy p a:hover {
  text-decoration: underline;
}

/* layout > 404
============================================================================================================ */
.page-404 {
  padding: 180px 0 0;
}
@media screen and (max-width: 767px) {
  .page-404 {
    padding: 29.6vw 0 0;
  }
}

.page-404__inner {
  max-width: 634px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-404__inner {
    max-width: 73.6vw;
  }
}

.page-404__heading {
  font-weight: 700;
  width: 100%;
  padding-bottom: 55px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-404__heading {
    width: 61.3333333333vw;
    padding-bottom: 7.4666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.page-404__heading h2 {
  font-size: 150px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-404__heading h2 {
    font-size: 41px;
    font-size: 21.8666666667vw;
  }
}
.page-404__heading p {
  font-size: 42px;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page-404__heading p {
    font-size: 16px;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.page-404__heading:before {
  content: "";
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #EE761F 30px, transparent 30px);
  background-size: 60px 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-404__heading:before {
    height: 1.0666666667vw;
    background-image: linear-gradient(to right, #EE761F 6.1333333333vw, transparent 6.1333333333vw);
    background-size: 13.8666666667vw 1.0666666667vw;
  }
}

.page-404__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .page-404__txt {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.8333333333;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 16vw;
  }
}

/* layout > archive
============================================================================ */
/* layout > archive > post
============================================================================================================ */
.archive-post.archive-wrap {
  padding-top: 139px;
  padding-bottom: 354px;
  position: relative;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .archive-post.archive-wrap {
    padding-bottom: 27.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .archive-post.archive-wrap {
    padding-top: 24vw;
    padding-bottom: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .archive-post.archive-wrap .mod-pageHeading.mod-pageHeading--en .mod-pageHeading__ttl:before {
    width: 128%;
    background-size: 14.4vw 1.0666666667vw;
  }
}
.archive-post.archive-wrap:before {
  content: "";
  background-image: url(./img/archive/bg_pc.svg);
  background-repeat: repeat-y;
  background-position: center top;
  width: 2008px;
  height: 150%;
  position: absolute;
  top: -148px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .archive-post.archive-wrap:before {
    display: none;
  }
}
.archive-post.archive-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 612px;
  display: block;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #FFFFFF 60.1%, rgba(255, 255, 255, 0.8) 77.88%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .archive-post.archive-wrap:after {
    display: non;
  }
}

.archive-post__inner {
  max-width: 859px;
  width: 100%;
  padding-top: 86px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .archive-post__inner {
    max-width: 546px;
  }
}
@media screen and (max-width: 767px) {
  .archive-post__inner {
    max-width: 80vw;
    padding-top: 17.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .archive-post__inner:before {
    content: "";
    background-image: url(./img/archive/bg_sp.svg);
    background-repeat: repeat-y;
    background-position: center top;
    width: 175.2vw;
    height: 150%;
    position: absolute;
    top: 29.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.archive-post__catParents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
@media screen and (max-width: 767px) {
  .archive-post__catParents {
    -moz-column-gap: 11.2vw;
         column-gap: 11.2vw;
  }
}
.archive-post__catParents li {
  color: rgba(30, 30, 30, 0.4);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2083333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .archive-post__catParents li {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.1666666667;
  }
}
.archive-post__catParents li.is-current {
  color: #1e1e1e;
}
.archive-post__catParents li:before {
  content: "";
  background: #EE761F;
  width: 4px;
  height: calc(100% + 11px);
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  left: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .archive-post__catParents li:before {
    width: 0.5333333333vw;
    height: calc(100% + 1.6vw);
    left: calc(100% + 5.3333333333vw);
  }
}
.archive-post__catParents li:last-of-type:before {
  display: none;
}

.archive-post__catChild {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .archive-post__catChild {
    padding-top: 5.0666666667vw;
    gap: 4.2666666667vw;
  }
}
.archive-post__catChild li {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3636363636;
  text-align: center;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .archive-post__catChild li {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.3333333333;
    width: 37.3333333333vw;
  }
}
.archive-post__catChild li > a {
  color: white;
  background: #01496B;
  width: 100%;
  height: 100%;
  padding: 14px 56px;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .archive-post__catChild li > a {
    padding: 1.3333333333vw 9.6vw;
    border-radius: 8vw;
  }
}

.archive-post__list {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 40px;
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .archive-post__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .archive-post__list {
    padding-top: 13.3333333333vw;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 13.3333333333vw;
  }
}

/* layout > single
============================================================================ */
/* layout > single > post
============================================================================================================ */
.single-post.single-wrap {
  padding: 140px 0 0;
}
@media screen and (max-width: 767px) {
  .single-post.single-wrap {
    padding: 24vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .single-post.single-wrap .mod-pageHeading.mod-pageHeading--en .mod-pageHeading__ttl:before {
    width: 128%;
    background-size: 14.4vw 1.0666666667vw;
  }
}

.single-post__inner {
  max-width: 1068px;
  width: 100%;
  padding: 90px 44px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-post__inner {
    max-width: 80vw;
    padding: 20vw 0 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .single-post__inner:before {
    content: "";
    background: #333333;
    width: 100%;
    height: 0.2666666667vw;
    border-radius: 1.6vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}

.single-post__heading {
  font-size: 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-post__heading {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}

.single-post__meta {
  font-weight: 700;
  padding-top: 71px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .single-post__meta {
    padding-top: 10.9333333333vw;
  }
}

.single-post__meta--cat {
  color: white;
  background: #01496B;
  font-size: 22px;
  line-height: 1.3636363636;
  padding: 12px 51px 16px;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .single-post__meta--cat {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.3333333333;
    padding: 1.2vw 7.3333333333vw;
    border-radius: 8vw;
  }
}

.single-post__meta--date {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .single-post__meta--date {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}

.single-post__thumb {
  width: 100%;
  aspect-ratio: 1.5705128205;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .single-post__thumb {
    aspect-ratio: 1.5706806283;
    margin-top: 8.2666666667vw;
  }
}

.single-post .editor-content {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .single-post .editor-content {
    margin-top: 10.6666666667vw;
  }
}

.single-post__bottom {
  max-width: 980px;
  width: 100%;
  padding: 0 60px;
  margin: 134px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .single-post__bottom {
    max-width: 80vw;
    margin-top: 13.3333333333vw;
    padding: 0;
  }
}
.single-post__bottom--heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.single-post__bottom--heading h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  padding: 0 38px 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-post__bottom--heading h2 {
    font-size: 10px;
    font-size: 5.3333333333vw;
    letter-spacing: 0.02em;
  }
}
.single-post__bottom--heading h2:before {
  content: "";
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #EE761F 30px, transparent 30px);
  background-size: 60px 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .single-post__bottom--heading h2:before {
    height: 1.0666666667vw;
    background-image: linear-gradient(to right, #EE761F 5.8666666667vw, transparent 5.8666666667vw);
    background-size: 13.8666666667vw 1.0666666667vw;
  }
}

.single-post__bottom--row {
  padding-top: 70px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 40px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .single-post__bottom--row {
    padding-top: 6.6666666667vw;
    padding-bottom: 18.6666666667vw;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10.6666666667vw;
  }
}

/* layout > card
============================================================================ */
/* layout > card > post
============================================================================================================ */
.card-post__inner {
  background: white;
  height: 100%;
}

.card-post__link {
  color: #1A1A1A;
  background: white;
  height: 100%;
  padding: 19.5px 13.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  flex-direction: column;
  row-gap: 9px;
  border: solid 1px #4B4B4B;
}
@media screen and (max-width: 767px) {
  .card-post__link {
    padding: 5.2vw 4.9333333333vw;
    border-width: 0.2666666667vw;
    row-gap: 1.0666666667vw;
  }
}

.card-post__thumb {
  width: 100%;
  height: 143px;
}
@media screen and (max-width: 767px) {
  .card-post__thumb {
    height: 44.8vw;
  }
}

.card-post__body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: normal;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .card-post__body {
    row-gap: 10.4vw;
  }
}

.card-post__ttl {
  font-size: 16px;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card-post__ttl {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}

.card-post__meta {
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}

.card-post__date {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .card-post__date {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}

.card-post__cat {
  color: white;
  background: #01496B;
  font-size: 16px;
  padding: 4px 26.5px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .card-post__cat {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 9.3333333333vw;
  }
}

/* module
============================================================================ */
/* module > heading.scss
============================================================================ */
@media screen and (max-width: 767px) {
  .en .tp-sec__cont-txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.en .c-tp-heading__ttl {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .en .c-tp-heading__ttl {
    font-size: 13px;
    font-size: 6.9333333333vw;
  }
}
.en .tp-sec--reverse .c-tp-heading__ttl:after {
  width: 120%;
}
@media screen and (max-width: 1024px) {
  .en .tp-sec--reverse .c-tp-heading__ttl:after {
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-sec--reverse .c-tp-heading__ttl:after {
    width: 106%;
  }
}

.c-heading {
  color: #DF7D38;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2666666667;
  padding: 0 100px;
  margin-bottom: 24px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .c-heading {
    padding: 0 7.8125vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.2777777778;
    padding: 0 2.6666666667vw;
    margin-bottom: 5.0666666667vw;
  }
}

.c-tp-heading {
  color: #333333;
  font-weight: 700;
  width: 100%;
  padding: 0 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: normal;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .c-tp-heading {
    padding: 0 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-tp-heading {
    padding: 0 2.6666666667vw;
  }
}

.c-tp-heading__ttl {
  font-size: 40px;
  line-height: 1.2;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-tp-heading__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-tp-heading__ttl {
    font-size: 13px;
    font-size: 6.9333333333vw;
    line-height: 1.2692307692;
    padding-bottom: 3.7333333333vw;
  }
}
.c-tp-heading__ttl:before {
  content: "";
  width: 156px;
  height: 204px;
  background-image: url(./img/top/icn_heading-l.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: calc(100% + 5px);
  bottom: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-tp-heading__ttl:before {
    background-image: url(./img/top/icn_heading-l-sp.svg);
    width: 20vw;
    height: 38.4vw;
    right: auto;
    left: -2.6666666667vw;
    right: auto;
    bottom: 1.3333333333vw;
  }
}
.c-tp-heading__ttl:after {
  content: "";
  width: 123%;
  height: 5px;
  position: absolute;
  left: -100px;
  bottom: 0;
  background-image: repeating-linear-gradient(to right, #EE761F 0, #EE761F 30px, transparent 30px, transparent calc(30px + 30px));
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 1280px) {
  .c-tp-heading__ttl:after {
    left: -7.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-tp-heading__ttl:after {
    width: 115%;
  }
}
@media screen and (max-width: 767px) {
  .c-tp-heading__ttl:after {
    width: 115%;
    height: 1.3333333333vw;
    left: -2.6666666667vw;
    background-image: repeating-linear-gradient(to right, #EE761F 0, #EE761F 8vw, transparent 8vw, transparent calc(8vw + 8vw));
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}

.c-tp-heading__txt {
  font-size: 20px;
  line-height: 1.25;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .c-tp-heading__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-tp-heading__txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-top: 1.6vw;
  }
}

.mod-pageHeading {
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  row-gap: 37px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mod-pageHeading {
    width: 80vw;
    margin: 0 auto;
    row-gap: 4vw;
  }
}
.mod-pageHeading.mod-pageHeading--en .mod-pageHeading__ttl:before {
  background-size: 60px 5px;
}
@media screen and (max-width: 767px) {
  .mod-pageHeading.mod-pageHeading--en .mod-pageHeading__ttl:before {
    background-size: 13.8666666667vw 1.0666666667vw;
  }
}
.mod-pageHeading h1 {
  font-size: 80px;
  line-height: 1.3;
  padding: 0 62px 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mod-pageHeading h1 {
    font-size: 16px;
    font-size: 8.5333333333vw;
    padding: 0 0.2666666667vw 3.4666666667vw;
    line-height: 1.25;
  }
}
.mod-pageHeading h1:before {
  content: "";
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #EE761F 30px, transparent 30px);
  background-size: 74px 5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mod-pageHeading h1:before {
    height: 1.0666666667vw;
    background-image: linear-gradient(to right, #EE761F 5.8666666667vw, transparent 5.8666666667vw);
    background-size: 13.8666666667vw 1.0666666667vw;
  }
}
.mod-pageHeading p {
  font-size: 24px;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .mod-pageHeading p {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.1666666667;
  }
}

/* module > form
============================================================================ */
/*////////////////////////// 基本スタイル //////////////////////////*/
input[type=text], input[type=email], input[type=tel], select, textarea {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  padding: 2px 7px;
  min-height: auto;
  outline: none;
  background: white;
  border: 1px solid gray;
  box-sizing: border-box;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  vertical-align: bottom;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, input[type=tel]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], select, textarea {
    font-size: 14px;
    font-size: 7.4666666667vw;
    padding: 0 3.7333333333vw;
  }
}

/*////////////////////////// テキストエリア //////////////////////////*/
textarea {
  height: 238px;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 144vw;
  }
}

/*////////////////////////// セレクトボックス //////////////////////////*/
select {
  height: 39px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  position: relative;
  background-image: url("./img/common/arw_select.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

/*////////////////////////// ラジオボタン //////////////////////////*/
.mw_wp_form .mwform-radio-field.horizontal-item {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-radio-field.horizontal-item {
    margin-right: 8vw;
  }
}
.mw_wp_form .mwform-radio-field.horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-radio-field.horizontal-item + .horizontal-item {
    margin-right: 8vw;
  }
}
.mw_wp_form .mwform-radio-field-text {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-radio-field-text {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.mw_wp_form input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.mw_wp_form input[type=radio]:focus + .mwform-radio-field-text:before {
  outline: none;
  border-color: #3197EE;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-radio .wpcf7-list-item {
    margin-right: 8vw;
  }
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.wpcf7-radio input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.wpcf7-radio input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/*///////////////// チェックボックス //////////////////////////*/
.mw_wp_form .mwform-checkbox-field.horizontal-item {
  display: block;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
.mw_wp_form .mwform-checkbox-field-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-checkbox-field-text {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.mw_wp_form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:before {
  content: "";
  display: inline-block;
  background: white;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: 18px;
  cursor: pointer;
  transition: all 250ms ease;
}
@media screen and (max-width: 767px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4vw;
    margin-right: 6.4vw;
  }
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
  width: 20px;
  height: 17px;
  background: #3197EE;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:after {
    top: 3.2vw;
    left: 2.4vw;
    width: 8.5333333333vw;
    height: 7.2vw;
    border-radius: 4vw;
  }
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.mw_wp_form input[type=checkbox]:focus + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #3197EE;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
.wpcf7-form .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.wpcf7-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  background: white;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: 18px;
  cursor: pointer;
  transition: all 250ms ease;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4vw;
    margin-right: 6.4vw;
  }
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
  width: 20px;
  height: 17px;
  background: #3197EE;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:after {
    top: 3.2vw;
    left: 2.4vw;
    width: 8.5333333333vw;
    height: 7.2vw;
    border-radius: 4vw;
  }
}
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-form input[type=checkbox]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/*////////////////////////// ファイル添付 //////////////////////////*/
.mw_wp_form .form__row.file input[type=file] {
  display: none;
}
.mw_wp_form .form__row.file .form__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.mw_wp_form .form__row.file .form__col .file_name {
  display: inline-block;
  word-break: break-all;
  line-height: 1.2;
  max-width: 40%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .form__row.file .form__col .file_name {
    max-width: 60%;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.mw_wp_form .form__row.file .mw-wp-form_file a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mw_wp_form .file_label {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 172px;
  padding: 2px 7px;
  min-height: auto;
  border-radius: 10px;
  outline: none;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
.mw_wp_form .file_label:-moz-placeholder {
  color: #aaa;
}
.mw_wp_form .file_label:placeholder-shown {
  color: #aaa;
}
.mw_wp_form .file_label::-webkit-input-placeholder {
  color: #aaa;
}
.mw_wp_form .file_label:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mw_wp_form .file_label::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mw_wp_form .file_label:-ms-input-placeholder {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .file_label {
    font-size: 14px;
    font-size: 7.4666666667vw;
    padding: 0 3.7333333333vw;
    border-radius: 4vw;
  }
}
.mw_wp_form .mwform-file-delete {
  margin-left: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-file-delete {
    margin-left: 8vw;
    margin-right: 5.3333333333vw;
  }
}

.mw_wp_form_confirm .file_label {
  display: none;
}

.wpcf7-form .form__row.file input[type=file] {
  display: none;
}
.wpcf7-form .form__row.file .form__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.wpcf7-form .form__row.file .form__col .file_name {
  display: inline-block;
  word-break: break-all;
  line-height: 1.2;
  max-width: 40%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .form__row.file .form__col .file_name {
    max-width: 60%;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.wpcf7-form .form__row.file a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wpcf7-form .file_label {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 172px;
  padding: 2px 7px;
  min-height: auto;
  border-radius: 10px;
  outline: none;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
.wpcf7-form .file_label:-moz-placeholder {
  color: #aaa;
}
.wpcf7-form .file_label:placeholder-shown {
  color: #aaa;
}
.wpcf7-form .file_label::-webkit-input-placeholder {
  color: #aaa;
}
.wpcf7-form .file_label:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.wpcf7-form .file_label::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.wpcf7-form .file_label:-ms-input-placeholder {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .file_label {
    font-size: 14px;
    font-size: 7.4666666667vw;
    padding: 0 3.7333333333vw;
    border-radius: 4vw;
  }
}

.page-contact.confirm .file_label {
  display: none;
}

/*////////////////////////// ボタン //////////////////////////*/
input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

/*////////////////////////// 入力画面・確認画面 //////////////////////////*/
.mw_wp_form_input .error {
  width: 100%;
}
.mw_wp_form_input .form__btn-col:first-of-type {
  display: none;
}

.mw_wp_form_confirm .form__row {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__row {
    margin-top: 17.0666666667vw;
  }
}
.mw_wp_form_confirm .form__row.mail_confirm {
  display: none;
}
.mw_wp_form_confirm .form__col:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__col:nth-of-type(2) {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.mw_wp_form_confirm .form__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__btn {
    margin-top: 24vw;
  }
}
.mw_wp_form_confirm .form__btn-col.btn__more {
  margin: 0;
}
.mw_wp_form_confirm .form__btn-col:first-of-type {
  display: block;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__btn-col.back {
    margin-top: 18.6666666667vw;
  }
}
.mw_wp_form_confirm .form__note {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

/* module > btn
============================================================================ */
.c-btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3636363636;
  color: white;
  background: #01496B;
  padding: 10px 77px 11px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  border: solid 3px #01496B;
  border-radius: 60px;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    letter-spacing: 0em;
    padding: 1.8666666667vw 12.5333333333vw 2.1333333333vw;
    border-width: 0.8vw;
    border-radius: 16vw;
  }
}
.c-btn:hover {
  color: #01496B;
  background: white;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .c-btn:hover {
    color: white;
    background: #01496B;
  }
}
.c-btn:hover .c-btn__arw svg path {
  fill: #01496B;
}
@media screen and (max-width: 1024px) {
  .c-btn:hover .c-btn__arw svg path {
    fill: #FFCC1F;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--back {
    min-width: 70.4vw;
  }
}
.c-btn--back .c-btn__arw {
  left: 23px;
  right: auto;
  transform: translateY(-52%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-btn--back .c-btn__arw {
    left: 4vw;
  }
}

.c-btn__arw {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-52%);
}
@media screen and (max-width: 767px) {
  .c-btn__arw {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 4vw;
  }
}
.c-btn__arw svg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-btn__arw svg path {
  transition: 0.4s;
}

.mod-btn {
  color: white;
  background: #01496B;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  border-radius: 60px;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mod-btn {
    border-radius: 16vw;
  }
}
.mod-btn.infinite {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4615384615;
  width: 310px;
  height: 100px;
  margin: 80px auto 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 9px;
  border: solid 5px #01496B;
}
@media screen and (max-width: 767px) {
  .mod-btn.infinite {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    width: 72vw;
    height: 20.2666666667vw;
    margin-top: 10.6666666667vw;
    border-width: 0.8vw;
    row-gap: 2.9333333333vw;
  }
}
.mod-btn.infinite:hover {
  color: #01496B;
  background: white;
}
.mod-btn.infinite:hover > span svg path {
  stroke: #01496B;
}
.mod-btn.infinite > span {
  width: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .mod-btn.infinite > span {
    width: 6.6666666667vw;
  }
}
.mod-btn.infinite > span svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mod-btn.infinite > span svg path {
  fill: transparent;
  transition: 0.4s;
}

/*  module > frame
============================================================================================================ */
.mod-frame {
  width: 100vw;
  height: 100vh;
  border: solid 20px #DF7D38;
}

/* module > modal
============================================================================ */
.c-modal {
  width: 100vw;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.c-modal__overlay {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.c-modal__close {
  background: #01496B;
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 4vw;
    right: 2.6666666667vw;
  }
}
.c-modal__close:before, .c-modal__close:after {
  content: "";
  background: white;
  width: 32.5px;
  height: 5.5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-modal__close:before, .c-modal__close:after {
    width: 5.4666666667vw;
    height: 0.9333333333vw;
  }
}
.c-modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

.c-modal__dialog {
  max-width: 850px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-modal__dialog {
    max-width: 89.3333333333vw;
    padding: 0;
  }
}

.c-modal__cont {
  color: white;
  background: rgba(238, 118, 31, 0.95);
  width: 100%;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-modal__cont {
    border-radius: 2.6666666667vw;
  }
}

.c-modal__body {
  max-height: 756px;
  height: 100%;
  padding: 90px 102px 75px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .c-modal__body {
    max-height: 153.3333333333vw;
    padding: 20vw 10vw 14.6666666667vw;
  }
}

.c-modal__body::-webkit-scrollbar {
  display: none;
}

.c-modal__ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3684210526;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .c-modal__ttl {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.35;
    margin-bottom: 5.3333333333vw;
  }
}

.c-modal__imgWrap {
  width: 438px;
  aspect-ratio: 1.7732793522;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .c-modal__imgWrap {
    width: 55.7333333333vw;
    aspect-ratio: 1.7711864407;
    margin-bottom: 10.6666666667vw;
  }
}

.c-modal__txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4444444444;
  padding: 0 20px;
  max-height: 226px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  scrollbar-color: #BBBBBB transparent;
}
@media screen and (max-width: 767px) {
  .c-modal__txt {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    width: 63.2vw;
    max-height: 64vw;
    padding: 0 3.7333333333vw;
    margin: 0 auto;
  }
}
.c-modal__txt > *:first-child {
  margin-top: 0;
}
.c-modal__txt > *:last-child {
  margin-bottom: 0;
}
.c-modal__txt b, .c-modal__txt strong {
  font-weight: 700;
}
.c-modal__txt h2, .c-modal__txt h3, .c-modal__txt h4, .c-modal__txt h5 {
  line-height: 1.3;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .c-modal__txt h2, .c-modal__txt h3, .c-modal__txt h4, .c-modal__txt h5 {
    margin: 3.7333333333vw 0;
  }
}
.c-modal__txt h2 {
  font-size: 28px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-modal__txt h2 {
    font-size: 9px;
    font-size: 4.8vw;
    padding-bottom: 2.1333333333vw;
  }
}
.c-modal__txt p:has(img) {
  margin: 26px 0;
}
@media screen and (max-width: 767px) {
  .c-modal__txt p:has(img) {
    margin: 5.3333333333vw 0;
  }
}
.c-modal__txt p:has(img) img {
  display: block;
}
.c-modal__txt .wp-caption {
  width: 100% !important;
}
.c-modal__txt .wp-caption img {
  margin: 0;
}

.c-modal__txt::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .c-modal__txt::-webkit-scrollbar {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}

.c-modal__txt::-webkit-scrollbar-track {
  background: transparent;
}

.c-modal__txt::-webkit-scrollbar-thumb {
  background-color: #BBBBBB;
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.c-modal__txt::-webkit-scrollbar-corner {
  background: transparent;
}

/* module > pagination （WP-Pagenavi）
============================================================================ */
/* module > infinite scroll （Page Navi）
============================================================================ */
.scroller-status {
  display: none;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .scroller-status {
    margin-top: 12.8vw;
  }
}

.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}

@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.infinite-scroll-last,
.infinite-scroll-error {
  line-height: 1;
  text-align: center;
}

.archives__gallery--infinite-scroll {
  text-align: center;
}

/* module > top
============================================================================ */
/* module > top > _kv.scss
============================================================================ */
.en .tp-kv__cont {
  padding: 65px 0 50px 37px;
}
@media screen and (max-width: 767px) {
  .en .tp-kv__cont {
    padding: 8vw 0 7.2vw 5.3333333333vw;
  }
}
.en .tp-kv__cont-heading {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .en .tp-kv__cont-heading {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-kv__cont-concept-sub {
    margin-top: 0;
  }
}
.en .tp-kv__cont-heading {
  width: 596.6px;
}
@media screen and (max-width: 1024px) {
  .en .tp-kv__cont-heading {
    width: 58.26171875vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-kv__cont-heading {
    width: 58.4vw;
  }
}
.en .tp-kv__cont-message-main {
  font-size: 30px;
  line-height: 1.3666666667;
  padding: 9px 20px 8px;
}
@media screen and (max-width: 1024px) {
  .en .tp-kv__cont-message-main {
    font-size: 15px;
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-kv__cont-message-main {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 5.6vw;
  }
}

.tp-kv {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .tp-kv {
    min-height: calc(145.3333333333vw - 16vw);
    height: calc(100vh - 16vw);
    height: calc(100svh - 16vw);
  }
}

.tp-kv__inner {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tp-kv__inner {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.tp-kv__inner:before, .tp-kv__inner:after {
  content: "";
  background: #EDAC80;
  width: 20px;
  height: calc(100% + 100vh);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tp-kv__inner:before, .tp-kv__inner:after {
    width: 2.6666666667vw;
  }
}
.tp-kv__inner:before {
  left: 0;
}
.tp-kv__inner:after {
  right: 0;
}

.tp-kv__buildings {
  position: absolute;
  left: 50%;
  bottom: 77px;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tp-kv__buildings {
    bottom: 4.5333333333vw;
  }
}

.tp-kv__buildings-list {
  display: flex;
  gap: 0;
  will-change: transform;
}

.tp-kv__buildings-list--back {
  position: absolute;
  bottom: 0;
}
.tp-kv__buildings-list--back .tp-kv__buildings-item {
  width: 2997px;
}
@media screen and (max-width: 767px) {
  .tp-kv__buildings-list--back .tp-kv__buildings-item {
    width: 587.4666666667vw;
  }
}

.tp-kv__buildings-list--front .tp-kv__buildings-item {
  width: 3455px;
}
@media screen and (max-width: 767px) {
  .tp-kv__buildings-list--front .tp-kv__buildings-item {
    width: 677.3333333333vw;
  }
}

.tp-kv__buildings-item {
  display: block;
  flex: 0 0 auto;
}

.tp-kv__cont {
  color: #333333;
  background: rgba(255, 255, 255, 0.7);
  max-width: 795px;
  width: 100%;
  padding: 55px 0 50px 36px;
  border-radius: 10px 0px 0px 10px;
  position: absolute;
  top: 43px;
  right: 20px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .tp-kv__cont {
    max-width: 77.63671875vw;
    width: 100%;
    padding: 5.37109375vw 0 4.8828125vw 3.515625vw;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    top: 4.19921875vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__cont {
    max-width: none;
    padding: 8vw 0 7.2vw 5.3333333333vw;
    top: 10.4vw;
    border-radius: 0;
    right: 0;
  }
}

.tp-kv__cont-heading {
  line-height: 1;
  width: 540.6px;
  margin-left: 38px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .tp-kv__cont-heading {
    width: 52.79296875vw;
    margin-left: 3.7109375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__cont-heading {
    width: 70.8vw;
    margin-left: 0;
    margin-bottom: 6.1333333333vw;
  }
}

.tp-kv__cont-concept {
  font-weight: 700;
  padding-left: 33px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .tp-kv__cont-concept {
    padding-left: 3.22265625vw;
    margin-bottom: 3.7109375vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__cont-concept {
    padding-left: 0;
    margin-bottom: 4vw;
  }
}

.tp-kv__cont-concept-main {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .tp-kv__cont-concept-main {
    font-size: 15px;
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__cont-concept-main {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.2222222222;
  }
}

.tp-kv__cont-concept-sub {
  font-size: 20px;
  line-height: 1.1;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .tp-kv__cont-concept-sub {
    font-size: 10px;
    font-size: 1.953125vw;
    margin-top: 0.9765625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__cont-concept-sub {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.25;
    margin-top: 3.7333333333vw;
  }
}

.tp-kv__cont-message {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: normal;
  flex-direction: column;
}

.tp-kv__cont-message-sub {
  color: #EE761F;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2666666667;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .tp-kv__cont-message-sub {
    font-size: 15px;
    font-size: 2.9296875vw;
    padding-right: 1.66015625vw;
    margin-bottom: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__cont-message-sub {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    text-align: right;
    padding-right: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

.tp-kv__cont-message-main {
  color: white;
  background: #EE761F;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3666666667;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .tp-kv__cont-message-main {
    font-size: 15px;
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__cont-message-main {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    text-align: right;
    padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 8.2666666667vw;
  }
}

.tp-kv__obj {
  background-color: #EE761F;
  width: 100%;
  height: 77px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tp-kv__obj {
    height: 6.1333333333vw;
  }
}
.tp-kv__obj:before {
  content: "";
  background-image: linear-gradient(to right, white 66px, transparent 66px);
  background-size: 132px 5px;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -110%);
}
@media screen and (max-width: 767px) {
  .tp-kv__obj:before {
    background-image: linear-gradient(to right, white 9.3333333333vw, transparent 9.3333333333vw);
    background-size: 21.0666666667vw 1.1733333333vw;
    width: 93.8666666667vw;
    height: 1.1733333333vw;
    transform: translate(-50%, 40%);
  }
}

.tp-kv__obj-runner {
  width: 422px;
  position: absolute;
  left: 18px;
  bottom: 32px;
}
@media screen and (max-width: 1280px) {
  .tp-kv__obj-runner {
    width: 32.96875vw;
    left: 1.40625vw;
    bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__obj-runner {
    width: 43.2vw;
    left: -5.0666666667vw;
    bottom: 1.8666666667vw;
  }
}

.tp-kv__bottom {
  padding-top: 0.78125vw;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom {
    padding-top: 0;
  }
}

.tp-kv__bottom-slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  row-gap: 38px;
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider {
    row-gap: 3.7333333333vw;
  }
}

.tp-kv__bottom-slider-wrapper {
  width: 100%;
}

.tp-kv__bottom-slider-layer {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider-layer {
    color: white;
    background: rgba(1, 73, 107, 0.6);
    width: 100%;
    height: 22.6666666667vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.35s ease;
  }
}

.tp-kv__bottom-slider-layer.is-hidden {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider-layer-inner {
    padding-top: 0.2666666667vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
    flex-direction: column;
    row-gap: 2.1333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider-layer-txt {
    font-size: 6px;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.4166666667;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider-layer-icn {
    line-height: 1;
    width: 8vw;
    height: 1.6vw;
    display: block;
    position: relative;
    left: 0.8vw;
  }
}
.tp-kv__bottom-slider-layer-icn svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tp-kv__bottom-slider-wrapper-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.tp-kv__bottom-slider-wrapper-item.swiper-slide {
  width: 23.046875vw;
  aspect-ratio: 1.6333333333;
  margin: 0 0.390625vw;
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider-wrapper-item.swiper-slide {
    width: 35.7333333333vw;
    aspect-ratio: 1.5764705882;
    margin: 0;
  }
}

.tp-kv__bottom-slider-wrapper-img {
  width: 100%;
  height: 100%;
}

.tp-kv__bottom-slider-control {
  margin: 7px auto 0;
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider-control {
    margin-top: 1.0666666667vw;
  }
}
.tp-kv__bottom-slider-control .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  left: auto !important;
  bottom: auto !important;
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider-control .swiper-pagination {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
  }
}
.tp-kv__bottom-slider-control .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  border-radius: 0px;
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider-control .swiper-pagination .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
  }
}
.tp-kv__bottom-slider-control .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  background: #D9D9D9;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-slider-control .swiper-pagination .swiper-pagination-bullet:before {
    height: 3px;
  }
}
.tp-kv__bottom-slider-control .swiper-pagination .swiper-pagination-bullet-active:before {
  background: #F68A50;
}

.tp-kv__bottom-obj {
  width: 100%;
  height: 157px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-obj {
    height: 19.7333333333vw;
    bottom: calc(100% - 4.8vw);
  }
}

.tp-kv__bottom-obj--label {
  background: #EE761F;
  width: 120vw;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(-5.27deg);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .tp-kv__bottom-obj--label {
    height: 5vw;
    top: 8.203125vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-obj--label {
    height: 5.0666666667vw;
    top: 13.3333333333vw;
  }
}

.tp-kv__bottom-obj--label-txt {
  width: 1010px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -50%);
}
@media screen and (max-width: 1280px) {
  .tp-kv__bottom-obj--label-txt {
    width: 78.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-kv__bottom-obj--label-txt {
    width: 78.9333333333vw;
    transform: translate(-49.5%, -50%);
  }
}

/* module > top > 2ndRun.scss
============================================================================ */
@media screen and (max-width: 1024px) {
  .en .tp-2ndRun .tp-sec__img-item:nth-of-type(2) {
    bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-2ndRun .tp-sec__img-item:nth-of-type(2) {
    bottom: auto;
  }
}
@media screen and (max-width: 1024px) {
  .en .tp-2ndRun .tp-sec__img-item:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-2ndRun__inner {
    padding-top: 34.6666666667vw;
    padding-bottom: 5.0666666667vw;
    margin-bottom: 10.9333333333vw;
  }
}
.en .tp-2ndRun__inner .tp-sec__cont-txt {
  width: 648px;
}
@media screen and (max-width: 767px) {
  .en .tp-2ndRun__inner .tp-sec__cont-txt {
    width: 64.5333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .en .tp-2ndRun__connect .c-tp-heading__ttl:after {
    width: 124%;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-2ndRun__connect .c-tp-heading__ttl:after {
    width: 112%;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-2ndRun__connect-inner .tp-sec__cont-txt {
    margin-top: 13.8666666667vw;
  }
}

.tp-2ndRun {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}
.tp-2ndRun .tp-sec__img-item:first-of-type {
  width: 363px;
  aspect-ratio: 1.5;
  top: 0px;
  right: 162px;
}
@media screen and (max-width: 1280px) {
  .tp-2ndRun .tp-sec__img-item:first-of-type {
    width: 28.359375vw;
    right: 12.65625vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-2ndRun .tp-sec__img-item:first-of-type {
    width: 35.44921875vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-2ndRun .tp-sec__img-item:first-of-type {
    width: 42.4vw;
    aspect-ratio: 1.5;
    right: 1.3333333333vw;
  }
}
.tp-2ndRun .tp-sec__img-item:nth-of-type(2) {
  width: 270px;
  aspect-ratio: 1.5;
  right: 68px;
  bottom: 160px;
}
@media screen and (max-width: 1280px) {
  .tp-2ndRun .tp-sec__img-item:nth-of-type(2) {
    width: 21.09375vw;
    right: 5.3125vw;
    bottom: 12.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-2ndRun .tp-sec__img-item:nth-of-type(2) {
    width: 26.3671875vw;
    right: 8.59375vw;
    bottom: -3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-2ndRun .tp-sec__img-item:nth-of-type(2) {
    width: 39.4666666667vw;
    aspect-ratio: 1.5102040816;
    top: 86.1333333333vw;
    right: -12vw;
    bottom: auto;
  }
}
.tp-2ndRun .tp-sec__img-item:nth-of-type(3) {
  width: 204px;
  aspect-ratio: 1.5;
  right: -38px;
  bottom: 76px;
}
@media screen and (max-width: 1280px) {
  .tp-2ndRun .tp-sec__img-item:nth-of-type(3) {
    width: 15.9375vw;
    right: -2.96875vw;
    bottom: 5.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-2ndRun .tp-sec__img-item:nth-of-type(3) {
    display: none;
  }
}

.tp-2ndRun__inner {
  padding-top: 233px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .tp-2ndRun__inner {
    padding-top: 18.203125vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-2ndRun__inner {
    padding-top: 33.8666666667vw;
    padding-bottom: 5.0666666667vw;
    margin-bottom: 10.9333333333vw;
  }
}

/* module > top > stories.scss
============================================================================ */
.en .tp-ir:before {
  width: 4300px;
  top: -783px;
}
@media screen and (max-width: 767px) {
  .en .tp-ir:before {
    background-image: url(./img/top/bg_sp-en.svg);
    width: 196.2666666667vw;
    height: 1887.4666666667vw;
    top: -270.9333333333vw;
    transform: translateX(-38.2%);
  }
}
@media screen and (max-width: 767px) {
  .en .tp-ir .tp-sec__img-item:first-of-type {
    top: -10.9333333333vw;
  }
}
.en .tp-ir__stories .c-tp-heading__ttl:after {
  width: 118%;
}
@media screen and (max-width: 767px) {
  .en .tp-ir__stories .c-tp-heading__ttl:after {
    width: 80%;
  }
}
.en .tp-ir__stories-inner .tp-sec__cont-txt {
  width: 702px;
}
@media screen and (max-width: 1024px) {
  .en .tp-ir__stories-inner .tp-sec__cont-txt {
    width: 68.5546875vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-ir__stories-inner .tp-sec__cont-txt {
    width: 64vw;
  }
}

.tp-ir {
  background: rgba(223, 125, 56, 0.17);
  position: relative;
}
.tp-ir:before {
  content: "";
  background-image: url(./img/top/bg_pc.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4300px;
  height: 8610px;
  position: absolute;
  top: -680px;
  left: 50%;
  transform: translateX(-57.8%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tp-ir:before {
    background-image: url(./img/top/bg_sp.svg);
    width: 146.4vw;
    height: 1424vw;
    top: -214.4vw;
    transform: translateX(-57.25%);
  }
}
.tp-ir.tp-sec {
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .tp-ir .tp-sec__img {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-ir .tp-sec__img {
    width: 100%;
  }
}
.tp-ir .tp-sec__img-item:first-of-type {
  width: 505px;
  aspect-ratio: 1.5029761905;
  top: 294px;
  right: -202px;
}
@media screen and (max-width: 1280px) {
  .tp-ir .tp-sec__img-item:first-of-type {
    width: 39.453125vw;
    top: 22.96875vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-ir .tp-sec__img-item:first-of-type {
    width: 30.2734375vw;
    right: -14.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-ir .tp-sec__img-item:first-of-type {
    width: 40.5333333333vw;
    aspect-ratio: 1.4901960784;
    top: -10.9333333333vw;
    right: 5.6vw;
  }
}
.tp-ir .tp-sec__img-item:nth-of-type(2) {
  width: 310px;
  aspect-ratio: 1.4975845411;
  left: -139px;
  bottom: -37px;
}
@media screen and (max-width: 1024px) {
  .tp-ir .tp-sec__img-item:nth-of-type(2) {
    display: none;
  }
}

.tp-ir__inner {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tp-ir__inner {
    padding-top: 5.6vw;
    padding-bottom: 5.3333333333vw;
  }
}
.tp-ir__inner .c-heading {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .tp-ir__inner .c-heading {
    margin-bottom: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .tp-ir__stories .c-tp-heading__ttl:before {
    background-image: url(./img/top/icn_heading-l-sub-sp.svg);
  }
}

.tp-ir__stories-posts {
  --slide-gap: 32px;
  --slide-base-w: 350px;
  --scale-active: 1;
  --scale-near: 0.71;
  --scale-far: 0.34;
  max-width: 1280px;
  width: 100%;
  padding-top: 142px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
  row-gap: 33px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts {
    max-width: none;
    padding-top: 24vw;
    row-gap: 6.4vw;
  }
}
.tp-ir__stories-posts.is-static .swiper-button {
  display: none;
}
.tp-ir__stories-posts .swiper-button {
  background: #EE761F;
  line-height: 1;
  width: 45px;
  height: 45px;
  margin: 0;
  display: block;
  top: auto;
  bottom: 112px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts .swiper-button {
    width: 8vw;
    height: 8vw;
    bottom: 11.7333333333vw;
  }
}
.tp-ir__stories-posts .swiper-button:after {
  display: none;
}
.tp-ir__stories-posts .swiper-button.swiper-button-prev {
  left: 50%;
  transform: translateX(-440%);
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts .swiper-button.swiper-button-prev {
    transform: translateX(-345%);
  }
}
.tp-ir__stories-posts .swiper-button.swiper-button-prev .swiper-button__arw {
  transform: translate(-65%, -54%) rotate(180deg);
}
.tp-ir__stories-posts .swiper-button.swiper-button-next {
  left: auto;
  right: 50%;
  transform: translateX(440%);
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts .swiper-button.swiper-button-next {
    transform: translateX(345%);
  }
}
.tp-ir__stories-posts .swiper-button .swiper-button__arw {
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-44%, -50%);
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts .swiper-button .swiper-button__arw {
    width: 4vw;
    height: 4vw;
  }
}
.tp-ir__stories-posts .swiper-button .swiper-button__arw svg {
  width: 100%;
  height: 100%;
  display: block;
}
.tp-ir__stories-posts .swiper-button .swiper-button__arw svg path {
  fill: white;
}

.tp-ir__stories-posts-wrapper {
  overflow: visible !important;
  padding-block: 24px;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-list {
  align-items: center;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide {
  width: var(--slide-base-w);
  margin: 0 -44px;
  flex: 0 0 var(--slide-base-w) !important;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide {
    width: 38.4vw;
    margin: 0 1.0666666667vw;
    flex: 0 0 38.4vw !important;
  }
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide .tp-ir__stories-posts-thumb img {
  opacity: 0.6;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-active {
  z-index: 99;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-active .tp-ir__stories-posts-link:hover .tp-ir__stories-posts-ttl {
  opacity: 0.6 !important;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-active .tp-ir__stories-posts-link:hover .tp-ir__stories-posts-thumb img {
  opacity: 0.8 !important;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-active .tp-ir__stories-posts-ttl {
  opacity: 1;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-active .tp-ir__stories-posts-thumb img {
  opacity: 1;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-next:hover .tp-ir__stories-posts-thumb img, .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-prev:hover .tp-ir__stories-posts-thumb img {
  opacity: 0.6 !important;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-next .tp-ir__stories-posts-thumb img, .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-prev .tp-ir__stories-posts-thumb img {
  opacity: 0.8;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-next {
  transform: translateX(16%);
  z-index: 98;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-next {
    transform: translateX(0%);
  }
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-prev {
  transform: translateX(-16%);
  z-index: 98;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide.swiper-slide-prev {
    transform: translateX(0%);
  }
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-scaleWrap {
  transform-origin: center center;
  transition: transform 0.35s ease, filter 0.35s ease;
  will-change: transform;
  transform: scale(var(--scale-far));
  z-index: 1;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide-active .tp-ir__stories-scaleWrap {
  transform: scale(var(--scale-active));
  z-index: 30;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide-prev .tp-ir__stories-scaleWrap,
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide-next .tp-ir__stories-scaleWrap {
  transform: scale(var(--scale-near));
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide-prev .tp-ir__stories-scaleWrap,
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-item.swiper-slide-next .tp-ir__stories-scaleWrap {
    transform: scale(0.632);
  }
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-control {
  min-height: 30px;
  display: block;
  margin: 7px auto 0;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-control {
    min-height: 4vw;
    margin-top: 1.0666666667vw;
  }
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-control .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  left: auto !important;
  bottom: auto !important;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-control .swiper-pagination {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
  }
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-control .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  border-radius: 0px;
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-control .swiper-pagination .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
  }
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-control .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  background: #D9D9D9;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-control .swiper-pagination .swiper-pagination-bullet:before {
    height: 3px;
  }
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-control .swiper-pagination .swiper-pagination-bullet-active:before {
  background: #F68A50;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-link {
  background: white;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-link:hover {
  opacity: 1;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-link:hover .tp-ir__stories-posts-thumb img {
  opacity: 0.4 !important;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 14px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.35s;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts-ttl {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    margin-bottom: 2.6666666667vw;
  }
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-thumb {
  background: white;
  aspect-ratio: 16/9;
  overflow: hidden;
  transition: 0.6s;
}
.tp-ir__stories-posts-wrapper .tp-ir__stories-posts-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.35s;
}
@media screen and (max-width: 767px) {
  .tp-ir__stories-posts-wrapper .tp-ir__stories-posts {
    --slide-gap: size_sp(8);
    --slide-base-w: size_sp(144);
    --scale-active: 1;
    --scale-near: 0.82;
    --scale-far: 0.58;
  }
}

/* module > top > _campaign.scss
============================================================================ */
@media screen and (max-width: 767px) {
  .en .tp-campaign__chance {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__chance-inner {
    padding-top: 33.0666666667vw;
  }
}
.en .tp-campaign__chance-inner .tp-sec__img-item:first-of-type {
  top: 260px;
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__chance-inner .tp-sec__img-item:first-of-type {
    top: 5.0666666667vw;
  }
}
.en .tp-campaign__chance-inner .tp-sec__img-item:nth-of-type(2) {
  bottom: 267px;
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__chance-inner .tp-sec__img-item:nth-of-type(2) {
    bottom: 26.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__chance-inner .tp-sec__img-item:nth-of-type(2) {
    bottom: 101.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__chance-inner .tp-campaign__chance-cont-inner {
    background: transparent;
  }
}
@media screen and (max-width: 1120px) {
  .en .tp-campaign__chance-inner .tp-campaign__chance-cont-inner .tp-sec__cont-txt {
    width: 512px;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__chance-inner .tp-campaign__chance-cont-inner .tp-sec__cont-txt {
    width: 100%;
  }
}
.en .tp-campaign__sec-info {
  width: 856px;
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__sec-info {
    width: 696px;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec-info {
    width: 100%;
  }
}
.en .tp-campaign__sec-info-inner {
  padding-left: 91px;
  padding-bottom: 49px;
}
@media screen and (max-width: 1280px) {
  .en .tp-campaign__sec-info-inner {
    padding-left: 7.109375vw;
  }
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__sec-info-inner {
    padding-left: 8.88671875vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec-info-inner {
    padding: 8.5333333333vw 9.0666666667vw;
  }
}
.en .tp-campaign__sec-info-bg-inner {
  height: calc(100% - 49px);
  --c: #FFCC1F;
  --w: 5px;
  --len: 53px;
  --gap: 46px;
  --klen: 32px;
  --corner-gap: 30px;
  --phase-x: 0px;
  --phase-y: 22px;
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec-info-bg-inner {
    height: calc(100% - 8vw);
    --w: 0.8vw;
    --len: 11.7333333333vw;
    --gap: 11.7333333333vw;
    --klen: 5.8666666667vw;
    --corner-gap: 11.2vw;
    --phase-x: -4.8vw;
    --phase-y: -18.6666666667vw;
    background: linear-gradient(var(--c), var(--c)) top left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--w) var(--klen) no-repeat;
    border-radius: 0.5333333333vw;
  }
}
.en .tp-campaign__sec-info-ttl {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__sec-info-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec-info-ttl {
    font-size: 9px;
    font-size: 4.8vw;
  }
}
.en .tp-campaign__sec-info-txt {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.1666666667;
  width: 661px;
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__sec-info-txt {
    width: 582px;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec-info-txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.6666666667;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__partner-heading-ttl {
    font-size: 11px;
    font-size: 5.8666666667vw;
  }
}
.en .tp-campaign__sec--stories {
  margin-top: 154px;
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec--stories {
    margin-top: 26.4vw;
  }
}
.en .tp-campaign__sec--stories .tp-sec__img-item:first-of-type {
  top: -78px;
  right: 94px;
}
@media screen and (max-width: 1280px) {
  .en .tp-campaign__sec--stories .tp-sec__img-item:first-of-type {
    top: -6.09375vw;
    right: 7.34375vw;
  }
}
@media screen and (max-width: 1200px) {
  .en .tp-campaign__sec--stories .tp-sec__img-item:first-of-type {
    top: -11.5625vw;
    right: 2.65625vw;
  }
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__sec--stories .tp-sec__img-item:first-of-type {
    top: -12.5vw;
    right: 5.2734375vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec--stories .tp-sec__img-item:first-of-type {
    top: -21.8666666667vw;
    right: -1.8666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__sec--stories .tp-campaign__sec-cont-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec--stories .tp-campaign__sec-cont-heading {
    font-size: 11.5px;
    font-size: 6.1333333333vw;
  }
}
.en .tp-campaign__sec--stories .tp-campaign__sec-cont-txt {
  width: 612px;
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec--stories .tp-campaign__sec-cont-txt {
    width: 80.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__sec-cont-txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__win-inner .tp-sec__img-item:first-of-type {
    top: 48px;
    right: -2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__win-inner .tp-sec__img-item:first-of-type {
    top: 40vw;
    right: -16.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__win-inner .c-tp-heading__ttl:after {
    width: 108%;
  }
}
.en .tp-campaign__win-inner .tp-campaign__win-cont-inner {
  align-items: flex-start;
}
.en .tp-campaign__win-inner .tp-campaign__sec-info {
  width: 864px;
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__win-inner .tp-campaign__sec-info {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__win-inner .tp-campaign__sec-info {
    width: 100%;
  }
}
.en .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-inner {
  padding: 45px 70px 49px;
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-inner {
    padding: 45px 80px 49px;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-inner {
    padding: 8.5333333333vw 9.0666666667vw;
  }
}
.en .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg .tp-campaign__sec-info-bg-inner {
  height: calc(100% - 49px);
  --c: #FFCC1F;
  --w: 5px;
  --len: 50px;
  --gap: 52px;
  --klen: 30px;
  --corner-gap: 0px;
  --phase-x: 21px;
  --phase-y: 64px;
  background: linear-gradient(var(--c), var(--c)) top left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--w) var(--klen) no-repeat;
  background-origin: border-box;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg .tp-campaign__sec-info-bg-inner {
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 8vw);
    --w: 0.8vw;
    --len: 11.7333333333vw;
    --gap: 11.7333333333vw;
    --klen: 5.8666666667vw;
    --corner-gap: 11.2vw;
    --phase-x: -4.8vw;
    --phase-y: -18.6666666667vw;
    background: linear-gradient(var(--c), var(--c)) top left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--w) var(--klen) no-repeat;
    border-radius: 0.5333333333vw;
  }
}
.en .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg .tp-campaign__sec-info-bg-inner:after {
  --count-y: 1;
  --lenY: 59px;
  --runY: calc(100% - 2*(var(--klen) + var(--corner-gap)));
  --periodY: calc(var(--runY) / var(--count-y));
  --gapY: calc(var(--periodY) - var(--lenY));
  --startY: calc(var(--klen) + var(--corner-gap) + var(--gapY) / 2 + var(--phase-y));
  background: repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) left calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat, repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) right calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat;
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg .tp-campaign__sec-info-bg-inner:after {
    top: 50%;
    transform: translateY(-50%);
    --count-y: 0.72;
    --lenY: 10.1333333333vw;
    --runY: calc(100% - 2*(var(--klen) + var(--corner-gap)));
    --periodY: calc(var(--runY) / var(--count-y));
    --gapY: calc(var(--periodY) - var(--lenY));
    --startY: calc(var(--klen) + var(--corner-gap) + var(--gapY) / 2 + var(--phase-y));
    background: repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) left calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat, repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) right calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat;
  }
}
.en .tp-campaign__win-cont-inner .tp-sec__cont-txt {
  width: 702px;
}
@media screen and (max-width: 1024px) {
  .en .tp-campaign__win-cont-inner .tp-sec__cont-txt {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .en .tp-campaign__win-cont-inner .tp-sec__cont-txt {
    width: 62.1333333333vw;
  }
}

.tp-campaign {
  background: rgba(255, 255, 255, 0.6);
  padding: 113px 0 180px;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .tp-campaign {
    padding: 32vw 0 14.4vw;
    margin-top: 0;
  }
}
.tp-campaign:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}

.tp-campaign__partner {
  padding: 58px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tp-campaign__partner {
    padding: 11.2vw 0 10.1333333333vw;
  }
}

.tp-campaign__partner-bg {
  background: #01496B;
  width: 120vw;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tp-campaign__partner-bg {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.25);
  }
}

.tp-campaign__partner-bg-inner {
  width: calc(100% - 39px);
  height: calc(100% - 39px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  --c: #FFCC1F;
  --w: 5px;
  --len: 50px;
  --gap: 50px;
  --klen: 38px;
  --corner-gap: 10px;
  --phase-x: 0px;
  --phase-y: 0px;
  background: linear-gradient(var(--c), var(--c)) top left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--w) var(--klen) no-repeat;
  background-origin: border-box;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tp-campaign__partner-bg-inner {
    width: 100%;
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 7.4666666667vw);
    --w: 0.8vw;
    --len: 11.7333333333vw;
    --gap: 11.7333333333vw;
    --klen: 5.8666666667vw;
    --corner-gap: 5.8666666667vw;
    --phase-x: 0px;
    --phase-y: -10.1333333333vw;
    background: linear-gradient(var(--c), var(--c)) top left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--w) var(--klen) no-repeat;
    border-radius: 0.5333333333vw;
  }
}
.tp-campaign__partner-bg-inner:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  --startX: calc(var(--klen) + var(--gap)/2 + var(--corner-gap) + var(--phase-x));
  --runX: calc(100% - 2*(var(--klen) + var(--corner-gap)));
  background: repeating-linear-gradient(90deg, var(--c) 0 var(--len), transparent var(--len) calc(var(--len) + var(--gap))) left var(--startX) top/var(--runX) var(--w) no-repeat, repeating-linear-gradient(90deg, var(--c) 0 var(--len), transparent var(--len) calc(var(--len) + var(--gap))) left var(--startX) bottom/var(--runX) var(--w) no-repeat;
}
.tp-campaign__partner-bg-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-17%);
  inset: 0;
  pointer-events: none;
  --count-y: 1.35;
  --lenY: 38px;
  --runY: calc(100% - 2*(var(--klen) + var(--corner-gap)));
  --periodY: calc(var(--runY) / var(--count-y));
  --gapY: calc(var(--periodY) - var(--lenY));
  --startY: calc(var(--klen) + var(--corner-gap) + var(--gapY) / 2 + var(--phase-y));
  background: repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) left calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat, repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) right calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat;
}
@media screen and (max-width: 767px) {
  .tp-campaign__partner-bg-inner:after {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    --count-y: -0.01;
    --lenY: 9.6vw;
    --runY: calc(100% - 2*(var(--klen) + var(--corner-gap)));
    --periodY: calc(var(--runY) / var(--count-y));
    --gapY: calc(var(--periodY) - var(--lenY));
    --startY: calc(var(--klen) + var(--corner-gap) + var(--gapY) / 2 + var(--phase-y));
    background: repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) left calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat, repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) right calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat;
  }
}

.tp-campaign__partner-inner {
  color: white;
  max-width: 890px;
  width: 100%;
  padding: 0 18px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tp-campaign__partner-inner {
    padding: 0 4.8vw;
  }
}

.tp-campaign__partner-heading {
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  row-gap: 13px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__partner-heading {
    row-gap: 4vw;
  }
}

.tp-campaign__partner-heading-ttl {
  font-size: 30px;
  line-height: 1.2666666667;
}
@media screen and (max-width: 767px) {
  .tp-campaign__partner-heading-ttl {
    font-size: 12px;
    font-size: 6.4vw;
    line-height: 1.25;
  }
}

.tp-campaign__partner-heading-txt {
  font-size: 18px;
  line-height: 1.2777777778;
}
@media screen and (max-width: 767px) {
  .tp-campaign__partner-heading-txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.25;
  }
}

.tp-campaign__partner-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 23px;
       column-gap: 23px;
}

.tp-campaign__partner-item {
  aspect-ratio: 2/1;
}

.tp-campaign__chance-inner {
  padding-top: 206px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__chance-inner {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__chance-inner .c-tp-heading__ttl {
    line-height: 1.2692307692;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__chance-inner .c-tp-heading__txt {
    margin-top: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__chance-inner .tp-campaign__chance-cont-inner {
    padding: 0 2.6666666667vw 5.3333333333vw;
  }
}
.tp-campaign__chance-inner .tp-campaign__chance-cont-inner .tp-sec__cont-txt {
  margin-top: 40px;
}
@media screen and (max-width: 1120px) {
  .tp-campaign__chance-inner .tp-campaign__chance-cont-inner .tp-sec__cont-txt {
    width: 502px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__chance-inner .tp-campaign__chance-cont-inner .tp-sec__cont-txt {
    width: 100%;
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 1280px) {
  .tp-campaign__chance-inner .tp-sec__img {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__chance-inner .tp-sec__img {
    width: 100%;
  }
}
.tp-campaign__chance-inner .tp-sec__img-item:first-of-type {
  width: 313px;
  aspect-ratio: 313/207;
  top: 63px;
  left: -157px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__chance-inner .tp-sec__img-item:first-of-type {
    width: 24.453125vw;
    left: -12.265625vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__chance-inner .tp-sec__img-item:first-of-type {
    width: 30.56640625vw;
    top: 6.15234375vw;
    left: -15.33203125vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__chance-inner .tp-sec__img-item:first-of-type {
    width: 36.2666666667vw;
    aspect-ratio: 136/91;
    top: 5.0666666667vw;
    left: -2.6666666667vw;
  }
}
.tp-campaign__chance-inner .tp-sec__img-item:nth-of-type(2) {
  width: 444px;
  aspect-ratio: 444/296;
  bottom: 156px;
  left: -157px;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__chance-inner .tp-sec__img-item:nth-of-type(2) {
    width: 34.6875vw;
    left: -12.265625vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__chance-inner .tp-sec__img-item:nth-of-type(2) {
    width: 43.359375vw;
    bottom: 186px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__chance-inner .tp-sec__img-item:nth-of-type(2) {
    width: 36.5333333333vw;
    aspect-ratio: 1.5054945055;
    left: -6.6666666667vw;
    bottom: 73.0666666667vw;
  }
}

.tp-campaign__sec {
  position: relative;
}

.tp-campaign__sec--entry {
  margin-top: 117px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec--entry {
    margin-top: 77px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec--entry {
    margin-top: 26.6666666667vw;
  }
}
@media screen and (max-width: 1280px) {
  .tp-campaign__sec--entry .tp-sec__img {
    width: 84.375vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec--entry .tp-sec__img {
    width: 100%;
  }
}
.tp-campaign__sec--entry .tp-sec__img-item:first-of-type {
  width: 444px;
  aspect-ratio: 444/296;
  left: -139px;
  bottom: -82px;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__sec--entry .tp-sec__img-item:first-of-type {
    width: 34.6875vw;
    left: -10.859375vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec--entry .tp-sec__img-item:first-of-type {
    width: 27.34375vw;
    bottom: -12.890625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec--entry .tp-sec__img-item:first-of-type {
    width: 44.5333333333vw;
    aspect-ratio: 1.4910714286;
    top: -17.8666666667vw;
    bottom: auto;
    left: auto;
    right: -9.3333333333vw;
  }
}

.tp-campaign__sec--stories {
  margin-top: 190px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec--stories {
    margin-top: 26.4vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec--stories .tp-campaign__sec-cont {
    background: transparent;
  }
}
.tp-campaign__sec--stories .tp-campaign__sec-cont-heading {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec--stories .tp-campaign__sec-cont-heading {
    margin-bottom: 8vw;
  }
}
.tp-campaign__sec--stories .tp-campaign__sec-cont-txt {
  width: 456px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec--stories .tp-campaign__sec-cont-txt {
    width: 80.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec--stories .tp-campaign__sec-wrap {
    background: transparent;
  }
}
@media screen and (max-width: 1280px) {
  .tp-campaign__sec--stories .tp-sec__img {
    width: 84.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec--stories .tp-sec__img {
    width: 100%;
  }
}
.tp-campaign__sec--stories .tp-sec__img-item:first-of-type {
  width: 313px;
  aspect-ratio: 313/208;
  top: -78px;
  right: 94px;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__sec--stories .tp-sec__img-item:first-of-type {
    width: 24.453125vw;
    top: -6.09375vw;
    right: 7.34375vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec--stories .tp-sec__img-item:first-of-type {
    top: -10.546875vw;
    right: 7.2265625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec--stories .tp-sec__img-item:first-of-type {
    width: 36.5333333333vw;
    aspect-ratio: 137/91;
    top: -21.8666666667vw;
    right: -1.8666666667vw;
  }
}
.tp-campaign__sec--stories .tp-sec__img-item:nth-of-type(2) {
  width: 181px;
  aspect-ratio: 181/120;
  top: calc(100% + 11px);
  right: 23px;
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec--stories .tp-sec__img-item:nth-of-type(2) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tp-campaign__sec-cont {
    padding: 5.6vw 0 5.3333333333vw;
  }
}

.tp-campaign__sec-cont-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  padding: 0 100px;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__sec-cont-heading {
    padding: 0 7.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec-cont-heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-cont-heading {
    font-size: 13px;
    font-size: 6.9333333333vw;
    line-height: 1.2692307692;
    padding: 0 2.6666666667vw;
    margin-bottom: 7.7333333333vw;
  }
}

.tp-campaign__sec-cont-inner {
  padding: 20px 100px 19px;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__sec-cont-inner {
    padding: 20px 7.8125vw 19px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-cont-inner {
    background: transparent;
    padding: 0 2.6666666667vw;
  }
}

.tp-campaign__sec-cont-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5714285714;
  width: 747px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-cont-txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.6666666667;
    width: 80.5333333333vw;
  }
}

.tp-campaign__sec-info {
  color: white;
  width: 720px;
  margin-top: 150px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec-info {
    width: 685px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-info {
    width: 100%;
    margin-top: 26.6666666667vw;
  }
}

.tp-campaign__sec-info-bg {
  background: #01496B;
  width: 100vw;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-info-bg {
    border-radius: 0;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.25);
  }
}

.tp-campaign__sec-info-bg-inner {
  width: calc(100% - 49px);
  height: calc(100% - 38px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  --c: #FFCC1F;
  --w: 5px;
  --len: 53px;
  --gap: 46px;
  --klen: 32px;
  --corner-gap: 25px;
  --phase-x: 0px;
  --phase-y: 22px;
  background: linear-gradient(var(--c), var(--c)) top left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--w) var(--klen) no-repeat;
  background-origin: border-box;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-info-bg-inner {
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 8vw);
    --w: 0.8vw;
    --len: 11.7333333333vw;
    --gap: 11.7333333333vw;
    --klen: 5.8666666667vw;
    --corner-gap: 5.8666666667vw;
    --phase-x: 0px;
    --phase-y: -10.4vw;
    background: linear-gradient(var(--c), var(--c)) top left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--w) var(--klen) no-repeat;
    border-radius: 0.5333333333vw;
  }
}
.tp-campaign__sec-info-bg-inner:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  --startX: calc(var(--klen) + var(--gap)/2 + var(--corner-gap) + var(--phase-x));
  --runX: calc(100% - 2*(var(--klen) + var(--corner-gap)));
  background: repeating-linear-gradient(90deg, var(--c) 0 var(--len), transparent var(--len) calc(var(--len) + var(--gap))) left var(--startX) top/var(--runX) var(--w) no-repeat, repeating-linear-gradient(90deg, var(--c) 0 var(--len), transparent var(--len) calc(var(--len) + var(--gap))) left var(--startX) bottom/var(--runX) var(--w) no-repeat;
}
.tp-campaign__sec-info-bg-inner:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  --count-y: 1;
  --lenY: 53px;
  --runY: calc(100% - 1*(var(--klen) + var(--corner-gap)));
  --periodY: calc(var(--runY) / var(--count-y));
  --gapY: calc(var(--periodY) - var(--lenY));
  --startY: calc(var(--klen) + var(--corner-gap) + var(--gapY) / 2 + var(--phase-y));
  background: repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) left calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat, repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) right calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-info-bg-inner:after {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    --count-y: 0.72;
    --lenY: 10.1333333333vw;
    --runY: calc(100% - 2*(var(--klen) + var(--corner-gap)));
    --periodY: calc(var(--runY) / var(--count-y));
    --gapY: calc(var(--periodY) - var(--lenY));
    --startY: calc(var(--klen) + var(--corner-gap) + var(--gapY) / 2 + var(--phase-y));
    background: repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) left calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat, repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) right calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat;
  }
}

.tp-campaign__sec-info-inner {
  width: 100%;
  padding: 45px 0 38px 74px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec-info-inner {
    padding-left: 7.2265625vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-info-inner {
    width: auto;
    padding: 8.5333333333vw 9.0666666667vw;
  }
}

.tp-campaign__sec-info-ttl {
  font-size: 30px;
  line-height: 1.48;
  margin-left: auto;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec-info-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-info-ttl {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    margin-bottom: 2.4vw;
  }
}
.tp-campaign__sec-info-ttl small {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.48;
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec-info-ttl small {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-info-ttl small {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.8333333333;
    margin-bottom: -6.4vw;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-info-ttl small:nth-of-type(2) {
    margin-top: 1.3333333333vw;
  }
}

.tp-campaign__sec-info-txt {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.1666666667;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-info-txt {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.tp-campaign__sec-info-txt ul li {
  padding-left: 1em;
  position: relative;
}
.tp-campaign__sec-info-txt ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.tp-campaign__sec-wrap {
  padding: 55px 0 50px;
  margin-top: 138px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-wrap {
    padding: 9.3333333333vw 0;
    margin-top: 6.4vw;
  }
}

.tp-campaign__sec-list {
  max-width: 1080px;
  width: 100%;
  padding-left: 50px;
  padding-right: 204px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: normal;
  flex-direction: column;
  row-gap: 104px;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__sec-list {
    padding-right: 15.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec-list {
    padding-left: 4.8828125vw;
    padding-right: 19.921875vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-list {
    max-width: none;
    padding: 0 14.9333333333vw;
    row-gap: 16.5333333333vw;
  }
}

.tp-campaign__sec-item-item {
  width: 100%;
}

.tp-campaign__sec-item-ttl {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4642857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-item-ttl {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.35;
    text-align: center;
  }
}

.tp-campaign__sec-item-inner {
  padding-top: 13px;
  display: grid;
  grid-template-columns: 334px 452px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .tp-campaign__sec-item-inner {
    grid-template-columns: 32.6171875vw 44.23828125vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-item-inner {
    padding-top: 4vw;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5.3333333333vw;
  }
}

.tp-campaign__sec-item-cont-txt {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-item-cont-txt {
    -webkit-line-clamp: 6;
  }
}
.tp-campaign__sec-item-cont-txt b, .tp-campaign__sec-item-cont-txt strong {
  font-weight: 400;
}
.tp-campaign__sec-item-cont-txt .wp-caption {
  width: 100% !important;
}

.tp-campaign__sec-item-img {
  aspect-ratio: 334/188;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-item-img {
    width: 47.7333333333vw;
    aspect-ratio: 179/101;
    margin: 0 auto;
  }
}

.tp-campaign__sec-item-cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: normal;
  flex-direction: column;
  row-gap: 43px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-item-cont {
    align-items: center;
    row-gap: 8vw;
  }
}
.tp-campaign__sec-item-cont .c-btn {
  font-size: 16px;
  line-height: 1.4375;
  padding: 2px 57px 3px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-item-cont .c-btn {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding: 1.8666666667vw 12.2666666667vw 2.1333333333vw;
    margin-right: 0;
  }
}
.tp-campaign__sec-item-cont .c-btn__arw {
  width: 15px;
  height: 15px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__sec-item-cont .c-btn__arw {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    right: 3.7333333333vw;
  }
}

.tp-campaign__win {
  padding-top: 132px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__win {
    padding-top: 0;
    margin-top: 21.6vw;
  }
}

.tp-campaign__win-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-inner .c-tp-heading__ttl {
    line-height: 1.2692307692;
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-inner .c-tp-heading__txt {
    margin-top: 1.6vw;
  }
}
.tp-campaign__win-inner .tp-sec__img {
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__win-inner .tp-sec__img {
    width: 84.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__win-inner .tp-sec__img {
    width: 860px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-inner .tp-sec__img {
    width: 100%;
  }
}
.tp-campaign__win-inner .tp-sec__img-item:first-of-type {
  width: 309px;
  aspect-ratio: 309/206;
  top: 83px;
  right: -32px;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__win-inner .tp-sec__img-item:first-of-type {
    width: 24.140625vw;
    top: 6.484375vw;
    right: -2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__win-inner .tp-sec__img-item:first-of-type {
    top: 148px;
    right: -2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-inner .tp-sec__img-item:first-of-type {
    width: 48.2666666667vw;
    aspect-ratio: 181/121;
    top: 40vw;
    right: -16.2666666667vw;
  }
}
.tp-campaign__win-inner .tp-sec__img-item:nth-of-type(2) {
  width: 349px;
  aspect-ratio: 349/233;
  top: calc(100% - 23px);
  left: -117px;
}
@media screen and (max-width: 1280px) {
  .tp-campaign__win-inner .tp-sec__img-item:nth-of-type(2) {
    width: 27.265625vw;
    left: -9.140625vw;
  }
}
@media screen and (max-width: 1024px) {
  .tp-campaign__win-inner .tp-sec__img-item:nth-of-type(2) {
    display: none;
  }
}
.tp-campaign__win-inner .tp-campaign__sec-info {
  width: 728px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .tp-campaign__win-inner .tp-campaign__sec-info {
    width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-inner .tp-campaign__sec-info {
    min-width: auto;
    width: 100%;
  }
}
.tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg {
  width: 100%;
}
.tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg .tp-campaign__sec-info-bg-inner {
  width: calc(100% - 46px);
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  --c: #FFCC1F;
  --w: 5px;
  --len: 50px;
  --gap: 64px;
  --klen: 30px;
  --corner-gap: 0px;
  --phase-x: 21px;
  --phase-y: 44px;
  background: linear-gradient(var(--c), var(--c)) top left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--w) var(--klen) no-repeat;
  background-origin: border-box;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg .tp-campaign__sec-info-bg-inner {
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 8vw);
    --w: 0.8vw;
    --len: 11.7333333333vw;
    --gap: 11.7333333333vw;
    --klen: 5.8666666667vw;
    --corner-gap: 5.8666666667vw;
    --phase-x: 0px;
    --phase-y: -10.4vw;
    background: linear-gradient(var(--c), var(--c)) top left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) top right/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom left/var(--w) var(--klen) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--klen) var(--w) no-repeat, linear-gradient(var(--c), var(--c)) bottom right/var(--w) var(--klen) no-repeat;
    border-radius: 0.5333333333vw;
  }
}
.tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg .tp-campaign__sec-info-bg-inner:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  --startX: calc(var(--klen) + var(--gap)/2 + var(--corner-gap) + var(--phase-x));
  --runX: calc(100% - 2*(var(--klen) + var(--corner-gap)));
  background: repeating-linear-gradient(90deg, var(--c) 0 var(--len), transparent var(--len) calc(var(--len) + var(--gap))) left var(--startX) top/var(--runX) var(--w) no-repeat, repeating-linear-gradient(90deg, var(--c) 0 var(--len), transparent var(--len) calc(var(--len) + var(--gap))) left var(--startX) bottom/var(--runX) var(--w) no-repeat;
}
.tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg .tp-campaign__sec-info-bg-inner:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  --count-y: 1;
  --lenY: 53px;
  --runY: calc(100% - 2*(var(--klen) + var(--corner-gap)));
  --periodY: calc(var(--runY) / var(--count-y));
  --gapY: calc(var(--periodY) - var(--lenY));
  --startY: calc(var(--klen) + var(--corner-gap) + var(--gapY) / 2 + var(--phase-y));
  background: repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) left calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat, repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) right calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat;
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-bg .tp-campaign__sec-info-bg-inner:after {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    --count-y: 0.72;
    --lenY: 10.1333333333vw;
    --runY: calc(100% - 2*(var(--klen) + var(--corner-gap)));
    --periodY: calc(var(--runY) / var(--count-y));
    --gapY: calc(var(--periodY) - var(--lenY));
    --startY: calc(var(--klen) + var(--corner-gap) + var(--gapY) / 2 + var(--phase-y));
    background: repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) left calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat, repeating-linear-gradient(0deg, var(--c) 0 var(--lenY), transparent var(--lenY) calc(var(--lenY) + var(--gapY))) right calc(50% - var(--runY) / 2 + var(--startY))/var(--w) var(--runY) no-repeat;
  }
}
.tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-inner {
  width: 100%;
  padding: 45px 102px 41px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-inner {
    padding: 45px 102px 41px;
  }
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-inner .tp-campaign__sec-info .tp-campaign__sec-info-inner {
    width: auto;
    padding: 8.5333333333vw 9.0666666667vw;
  }
}

.tp-campaign__win-cont-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  margin: 36px 0 58px;
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-cont-inner {
    align-items: flex-start;
    padding: 0 2.6666666667vw 5.3333333333vw;
    margin: 0 0 21.3333333333vw;
  }
}
.tp-campaign__win-cont-inner .tp-sec__cont-txt {
  padding: 20px 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tp-campaign__win-cont-inner .tp-sec__cont-txt {
    width: 62.1333333333vw;
    padding: 0;
    margin-top: 7.4666666667vw;
  }
}/*# sourceMappingURL=style.css.map */