@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
.post_item__pic {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
/* template color */
/* custom color */
/* font */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 500;
}

/* setting */
.list_dotted__tab {
  position: relative;
  padding-left: 1em;
}
.list_dotted__tab::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list_count {
  counter-reset: count;
}

.list_count__tab {
  position: relative;
  padding-left: 1.5em;
}
.list_count__tab::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
}

.list_num {
  counter-reset: num;
}

.list_num__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_num__tab::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
}

.list_unit {
  counter-reset: unit;
}

.list_unit__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_unit__tab::before {
  counter-increment: unit;
  content: counter(unit) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.cm_btn {
  margin-top: clamp(32px, 4.6666666667vw, 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.cm_btn__link {
  display: block;
  min-width: 200px;
  width: 100%;
  height: auto;
  line-height: 56px;
  text-align: center;
  flex: 1;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #0c1c89;
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    max-width: 240px;
  }
}

.item_more {
  margin-top: clamp(32px, 3.3333333333vw, 40px);
  text-align: right;
}

.item_more__link {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  display: inline;
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #333;
  background: #fff;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
}

div {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #0c1c89;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

@media screen and (min-width: 1001px) {
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}

.container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-right {
    margin-left: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-right {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-left {
    margin-right: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-left {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.image {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

th {
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #0171BC;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #DBEFF4;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #DBEFF4;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (min-width: 501px) {
  .--pc {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .--pc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .--sp {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .--sp {
    display: block !important;
  }
}

.link-under {
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0171BC;
  text-decoration: underline;
}

.cm-block + .cm-block {
  margin-top: clamp(60px, 6.6666666667vw, 80px);
}

@media screen and (min-width: 1001px) {
  .cm-column {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
  .cm-rev {
    flex-direction: row-reverse;
  }
}
.cm-pic {
  width: 33.3333333333%;
  aspect-ratio: 4/3;
  background-color: #ddd;
}

.cm-fit {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .cm-pic + .cm-fit {
    margin-top: 64px;
  }
}

.cm-cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .cm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cm-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .cm-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/* module */
.cm-bread {
  padding: 56px 0 120px;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 1.8;
}
.cm-bread .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  color: #888;
  font-weight: 400;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}
@media screen and (max-width: 828px) {
  .cm-bread {
    padding: 56px 0 80px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 4.1666666667vw, 50px);
  background: #F5F5F5;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 8.3333333333vw, 100px);
    padding-bottom: clamp(56px, 8.3333333333vw, 100px);
    padding-left: clamp(40px, 8.3333333333vw, 100px);
    padding-right: clamp(40px, 8.3333333333vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 32px;
    padding-bottom: 56px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form table table th {
  font-weight: 400;
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #888;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  outline: none;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(10px, 1.3333333333vw, 16px);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #e2e2e2;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 8px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 1.3;
  }
}

@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(40px, 5.3333333333vw, 64px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-weight: 400;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #0171BC;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(48px, 4.6666666667vw, 56px);
}
.form-btns a,
.form-btns [type=submit],
.form-btns .fm-modoru {
  max-width: 200px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 1.25em 9px;
  color: #fff;
  background-color: #0171BC;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
  border-radius: 200px;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit],
  .form-btns .fm-modoru {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit],
  .form-btns .fm-modoru {
    transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover,
.form-btns .fm-modoru:hover {
  opacity: 0.7;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

/* page */
.main_news__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  padding-bottom: clamp(16px, 2vw, 24px);
  border-bottom: 1px solid #ccc;
}
.main_news__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c1c89;
  z-index: 1;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_news__link::before {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_news__link::before {
    transition-duration: 300ms;
  }
}
.main_news__link:hover {
  opacity: 1;
}
.main_news__link:hover::before {
  scale: 1 1;
}
.main_news__list + .main_news__list .main_news__link {
  padding-top: clamp(16px, 2vw, 24px);
}

.main_news__time {
  color: #0c1c89;
}

.main_news__caption {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .main_news__caption {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .main_news__caption {
    -webkit-line-clamp: 1;
  }
}

.front_block__nav {
  background: #F5F5F5;
}

.front_visual__img {
  position: absolute;
  top: -85px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 240px;
  transform: translateX(-50%);
}
@media screen and (max-width: 828px) {
  .front_visual__img {
    top: -50px;
    max-width: 140px;
  }
}

.front_visual__img--buy {
  max-width: 152px;
}
@media screen and (max-width: 828px) {
  .front_visual__img--buy {
    max-width: 88px;
  }
}

.front_visual__caption {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}

.front_visual__caption--white {
  color: #fff;
}

.front_visual__txt {
  position: absolute;
  right: 24px;
  bottom: 24px;
  writing-mode: vertical-rl;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .front_visual__txt {
    right: 10px;
    bottom: 8px;
  }
}

.front_visual__txt--left {
  right: unset;
  left: 24px;
}
@media screen and (max-width: 500px) {
  .front_visual__txt--left {
    left: 5px;
  }
}

.front_company {
  padding-top: clamp(88px, 12.6666666667vw, 152px);
  padding-bottom: clamp(88px, 15.75vw, 189px);
  background: #F5F5F5;
}

.front_company__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 48px;
  margin-bottom: clamp(56px, 5vw, 60px);
}
@media screen and (max-width: 500px) {
  .front_company__columns {
    grid-template-columns: 1fr;
  }
}

.front_company__column:hover {
  opacity: 1;
}
.front_company__column:hover img {
  scale: 1.1;
}

.front_company__head {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  line-height: 1.8;
  margin-top: clamp(16px, 2vw, 24px);
  text-align: center;
}

.front_company__img {
  overflow: clip;
  aspect-ratio: 368/268;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.front_company__img img {
  transition: all 0.3s;
}

.front_company__txt {
  margin-bottom: 40px;
}

.front_banner {
  padding-top: clamp(87px, 11.4166666667vw, 137px);
  padding-bottom: 120px;
}

.front_tsurumi {
  padding-top: 27px;
  padding-bottom: 120px;
}
@media screen and (max-width: 828px) {
  .front_tsurumi {
    padding-top: 88px;
  }
}

.front_tsurumi__side {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 828px) {
  .front_tsurumi__side {
    flex-direction: column;
    gap: 48px;
  }
}

.front_tsurumi__content {
  display: flex;
  align-items: center;
  gap: 24px 48px;
}
.front_tsurumi__content .front_label {
  margin-bottom: 0;
}
.front_tsurumi__content p {
  flex: 1;
}
@media screen and (max-width: 828px) {
  .front_tsurumi__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.front_tsurumi__img {
  max-width: 205px;
  margin-bottom: -15px;
  z-index: -1;
}

.front_gallery {
  overflow: hidden;
}

.front_gallery__slide {
  display: flex;
  align-items: center;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
  animation: gallery-slide 60s linear infinite;
}

@keyframes gallery-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.front_gallery__wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

.front_gallery__img {
  display: block;
  aspect-ratio: 400/300;
  max-width: 400px;
}

.front_sns .front_label {
  text-align: center;
}

.front_sns__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 40px;
}
@media screen and (max-width: 828px) {
  .front_sns__columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .front_sns__columns {
    grid-template-columns: 1fr;
  }
}

.front_sns_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}

.front_sns__link {
  display: block;
  aspect-ratio: 1/1;
  max-width: 40px;
}

.cm_info {
  padding-top: clamp(80px, 10vw, 120px);
  padding-bottom: clamp(80px, 10vw, 120px);
  background: #F5F5F5;
}

.cm_info__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 828px) {
  .cm_info__columns {
    flex-direction: column;
    gap: 32px;
  }
}

.cm_info__map {
  flex-basis: 59.33%;
}
.cm_info__map iframe {
  border: 10px solid white;
  box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .cm_info__map iframe {
    height: 226px;
  }
}

.cm_info__content {
  flex-basis: 30.66%;
}
@media screen and (max-width: 828px) {
  .cm_info__content .information_block {
    text-align: center;
  }
}
@media screen and (max-width: 828px) {
  .cm_info__content {
    align-self: center;
  }
}

.cm_info__img {
  position: relative;
  max-width: 368px;
}

.cm_info__shop {
  aspect-ratio: 1/1;
  max-width: 368px;
  border-radius: 50%;
  border: 10px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .cm_info__shop {
    max-width: 260px;
    margin-right: 0 !important;
  }
}

.cm_info__ico {
  position: absolute;
  right: 0;
  bottom: -24px;
  max-width: 118px;
  width: 100%;
}
@media screen and (max-width: 828px) {
  .cm_info__ico {
    max-width: 83px;
  }
}

.cm_info__vtxt {
  position: absolute;
  top: 50%;
  left: -19%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  letter-spacing: 0.2em;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 828px) {
  .cm_info__vtxt {
    left: 20px;
  }
}

.cm_info__txt {
  margin-top: 24px;
}
@media screen and (max-width: 828px) {
  .cm_info__txt {
    text-align: center;
  }
}

.cm_shop__columns {
  max-width: 800px;
  width: 100%;
  margin: auto;
  border: 5px solid #F5F5F5;
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .cm_shop__columns {
    display: flex !important;
    align-items: center;
  }
}

.cm_shop__img {
  position: relative;
}
@media screen and (min-width: 501px) {
  .cm_shop__img {
    flex-basis: 46%;
  }
}

.cm_shop__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 500px) {
  .cm_shop__content {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.cm_shop__icon {
  width: 77px;
  margin-bottom: clamp(16px, 2vw, 24px);
}
@media screen and (max-width: 500px) {
  .cm_shop__icon {
    width: 32px;
  }
}

.cm_shop__head {
  font-size: clamp(1.2rem, 2.4193548387vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: clamp(6px, 1.3333333333vw, 16px);
}

.cm_shop__txt {
  font-size: clamp(1rem, 1.935483871vw, 2.4rem);
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

.kv {
  position: relative;
  padding-top: 93px;
}
@media screen and (max-width: 1200px) {
  .kv {
    padding-top: 80px;
  }
}
@media screen and (max-width: 500px) {
  .kv {
    padding-top: 76px;
  }
}

.kv_lower {
  height: 264px;
}
.kv_lower + .cm-bread {
  padding-top: 0;
}
.kv_lower .kv__pos {
  display: none;
}
.kv_lower .kv_headline {
  color: #333;
}
@media screen and (max-width: 828px) {
  .kv_lower {
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .kv_pic__image {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.kv_head {
  position: absolute;
  top: 60%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .kv_head {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.kv_head__caption {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  font-weight: 400;
  line-height: 1.8;
  text-transform: capitalize;
}

.kv_head__lead {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 1.8;
  font-weight: 600;
}

.lower_section + .lower_section {
  margin-top: clamp(80px, 10vw, 120px);
}

.lower_bg {
  position: relative;
}
.lower_bg::after {
  content: "";
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #DBEFF4;
  z-index: -1;
}
.lower_bg.--orange::after {
  background: #FFF1E1;
}
.lower_bg.--green::after {
  background: #EAF5E0;
}
.lower_bg.--pink::after {
  background: #FFE1E1;
}

.lower_section__columns {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(56px, 6vw, 72px);
}
@media screen and (max-width: 828px) {
  .lower_section__columns {
    flex-direction: column;
    gap: 48px;
  }
}

.lower_section__txt {
  position: relative;
  flex-basis: 36.57%;
}

.lower_section__img {
  flex-basis: 54.85%;
}

.lower_section__head {
  display: inline-flex;
  gap: 24px;
  margin-bottom: clamp(32px, 4.3333333333vw, 52px);
}
@media screen and (max-width: 1100px) {
  .lower_section__head {
    gap: 16px;
  }
}

.lower_section__lead {
  max-width: 240px;
}
@media screen and (max-width: 1100px) {
  .lower_section__lead {
    max-width: 180px;
  }
}
.lower_section__lead.--buy {
  max-width: 152px;
}
@media screen and (max-width: 1100px) {
  .lower_section__lead.--buy {
    max-width: 120px;
  }
}

.lower_section__caption {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 61px;
}

.lower_head {
  display: flex;
  gap: 8px;
  font-size: clamp(2.2rem, 2.5806451613vw, 3.2rem);
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: clamp(32px, 3.3333333333vw, 40px);
}
.lower_head.--center {
  justify-content: center;
}
.lower_head::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0171BC;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-top: calc((1.5em - 12px) / 2);
}
.lower_head.--orange::before {
  background: #E9AF3B;
}
.lower_head.--green::before {
  background: #3EA166;
}
.lower_head.--pink::before {
  background: #E95757;
}

.lower_columns {
  display: flex;
  gap: 88px;
}
@media screen and (min-width: 501px) {
  .lower_columns.--reverse {
    flex-direction: row-reverse;
  }
}
.lower_columns + .lower_columns {
  margin-top: clamp(64px, 6.6666666667vw, 80px);
}
@media screen and (max-width: 1000px) {
  .lower_columns {
    gap: 64px;
  }
}
@media screen and (max-width: 500px) {
  .lower_columns {
    flex-direction: column;
    gap: 32px;
  }
}

.lower_columns__img {
  flex-basis: 47.33%;
}

.lower_columns__txt {
  flex: 1;
}

.lower_columns__head {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.5;
}
.lower_columns__head .--orange {
  color: #E9AF3B;
}
.lower_columns__head .--green {
  color: #3EA166;
}

.lower_columns__desc {
  margin-top: 24px;
}

.lower_gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(48px, 10vw, 120px);
}
.lower_gallery::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - 130px);
}
@media screen and (max-width: 500px) {
  .lower_gallery::before {
    height: calc(100% - 88px);
  }
}

.lower_gallery--taste::before {
  background: #FFF1E1;
}

.lower_gallery--connect::before {
  background: #FFE1E1;
}

.lower_gallery__slide {
  display: flex;
  align-items: center;
  gap: 24px;
  width: -moz-max-content;
  width: max-content;
  animation: loop-slide 60s linear infinite;
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(calc(-50% - 12px));
  }
}
.lower_gallery__img {
  max-width: 336px;
}
.lower_gallery__img img {
  aspect-ratio: 336/214;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 500px) {
  .lower_gallery__img {
    width: 258px;
  }
}

.trans {
  position: fixed;
  display: inline-block;
  bottom: 0;
  left: 0;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
}

#glt-translate-trigger {
  display: none;
}

.buy_block__icon {
  position: absolute;
  max-width: 144px;
  right: 0;
  top: 16px;
}
@media screen and (max-width: 1100px) {
  .buy_block__icon {
    max-width: 100px;
  }
}

.buy_rank {
  position: relative;
  background: #F5F5F5;
  padding-top: clamp(64px, 6.6666666667vw, 80px);
  padding-bottom: clamp(64px, 6.6666666667vw, 80px);
}

.buy_rank__icon {
  position: absolute;
  width: 219px;
  right: 20px;
  bottom: 100%;
}

.buy_rank__inner {
  max-width: 816px;
  width: 100%;
  margin: auto;
}

.buy_rank__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 48px;
  margin-top: clamp(56px, 6.6666666667vw, 80px);
}
.buy_rank__columns .buy_rank__img {
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .buy_rank__columns {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .buy_rank__columns {
    grid-template-columns: 1fr;
  }
}

.buy_rank__group {
  margin-top: 16px;
  margin-left: 16px;
}

.buy_rank__img {
  display: block;
  position: relative;
  margin-bottom: 32px;
}

.buy_rank__num {
  position: absolute;
  left: -16px;
  top: -16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 52px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #0171BC;
  color: #0171BC;
  line-height: 1.8;
  font-weight: 400;
}
.buy_rank__num.--big {
  width: 78px;
  background: #0171BC;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .buy_rank__num.--big {
    width: 60px;
  }
}

.buy_rank__txt {
  display: flex;
  align-items: baseline;
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
}
.buy_rank__txt span {
  font-size: 1.5rem;
}
.buy_rank__txt.--big {
  font-size: clamp(2.4rem, 2.6612903226vw, 3.3rem);
}
.buy_rank__txt.--big span {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
}

.taste_block__icon {
  position: absolute;
  max-width: 120px;
  right: 0;
  top: 56px;
}
@media screen and (max-width: 1100px) {
  .taste_block__icon {
    max-width: 72px;
    top: 32px;
  }
}

.taste_soba__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 48px;
  margin-top: 24px;
}
@media screen and (max-width: 500px) {
  .taste_soba__columns {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.taste_soba__img {
  margin-bottom: 24px;
}
.taste_soba__img img {
  aspect-ratio: 576/360;
  -o-object-fit: contain;
     object-fit: contain;
  background: #F5F5F5;
}

.taste_menu + .taste_menu {
  padding-top: clamp(64px, 6.6666666667vw, 80px);
  border-top: 1px solid #E9AF3B;
  margin-top: clamp(64px, 6.6666666667vw, 80px);
}

.taste_menu__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 24px;
}
@media screen and (max-width: 828px) {
  .taste_menu__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .taste_menu__columns {
    grid-template-columns: 1fr;
  }
}

.taste_menu__img {
  margin-bottom: 24px;
}
.taste_menu__img img {
  aspect-ratio: 368/268;
  max-width: 368px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #F5F5F5;
}

.taste_menu__name {
  color: #E9AF3B;
  font-weight: 600;
}

.taste_menu__txt {
  margin-top: 24px;
}

.weave_block__icon {
  position: absolute;
  max-width: 120px;
  right: 0;
  top: 56px;
}
@media screen and (max-width: 1100px) {
  .weave_block__icon {
    max-width: 72px;
    top: 32px;
  }
}

.weave_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 24px;
}
@media screen and (max-width: 828px) {
  .weave_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
}
@media screen and (max-width: 500px) {
  .weave_gallery {
    grid-template-columns: 1fr;
  }
}

.weave_gallery__wrap {
  padding-top: clamp(64px, 6.6666666667vw, 80px);
  padding-bottom: clamp(64px, 6.6666666667vw, 80px);
  background: #F5F5F5;
}

.weave_gallery__caption {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  line-height: 1.7;
  margin-top: 24px;
}

.weave_info {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding-top: clamp(48px, 4.6666666667vw, 56px);
  padding-bottom: clamp(48px, 4.6666666667vw, 56px);
  padding-left: 20px;
  padding-right: 20px;
  background: #DBEFF4;
}

.weave_info__inner {
  max-width: 720px;
  width: 100%;
}

.weave_info__columns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: clamp(32px, 3.3333333333vw, 40px);
  margin-bottom: clamp(32px, 4vw, 48px);
  border-bottom: 1px solid #333;
}

.weave_info__head {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.weave_info__head br {
  display: block;
}

.weave_info__link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 222px;
  width: 100%;
  min-width: 200px;
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 15px;
  background: #0171BC;
  color: #fff;
  border-radius: 200px;
}

.weave_info__set {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.weave_info__file {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 184px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 40px;
  background: #3EA166;
  color: #fff;
  border-radius: 200px;
}
.weave_info__file::after {
  content: "";
  display: block;
  background: url(../images/page/weave/icon_file.webp);
  background-size: contain;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
}

.weave_block__columns {
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 828px) {
  .weave_block__columns {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .weave_block__columns {
    gap: 48px;
  }
}

.weave_block__column {
  flex-basis: 48%;
}

.weave_block__content {
  display: flex;
  gap: 40px;
}
.weave_block__content .weave_block__txt {
  flex: 1;
}
@media screen and (max-width: 500px) {
  .weave_block__content {
    flex-direction: column;
    gap: 32px;
  }
}

.weave_block__img {
  margin-bottom: 24px;
}

.weave_block__img--hover {
  flex-basis: 51.7%;
}

.weave_block__txt span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #E9AF3B;
}
.weave_block__txt + .weave_block__txt {
  margin-top: 24px;
}

.connect_block__icon {
  position: absolute;
  max-width: 135px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .connect_block__icon {
    max-width: 72px;
  }
}

.company_contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 829px) {
  .company_contents {
    gap: 120px;
  }
}
@media screen and (max-width: 828px) {
  .company_contents {
    flex-direction: column;
    gap: 56px;
  }
}

@media screen and (min-width: 829px) {
  .company_contents__side {
    flex-basis: 200px;
  }
}

@media screen and (min-width: 829px) {
  .company_contents__main {
    flex: 1;
  }
}

.company_contents__head {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.5;
  margin-bottom: 24px;
}

.company_contents__img {
  display: block;
  aspect-ratio: 880/480;
  width: 100%;
  height: auto;
  overflow: clip;
  margin-bottom: clamp(40px, 4.6666666667vw, 56px);
}
.company_contents__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company_contents__group {
  margin-top: clamp(32px, 3.3333333333vw, 40px);
}

.company_contents__sct + .company_contents__sct {
  margin-top: clamp(64px, 6.6666666667vw, 80px);
}

.company_contents__map {
  margin-bottom: 24px;
}

.company_ceo {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 24px;
  margin-top: 24px;
}

.company_ceo__pos {
  font-size: 1.8rem;
}

.company_ceo__name {
  font-size: clamp(2.2rem, 2.2580645161vw, 2.8rem);
}

.company_block__img {
  padding-top: 80px;
  display: block;
  aspect-ratio: 1600/600;
  width: 100%;
  height: auto;
  overflow: clip;
}
.company_block__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.anchor_block + .anchor_block {
  margin-top: clamp(80px, 10vw, 120px);
}

.anchor_list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 829px) {
  .anchor_list {
    position: sticky;
    top: 48px;
  }
}
@media screen and (max-width: 828px) {
  .anchor_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0 16px;
  }
}

.anchor_list__btn {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #DBEFF4;
  box-sizing: border-box;
}
.anchor_list__btn:hover, .anchor_list__btn.active {
  color: #0171BC;
  border-bottom: 1px solid #0171BC;
  opacity: 1;
}
@media screen and (max-width: 828px) {
  .anchor_list__btn {
    color: #0171BC;
    border-bottom: 1px solid #0171BC;
  }
}

.order_contents {
  display: flex;
  justify-content: space-between;
  gap: 104px;
}
@media screen and (max-width: 1024px) {
  .order_contents {
    gap: 56px;
  }
}
@media screen and (max-width: 828px) {
  .order_contents {
    flex-direction: column;
  }
}

.order_contents__side {
  flex-basis: 41.35%;
}

.order_contents__main {
  flex: 1;
}

.order_contents__group + .order_contents__group {
  margin-top: clamp(64px, 6.6666666667vw, 80px);
}

.order_contents__head {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 16px;
}

.order_contents__list li::before {
  content: "・";
}

.order_info {
  background: #DBEFF4;
  padding: 40px;
}
@media screen and (min-width: 830px) {
  .order_info {
    position: sticky;
    top: 48px;
  }
}

.order_info__head {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 24px;
}

.order_info__link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 177px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 15px;
  background: #0171BC;
  color: #fff;
  border-radius: 200px;
}

.order_info__tel {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 1.8;
  font-weight: 400;
  margin-top: 16px;
}
.order_info__tel span {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.order_info__txt {
  margin-top: 16px;
}
.order_info__txt span {
  font-weight: 600;
  margin-right: 8px;
}

.order_fee__item {
  display: flex;
  gap: 64px;
  padding: 8px 0;
  border-bottom: 1px solid #0171BC;
}
.order_fee__item dt {
  flex: 1;
}
.order_fee__item dd {
  flex-basis: 120px;
}

.outline_block + .outline_block {
  margin-top: clamp(80px, 10vw, 120px);
}

.access_block__map {
  display: block;
  width: 100%;
  margin-bottom: clamp(24px, 2.6666666667vw, 32px);
}
@media screen and (min-width: 1001px) {
  .access_block__map {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .access_block__map {
    height: 350px;
  }
}
.access_block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.contact_block__list {
  counter-reset: num;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .contact_block__list {
    margin-top: 50px;
    margin-bottom: 80px;
    gap: 42px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__list {
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 8px;
  }
}

.contact_block__tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  color: #333;
  background: #F5F5F5;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
  border-radius: 40px;
}
.contact_block__tab.active {
  color: #fff;
  background: #0171BC;
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 40px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #333;
}
@media screen and (min-width: 1001px) {
  .contact_block__line {
    width: 72px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__line {
    width: 20px;
  }
}

.policy_block__wrap + .policy_block__wrap {
  margin-top: 32px;
}

.policy_block__lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 8px;
}

.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}

.found_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.8;
}

.found_head__caption {
  display: block;
  font-size: clamp(3.2rem, 5.1612903226vw, 6.4rem);
  color: #ccc;
  font-weight: 400;
}

.found_head__lead {
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
  font-weight: 400;
}

.found_menu {
  margin-top: clamp(40px, 4.6666666667vw, 56px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu li {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 600;
}
.found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 0;
    margin: auto;
  }
  .found_menu li {
    padding: 0 2em;
    box-sizing: border-box;
    line-height: 1;
  }
  .found_menu li + li {
    border-left: 1px solid #e2e2e2;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li {
    border-bottom: 1px solid #e2e2e2;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

.error404 .kv {
  display: none;
}
.error404 .cm-bread {
  padding: 96px 0 120px;
}

.post_list__tab {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  padding-bottom: clamp(18px, 2vw, 24px);
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c1c89;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
.post_list__tab:hover {
  opacity: 1;
}
.post_list__tab:hover::after {
  scale: 1 1;
}
.post_list__tab + .post_list__tab {
  padding-top: clamp(18px, 2vw, 24px);
}

.post_list__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.8333333333vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  flex: 1;
}

.post_card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .post_card {
    gap: 40px 32px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .post_card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.post_card__link {
  display: block;
}
.post_card__link:hover {
  opacity: 1;
}

.post_card__pic {
  display: block;
  background-color: #ddd;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: clip;
     object-fit: clip;
  margin-bottom: clamp(10px, 1.3333333333vw, 16px);
}
.post_card__pic .image {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_card__link .post_card__pic .image {
  scale: 1.1;
}

.post_card__headline {
  display: block;
  margin-bottom: clamp(10px, 1.3333333333vw, 16px);
}

.post_card__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.8333333333vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_card__lead {
  display: block;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_card__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.post_card__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}

.post_card__caption {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_card__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_card__caption {
    -webkit-line-clamp: 1;
  }
}

.post_item__side {
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .post_item__side {
    display: flex;
    flex-direction: "row";
    align-items: "flex-start";
    gap: 48px;
  }
}
.post_item__side + .post_item__side {
  margin-top: clamp(32px, 3.3333333333vw, 40px);
  padding-top: clamp(32px, 3.3333333333vw, 40px);
  border-top: 1px solid #ccc;
}

.post_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    width: 100%;
  }
}
.post_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
.post_item__pic:hover {
  opacity: 1;
}
.post_item__pic:hover .image {
  scale: 1.1;
}

.post_item__inner {
  flex: 1;
}
@media screen and (max-width: 500px) {
  .post_item__inner {
    margin-top: 32px;
  }
}

.post_item__headline {
  margin-bottom: clamp(24px, 2.6666666667vw, 32px);
}

.post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.8333333333vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_item__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_item__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * (0.5em - 1px));
}
.post_item__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_item__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__lead {
    -webkit-line-clamp: 1;
  }
}

.post_item__caption {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}/*# sourceMappingURL=customize.css.map */