@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], textarea, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

table {
  border-collapse: collapse;
}

@media screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
html {
  font-size: 16px;
  letter-spacing: 0;
  --base_color00: #424B4A;
  --base_color0001: #b3b7b7;
  --base_color0002: #C3CCC8;
  --base_color0003: #D8D8D8;
  --base_color00_rgb: 66,75,74;
  --base_color01: #009384;
  --base_color0101: #29534D;
  --base_color0102: #9EE6CB;
  --base_color0103: #DBF2ED;
  --base_color02: #2062CB;
  --base_color03: #EEF0ED;
  --base_color04: #D63151;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  font-size: 1rem;
  padding-top: 68px;
  color: var(--base_color00);
}
@media screen and (max-width: 999px) {
  body {
    padding-top: 56px;
  }
}
body.top {
  padding-top: 0;
  overflow: visible;
}
@media screen and (max-width: 999px) {
  body.top {
    padding-top: 56px;
  }
}
body.top h1 {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading.anim_loading {
  background: var(--base_color01);
}
@media screen and (max-width: 768px) {
  .loading.anim_loading img {
    width: 80%;
    max-width: 280px;
  }
}
.loading.anim_loading:before {
  content: "";
  position: absolute;
  top: 44px;
  left: calc(50% - 811px);
  width: 360px;
  height: 332px;
  background: url(../images/loading_bg02.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .loading.anim_loading:before {
    top: 12px;
    left: calc(50% - 285px);
    width: 242px;
    height: 215px;
    background-size: contain;
  }
}
.loading.anim_loading:after {
  content: "";
  position: absolute;
  bottom: -168px;
  right: calc(50% - 822px);
  width: 551px;
  height: 441px;
  background: url(../images/loading_bg01.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .loading.anim_loading:after {
    bottom: -101px;
    right: calc(50% - 355px);
    width: 389px;
    height: 298px;
    background-size: contain;
  }
}

.main_wrap {
  overflow: hidden;
}
.main_wrap main {
  display: block;
}

.container {
  max-width: calc(1000px + 20px * 2);
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.punc {
  display: inline-block;
}
.punc.left.vertical {
  margin-top: -0.5em;
}
.punc.left.horizontal {
  margin-left: -0.5em;
}
.punc.right.vertical {
  margin-bottom: -0.5em;
}
.punc.right.horizontal {
  /*margin-right: -0.5em;*/
  width: 0.5em;
}

.btn, .btn02,
.btn0201 {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .btn:hover, .btn02:hover,
  .btn0201:hover {
    opacity: 0.7;
  }
}

.base_content {
  overflow: hidden;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .base_content {
    font-size: 0.875rem;
  }
}
.base_content ul {
  list-style: disc;
  margin-left: 1.7em;
}
.base_content ol {
  list-style: decimal;
  margin-left: 1.7em;
}
.base_content ol li {
  padding-left: 0.3em;
}

p {
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}

a {
  color: var(--base_color01);
}

a[href*="tel:"] {
  color: var(--base_color00);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

button {
  outline: none;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--base_color00);
  cursor: pointer;
}

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

@media screen and (max-width: 890px) {
  br.pc_pre_md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc_md {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  br.pc_pre_sm {
    display: none;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1200px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 1040px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 768px) {
  br.md {
    display: block;
  }
}
br.pre_sm {
  display: none;
}
@media screen and (max-width: 600px) {
  br.pre_sm {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 400px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 360px) {
  br.xs {
    display: block;
  }
}

.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 1em;
}

.clear {
  clear: both;
}

.space1em {
  clear: both;
  height: 1em;
}

.space2em {
  clear: both;
  height: 2em;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.fit_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.flex_wrap_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--col_gap);
  row-gap: var(--row_gap);
}
.flex_wrap_list > * {
  width: calc((100% - var(--col_gap) * (var(--cols) - 1)) / var(--cols));
}

ol.list li,
ul.list li {
  line-height: 1.875;
  position: relative;
  padding-left: 1.1em;
}
ol.list li:before,
ul.list li:before {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  ol.list li,
  ul.list li {
    line-height: 1.71;
    font-size: 0.875rem;
  }
}
ol.list.num,
ul.list.num {
  counter-reset: num_cnt;
}
ol.list.num > li,
ul.list.num > li {
  counter-increment: num_cnt;
  padding-left: 1.1em;
  margin-bottom: 1em;
}
ol.list.num > li:before,
ul.list.num > li:before {
  content: counter(num_cnt);
}
ol.list.num_dot,
ul.list.num_dot {
  counter-reset: num_dot_cnt;
}
ol.list.num_dot > li,
ul.list.num_dot > li {
  counter-increment: num_dot_cnt;
  padding-left: 1.6em;
  margin-bottom: 1em;
}
ol.list.num_dot > li:before,
ul.list.num_dot > li:before {
  content: counter(num_dot_cnt) "．";
}
ol.list.num_colon,
ul.list.num_colon {
  counter-reset: num_colon_cnt;
}
ol.list.num_colon > li,
ul.list.num_colon > li {
  counter-increment: num_colon_cnt;
  padding-left: 1.6em;
  margin-bottom: 1em;
}
ol.list.num_colon > li:before,
ul.list.num_colon > li:before {
  content: counter(num_colon_cnt) "：";
}
ol.list.num_paren,
ul.list.num_paren {
  counter-reset: paren_cnt;
}
ol.list.num_paren > li,
ul.list.num_paren > li {
  counter-increment: paren_cnt;
  padding-left: 1.3em;
}
ol.list.num_paren > li:before,
ul.list.num_paren > li:before {
  content: "(" counter(paren_cnt) ")";
}
ol.list.num_circle,
ul.list.num_circle {
  counter-reset: circle_cnt;
}
ol.list.num_circle > li,
ul.list.num_circle > li {
  counter-increment: circle_cnt;
  padding-left: 1.4em;
}
ol.list.num_circle > li:nth-child(1):before,
ul.list.num_circle > li:nth-child(1):before {
  content: "①";
}
ol.list.num_circle > li:nth-child(2):before,
ul.list.num_circle > li:nth-child(2):before {
  content: "②";
}
ol.list.num_circle > li:nth-child(3):before,
ul.list.num_circle > li:nth-child(3):before {
  content: "③";
}
ol.list.num_circle > li:nth-child(4):before,
ul.list.num_circle > li:nth-child(4):before {
  content: "④";
}
ol.list.num_circle > li:nth-child(5):before,
ul.list.num_circle > li:nth-child(5):before {
  content: "⑤";
}
ol.list.num_circle > li:nth-child(6):before,
ul.list.num_circle > li:nth-child(6):before {
  content: "⑥";
}
ol.list.num_circle > li:nth-child(7):before,
ul.list.num_circle > li:nth-child(7):before {
  content: "⑦";
}
ol.list.num_circle > li:nth-child(8):before,
ul.list.num_circle > li:nth-child(8):before {
  content: "⑧";
}
ol.list.num_circle > li:nth-child(9):before,
ul.list.num_circle > li:nth-child(9):before {
  content: "⑨";
}
ol.list.num_circle > li:nth-child(10):before,
ul.list.num_circle > li:nth-child(10):before {
  content: "⑩";
}
ol.list.num_circle > li:nth-child(11):before,
ul.list.num_circle > li:nth-child(11):before {
  content: "⑪";
}
ol.list.num_circle > li:nth-child(12):before,
ul.list.num_circle > li:nth-child(12):before {
  content: "⑫";
}
ol.list.num_circle > li:nth-child(13):before,
ul.list.num_circle > li:nth-child(13):before {
  content: "⑬";
}
ol.list.num_circle > li:nth-child(14):before,
ul.list.num_circle > li:nth-child(14):before {
  content: "⑭";
}
ol.list.num_circle > li:nth-child(15):before,
ul.list.num_circle > li:nth-child(15):before {
  content: "⑮";
}
ol.list.num_circle > li:nth-child(16):before,
ul.list.num_circle > li:nth-child(16):before {
  content: "⑯";
}
ol.list.num_circle > li:nth-child(17):before,
ul.list.num_circle > li:nth-child(17):before {
  content: "⑰";
}
ol.list.num_circle > li:nth-child(18):before,
ul.list.num_circle > li:nth-child(18):before {
  content: "⑱";
}
ol.list.num_circle > li:nth-child(19):before,
ul.list.num_circle > li:nth-child(19):before {
  content: "⑲";
}
ol.list.num_circle > li:nth-child(20):before,
ul.list.num_circle > li:nth-child(20):before {
  content: "⑳";
}
ol.list.square > li:before,
ul.list.square > li:before {
  content: "◇";
}
ol.list.line > li:before,
ul.list.line > li:before {
  content: "－";
}
ol.list.dot > li:before,
ul.list.dot > li:before {
  content: "・";
}
ol.list.kome > li:before,
ul.list.kome > li:before {
  content: "※";
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

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

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

.mt30 {
  margin-top: 30px !important;
}

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

.mt50 {
  margin-top: 50px !important;
}

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

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

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

.mb0 {
  margin-bottom: 0px !important;
}

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

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

.mb30 {
  margin-bottom: 30px !important;
}

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

.mb50 {
  margin-bottom: 50px !important;
}

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

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

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

@media screen and (max-width: 768px) {
  .s_mb0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 768px) {
  .s_mb100 {
    margin-bottom: 100px !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.frame_wrap {
  position: relative;
  padding-bottom: 56.25%; /*縦横比*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.frame_wrap .map_canvas,
.frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
  max-width: 498px !important;
  margin: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: #fff;
  z-index: 100;
  display: flex;
  transition: transform 0.5s;
}
@media screen and (max-width: 999px) {
  header {
    height: 56px;
    background: rgba(255, 255, 255, 0.8);
  }
  header.hide {
    transform: translateY(-80px);
  }
}
header .logo {
  display: flex;
  align-items: center;
  column-gap: 18px;
  margin-left: 38px;
  position: relative;
  z-index: 60;
}
@media screen and (max-width: 1366px) {
  header .logo {
    margin-left: 15px;
  }
}
@media screen and (max-width: 999px) {
  header .logo {
    flex-direction: column;
    justify-content: center;
    row-gap: 1px;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    z-index: 10;
  }
}
header .logo a {
  display: block;
}
@media screen and (max-width: 999px) {
  header .logo a {
    width: 115px;
  }
}
header .logo .text {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  header .logo .text {
    font-size: 40%;
  }
}
header .logo .text span {
  display: block;
}
@media screen and (max-width: 999px) {
  header .logo .text span {
    display: inline-block;
    letter-spacing: 0.08rem;
  }
}
header .logo .text span:first-child {
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 999px) {
  header .logo .text span:first-child {
    letter-spacing: 0;
    margin-right: 5px;
  }
}
header .navi {
  margin-left: auto;
}
header .navi .nav01 {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 999px) {
  header .navi .nav01 {
    display: none;
  }
}
header .navi .nav01 .nav0101 {
  display: flex;
  column-gap: 12px;
}
header .navi .nav01 .nav0101 li a {
  color: var(--base_color00);
  padding: 0 17px 1px;
  width: fit-content;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 19px;
  text-decoration: none;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  header .navi .nav01 .nav0101 li a {
    padding: 0 8px 1px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1000px) {
  header .navi .nav01 .nav0101 li a {
    transition: all 0.3s;
  }
  header .navi .nav01 .nav0101 li a:hover, header .navi .nav01 .nav0101 li a.active {
    background: var(--base_color01);
    color: #fff;
    box-shadow: 0 4px 15px rgba(var(--base_color00_rgb), 0.15);
  }
}
header .navi .nav01 .nav0102 {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-left: 54px;
}
@media screen and (max-width: 1366px) {
  header .navi .nav01 .nav0102 {
    margin-left: 20px;
  }
}
header .navi .nav02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 660px;
  background: var(--base_color03);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  header .navi .nav02 {
    padding: 85px 0 40px;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
    min-height: auto;
    height: calc(var(--vh) * 100);
  }
}
header .navi .nav02 * {
  pointer-events: none;
}
header .navi .nav02.open {
  opacity: 1;
  pointer-events: all;
}
header .navi .nav02.open * {
  pointer-events: all;
}
header .navi .nav02 nav {
  width: 100%;
}
header .menu_btn_wrap {
  width: 105px;
  height: 105px;
  z-index: 10;
  border-radius: 50%;
  background: #fff;
  margin: 6px 0 0 10px;
  position: relative;
  overflow: hidden;
  z-index: 60;
  transition: background 0.3s;
}
header .menu_btn_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--base_color01);
  transform: scale(0);
  transition: all 0.3s;
  border-radius: 50%;
}
header .menu_btn_wrap.open {
  background: none;
}
header .menu_btn_wrap.open .menu_btn .lines span {
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  header .menu_btn_wrap.open .menu_btn .lines span {
    background: var(--base_color00);
  }
}
header .menu_btn_wrap.open .menu_btn .lines span:nth-child(1) {
  transform: rotate(-155deg);
}
header .menu_btn_wrap.open .menu_btn .lines span:nth-child(2) {
  transform: rotate(155deg);
}
@media screen and (max-width: 999px) {
  header .menu_btn_wrap.open .menu_btn .text {
    color: var(--base_color00);
  }
}
header .menu_btn_wrap.open .menu_btn .text:before {
  content: "CLOSE";
}
@media screen and (min-width: 1000px) {
  header .menu_btn_wrap:hover:before {
    transform: scale(0.8);
  }
  header .menu_btn_wrap:hover .menu_btn .lines span {
    background: #fff;
  }
  header .menu_btn_wrap:hover .menu_btn .text {
    color: #fff;
  }
}
@media screen and (max-width: 999px) {
  header .menu_btn_wrap {
    width: 62px;
    height: 62px;
    background: var(--base_color01);
    box-shadow: 0 4px 15px rgba(var(--base_color00_rgb), 0.16);
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .menu_btn_wrap {
    margin-right: 5px;
  }
}
header .menu_btn_wrap .menu_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--base_color00);
  padding-top: 3px;
}
@media screen and (max-width: 999px) {
  header .menu_btn_wrap .menu_btn {
    color: #fff;
  }
}
header .menu_btn_wrap .menu_btn .lines {
  position: relative;
  height: 16px;
  width: 55px;
  margin-bottom: 12px;
}
@media screen and (max-width: 999px) {
  header .menu_btn_wrap .menu_btn .lines {
    height: 12px;
    width: 35px;
    margin-bottom: 6px;
  }
}
header .menu_btn_wrap .menu_btn .lines span {
  height: 3px;
  width: 100%;
  background: var(--base_color00);
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  transform-origin: 50% 50%;
  transition: all, 0.5s;
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(1) {
  top: 0;
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(2) {
  bottom: 0;
}
@media screen and (max-width: 999px) {
  header .menu_btn_wrap .menu_btn .lines span {
    background: #fff;
    height: 2px;
  }
}
header .menu_btn_wrap .menu_btn .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  transition: color 0.3s;
}
@media screen and (max-width: 999px) {
  header .menu_btn_wrap .menu_btn .text {
    font-size: 0.625rem;
    font-weight: 500;
  }
}
header .menu_btn_wrap .menu_btn .text:before {
  content: "MENU";
}

.global_nav .global_nav01 {
  display: flex;
  justify-content: center;
  column-gap: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1040px) {
  .global_nav .global_nav01 {
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav01 {
    flex-direction: column;
    row-gap: 10px;
    max-width: 230px;
    margin: 0 auto 28px;
  }
}
.global_nav .global_nav01 .main {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav01 .main {
    row-gap: 10px;
  }
}
.global_nav .global_nav01 .main > li > a {
  position: relative;
  width: 193px;
  display: block;
  font-weight: 700;
  color: var(--base_color00);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .global_nav .global_nav01 .main > li > a:hover:after {
    background-image: url(../images/icon_nav_arrow02.svg);
  }
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav01 .main > li > a {
    width: 223px;
    padding: 6px 11px 8px 11px;
  }
}
.global_nav .global_nav01 .main > li > a:after,
.global_nav .global_nav01 .main > li > a .ex_btn {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(../images/icon_nav_arrow01.svg) no-repeat center;
  transition: background 0.1s;
}
.global_nav .global_nav01 .main > li > a.has_sub .ex_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav01 .main > li > a.has_sub:after {
    content: none;
  }
  .global_nav .global_nav01 .main > li > a.has_sub .ex_btn {
    display: block;
    background-image: url(../images/icon_nav_plus.svg);
  }
  .global_nav .global_nav01 .main > li > a.has_sub .ex_btn.open {
    background-image: url(../images/icon_nav_minus.svg);
  }
}
.global_nav .global_nav01 .sub {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav01 .sub {
    margin: 15px 0 10px 60px;
  }
}
.global_nav .global_nav01 .sub > li > a {
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 27px;
  position: relative;
  color: var(--base_color00);
  text-decoration: none;
}
.global_nav .global_nav01 .sub > li > a:before {
  content: "ー";
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .global_nav .global_nav01 .sub > li > a:hover {
    text-decoration: underline;
  }
}
.global_nav .global_nav01 hr {
  border: 0;
  width: 1px;
  background: #C3CCC8;
  align-self: stretch;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav01 hr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav01 .nav_col {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}
.global_nav .global_nav01 .nav_col hr {
  width: 100%;
  height: 1px;
  margin: 45px 0;
}
.global_nav .global_nav02 {
  display: flex;
  justify-content: center;
  column-gap: 80px;
}
@media screen and (max-width: 1040px) {
  .global_nav .global_nav02 {
    column-gap: 30px;
    margin-bottom: 20px;
  }
}
.global_nav .global_nav02 .dl_btns {
  display: flex;
  column-gap: 70px;
}
@media screen and (max-width: 1040px) {
  .global_nav .global_nav02 .dl_btns {
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .dl_btns {
    position: absolute;
    top: 18px;
    left: 15px;
  }
}
@media screen and (max-width: 360px) {
  .global_nav .global_nav02 .dl_btns {
    left: 10px;
    column-gap: 10px;
  }
}
.global_nav .global_nav02 .dl_btns .dl_btn_wrap .title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .dl_btns .dl_btn_wrap .title {
    display: none;
  }
}
.global_nav .global_nav02 .dl_btns a {
  column-gap: 10px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .dl_btns a {
    column-gap: 6px;
  }
}
.global_nav .global_nav02 .dl_btns a:before {
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .dl_btns a:before {
    width: 36px;
    height: 36px;
  }
}
.global_nav .global_nav02 .dl_btns a span {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .dl_btns a span {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 360px) {
  .global_nav .global_nav02 .dl_btns a span {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
}
.global_nav .global_nav02 .dl_btns a.icon01:before {
  background-size: 15px;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .dl_btns a.icon01:before {
    background-size: 19px;
  }
}
.global_nav .global_nav02 .dl_btns a.icon02:before {
  background-size: 17px;
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .dl_btns a.icon02:before {
    background-size: 21px;
  }
}
.global_nav .global_nav02 .link_btns {
  display: flex;
  column-gap: 32px;
}
@media screen and (max-width: 1040px) {
  .global_nav .global_nav02 .link_btns {
    column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .link_btns {
    column-gap: 8px;
    width: 100%;
    justify-content: center;
  }
}
.global_nav .global_nav02 .link_btns a {
  display: flex;
  align-items: center;
  padding: 0 20px 3px;
  width: 253px;
  height: 53px;
  position: relative;
  color: var(--base_color00);
  text-decoration: none;
  background: #fff;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid var(--base_color00);
  transition: all 0.3s;
  line-height: 1.2;
}
@media screen and (max-width: 1040px) {
  .global_nav .global_nav02 .link_btns a {
    width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .global_nav .global_nav02 .link_btns a:hover {
    background: var(--base_color01);
    color: #fff;
    box-shadow: 0 5px 30px rgba(var(--base_color00_rgb), 0.15);
  }
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .link_btns a {
    max-width: 170px;
    width: 100%;
    background: var(--base_color0101);
    color: #fff;
    font-size: 0.9375rem;
    padding: 0 10px 3px;
  }
}
.global_nav .global_nav02 .link_btns a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background: no-repeat center/contain;
  width: 28px;
  height: 28px;
  transition: background 0.3s;
}
@media screen and (max-width: 1040px) {
  .global_nav .global_nav02 .link_btns a:after {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .link_btns a:after {
    right: 5px;
  }
}
.global_nav .global_nav02 .link_btns a.link:after {
  background: url(../images/icon_nav_arrow01.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .global_nav .global_nav02 .link_btns a.link:hover:after {
    background-image: url(../images/icon_nav_arrow03.svg);
  }
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .link_btns a.link:after {
    background-image: url(../images/icon_nav_arrow03.svg);
  }
}
.global_nav .global_nav02 .link_btns a.new_win:after {
  background: url(../images/icon_nav_new_win01.svg) no-repeat center;
}
@media screen and (min-width: 769px) {
  .global_nav .global_nav02 .link_btns a.new_win:hover:after {
    background-image: url(../images/icon_nav_new_win02.svg);
  }
}
@media screen and (max-width: 768px) {
  .global_nav .global_nav02 .link_btns a.new_win:after {
    background-image: url(../images/icon_nav_new_win02.svg);
  }
}
.global_nav .logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .global_nav .logo {
    display: flex;
    width: 148px;
    margin: auto;
    text-align: center;
  }
}
.global_nav .logo a {
  width: 100%;
}
.global_nav .logo .text {
  zoom: 0.75;
  position: relative;
  left: 2px;
}

footer {
  margin-top: 30px;
  padding-top: 290px;
  position: relative;
  z-index: 10;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 114px;
    padding-bottom: 30px;
    margin-top: 10px;
  }
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 500px;
  background: url(../images/footer_bg01.svg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  footer:before {
    height: 140px;
    background: url(../images/footer_bg01_sp.svg) no-repeat center top;
  }
}
footer:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 400px);
  background: var(--base_color0101);
}
@media screen and (max-width: 768px) {
  footer:after {
    height: calc(100% - 100px);
  }
}
footer .to_top {
  position: fixed;
  z-index: 70;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 78px;
  height: 78px;
}
@media screen and (max-width: 768px) {
  footer .to_top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}
footer .to_top a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  footer .to_top a:hover:after {
    transform: scale(1);
  }
}
footer .to_top a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to bottom, #9EE6CB 0, #82EBE4 100%);
  transition: all 0.3s;
  transform: scale(0);
}
@media screen and (max-width: 768px) {
  footer .to_top a:after {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  footer .to_top a img {
    width: 30px;
  }
}
footer .footer_title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 1.21;
  text-align: center;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 768px) {
  footer .footer_title {
    font-size: 2.25rem;
    margin-bottom: 20px;
    letter-spacing: 0.14rem;
  }
}
footer .info {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  footer .info {
    display: none;
  }
}
footer .global_nav {
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .global_nav {
    margin-bottom: 30px;
  }
}
footer .global_nav .logo {
  display: none;
}
footer .global_nav a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  footer .global_nav .global_nav01 {
    display: none;
  }
}
footer .global_nav .global_nav01 .main {
  row-gap: 18px;
}
footer .global_nav .global_nav01 .main > li > a {
  font-size: 0.875rem;
  width: auto;
}
@media screen and (min-width: 769px) {
  footer .global_nav .global_nav01 .main > li > a:hover {
    text-decoration: underline;
  }
}
footer .global_nav .global_nav01 .main > li > a:after {
  content: none;
}
footer .global_nav .global_nav01 .sub {
  margin-top: 18px;
  margin-left: 30px;
}
footer .global_nav .global_nav01 .sub > li > a {
  font-size: 0.875rem;
}
footer .global_nav .global_nav01 > hr {
  height: 160px;
}
footer .global_nav .global_nav01 .nav_col hr {
  margin: 28px 0;
}
footer .global_nav .global_nav02 .dl_btns {
  position: absolute;
  left: calc(50% - 77px);
  bottom: 112px;
}
@media screen and (max-width: 1040px) {
  footer .global_nav .global_nav02 .dl_btns {
    left: calc(50% - 58px);
  }
}
@media screen and (max-width: 768px) {
  footer .global_nav .global_nav02 .dl_btns {
    display: none;
  }
}
footer .global_nav .global_nav02 .link_btns {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  justify-content: flex-end;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .global_nav .global_nav02 .link_btns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
}
footer .global_nav .global_nav02 .link_btns a {
  border: 1px solid #fff;
  background: transparent;
}
@media screen and (max-width: 768px) {
  footer .global_nav .global_nav02 .link_btns a {
    max-width: 253px;
    padding: 0 20px;
  }
  footer .global_nav .global_nav02 .link_btns a:after {
    right: 10px;
  }
  footer .global_nav .global_nav02 .link_btns a br {
    display: none;
  }
}
footer .global_nav .global_nav02 .link_btns a.link:after {
  background-image: url(../images/icon_nav_arrow03.svg);
}
footer .global_nav .global_nav02 .link_btns a.new_win:after {
  background-image: url(../images/icon_nav_new_win02.svg);
}
footer .copyright {
  max-width: 1240px;
  padding: 0 20px 17px;
  width: 100%;
  margin: auto;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  column-gap: 35px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.25;
    row-gap: 26px;
    padding-bottom: 30px;
  }
}

.breadcrumb_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .breadcrumb_wrap {
    display: none;
  }
}
.breadcrumb_wrap .breadcrumb {
  position: absolute;
  top: 20px;
  left: 30px;
  padding: 5px 15px;
  border-radius: 14px;
  background: #fff;
}
.breadcrumb_wrap .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb_wrap .breadcrumb ul li {
  line-height: 1.3;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.breadcrumb_wrap .breadcrumb ul li > a {
  text-decoration: none;
  color: var(--base_color00);
  margin-right: 20px;
  position: relative;
}
.breadcrumb_wrap .breadcrumb ul li > a:after {
  content: "〉";
  position: absolute;
  top: 1px;
  right: -20px;
}
.breadcrumb_wrap .breadcrumb ul li > span {
  color: var(--base_color01);
}

.sub_main_visual {
  background: url(../images/sub_main_visual_bg.svg) no-repeat center top/cover;
  height: 312px;
  padding-top: 40px;
  margin-bottom: -120px;
}
@media screen and (max-width: 1366px) {
  .sub_main_visual {
    background-size: 1366px;
  }
}
@media screen and (max-width: 768px) {
  .sub_main_visual {
    height: 140px;
    margin-bottom: -25px;
    background-image: url(../images/sub_main_visual_bg_sp.svg);
    background-size: cover;
  }
}
.sub_main_visual .h_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .sub_main_visual .h_title {
    font-size: 1.25rem;
  }
}

.h_title02 {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .h_title02 {
    margin-bottom: 30px;
  }
}
.h_title02:after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: var(--base_color01);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .h_title02:after {
    height: 4px;
  }
}
.h_title02 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 130px;
  height: 58px;
  padding: 10px 12px;
  text-align: center;
  color: #fff;
  background: var(--base_color01);
  border-radius: 16px 16px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .h_title02 span {
    font-size: 0.875rem;
    min-width: 96px;
    height: 51px;
  }
}

.h_title03 {
  padding: 30px;
  border-radius: 30px;
  border: 8px solid var(--base_color03);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.67;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .h_title03 {
    padding: 15px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

.btn01 {
  position: relative;
  padding: 0 53px 0 30px;
  display: flex;
  align-items: center;
  width: 292px;
  height: 66px;
  border-radius: 33px;
  border: 1px solid var(--base_color00);
  background: #fff;
  font-weight: 700;
  color: var(--base_color00);
  text-decoration: none;
  line-height: 1.5;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .btn01 {
    transition: all 0.3s;
  }
  .btn01:hover {
    color: #fff;
    background: var(--base_color01);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  .btn01:hover:after {
    background-image: url(../images/btn01_arrow_h.svg);
  }
}
@media screen and (max-width: 768px) {
  .btn01 {
    width: 260px;
    height: 56px;
    line-height: 1.25;
    padding-left: 20px;
  }
}
.btn01:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  transition: background 0.3s;
  background: url(../images/btn01_arrow.svg) no-repeat center;
}
.btn01.active {
  color: #fff;
  background: var(--base_color01);
  border: 0;
}
.btn01.active:after {
  background-image: url(../images/btn01_arrow_h.svg);
}

.btn02,
.btn0201 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  max-width: 460px;
  width: 100%;
  height: 86px;
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .btn02,
  .btn0201 {
    height: 68px;
    font-size: 1rem;
    max-width: 282px;
  }
}
.btn02:after,
.btn0201:after {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .btn02:after,
  .btn0201:after {
    right: 30px;
  }
}
.btn02.download,
.btn0201.download {
  background: var(--base_color0101);
}
.btn02.download:after,
.btn0201.download:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/btn_download.svg) no-repeat center/contain;
}
.btn02.download_pdf,
.btn0201.download_pdf {
  background: var(--base_color0101);
}
.btn02.download_pdf:after,
.btn0201.download_pdf:after {
  content: "";
  width: 36px;
  height: 46px;
  background: url(../images/btn_download_pdf.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .btn02.download_pdf:after,
  .btn0201.download_pdf:after {
    right: 30px;
    width: 28px;
    height: 36px;
  }
}
.btn02.download_ai,
.btn0201.download_ai {
  background: var(--base_color0101);
}
.btn02.download_ai:after,
.btn0201.download_ai:after {
  content: "";
  width: 28px;
  height: 35px;
  background: url(../images/btn_download_ai.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .btn02.download_ai:after,
  .btn0201.download_ai:after {
    right: 30px;
  }
}
.btn02.download_excel,
.btn0201.download_excel {
  background: var(--base_color0101);
}
.btn02.download_excel:after,
.btn0201.download_excel:after {
  content: "";
  width: 28px;
  height: 35px;
  background: url(../images/btn_download_excel.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .btn02.download_excel:after,
  .btn0201.download_excel:after {
    right: 30px;
  }
}
.btn02.to_web_page,
.btn0201.to_web_page {
  border: 4px solid var(--base_color0101);
  background: var(--base_color0102);
  color: var(--base_color0101);
}
.btn02.to_web_page:after,
.btn0201.to_web_page:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/btn_to_web_page.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .btn02.to_web_page:after,
  .btn0201.to_web_page:after {
    width: 17px;
    height: 17px;
    right: 15px;
  }
}

.btn0201 {
  max-width: 276px;
  height: 60px;
  margin: auto;
  font-size: 1rem;
}
.btn0201:after {
  right: 20px !important;
}
.btn0201.download_pdf:after {
  width: 28px;
  height: 35px;
}

.dl_btn {
  width: fit-content;
  height: 38px;
  padding: 0 9px 0 6px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: var(--base_color00);
  text-decoration: none;
  border-radius: 19px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.dl_btn.hov {
  border: 1px solid var(--base_color00);
}
@media screen and (min-width: 1000px) {
  .dl_btn.hov {
    transition: all 0.3s;
  }
  .dl_btn.hov:hover, .dl_btn.hov.active {
    box-shadow: 0 4px 15px rgba(var(--base_color00_rgb), 0.15);
  }
  .dl_btn.hov:hover:after, .dl_btn.hov.active:after {
    opacity: 1;
  }
}
.dl_btn:before {
  content: "";
  width: 26px;
  height: 26px;
  background: no-repeat center;
  border-radius: 50%;
}
.dl_btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.dl_btn span {
  flex: 1;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.1;
}
.dl_btn.icon01:before {
  background-image: url(../images/icon_download01.svg);
  background-color: var(--base_color01);
}
.dl_btn.icon01:after {
  background: linear-gradient(to bottom, #9EE6CB 0, #82EBE4 100%);
}
.dl_btn.icon02:before {
  background-image: url(../images/icon_mail01.svg);
  background-color: var(--base_color02);
}
.dl_btn.icon02:after {
  background: linear-gradient(to bottom, #D0F2FC 0, #82DAFA 100%);
}

.dl_list dl {
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  column-gap: 40px;
  border-bottom: 1px solid var(--base_color0003);
  padding: 12px 0;
}
.dl_list dl:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .dl_list dl {
    flex-direction: column;
    row-gap: 5px;
  }
}
.dl_list dl dt {
  color: var(--base_color01);
  width: 140px;
}
@media screen and (max-width: 768px) {
  .dl_list dl dt {
    width: 100%;
  }
}
.dl_list dl dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .dl_list dl dd {
    flex: none;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .ex_wrap .ex_btn:hover {
    cursor: pointer;
  }
}
.ex_wrap .ex_content {
  display: none;
}
.ex_wrap .ex_content.open {
  display: block;
}

@media screen and (max-width: 768px) {
  .ex_wrap_sp .ex_content {
    display: none;
  }
}

.tabs .tab_btns.base_tab_btns01 {
  display: flex;
  column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .tabs .tab_btns.base_tab_btns01 {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
.tabs .tab_btns.base_tab_btns01 a {
  display: block;
  flex: 1;
  height: 120px;
  padding-top: 10px;
  text-align: center;
  color: var(--base_color00);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--base_color00);
  border-radius: 15px 15px 0 0;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1040px) {
  .tabs .tab_btns.base_tab_btns01 a {
    font-size: 0.8125rem;
    padding-top: 18px;
  }
}
@media screen and (min-width: 769px) {
  .tabs .tab_btns.base_tab_btns01 a:hover {
    background: var(--base_color01);
    color: #fff;
    transform: translateY(-40px);
  }
}
@media screen and (max-width: 768px) {
  .tabs .tab_btns.base_tab_btns01 a {
    border-radius: 16px;
    flex: none;
    width: calc((100% - 16px) / 3);
    height: 40px;
    line-height: 1.08;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .tabs .tab_btns.base_tab_btns01 a:first-child {
    margin-right: 50%;
  }
}
@media screen and (max-width: 360px) {
  .tabs .tab_btns.base_tab_btns01 a {
    font-size: 0.75rem;
  }
}
.tabs .tab_btns.base_tab_btns01 a:after {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  margin: auto;
}
.tabs .tab_btns.base_tab_btns01 a.active {
  background: var(--base_color01);
  color: #fff;
  transform: translateY(-40px);
}
.tabs .tab_btns.base_tab_btns01 a.active:after {
  content: "";
}
@media screen and (max-width: 768px) {
  .tabs .tab_btns.base_tab_btns01 a.active {
    transform: none;
    border-color: #fff;
  }
  .tabs .tab_btns.base_tab_btns01 a.active:after {
    content: none;
  }
}
.tabs .tab_btns.base_tab_btns01 a span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  height: 2.5em;
  transition: all 0s;
}
.tabs .tab_btns.base_tab_btns02 {
  display: flex;
  column-gap: 3px;
}
.tabs .tab_btns.base_tab_btns02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  /*flex: 1;*/
  min-height: 50px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: var(--base_color0002);
  text-decoration: none;
  font-weight: 700;
  border-radius: 16px 16px 0 0;
  position: relative;
  transition: all 0.3s;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .tabs .tab_btns.base_tab_btns02 a:hover {
    background: var(--base_color01);
  }
}
@media screen and (max-width: 768px) {
  .tabs .tab_btns.base_tab_btns02 a {
    font-size: 0.875rem;
    min-width: 0;
  }
}
.tabs .tab_btns.base_tab_btns02 a.active {
  background: var(--base_color01);
}

.tab_contents.base_tab_contents02 {
  border-top: 8px solid var(--base_color01);
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .tab_contents.base_tab_contents02 {
    border-top-width: 4px;
  }
}
.tab_contents .content {
  display: none;
}
.tab_contents .content.active {
  display: block;
}

.ex_btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  color: var(--base_color00);
  text-decoration: none;
}
.ex_btn01.open:before {
  background-image: url(../images/search_condition_ex_btn_arrow_top.svg);
}
.ex_btn01.open:after {
  content: "閉じる";
}
.ex_btn01:before, .ex_btn01:after {
  content: "";
  font-weight: 700;
  font-size: 0.875rem;
}
.ex_btn01:before {
  background: url(../images/search_condition_ex_btn_arrow_bottom.svg);
  width: 23px;
  height: 23px;
}
.ex_btn01:after {
  content: "開ける";
  text-decoration: underline;
  margin-bottom: 3px;
}

.seach_condition h3 {
  display: flex;
  align-items: center;
  line-height: 1.46;
}
.seach_condition h3 .jp {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1040px) {
  .seach_condition h3 .jp {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .seach_condition h3 .jp {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  .seach_condition h3 .jp {
    font-size: 1.0625rem;
  }
}
.seach_condition h3 .en {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  margin-top: 5px;
  color: var(--base_color01);
}
@media screen and (max-width: 768px) {
  .seach_condition h3 .en {
    margin-top: 3px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .seach_condition h3 .en {
    font-size: 0.75rem;
  }
}
.seach_condition .categories {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .seach_condition .categories {
    margin-bottom: 30px;
  }
}
.seach_condition .categories h3 {
  margin-bottom: 16px;
}
.seach_condition .categories ul {
  display: flex;
  flex-wrap: wrap;
  --col_gap: 10px;
  --row_gap: 10px;
  --cols: 4;
}
@media screen and (max-width: 1040px) {
  .seach_condition .categories ul {
    --cols: 3;
  }
}
@media screen and (max-width: 768px) {
  .seach_condition .categories ul {
    --col_gap: 8px;
    --row_gap: 8px;
    --cols: 2;
  }
}
.seach_condition .categories ul li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 68px;
  border: 1px solid var(--base_color00);
  border-radius: 16px;
  background: var(--base_color03);
  position: relative;
  padding: 0 55px 0 18px;
  text-decoration: none;
  font-weight: 700;
  color: var(--base_color00);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .seach_condition .categories ul li a {
    transition: all 0.3s;
  }
  .seach_condition .categories ul li a:hover {
    color: #fff;
    background: var(--base_color01);
  }
  .seach_condition .categories ul li a:hover:after {
    background-image: url(../images/search_condition_cat_link_arrow_h.svg);
  }
}
@media screen and (max-width: 768px) {
  .seach_condition .categories ul li a {
    height: 58px;
    padding: 0 35px 0 11px;
    line-height: 1.125;
    font-size: min(1rem, 4.2vw);
  }
}
@media screen and (max-width: 360px) {
  .seach_condition .categories ul li a {
    font-size: 3.7vw;
  }
}
.seach_condition .categories ul li a:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/search_condition_cat_link_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .seach_condition .categories ul li a:after {
    width: 25px;
    height: 25px;
    right: 9px;
  }
}
.seach_condition .categories ul li a span {
  display: block;
}
.seach_condition .categories ul li a span.sub {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .categories ul li a span.sub {
    font-size: 0.625rem;
    margin-top: 3px;
  }
}
.seach_condition .contents {
  max-width: 1080px;
  margin: 0 auto 40px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--base_color00);
  position: relative;
}
@media screen and (max-width: 768px) {
  .seach_condition .contents {
    margin-bottom: 30px;
  }
}
.seach_condition .contents .title {
  padding: 0 40px;
  background: var(--base_color03);
  height: 68px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .seach_condition .contents .title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .seach_condition .contents .title {
    height: 58px;
  }
}
.seach_condition .contents .content {
  padding: 0 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .seach_condition .contents .content {
    padding: 0 20px;
  }
}
.seach_condition .contents .content .tags {
  padding-top: 17px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}
@media screen and (min-width: 769px) {
  .seach_condition .contents .content .tags label {
    transition: all 0.3s;
  }
  .seach_condition .contents .content .tags label:hover {
    cursor: pointer;
  }
}
.seach_condition .contents .content .tags label input {
  display: none;
}
.seach_condition .contents .content .tags label input:checked + span {
  background: var(--base_color01);
  color: #fff;
}
.seach_condition .contents .content .search {
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .seach_condition .contents .content .search {
    padding: 20px 0 20px;
  }
}
.seach_condition .contents .content .search button {
  width: 248px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  margin: auto;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .seach_condition .contents .content .search button:hover {
    background: var(--base_color01);
    color: #fff;
  }
  .seach_condition .contents .content .search button:hover:after {
    background-image: url(../images/search_condition_icon_search02.svg);
  }
}
@media screen and (max-width: 768px) {
  .seach_condition .contents .content .search button {
    background: var(--base_color01);
    color: #fff;
    margin-bottom: 20px;
  }
}
.seach_condition .contents .content .search button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  background: url(../images/search_condition_icon_search01.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .seach_condition .contents .content .search button:after {
    background-image: url(../images/search_condition_icon_search02.svg);
  }
}
.seach_condition .contents .content .search .clear {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--base_color00);
  position: absolute;
  top: 0;
  left: calc(50% + 180px);
  bottom: 0;
  margin: auto;
  height: 1em;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .seach_condition .contents .content .search .clear:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .seach_condition .contents .content .search .clear {
    position: static;
    margin: auto;
  }
}
.seach_condition .contents .ex_btn {
  position: absolute;
  top: 0;
  right: 25px;
  height: 68px;
}
@media screen and (min-width: 769px) {
  .seach_condition .contents .ex_btn:hover:after {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .seach_condition .contents .ex_btn {
    position: static;
    margin: auto;
    height: 50px;
  }
}
.seach_condition .key_words {
  display: flex;
  align-items: center;
  max-width: 1080px;
  border-radius: 16px;
  border: 1px solid var(--base_color00);
  overflow: hidden;
  padding: 0 40px;
  margin: auto;
  column-gap: 34px;
  height: 68px;
  background: var(--base_color03);
}
@media screen and (max-width: 1040px) {
  .seach_condition .key_words {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .seach_condition .key_words {
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    height: 125px;
  }
}
.seach_condition .key_words form {
  flex: 1;
  max-width: 421px;
}
@media screen and (max-width: 768px) {
  .seach_condition .key_words form {
    flex: none;
    width: 100%;
  }
}
.seach_condition .key_words form .search {
  display: flex;
  border: 2px solid var(--base_color01);
}
.seach_condition .key_words form .search input {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  outline: none;
  padding: 8px 10px;
  height: 42px;
  background: #fff;
  flex: 1;
}
.seach_condition .key_words form .search input:placeholder-shown {
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .key_words form .search input:placeholder-shown {
    font-size: 0.6875rem;
  }
}
.seach_condition .key_words form .search input::-webkit-input-placeholder {
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .key_words form .search input::-webkit-input-placeholder {
    font-size: 0.6875rem;
  }
}
.seach_condition .key_words form .search input:-moz-placeholder {
  opacity: 1;
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .key_words form .search input:-moz-placeholder {
    font-size: 0.6875rem;
  }
}
.seach_condition .key_words form .search input::-moz-placeholder {
  opacity: 1;
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .key_words form .search input::-moz-placeholder {
    font-size: 0.6875rem;
  }
}
.seach_condition .key_words form .search input:-ms-input-placeholder {
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .key_words form .search input:-ms-input-placeholder {
    font-size: 0.6875rem;
  }
}
.seach_condition .key_words form .search button {
  width: 46px;
  background: var(--base_color01);
  display: flex;
  align-items: center;
  justify-content: center;
}
.seach_condition .key_words form .search button img {
  width: 20px;
}
.seach_condition .cats_products {
  max-width: 1080px;
  margin: 0 auto 40px;
  background: var(--base_color01);
}
.seach_condition .cats_products .cats_select {
  display: flex;
  align-items: center;
  overflow: hidden;
  column-gap: 34px;
  height: 62px;
  padding: 8px 40px 0;
}
@media screen and (max-width: 1040px) {
  .seach_condition .cats_products .cats_select {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .cats_select {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    row-gap: 10px;
    padding: 12px 20px 8px;
  }
}
.seach_condition .cats_products .cats_select h3 span {
  color: #fff;
}
.seach_condition .cats_products .cats_select .select_items {
  display: flex;
  flex: 1;
  column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .cats_select .select_items {
    flex: none;
    width: 100%;
    flex-direction: column;
    row-gap: 10px;
  }
}
.seach_condition .cats_products .cats_select .select_items .select_wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex: 1;
}
.seach_condition .cats_products .cats_select .select_items .select_wrap h4 {
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3;
}
.seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap {
  flex: 1;
  position: relative;
}
.seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 8px;
  background: url(../images/icon_select_arrow.svg) no-repeat center;
  z-index: 5;
  pointer-events: none;
}
.seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  outline: none;
  padding: 8px 10px;
  height: 42px;
  background: #fff;
  width: 100%;
  appearance: none;
  outline: none;
}
.seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select:placeholder-shown {
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select:placeholder-shown {
    font-size: 0.6875rem;
  }
}
.seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select::-webkit-input-placeholder {
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select::-webkit-input-placeholder {
    font-size: 0.6875rem;
  }
}
.seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select:-moz-placeholder {
  opacity: 1;
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select:-moz-placeholder {
    font-size: 0.6875rem;
  }
}
.seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select::-moz-placeholder {
  opacity: 1;
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select::-moz-placeholder {
    font-size: 0.6875rem;
  }
}
.seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select:-ms-input-placeholder {
  color: #c5c8c7;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .cats_select .select_items .select_wrap .select_dec_wrap select:-ms-input-placeholder {
    font-size: 0.6875rem;
  }
}
.seach_condition .cats_products .search_btn {
  width: 100%;
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  border: 8px solid var(--base_color01);
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .search_btn {
    height: 76px;
  }
}
.seach_condition .cats_products .search_btn button {
  max-width: 250px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  margin: auto;
  transition: all 0.3s;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .seach_condition .cats_products .search_btn button:hover {
    background: var(--base_color01);
    color: #fff;
  }
  .seach_condition .cats_products .search_btn button:hover:after {
    background-image: url(../images/search_condition_icon_search02.svg);
  }
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .search_btn button {
    background: var(--base_color01);
    color: #fff;
  }
}
.seach_condition .cats_products .search_btn button:after {
  content: "";
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  background: url(../images/search_condition_icon_search01.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .seach_condition .cats_products .search_btn button:after {
    background-image: url(../images/search_condition_icon_search02.svg);
  }
}

.side_title:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .side_title:before {
    top: 15px;
    height: auto;
    width: fit-content;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 360px) {
  .side_title:before {
    font-size: 0.625rem;
  }
}

.pickup_list {
  position: relative;
  padding: 70px 50px 62px;
}
@media screen and (max-width: 1040px) {
  .pickup_list {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pickup_list {
    padding: 30px 14px 46px;
  }
}
.pickup_list .container {
  max-width: 1000px;
  padding: 0;
}
.pickup_list:before {
  content: "PICK UP!";
  right: 16px;
}
@media screen and (max-width: 768px) {
  .pickup_list:before {
    right: 8px;
  }
}
.pickup_list h3 {
  font-size: 3.8125rem;
  font-weight: 700;
  color: var(--base_color01);
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pickup_list h3 {
    font-size: 1.875rem;
    margin-bottom: 28px;
  }
}
.pickup_list ul {
  display: flex;
  --col_gap: 34px;
  --row_gap: 10px;
  --cols: 4;
  margin-bottom: 35px;
}
@media screen and (max-width: 1040px) {
  .pickup_list ul {
    --col_gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pickup_list ul {
    --cols: 2;
  }
}
.pickup_list ul li a {
  display: block;
  color: var(--base_color00);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .pickup_list ul li a:hover article .image_wrap {
    box-shadow: 0 5px 30px rgba(var(--base_color00_rgb), 0.15);
  }
}
.pickup_list ul li a .image_wrap {
  padding: 12px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .pickup_list ul li a .image_wrap {
    padding: 10px;
    margin-bottom: 4px;
  }
}
.pickup_list ul li a .image_wrap .image {
  position: relative;
  z-index: 0;
  border: 1px solid rgba(var(--base_color00_rgb), 0.3);
}
.pickup_list ul li a .image_wrap .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pickup_list ul li a .image_wrap .image img {
  object-fit: contain;
}
.pickup_list ul li a .text {
  display: flex;
  justify-content: center;
  height: 4.5em;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pickup_list ul li a .text {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}
.pickup_list ul li a .text h4 {
  font-weight: 700;
}

.case_cat {
  margin-bottom: 11px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  background: var(--base_color01);
}
@media screen and (max-width: 768px) {
  .case_cat {
    margin-bottom: 7px;
  }
}

.case_product {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.43;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case_product {
    margin-bottom: 5px;
  }
}

.case_list_content {
  display: block;
  color: var(--base_color00);
  text-decoration: none;
}
.case_list_content article {
  color: var(--base_color00);
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 769px) {
  .case_list_content article:hover .image_wrap {
    box-shadow: 0 15px 30px rgba(var(--base_color00_rgb), 0.15);
  }
}
.case_list_content article .image_wrap {
  background: #fff;
  padding: 12px;
  transition: all 0.3s;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .case_list_content article .image_wrap {
    padding: 10px;
    margin-bottom: 16px;
  }
}
.case_list_content article .image_wrap .image {
  position: relative;
  z-index: 0;
  border: 1px solid rgba(var(--base_color00_rgb), 0.3);
}
.case_list_content article .image_wrap .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.case_list_content article .image_wrap .image img {
  object-fit: contain;
}
.case_list_content article .title h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .case_list_content article .title h3 {
    font-size: 0.875rem;
  }
}

.case_navigation {
  display: flex;
}
@media screen and (max-width: 768px) {
  .case_navigation {
    justify-content: center !important;
    position: relative;
  }
}
.case_navigation .btns {
  display: flex;
  pointer-events: none;
  column-gap: 27px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .case_navigation .btns {
    margin-bottom: 0;
  }
}
.case_navigation .btns a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .case_navigation .btns a {
    transition: all 0.3s;
  }
  .case_navigation .btns a:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
}
.case_navigation .page {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .case_navigation .page {
    position: absolute;
    left: calc(50% + 70px);
    bottom: 0px;
  }
}

.base_list01 > ul {
  --col_gap: 48px;
  --cols: 3;
  --row_gap: 50px;
}
@media screen and (max-width: 1040px) {
  .base_list01 > ul {
    --col_gap: 20px;
    --row_gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .base_list01 > ul {
    --cols: 1;
    max-width: 300px;
    margin: auto;
  }
}
.base_list01 > ul > li {
  max-width: 300px;
}
.base_list01 > ul > li .title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  padding-bottom: 1px;
  margin-bottom: 30px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .base_list01 > ul > li .title {
    margin-bottom: 30px;
    line-height: 1.4;
    flex: none;
  }
}
.base_list01 > ul > li .title span {
  display: block;
  border-left: 10px solid var(--base_color01);
  padding-left: 15px;
}
.base_list01 > ul > li .image_wrap {
  padding: 11px;
  background: #fff;
  transition: all 0.3s;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .base_list01 > ul > li .image_wrap {
    padding: 0 10px;
  }
}
.base_list01 > ul > li .image_wrap .image {
  position: relative;
  z-index: 0;
  border: 1px solid rgba(var(--base_color00_rgb), 0.3);
}
.base_list01 > ul > li .image_wrap .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.base_list01 > ul > li .image_wrap .image img {
  object-fit: contain;
}
.base_list01 > ul > li .text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.71;
  height: 7.6em;
}
@media screen and (max-width: 768px) {
  .base_list01 > ul > li .text {
    height: auto;
  }
}

.news_meta {
  display: flex;
  align-items: flex-end;
  column-gap: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news_meta {
    margin-bottom: 5px;
  }
}
.news_meta time {
  color: var(--base_color0001);
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .news_meta time {
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
}
.news_meta .cats {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
}
.news_meta .cats .cat {
  min-width: 93px;
  min-height: 20px;
  padding: 1px 2px 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--base_color01);
}
.news_meta .cats .cat.important {
  background: var(--base_color04);
}

.news_list > ul {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.news_list > ul > li a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .news_list > ul > li a:hover article:before {
    background-image: url(../images/top_news_slider_arrow_h.svg);
  }
  .news_list > ul > li a:hover article h3 {
    color: var(--base_color01);
    text-decoration: underline;
  }
}
.news_list > ul > li a article {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 130px;
  color: var(--base_color00);
  padding: 0 140px 0 30px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_list > ul > li a article {
    padding: 15px 57px 0 15px;
    height: 124px;
    justify-content: flex-start;
  }
}
.news_list > ul > li a article:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/top_news_slider_arrow.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news_list > ul > li a article:before {
    width: 30px;
    height: 30px;
    right: 15px;
    background-image: url(../images/top_news_slider_arrow_sp.svg);
  }
}
.news_list > ul > li a article h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news_list > ul > li a article h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.tag_item {
  border: 1px solid rgba(var(--base_color00_rgb), 0.4);
  border-radius: 4px;
  height: 28px;
  width: fit-content;
  padding: 0 10px 1px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
}

.paging {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.paging .archive {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--base_color0002);
}
.paging .archive span,
.paging .archive a {
  width: 35px;
  height: 35px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--base_color00);
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 600px) {
  .paging .archive span,
  .paging .archive a {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
.paging .archive span.current,
.paging .archive a.current {
  position: relative;
}
.paging .archive span.current:after,
.paging .archive a.current:after {
  content: "";
  width: 100%;
  height: 6px;
  background: var(--base_color01);
  position: absolute;
  left: 0;
  bottom: -3px;
}
.paging .archive span.dots,
.paging .archive a.dots {
  background: none;
  width: auto;
  border: 0;
}
@media screen and (min-width: 769px) {
  .paging .archive a {
    transition: opacity 0.3s;
  }
  .paging .archive a:hover:not(.current) {
    opacity: 0.7;
  }
  .paging .archive a:focus-visible {
    box-shadow: 0 0 0 1px var(--base_color0001);
  }
}
.paging .single {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .paging .single {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .paging .single .to_list {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}
.paging .single .prev,
.paging .single .next {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .paging .single .prev,
  .paging .single .next {
    order: 2;
  }
}
.paging .single .prev a,
.paging .single .next a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: var(--base_color00);
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.paging .single .prev a:before, .paging .single .prev a:after,
.paging .single .next a:before,
.paging .single .next a:after {
  width: 8px;
  height: 14px;
  background: no-repeat center;
}
@media screen and (max-width: 768px) {
  .paging .single .prev {
    order: 2;
  }
}
.paging .single .prev a:before {
  content: "";
  background-image: url(../images/paging_arrow_left02.svg);
}
.paging .single .next a:after {
  content: "";
  background-image: url(../images/paging_arrow_right02.svg);
}

.sec_404 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec_404 {
    padding-top: 60px;
  }
}
.sec_404 p {
  text-align: center;
}

.modal_bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: var(--base_color00);
  opacity: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: opacity 0.3s;
}
.modal_bg.show {
  pointer-events: all;
  opacity: 0.67;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .content {
  max-width: 1000px;
  width: 100%;
  height: 90vh;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .modal .content {
    width: 100%;
  }
}
.modal .content .slider {
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.modal .content .slider.show {
  opacity: 1;
}
.modal .content .slider .swiper-button-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  width: fit-content;
  height: fit-content;
  z-index: 10;
  transform: translateX(-50%);
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .modal .content .slider .swiper-button-close {
    transition: opacity 0.3s;
  }
  .modal .content .slider .swiper-button-close:hover {
    cursor: pointer;
    /*opacity: 0.7;*/
  }
}
@media screen and (max-width: 768px) {
  .modal .content .slider .swiper-button-close {
    transform: translateX(5px) translateY(5px);
    padding: 5px;
  }
}
.modal .content .slider .swiper-button-close:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(../images/ad_prize_slide_close.svg) no-repeat center/contain;
}
.modal .content .slider .swiper-button-prev,
.modal .content .slider .swiper-button-next {
  width: auto;
  height: auto;
  padding: 15px;
  pointer-events: all;
}
.modal .content .slider .swiper-button-prev:before,
.modal .content .slider .swiper-button-next:before {
  content: "";
  width: 22px;
  height: 50px;
  display: block;
  background: no-repeat center/contain;
}
.modal .content .slider .swiper-button-prev:after,
.modal .content .slider .swiper-button-next:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .modal .content .slider .swiper-button-prev,
  .modal .content .slider .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .modal .content .slider .swiper-button-prev:before,
  .modal .content .slider .swiper-button-next:before {
    width: 13px;
    height: 26px;
  }
}
.modal .content .slider .swiper-button-prev {
  left: 0;
}
.modal .content .slider .swiper-button-prev:before {
  background-image: url(../images/ad_prize_slide_arrow_left.svg);
}
@media screen and (max-width: 768px) {
  .modal .content .slider .swiper-button-prev:before {
    background-image: url(../images/ad_prize_slide_arrow_left_sp.svg);
  }
}
.modal .content .slider .swiper-button-next {
  right: 0;
}
.modal .content .slider .swiper-button-next:before {
  background-image: url(../images/ad_prize_slide_arrow_right.svg);
}
@media screen and (max-width: 768px) {
  .modal .content .slider .swiper-button-next {
    right: 0;
  }
  .modal .content .slider .swiper-button-next:before {
    background-image: url(../images/ad_prize_slide_arrow_right_sp.svg);
  }
}
.modal .content .slider .swiper-button-scale {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  width: 26px;
  position: absolute;
  bottom: 30px;
  left: 15px;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .modal .content .slider .swiper-button-scale {
    flex-direction: row;
    column-gap: 40px;
    width: 112px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.modal .content .slider .swiper-button-scale > div {
  content: "";
  width: 26px;
  height: 26px;
  background: no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .modal .content .slider .swiper-button-scale > div {
    width: 36px;
    height: 36px;
  }
}
.modal .content .slider .swiper-button-scale .plus {
  background-image: url(../images/scale_btn_plus.svg);
}
@media screen and (max-width: 768px) {
  .modal .content .slider .swiper-button-scale .plus {
    order: 1;
  }
}
.modal .content .slider .swiper-button-scale .minus {
  background-image: url(../images/scale_btn_minus.svg);
}
.modal .content .slider .swiper {
  padding: 30px 55px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal .content .slider .swiper {
    padding: 30px 20px 60px;
  }
}
.modal .content .slider .swiper .swiper-wrapper {
  background: #fff;
  /*
  pointer-events: all;
  * {
      pointer-events: all;
  }*/
}
.modal .content .slider .swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .modal .content .slider .swiper .swiper-slide {
    position: relative;
  }
}
.modal .content .slider .swiper .swiper-slide .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.modal .content .slider .swiper .swiper-slide .image > img {
  max-height: 100%;
}

.to_contact_link p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .to_contact_link p {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.to_contact_link .btn_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  max-width: 460px;
  width: 100%;
  height: 117px;
  margin: 0 auto;
  border-radius: 16px;
  border: 3px solid var(--base_color02);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .to_contact_link .btn_contact {
    max-width: 260px;
    height: 70px;
    row-gap: 5px;
  }
}
.to_contact_link .btn_contact:before, .to_contact_link .btn_contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.to_contact_link .btn_contact:before {
  z-index: -1;
  background: linear-gradient(to bottom, #D0F2FC 0, #82DAFA 100%);
  opacity: 0;
}
.to_contact_link .btn_contact:after {
  z-index: -2;
  background: var(--base_color02);
}
@media screen and (min-width: 769px) {
  .to_contact_link .btn_contact:hover {
    color: var(--base_color02);
    box-shadow: 0 8px 15px rgba(var(--base_color00_rgb), 0.15);
  }
  .to_contact_link .btn_contact:hover:before {
    opacity: 1;
  }
  .to_contact_link .btn_contact:hover span:nth-child(2):before {
    background-image: url(../images/icon_mail02.svg);
  }
}
.to_contact_link .btn_contact span {
  transition: all 0.3s;
}
.to_contact_link .btn_contact span:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .to_contact_link .btn_contact span:nth-child(1) {
    font-size: 1.5rem;
  }
}
.to_contact_link .btn_contact span:nth-child(2) {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .to_contact_link .btn_contact span:nth-child(2) {
    font-size: 0.625rem;
  }
}
.to_contact_link .btn_contact span:nth-child(2):before {
  content: "";
  transition: all 0.3s;
  width: 20px;
  height: 16px;
  background: url(../images/icon_mail01.svg) no-repeat center/contain;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .to_contact_link .btn_contact span:nth-child(2):before {
    width: 12px;
    height: 10px;
  }
}

.top_main_visual_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap {
    margin-bottom: 55px;
  }
}
.top_main_visual_wrap:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -1558px;
  left: calc(50% - 646px);
  width: 2001px;
  height: 1930px;
  background: url(../images/top_mainvisual_bg01.svg) no-repeat;
}
@media screen and (max-width: 999px) {
  .top_main_visual_wrap:before {
    top: -1609px;
  }
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap:before {
    top: -508px;
    left: calc(50% - 294px);
    width: 628px;
    height: 606px;
    background-image: url(../images/top_mainvisual_bg01_sp.svg);
  }
}
.top_main_visual_wrap:after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: -342px;
  left: calc(50% - 1244px);
  width: 2500px;
  height: 719px;
  background: url(../images/top_mainvisual_bg02.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap:after {
    bottom: 11px;
    left: calc(50% - 368px);
    width: 884px;
    height: 256px;
    background-image: url(../images/top_mainvisual_bg02_sp.svg);
  }
}
.top_main_visual_wrap .top_main_visual {
  height: 905px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_main_visual {
    max-height: 100%;
    height: 524px;
    min-height: 0;
    overflow: hidden;
  }
}
.top_main_visual_wrap .top_main_visual:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top_main_visual.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_main_visual:after {
    top: -56px;
    height: 580px;
    background-image: url(../images/top_main_visual_sp.webp);
  }
}
.top_main_visual_wrap .top_main_visual .main_visual_content {
  position: absolute;
  z-index: 5;
  top: 31.64%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 540px;
  width: 100%;
  height: 257px;
  padding: 8px 0 8px 13px;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_main_visual .main_visual_content {
    top: 108px;
    max-width: 360px;
    padding: 5px 0 5px 18px;
  }
}
.top_main_visual_wrap .top_main_visual .main_visual_content.content01 {
  background: linear-gradient(to bottom, #D0F2FC 0, #82DAFA 100%);
  mix-blend-mode: multiply;
  filter: blur(47px);
}
.top_main_visual_wrap .top_main_visual .main_visual_content.content02 {
  color: #fff;
}
.top_main_visual_wrap .top_main_visual .main_visual_content.content02 .title {
  display: block;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.524;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_main_visual .main_visual_content.content02 .title {
    font-size: min(8.5vw, 1.9375rem);
    margin-bottom: 14px;
  }
}
.top_main_visual_wrap .top_main_visual .main_visual_content.content02 p {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2.12;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_main_visual .main_visual_content.content02 p {
    font-size: 0.75rem;
    line-height: 2.08;
  }
}
.top_main_visual_wrap .top_news_slider {
  display: flex;
  position: absolute;
  top: 67%;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_news_slider {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 330px;
    margin: -50px auto 0;
    padding: 0 10px;
  }
}
.top_main_visual_wrap .top_news_slider .news_meta {
  position: absolute;
  top: -5px;
  left: 24px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_news_slider .news_meta {
    left: 32px;
  }
}
.top_main_visual_wrap .top_news_slider:after {
  content: "";
  width: 60px;
  height: calc(100% - 2px);
  background: url(../images/top_news_slider_arrow.svg) no-repeat left 7px center/40px;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  margin: auto;
  z-index: 5;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_news_slider:after {
    width: 50px;
    right: 11px;
    background-image: url(../images/top_news_slider_arrow_sp.svg);
    background-size: 30px;
    background-position: left 10px center;
  }
}
.top_main_visual_wrap .top_news_slider .swiper {
  width: 544px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_news_slider .swiper {
    max-width: 330px;
    margin: auto;
    border: 1px solid var(--base_color0002);
  }
}
.top_main_visual_wrap .top_news_slider .swiper .swiper-slide {
  padding-top: 5px;
}
.top_main_visual_wrap .top_news_slider .swiper .swiper-slide:not(.swiper-slide-active) .news_meta .cats {
  display: none;
}
.top_main_visual_wrap .top_news_slider .swiper .swiper-slide a {
  display: block;
  color: var(--base_color00);
  text-decoration: none;
}
.top_main_visual_wrap .top_news_slider .swiper .swiper-slide article {
  position: relative;
  width: 100%;
  max-width: calc(100% - 68px);
  height: 125px;
  padding: 0 0 0 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_news_slider .swiper .swiper-slide article {
    max-width: calc(100% - 60px);
    height: 115px;
    padding: 0 0 0 16px;
  }
}
.top_main_visual_wrap .top_news_slider .swiper .swiper-slide article .title {
  font-size: 1.25rem;
  line-height: 1.45;
  height: 2.9em;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_news_slider .swiper .swiper-slide article .title {
    font-size: 1rem;
  }
}
.top_main_visual_wrap .top_news_slider .swiper .swiper-slide article .title h3 {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_news_slider .swiper .swiper-slide article .title h3 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.top_main_visual_wrap .top_news_slider .swiper .swiper-slide article time {
  color: var(--base_color0001);
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.top_main_visual_wrap .top_news_slider h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .top_main_visual_wrap .top_news_slider h2 {
    display: none;
  }
}

.sec_top.sec_search {
  position: relative;
  z-index: 10;
  background: #fff;
  border: 8px solid var(--base_color01);
  padding: 104px 0 0;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_search {
    padding: 80px 0 0;
    border-width: 6px;
  }
}
.sec_top.sec_search h2 {
  width: calc(50% + 73px);
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid var(--base_color01);
  border-radius: 0 40px 40px 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--base_color0101);
  position: absolute;
  top: -85px;
  left: -8px;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_search h2 {
    width: calc(50% + 16px);
    height: 104px;
    font-size: 1.1875rem;
    border-radius: 0 26px 26px 0;
    border-width: 6px;
    line-height: 1.42;
    top: -43px;
    left: -6px;
  }
}
@media screen and (max-width: 360px) {
  .sec_top.sec_search h2 {
    font-size: 1.125rem;
  }
}
.sec_top.sec_search .seach_condition {
  padding: 0 50px 70px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .sec_top.sec_search .seach_condition {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec_search .seach_condition {
    padding: 0 14px 40px;
    position: static;
  }
}
.sec_top.sec_search .seach_condition:before {
  content: "SERVICE　　SEARCH";
  left: 16px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_search .seach_condition:before {
    content: "SERVICE SEARCH";
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    left: auto;
    right: 7px;
  }
}
.sec_top.sec_search .pickup_list {
  border-top: 1px solid var(--base_color0002);
}
.sec_top.sec_cases {
  position: relative;
  padding-top: 120px !important;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_cases {
    padding-top: 50px !important;
  }
}
.sec_top.sec_cases:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 665px;
  background: var(--base_color0103);
}
@media screen and (max-width: 768px) {
  .sec_top.sec_cases:before {
    content: none;
  }
}
.sec_top.sec_cases .cases {
  padding: 60px 0 118px 73px;
  background: var(--base_color03);
  border-radius: 40px 0 0 40px;
  width: calc(50% + 572px);
  max-width: calc(100% - 20px);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_cases .cases {
    padding: 30px 0 85px 20px;
  }
}
.sec_top.sec_cases .cases h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_cases .cases h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
.sec_top.sec_cases .cases .case_list {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_cases .cases .case_list {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec_cases .cases .case_list .swiper {
    margin-bottom: 20px;
  }
}
.sec_top.sec_cases .cases .case_list .swiper .swiper-slide {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_cases .cases .case_list .swiper .swiper-slide {
    width: 258px;
  }
}
.sec_top.sec_cases .cases .case_list .case_navigation {
  position: absolute;
  top: -113px;
  left: 0;
  width: 100%;
  max-width: 1020px;
  padding: 0 20px 0 0;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_cases .cases .case_list .case_navigation {
    position: static;
    padding-right: 40px;
    top: 0;
  }
}
.sec_top.sec_cases .cases .to_list {
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_cases .cases .to_list {
    bottom: 29px;
  }
}
.sec_top.sec_banner {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_banner {
    padding: 40px 0 30px;
  }
}
.sec_top.sec_banner .banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 876px;
  width: 100%;
  height: 138px;
  margin: auto;
  border: 3px solid var(--base_color0101);
  background: url(../images/top_banner_img01.jpg) no-repeat center/cover;
  transition: all 0.3s;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: var(--base_color0101);
  letter-spacing: 0.25em;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_top.sec_banner .banner a:hover {
    box-shadow: 0 15px 30px rgba(41, 83, 77, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec_banner .banner a {
    max-width: 330px;
    height: 108px;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    background-image: url(../images/top_banner_img01_sp.jpg);
  }
}
.sec_top.sec_banner .banner a:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/top_banner_link_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_banner .banner a:after {
    width: 28px;
    height: 26px;
    background-image: url(../images/top_banner_link_arrow_sp.svg);
    top: auto;
    right: 0;
    bottom: 0;
  }
}
.sec_top.sec_news {
  padding: 53px 0 70px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_news {
    padding: 40px 0;
  }
}
.sec_top.sec_news:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--base_color01);
  width: calc(50% + 540px);
  max-width: calc(100% - 10px);
  height: 100%;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_news:after {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
}
.sec_top.sec_news .container {
  display: flex;
  column-gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_news .container {
    flex-direction: column;
    row-gap: 35px;
    margin-bottom: 40px;
  }
}
.sec_top.sec_news .container:before {
  content: "NEWS";
  color: #fff;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_news .container:before {
    left: 10px;
  }
}
.sec_top.sec_news .container h2 {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_news .container h2 {
    font-size: 1.75rem;
    text-align: center;
  }
}
.sec_top.sec_news .container .top_news_list {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_news .container .top_news_list {
    flex: none;
    width: 100%;
  }
}
.sec_top.sec_lead {
  position: relative;
  z-index: 5;
  padding: 40px 0 300px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead {
    padding: 0 0 144px;
  }
}
.sec_top.sec_lead:after {
  content: "";
  position: absolute;
  min-width: 2247px;
  width: 100%;
  height: 853px;
  bottom: -423px;
  left: calc(50% - 1126px);
  background: url(../images/top_lead_bg01.svg) no-repeat center top/110%;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .sec_top.sec_lead:after {
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead:after {
    min-width: 0;
    width: 903px;
    height: 273px;
    bottom: -99px;
    left: calc(50% - 493px);
    background-image: url(../images/top_lead_bg01_sp.svg);
  }
}
.sec_top.sec_lead .image_text {
  display: flex;
  margin-bottom: 104px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .image_text {
    flex-direction: column;
    row-gap: 28px;
    margin-bottom: 42px;
  }
}
.sec_top.sec_lead .image_text:before {
  content: "";
  position: absolute;
  top: 193px;
  right: -424px;
  width: 366px;
  height: 218px;
  background: url(../images/top_lead_bg02.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .image_text:before {
    top: -10px;
    right: calc(50% - 314px);
    width: 218px;
    height: 130px;
    background-size: contain;
  }
}
.sec_top.sec_lead .image_text .image {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .image_text .image {
    flex: none;
    width: 100%;
    order: 1;
    text-align: center;
  }
}
.sec_top.sec_lead .image_text .image img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 120%;
  zoom: 0.5;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .image_text .image img {
    max-width: 294px;
    width: 100%;
    zoom: 1;
    position: static;
  }
}
.sec_top.sec_lead .image_text .text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .image_text .text {
    flex: none;
    width: 100%;
  }
}
.sec_top.sec_lead .image_text .text h2 {
  width: 97px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .image_text .text h2 {
    width: 71px;
  }
}
.sec_top.sec_lead .lead_wrap {
  position: relative;
}
.sec_top.sec_lead .lead_wrap:before {
  content: "";
  position: absolute;
  top: 74px;
  left: -436px;
  width: 456px;
  height: 447px;
  background: url(../images/top_lead_bg03.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .lead_wrap:before {
    top: -443px;
    left: calc(50% - 350px);
    width: 272px;
    height: 266px;
    background-size: contain;
  }
}
.sec_top.sec_lead .lead_wrap .lead {
  max-width: 555px;
  margin: 0 0 57px auto;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .lead_wrap .lead {
    margin: 0 auto 32px;
  }
}
.sec_top.sec_lead .lead_wrap .lead h3 {
  color: var(--base_color01);
  font-size: 1.875rem;
  letter-spacing: -0.05em;
  line-height: 1.67;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .lead_wrap .lead h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 26px;
  }
}
.sec_top.sec_lead .lead_wrap .lead .image {
  text-align: center;
}
.sec_top.sec_lead .image01 {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec_lead .image01 {
    margin-bottom: 50px;
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
  }
}

.products_tab_anchor {
  position: absolute;
  width: 100%;
  margin-top: -55px;
}
@media screen and (max-width: 768px) {
  .products_tab_anchor {
    margin-top: 0;
  }
}

.sec_products.sec_search {
  margin-bottom: 90px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_search {
    margin-bottom: 30px;
  }
}
.sec_products.sec_result .tabs {
  position: relative;
  z-index: 0;
  margin-bottom: -55px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tabs {
    margin-bottom: 0;
    background: var(--base_color01);
    padding: 15px 0;
  }
}
.sec_products.sec_result .tab_contents {
  position: relative;
  padding-top: 26px;
  background: #fff;
}
.sec_products.sec_result .tab_contents:before {
  content: "";
  width: 100vw;
  height: 6px;
  background: var(--base_color01);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents:before {
    content: none;
  }
}
.sec_products.sec_result .tab_contents .result_summary {
  margin-bottom: 28px;
  min-height: 40px;
  display: flex;
  align-items: center;
  column-gap: 47px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .result_summary {
    flex-direction: column;
    row-gap: 10px;
  }
}
.sec_products.sec_result .tab_contents .result_summary .total {
  font-weight: 500;
  display: flex;
  align-items: flex-end;
}
.sec_products.sec_result .tab_contents .result_summary .total .num {
  font-size: 1.625rem;
  color: var(--base_color01);
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.sec_products.sec_result .tab_contents .result_summary .select_tags {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 26px;
  row-gap: 5px;
  position: relative;
  top: 6px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .result_summary .select_tags {
    flex: none;
    width: 100%;
    column-gap: 16px;
    font-size: 0.75rem;
  }
}
.sec_products.sec_result .tab_contents .result_summary .select_tags .tag {
  position: relative;
}
.sec_products.sec_result .tab_contents .result_summary .select_tags .tag:last-child:after {
  content: none;
}
.sec_products.sec_result .tab_contents .result_summary .select_tags .tag:after {
  content: "/";
  position: absolute;
  top: -1px;
  right: -13px;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .result_summary .select_tags .tag:after {
    right: -8px;
  }
}
.sec_products.sec_result .tab_contents .content {
  margin-bottom: 101px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .content {
    margin-bottom: 81px;
  }
}
.sec_products.sec_result .tab_contents .content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 1px;
  background: var(--base_color0002);
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .content:after {
    bottom: -40px;
  }
}
.sec_products.sec_result .tab_contents .content.last {
  margin-bottom: 0;
}
.sec_products.sec_result .tab_contents .content.last:after {
  content: none;
}
.sec_products.sec_result .tab_contents .content .content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  min-height: 134px;
  background: var(--base_color01);
  border-radius: 30px;
  color: #fff;
  padding: 25px 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .content .content_title {
    min-height: 120px;
    padding: 15px 20px;
    border-radius: 16px;
    margin-bottom: 30px;
  }
}
.sec_products.sec_result .tab_contents .content .content_title h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .content .content_title h2 {
    font-size: 1.5rem;
  }
}
.sec_products.sec_result .tab_contents .content .content_title .sub {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .content .content_title .sub {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .content .products_list > ul > li:nth-child(n+4) {
    display: none;
  }
}
.sec_products.sec_result .tab_contents .content .products_list > ul > li a {
  display: block;
  color: var(--base_color00);
  text-decoration: none;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .sec_products.sec_result .tab_contents .content .products_list > ul > li a:hover article .image_wrap {
    box-shadow: 0 15px 30px rgba(var(--base_color00_rgb), 0.15);
  }
}
.sec_products.sec_result .tab_contents .content .products_list > ul > li a article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec_products.sec_result .tab_contents .content .ex_btn01 {
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_result .tab_contents .content .ex_btn01 {
    display: flex;
  }
}
.sec_products.sec_result .tab_contents .content .ex_btn01.open:after {
  content: none;
}
.sec_products.sec_result .tab_contents .content .ex_btn01:after {
  content: "もっと表示";
}
.sec_products.sec_cases {
  padding: 100px 20px 0 !important;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases {
    padding: 60px 0 0 20px !important;
  }
}
.sec_products.sec_cases .container_wrap {
  background: var(--base_color03);
  border-radius: 40px;
  overflow: hidden;
  max-width: 1140px;
  margin: auto;
  padding: 58px 0 94px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases .container_wrap {
    padding: 26px 0 30px;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases .container {
    padding-right: 0;
  }
}
.sec_products.sec_cases h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases h2 {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
.sec_products.sec_cases .case_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases .case_list {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases .case_list .swiper {
    margin-bottom: 20px;
  }
}
.sec_products.sec_cases .case_list .swiper .swiper-wrapper {
  --col_gap: 68px;
  --row_gap: 80px;
  --cols: 3;
}
@media screen and (max-width: 1040px) {
  .sec_products.sec_cases .case_list .swiper .swiper-wrapper {
    --col_gap: 30px;
    --row_gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases .case_list .swiper .swiper-wrapper {
    flex-wrap: nowrap;
    --col_gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases .case_list .swiper .swiper-wrapper .swiper-slide {
    width: 258px;
  }
}
.sec_products.sec_cases .case_list .case_navigation {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases .case_list .case_navigation {
    display: flex;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_products.sec_cases .to_list {
    padding-right: 40px;
  }
}
.sec_products.sec_detail {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail {
    padding-bottom: 20px;
  }
}
.sec_products.sec_detail h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  min-height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  color: #fff;
  background: var(--base_color01);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail h1 {
    min-height: 68px;
    padding: 10px 20px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.sec_products.sec_detail .slider_text {
  display: flex;
  align-items: flex-start;
  column-gap: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1040px) {
  .sec_products.sec_detail .slider_text {
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .slider_text {
    flex-direction: column;
    align-items: center;
    row-gap: 70px;
  }
}
.sec_products.sec_detail .slider_text .slider {
  width: calc((100% - 70px) / 2);
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .slider_text .slider {
    width: 100%;
    max-width: 400px;
  }
}
.sec_products.sec_detail .slider_text .slider .swiper {
  border: 1px solid rgba(var(--base_color00_rgb), 0.3);
}
.sec_products.sec_detail .slider_text .slider .swiper .swiper-slide {
  position: relative;
  z-index: 0;
}
.sec_products.sec_detail .slider_text .slider .swiper .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec_products.sec_detail .slider_text .slider .swiper .swiper-slide img {
  object-fit: contain;
}
.sec_products.sec_detail .slider_text .slider .swiper-button-prev,
.sec_products.sec_detail .slider_text .slider .swiper-button-next {
  width: 14px;
  height: 30px;
  z-index: 10;
  --swiper-navigation-sides-offset: 0;
}
.sec_products.sec_detail .slider_text .slider .swiper-button-prev:after,
.sec_products.sec_detail .slider_text .slider .swiper-button-next:after {
  content: none;
}
.sec_products.sec_detail .slider_text .slider .swiper-pagination {
  --swiper-pagination-bullet-width: 6px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: rgba(var(--base_color00_rgb), 0.4);
  --swiper-pagination-color: var(--base_color01);
  --swiper-pagination-bottom: -36px;
  text-align: left;
  left: 30px;
}
.sec_products.sec_detail .slider_text .slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px 0 0;
  border-radius: 3px;
}
.sec_products.sec_detail .slider_text .text {
  width: calc((100% - 70px) / 2);
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .slider_text .text {
    width: 100%;
  }
}
.sec_products.sec_detail .slider_text .text h2 {
  color: var(--base_color01);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.67;
  margin-bottom: 20px;
}
.sec_products.sec_detail .slider_text .text .base_content {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .slider_text .text .base_content {
    margin-bottom: 20px;
  }
}
.sec_products.sec_detail .slider_text .text .tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 6px;
}
.sec_products.sec_detail .tab_wrap {
  max-width: 840px;
  margin: auto;
}
.sec_products.sec_detail .tab_contents .content > *:last-child {
  margin-bottom: 0 !important;
}
.sec_products.sec_detail .tab_contents .content h3 {
  color: var(--base_color01);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}
.sec_products.sec_detail .tab_contents .content .item {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .item {
    margin-bottom: 45px;
  }
}
.sec_products.sec_detail .tab_contents .content .note {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .note {
    margin-top: 10px;
  }
}
.sec_products.sec_detail .tab_contents .content .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .links {
    row-gap: 18px;
  }
}
.sec_products.sec_detail .tab_contents .content .links .btn, .sec_products.sec_detail .tab_contents .content .links .btn02,
.sec_products.sec_detail .tab_contents .content .links .btn0201 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  max-width: 460px;
  width: 100%;
  height: 86px;
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .links .btn, .sec_products.sec_detail .tab_contents .content .links .btn02,
  .sec_products.sec_detail .tab_contents .content .links .btn0201 {
    height: 68px;
    font-size: 1rem;
    max-width: 282px;
  }
}
.sec_products.sec_detail .tab_contents .content .links .btn.download_pdf, .sec_products.sec_detail .tab_contents .content .links .download_pdf.btn02,
.sec_products.sec_detail .tab_contents .content .links .download_pdf.btn0201 {
  background: var(--base_color0101);
}
.sec_products.sec_detail .tab_contents .content .links .btn.download_pdf:after, .sec_products.sec_detail .tab_contents .content .links .download_pdf.btn02:after,
.sec_products.sec_detail .tab_contents .content .links .download_pdf.btn0201:after {
  content: "";
  width: 36px;
  height: 46px;
  background: url(../images/btn_download_pdf.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .links .btn.download_pdf:after, .sec_products.sec_detail .tab_contents .content .links .download_pdf.btn02:after,
  .sec_products.sec_detail .tab_contents .content .links .download_pdf.btn0201:after {
    right: 30px;
    width: 28px;
    height: 36px;
  }
}
.sec_products.sec_detail .tab_contents .content .links .btn.to_web_page, .sec_products.sec_detail .tab_contents .content .links .to_web_page.btn02,
.sec_products.sec_detail .tab_contents .content .links .to_web_page.btn0201 {
  border: 4px solid var(--base_color0101);
  background: var(--base_color0102);
  color: var(--base_color0101);
}
.sec_products.sec_detail .tab_contents .content .links .btn.to_web_page:after, .sec_products.sec_detail .tab_contents .content .links .to_web_page.btn02:after,
.sec_products.sec_detail .tab_contents .content .links .to_web_page.btn0201:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/btn_to_web_page.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .links .btn.to_web_page:after, .sec_products.sec_detail .tab_contents .content .links .to_web_page.btn02:after,
  .sec_products.sec_detail .tab_contents .content .links .to_web_page.btn0201:after {
    width: 17px;
    height: 17px;
    right: 15px;
  }
}
.sec_products.sec_detail .tab_contents .content .ad_size {
  position: relative;
  max-width: 801px;
  margin: 0 auto;
}
.sec_products.sec_detail .tab_contents .content .ad_size .unit {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 0.75rem;
  font-weight: 500;
}
.sec_products.sec_detail .tab_contents .content .ad_size .image_main {
  max-width: 512px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .ad_size .image_main {
    margin: 0 auto 50px;
  }
}
.sec_products.sec_detail .tab_contents .content .ad_size .image_sub {
  --cols: 3;
  --col_gap:40px;
  --row_gap: 47px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .ad_size .image_sub {
    --cols: 2;
    --col_gap: 20px;
    --row_gap: 40px;
    max-width: 500px;
    margin: auto;
  }
}
.sec_products.sec_detail .tab_contents .content .ad_size .image_sub figure {
  max-width: 240px;
}
.sec_products.sec_detail .tab_contents .content .ad_size .image_sub figure figcaption {
  display: block;
  margin-top: 13px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .ad_size .image_sub figure figcaption {
    margin-top: 5px;
  }
}
.sec_products.sec_detail .tab_contents .content table {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content table {
    font-size: 0.875rem;
  }
}
.sec_products.sec_detail .tab_contents .content table th, .sec_products.sec_detail .tab_contents .content table td {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content table th, .sec_products.sec_detail .tab_contents .content table td {
    padding: 10px 5px;
  }
}
.sec_products.sec_detail .tab_contents .content table tr {
  border-bottom: 1px solid var(--base_color0003);
}
.sec_products.sec_detail .tab_contents .content table tr:first-child th:nth-child(1) {
  border-right: 1px solid var(--base_color01);
}
.sec_products.sec_detail .tab_contents .content table tr:last-child {
  border-bottom: 0;
}
.sec_products.sec_detail .tab_contents .content table th:nth-child(1) {
  color: var(--base_color01);
  border-right: 1px solid var(--base_color0003);
}
.sec_products.sec_detail .tab_contents .content .size_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 18px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .size_list {
    column-gap: 15px;
  }
}
.sec_products.sec_detail .tab_contents .content .size_list table th, .sec_products.sec_detail .tab_contents .content .size_list table td {
  width: 110px;
  text-align: center;
}
.sec_products.sec_detail .tab_contents .content .table_col2 {
  display: flex;
  justify-content: center;
}
.sec_products.sec_detail .tab_contents .content .table_col2 table th, .sec_products.sec_detail .tab_contents .content .table_col2 table td {
  text-align: left;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .content .table_col2 table th, .sec_products.sec_detail .tab_contents .content .table_col2 table td {
    padding: 10px;
  }
}
.sec_products.sec_detail .tab_contents .content hr.space {
  border: 0;
}
.sec_products.sec_detail .tab_contents .guide {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .tab_contents .guide {
    margin-top: 40px;
  }
}
.sec_products.sec_detail .tab_contents .guide .text_link {
  display: inline-block;
  color: var(--base_color00);
  width: fit-content;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .sec_products.sec_detail .tab_contents .guide .text_link:hover {
    text-decoration: none;
  }
}
.sec_products.sec_detail .pickup_list {
  border: 8px solid var(--base_color01);
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .pickup_list {
    border-width: 6px;
  }
}
.sec_products.sec_detail .to_contact_link {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .to_contact_link {
    margin-top: 70px;
  }
}
.sec_products.sec_detail .btn_back {
  margin: 80px auto 100px;
}
@media screen and (max-width: 768px) {
  .sec_products.sec_detail .btn_back {
    margin: 50px auto 70px;
  }
}

.sec_download {
  padding-bottom: 75px;
}
.sec_download h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--base_color01);
  min-height: 68px;
  border-radius: 34px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .sec_download h2 {
    min-height: 48px;
    border-radius: 0;
    font-size: 1.25rem;
  }
}
.sec_download .download_pdf {
  max-width: 276px;
  height: 60px;
  margin: auto;
  font-size: 1rem;
}
.sec_download .download_pdf:after {
  width: 28px;
  height: 35px;
  right: 20px;
}
.sec_download.sec01 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec_download.sec01 {
    padding-top: 0;
  }
}
.sec_download.sec01 .image_text {
  display: flex;
  align-items: center;
  column-gap: 50px;
  max-width: 800px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 768px) {
  .sec_download.sec01 .image_text {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
.sec_download.sec01 .image_text .image {
  max-width: 270px;
}
.sec_download.sec01 .image_text .text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_download.sec01 .image_text .text {
    padding-top: 0;
    flex: none;
    width: 100%;
  }
}
.sec_download.sec01 .image_text .text .base_content {
  margin-bottom: 30px;
}
.sec_download.sec01 .to_detail a {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_download.sec01 .to_detail a {
    max-width: 260px;
  }
}
.sec_download.sec02 .categories {
  max-width: 800px;
  margin: 0 auto;
}
.sec_download.sec02 .categories ul {
  --cols: 3;
  --col_gap: 23px;
  --row_gap: 23px;
}
@media screen and (max-width: 768px) {
  .sec_download.sec02 .categories ul {
    --cols: 2;
    --col_gap: 8px;
    --row_gap: 8px;
  }
}
@media screen and (min-width: 769px) {
  .sec_download.sec02 .categories ul li a:hover:after {
    background-image: url(../images/search_condition_cat_link_arrow02_h.svg);
  }
}
.sec_download.sec02 .categories ul li a:after {
  background-image: url(../images/search_condition_cat_link_arrow02.svg);
}
.sec_download.sec02 .content {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec_download.sec02 .content {
    margin-top: 50px;
  }
}
.sec_download.sec02 .content .download_list > ul {
  --row_gap: 70px;
}
@media screen and (max-width: 768px) {
  .sec_download.sec02 .content .download_list > ul {
    --row_gap: 40px;
  }
}
.sec_download.sec02 .content .download_list > ul > li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec_download.sec02 .content .download_list > ul > li .image_wrap {
  margin-bottom: 30px;
}

.sec_cases.sec_search .seach_condition {
  padding: 0 20px;
}
.sec_cases.sec_cases {
  padding-top: 20px;
}
.sec_cases.sec_cases .case_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .sec_cases.sec_cases .case_list {
    max-width: 350px;
    margin: 0 auto 60px;
  }
}
.sec_cases.sec_cases .case_list > ul {
  --cols: 3;
  --col_gap: 68px;
  --row_gap: 50px;
}
@media screen and (max-width: 1040px) {
  .sec_cases.sec_cases .case_list > ul {
    --col_gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_cases.sec_cases .case_list > ul {
    --cols: 2;
    --col_gap: 15px;
    --row_gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec_cases.sec_cases .case_list > ul {
    --cols: 1;
  }
}
.sec_cases.sec_detail {
  padding-top: 60px;
}
.sec_cases.sec_detail .meta {
  display: flex;
  column-gap: 13px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_cases.sec_detail .meta {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.sec_cases.sec_detail .meta .case_cat {
  max-width: 280px;
}
.sec_cases.sec_detail .meta .case_product {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .sec_cases.sec_detail .meta .case_product {
    padding-top: 0;
  }
}
.sec_cases.sec_detail .main_image {
  position: relative;
  z-index: 0;
  max-width: 570px;
  margin: 0 auto 60px;
  border: 1px solid rgba(var(--base_color00_rgb), 0.3);
}
@media screen and (max-width: 768px) {
  .sec_cases.sec_detail .main_image {
    margin-bottom: 30px;
  }
}
.sec_cases.sec_detail .main_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec_cases.sec_detail .main_image img {
  object-fit: contain;
}
.sec_cases.sec_detail .base_content {
  max-width: 800px;
  margin: 0 auto 40px;
}
.sec_cases.sec_detail .other_detail {
  max-width: 840px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .sec_cases.sec_detail .other_detail {
    margin-bottom: 60px;
  }
}
.sec_cases.sec_detail .other_detail h2 {
  margin-bottom: 15px;
}
.sec_cases.sec_detail .more {
  margin-bottom: 30px;
}

.sec_ad_company.sec01 {
  padding: 30px 20px 0;
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 {
    padding: 0 15px;
  }
}
.sec_ad_company.sec01 .areas {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas {
    row-gap: 20px;
  }
}
.sec_ad_company.sec01 .areas .area h2 {
  font-size: 1rem;
  font-weight: 700;
  width: 144px;
  height: 134px;
  background: url(../images/ad_company_title_bg.svg) no-repeat center;
  position: relative;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas .area h2 {
    width: 115px;
    height: 106px;
    font-size: 0.875rem;
    background-size: contain;
  }
}
.sec_ad_company.sec01 .areas .area h2 span {
  display: inline-block;
  position: absolute;
  top: 69px;
  left: 53px;
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas .area h2 span {
    top: 54px;
    left: 38px;
  }
}
.sec_ad_company.sec01 .areas .area .company_list {
  position: relative;
  padding: 50px 0 44px;
  z-index: 0;
  margin-top: -52px;
}
.sec_ad_company.sec01 .areas .area .company_list:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--base_color03);
  width: calc(100vw - 40px);
  max-width: 1140px;
  height: 100%;
  border-radius: 40px;
}
.sec_ad_company.sec01 .areas .area .company_list dl {
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  column-gap: 50px;
  border-top: 1px solid var(--base_color0003);
  padding: 12px 0;
}
.sec_ad_company.sec01 .areas .area .company_list dl:first-child {
  padding-top: 0;
  border-top: 0;
}
.sec_ad_company.sec01 .areas .area .company_list dl:last-child {
  border-bottom: 1px solid var(--base_color0003);
}
.sec_ad_company.sec01 .areas .area .company_list dl.rowspan {
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas .area .company_list dl {
    flex-wrap: wrap;
    column-gap: 15px;
  }
}
.sec_ad_company.sec01 .areas .area .company_list dl dt {
  color: var(--base_color01);
  width: 210px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas .area .company_list dl dt {
    flex: 1;
    margin-bottom: 2px;
  }
}
.sec_ad_company.sec01 .areas .area .company_list dl dt a {
  color: var(--base_color01);
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas .area .company_list dl dd {
    font-size: 0.875rem;
  }
}
.sec_ad_company.sec01 .areas .area .company_list dl dd.type {
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas .area .company_list dl dd.type {
    width: auto;
    min-width: 0;
  }
}
.sec_ad_company.sec01 .areas .area .company_list dl dd.address {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas .area .company_list dl dd.address {
    flex: none;
    width: 100%;
  }
}
.sec_ad_company.sec01 .areas .area .company_list dl dd.tel {
  width: 115px;
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas .area .company_list dl dd.tel {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_ad_company.sec01 .areas .area .company_list dl dd {
    flex: none;
    width: 100%;
  }
}

.sec_news.sec_archive {
  padding-top: 70px;
}
.sec_news.sec_archive .tabs {
  position: relative;
  z-index: 0;
  margin-bottom: -55px;
}
@media screen and (max-width: 768px) {
  .sec_news.sec_archive .tabs {
    margin-bottom: 0;
    background: var(--base_color01);
    padding: 15px 0;
  }
}
.sec_news.sec_archive .tabs .tab_btns.base_tab_btns01 a {
  max-width: 210px;
}
.sec_news.sec_archive .news_list_wrap {
  padding-top: 60px;
  background: #fff;
  border-top: 6px solid var(--base_color01);
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_news.sec_archive .news_list_wrap {
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
.sec_news.sec_archive .news_list_wrap .news_list > ul {
  row-gap: 0;
}
@media screen and (max-width: 768px) {
  .sec_news.sec_archive .news_list_wrap .news_list > ul {
    row-gap: 20px;
  }
}
.sec_news.sec_archive .news_list_wrap .news_list > ul > li a article {
  border-radius: 0;
  height: auto;
  padding: 30px 20px;
  border-bottom: 1px solid var(--base_color0003);
}
.sec_news.sec_archive .news_list_wrap .news_list > ul > li a article:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .sec_news.sec_archive .news_list_wrap .news_list > ul > li a article {
    padding: 15px 57px 36px 15px;
    border-radius: 10px;
    border: 1px solid var(--base_color0003);
  }
  .sec_news.sec_archive .news_list_wrap .news_list > ul > li a article:before {
    content: "";
  }
}
.sec_news.sec_detail {
  padding-top: 60px;
}
.sec_news.sec_detail .container .detail {
  max-width: 810px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .sec_news.sec_detail .container .detail {
    margin-bottom: 60px;
  }
}
.sec_news.sec_detail .news_meta {
  margin-bottom: 15px;
}
.sec_news.sec_detail .news_meta time {
  position: static;
}

.ad-prize .main_wrap,
.yearly .main_wrap,
.monthly .main_wrap,
.ad_prize_post .main_wrap {
  overflow: unset;
  overflow: initial;
}

.ad_prize_contents {
  display: flex;
  column-gap: 60px;
  max-width: calc(1174px + 20px * 2);
  padding: 50px 20px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ad_prize_contents {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
}
.ad_prize_contents .sp_nav {
  display: none;
  position: fixed;
  top: 168px;
  right: 0;
  align-items: flex-start;
  z-index: 50;
  transition: transform 0.3s;
  transform: translateX(246px);
}
@media screen and (max-width: 768px) {
  .ad_prize_contents .sp_nav {
    display: flex;
  }
}
.ad_prize_contents .sp_nav.open {
  transform: translateX(0);
}
.ad_prize_contents .sp_nav.open .title:before {
  transform: rotate(0);
}
.ad_prize_contents .sp_nav .title {
  width: 32px;
  height: 187px;
  background: var(--base_color0101);
  border-radius: 16px 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}
.ad_prize_contents .sp_nav .title:before {
  content: "";
  width: 7px;
  height: 13px;
  background: url(../images/sp_nav_arrow.svg) no-repeat center/contain;
  transform: rotate(180deg);
}
.ad_prize_contents .sp_nav .title span {
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
.ad_prize_contents .sp_nav .aside_links {
  width: 246px;
  padding: 15px;
  background: var(--base_color03);
}
.ad_prize_contents .aside_links {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  position: sticky;
  top: 68px;
  left: 0;
  width: 214px;
}
@media screen and (max-width: 768px) {
  .ad_prize_contents .aside_links {
    position: static;
  }
}
.ad_prize_contents .aside_links > li .btn01 {
  width: 100%;
  height: 48px;
  padding: 0 46px 0 24px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.14;
  color: var(--base_color01);
}
@media screen and (min-width: 769px) {
  .ad_prize_contents .aside_links > li .btn01:hover {
    color: #fff;
  }
  .ad_prize_contents .aside_links > li .btn01:hover:after {
    background-image: url(../images/btn01_arrow02_h.svg);
  }
}
.ad_prize_contents .aside_links > li .btn01:after {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url(../images/btn01_arrow02.svg);
}
.ad_prize_contents .aside_links > li .btn01.active {
  color: #fff;
}
.ad_prize_contents .aside_links > li .btn01.active:after {
  background-image: url(../images/btn01_arrow02_h.svg);
}
.ad_prize_contents .aside_links > li .sub {
  padding-left: 15px;
  position: relative;
  color: var(--base_color00);
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  line-height: 1.3;
  margin-left: 20px;
}
.ad_prize_contents .aside_links > li .sub:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../images/icon_arrow01.svg) no-repeat center/contain;
}
.ad_prize_contents aside {
  width: 214px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ad_prize_contents aside {
    order: 1;
  }
}
.ad_prize_contents .ad_prize_content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .ad_prize_contents .ad_prize_content {
    flex: none;
    width: 100%;
    padding-right: 20px;
  }
}

.sec_ad_prize .note {
  margin-top: 5px;
  font-size: 0.875rem;
  font-weight: 400;
}
.sec_ad_prize h1 {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--base_color01);
  line-height: 1.33;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize h1 {
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center;
  }
}
.sec_ad_prize h1 span {
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize h1 span {
    margin-right: 0;
  }
}
.sec_ad_prize.sec01 figure {
  max-width: 259px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec01 figure {
    max-width: 156px;
  }
}
.sec_ad_prize.sec01 figure figcaption {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.43;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec01 figure figcaption {
    font-size: 0.75rem;
    margin-top: 12px;
  }
}
.sec_ad_prize.sec01 h2 {
  text-align: center;
  color: var(--base_color01);
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec01 h2 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
.sec_ad_prize.sec01 .p01 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec01 .p01 {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
.sec_ad_prize.sec01 .dl_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec01 .dl_list {
    margin-bottom: 50px;
  }
}
.sec_ad_prize.sec01 .dl_list dl {
  line-height: 1.875;
  align-items: center;
}
.sec_ad_prize.sec01 .dl_list dl dt {
  font-weight: 500;
}
.sec_ad_prize.sec01 .dl_list dl dd {
  font-weight: 500;
}
.sec_ad_prize.sec01 .list.circle > li:before {
  content: "●";
}
.sec_ad_prize.sec01 .monthly_prize {
  border-radius: 30px;
  background: var(--base_color03);
  padding: 55px 20px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec01 .monthly_prize {
    padding: 25px 20px;
  }
}
.sec_ad_prize.sec01 .monthly_prize .content {
  max-width: 730px;
  margin: auto;
}
.sec_ad_prize.sec01 .monthly_prize .content h3 {
  border-color: #fff;
  background: linear-gradient(to bottom, var(--base_color0102) 0, #82EBE4 100%);
}
.sec_ad_prize.sec01 .monthly_prize .content h4 {
  color: var(--base_color01);
  margin-top: 40px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec01 .monthly_prize .content h4 {
    margin-top: 30px;
    text-align: center;
  }
}
.sec_ad_prize.sec01 .monthly_prize .content .p02 {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 23px;
}
.sec_ad_prize.sec01 .monthly_prize .content .p02 span {
  font-size: 0.75rem;
}
.sec_ad_prize.sec01 .monthly_prize .content .limit {
  color: var(--base_color04);
  font-size: 1rem;
}
.sec_ad_prize.sec01 .monthly_prize .content .limit span {
  font-size: 1.25rem;
}
.sec_ad_prize.sec01 .monthly_prize .content .note {
  margin-bottom: 40px;
}
.sec_ad_prize.sec01 .monthly_prize .content .btn02 {
  margin: 40px auto 0;
}
.sec_ad_prize.sec01 .monthly_prize .content .btn02:after {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec01 .monthly_prize .content .address {
    text-align: center;
  }
}
.sec_ad_prize.sec02 {
  margin-bottom: 70px;
}
.sec_ad_prize.sec02 .lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec02 .lead {
    margin-bottom: 40px;
  }
}
.sec_ad_prize.sec02 .lead .list.kome {
  margin-top: 2em;
}
.sec_ad_prize.sec02 .lead .list.kome li {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec02 .no_data {
    padding-top: 30px;
    text-align: center;
  }
}
.sec_ad_prize.sec02 .sec_cases {
  padding-top: 0;
}
.sec_ad_prize.sec02 .ad_prize {
  margin-top: 80px;
}
.sec_ad_prize.sec02 .ad_prize:first-child {
  margin-top: 0;
}
.sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li a {
  height: 100%;
}
.sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li a.no_prize {
  pointer-events: none;
}
.sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li article .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li article .title h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li article .title h3 {
    font-size: 1rem;
  }
}
.sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li article .case_product_wrap {
  display: flex;
  justify-content: center;
  height: 2.86em;
}
@media screen and (max-width: 600px) {
  .sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li article .case_product_wrap {
    height: auto;
  }
}
.sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li article .case_product {
  margin-bottom: 0;
  display: flex;
  text-align: left;
}
.sec_ad_prize.sec02 .ad_prize.monthly .case_list .flex_wrap_list > li article .case_product span:last-child {
  flex: 1;
}
.sec_ad_prize.sec02 .ad_prize h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: var(--base_color01);
  display: flex;
  align-items: center;
  line-height: 1.3;
  column-gap: 10px;
  min-height: 38px;
  padding: 3px 15px;
  margin-bottom: 50px;
}
.sec_ad_prize.sec02 .ad_prize h2:before {
  content: "";
  width: 34px;
  height: 25px;
  background: url(../images/icon_ad_prize.svg) no-repeat center;
}
.sec_ad_prize.sec02 .ad_prize .case_list {
  margin-bottom: 80px;
}
.sec_ad_prize.sec02 .ad_prize .case_list .flex_wrap_list {
  --col_gap: 28px;
}
@media screen and (max-width: 1040px) {
  .sec_ad_prize.sec02 .ad_prize .case_list .flex_wrap_list {
    --col_gap: 15px;
  }
}
@media screen and (max-width: 1040px) {
  .sec_ad_prize.sec02 .ad_prize .case_list .flex_wrap_list > li .case_cat {
    font-size: min(1.6vw, 1rem);
  }
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec02 .ad_prize .case_list .flex_wrap_list > li .case_cat {
    font-size: 1rem;
  }
}
.sec_ad_prize.sec02 .ad_prize .case_list .flex_wrap_list > li .image_wrap {
  margin-bottom: 20px;
}
.sec_ad_prize.sec03 h1 {
  text-align: center;
}
.sec_ad_prize.sec03 .ad_prize_list {
  max-width: 677px;
  margin: 0 auto 80px;
}
.sec_ad_prize.sec03 .ad_prize_list ul > li {
  display: flex;
  align-items: center;
  column-gap: 60px;
  padding: 20px 35px;
  border-top: 1px solid var(--base_color0003);
}
@media screen and (max-width: 1040px) {
  .sec_ad_prize.sec03 .ad_prize_list ul > li {
    padding: 20px 0;
    column-gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec03 .ad_prize_list ul > li {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }
}
.sec_ad_prize.sec03 .ad_prize_list ul > li:first-child {
  border-top: 0;
}
.sec_ad_prize.sec03 .ad_prize_list ul > li h3 {
  border-left: 10px solid var(--base_color01);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec03 .ad_prize_list ul > li h3 {
    font-size: 0.875rem;
  }
}
.sec_ad_prize.sec03 .ad_prize_list ul > li .links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec03 .ad_prize_list ul > li .links {
    flex: none;
    width: 100%;
    justify-content: flex-start;
  }
}
.sec_ad_prize.sec03 .ad_prize_list ul > li .links a {
  width: 160px;
  height: 36px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 30px 2px 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_ad_prize.sec03 .ad_prize_list ul > li .links a {
    width: 142px;
    font-size: 0.875rem;
    padding: 0 30px 0 14px;
    margin: 0;
  }
}
.sec_ad_prize.sec03 .ad_prize_list ul > li .links a:after {
  width: 16px;
  height: 16px;
  right: 10px;
  background-size: contain;
}
.sec_ad_prize.sec03 .ad_prize_list ul > li .links a.year {
  border-color: var(--base_color0101);
  background: var(--base_color0101);
}
.sec_ad_prize.sec03 .ad_prize_list ul > li .links a.year:after {
  background-image: url(../images/btn01_arrow03.svg);
}
@media screen and (min-width: 769px) {
  .sec_ad_prize.sec03 .ad_prize_list ul > li .links a.year:hover {
    color: var(--base_color0101);
    background: #fff;
  }
  .sec_ad_prize.sec03 .ad_prize_list ul > li .links a.year:hover:after {
    background-image: url(../images/btn01_arrow03_h.svg);
  }
}
.sec_ad_prize.sec03 .ad_prize_list ul > li .links a.month {
  border-color: var(--base_color01);
  background: var(--base_color01);
}
.sec_ad_prize.sec03 .ad_prize_list ul > li .links a.month:after {
  background-image: url(../images/btn01_arrow_h.svg);
}
@media screen and (min-width: 769px) {
  .sec_ad_prize.sec03 .ad_prize_list ul > li .links a.month:hover {
    color: var(--base_color01);
    background: #fff;
  }
  .sec_ad_prize.sec03 .ad_prize_list ul > li .links a.month:hover:after {
    background-image: url(../images/btn01_arrow.svg);
  }
}

.sec_flow.sec01 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 {
    padding-top: 30px;
  }
}
.sec_flow.sec01 .flow_list {
  position: relative;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 .flow_list {
    padding: 40px 20px;
  }
}
.sec_flow.sec01 .flow_list:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--base_color03);
  width: calc(100vw - 40px);
  max-width: 1140px;
  height: 100%;
  border-radius: 40px;
}
.sec_flow.sec01 .flow_list ol {
  counter-reset: cnt;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 .flow_list ol {
    row-gap: 34px;
  }
}
.sec_flow.sec01 .flow_list ol > li {
  counter-increment: cnt;
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  position: relative;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 .flow_list ol > li {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
}
.sec_flow.sec01 .flow_list ol > li:last-child {
  padding-bottom: 0;
}
.sec_flow.sec01 .flow_list ol > li:last-child:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 .flow_list ol > li:last-child .image:before {
    content: none !important;
  }
}
.sec_flow.sec01 .flow_list ol > li:before {
  content: counter(cnt, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.875rem;
  letter-spacing: 0.1em;
  color: var(--base_color01);
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 .flow_list ol > li:before {
    font-size: 3rem;
    margin-bottom: 15px;
    line-height: 1;
  }
}
.sec_flow.sec01 .flow_list ol > li:after {
  content: "";
  width: 80px;
  height: calc(100% - 83px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/arrow_line.svg) no-repeat center bottom;
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 .flow_list ol > li:after {
    content: none;
  }
}
.sec_flow.sec01 .flow_list ol > li .image_text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 .flow_list ol > li .image_text {
    flex-direction: column;
    row-gap: 20px;
  }
}
.sec_flow.sec01 .flow_list ol > li .image_text .text {
  flex: 1;
}
.sec_flow.sec01 .flow_list ol > li .image_text .text h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46;
  margin-bottom: 15px;
}
.sec_flow.sec01 .flow_list ol > li .image_text .image {
  width: 210px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 .flow_list ol > li .image_text .image {
    position: relative;
    width: 310px;
    text-align: center;
    padding: 20px 0 20px 68px;
  }
  .sec_flow.sec01 .flow_list ol > li .image_text .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: calc(100% + 40px);
    background: url(../images/arrow_line.svg) no-repeat center bottom;
  }
}
.sec_flow.sec01 .p01 {
  max-width: 810px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .sec_flow.sec01 .p01 {
    margin-top: 40px;
  }
}

.sec_faq.sec01 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec_faq.sec01 {
    padding-top: 30px;
  }
}
.sec_faq.sec01 .faq_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec_faq.sec01 .faq_list {
    margin-bottom: 50px;
  }
}
.sec_faq.sec01 .faq_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.sec_faq.sec01 .faq_list ul > li h3:before,
.sec_faq.sec01 .faq_list ul > li .answer:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--base_color01);
  font-size: 1.875rem;
  display: block;
  width: 76px;
  text-align: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sec_faq.sec01 .faq_list ul > li h3:before,
  .sec_faq.sec01 .faq_list ul > li .answer:before {
    font-size: 1.625rem;
    width: 47px;
  }
}
.sec_faq.sec01 .faq_list ul > li h3:after,
.sec_faq.sec01 .faq_list ul > li .answer:after {
  content: "";
  width: 62px;
  height: 56px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sec_faq.sec01 .faq_list ul > li h3:after,
  .sec_faq.sec01 .faq_list ul > li .answer:after {
    width: 50px;
  }
}
.sec_faq.sec01 .faq_list ul > li h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.875;
  min-height: 68px;
  padding: 5px 0;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--base_color0002);
}
@media screen and (min-width: 769px) {
  .sec_faq.sec01 .faq_list ul > li h3:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq.sec01 .faq_list ul > li h3 {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}
.sec_faq.sec01 .faq_list ul > li h3.open:after {
  background-image: url(../images/ex_arrow_minus.svg);
}
.sec_faq.sec01 .faq_list ul > li h3:before {
  content: "Q";
}
.sec_faq.sec01 .faq_list ul > li h3:after {
  background: url(../images/ex_arrow_plus.svg) no-repeat center/26px 26px;
}
.sec_faq.sec01 .faq_list ul > li h3 span {
  flex: 1;
}
.sec_faq.sec01 .faq_list ul > li .ex_content {
  display: none;
}
.sec_faq.sec01 .faq_list ul > li .ex_content .answer {
  padding: 24px 0;
  display: flex;
  background: var(--base_color03);
}
.sec_faq.sec01 .faq_list ul > li .ex_content .answer:before {
  content: "A";
}
.sec_faq.sec01 .faq_list ul > li .ex_content .answer:after {
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec_faq.sec01 .faq_list ul > li .ex_content .answer:after {
    width: 20px;
  }
}
.sec_faq.sec01 .faq_list ul > li .ex_content .answer .text {
  flex: 1;
  margin-top: -3px;
}

.strength footer {
  background: var(--base_color0103);
  margin-top: 0;
}

.sec_strength.sec01 {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 {
    padding-top: 0;
    margin-top: -70px;
  }
}
.sec_strength.sec01:after {
  content: "";
  position: absolute;
  bottom: -270px;
  right: calc(50% + 379px);
  width: 526px;
  height: 527px;
  background: url(../images/strength_sec01_bg02.svg) no-repeat;
}
.sec_strength.sec01 .image_text01 {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 83px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text01 {
    flex-direction: column;
    margin-bottom: 39px;
  }
}
.sec_strength.sec01 .image_text01:after {
  content: "";
  width: 578px;
  height: 681px;
  background: url(../images/strength_sec01_bg01.svg) no-repeat;
  position: absolute;
  top: -33px;
  left: calc(50% + 368px);
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text01:after {
    background: url(../images/strength_sec01_bg01_sp.svg) no-repeat;
    width: 302px;
    height: 355px;
    top: 160px;
    left: calc(50% + 20px);
  }
}
.sec_strength.sec01 .image_text01 .image {
  width: calc(50% + 78px);
  height: 454px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .sec_strength.sec01 .image_text01 .image {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text01 .image {
    width: 100%;
    height: 265px;
    border-radius: 0;
  }
}
.sec_strength.sec01 .image_text01 .image img {
  object-position: center top;
}
.sec_strength.sec01 .image_text01 .image span {
  display: block;
  line-height: 1.7;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-right: 164px;
}
@media screen and (max-width: 1040px) {
  .sec_strength.sec01 .image_text01 .image span {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text01 .image span {
    font-size: 1.375rem;
    margin-top: 8px;
  }
}
.sec_strength.sec01 .image_text01 .text {
  width: calc(50% - 78px);
  padding: 37px 0 0 163px;
}
@media screen and (max-width: 1040px) {
  .sec_strength.sec01 .image_text01 .text {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text01 .text {
    width: 100%;
    padding: 30px calc(50% + 25px) 0 0;
  }
  .sec_strength.sec01 .image_text01 .text h2 {
    width: 80px;
    margin-left: auto;
  }
}
.sec_strength.sec01 .image_text02 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text02 {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.sec_strength.sec01 .image_text02 .images {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text02 .images {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }
}
.sec_strength.sec01 .image_text02 .images img {
  zoom: 0.5;
  max-width: initial;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text02 .images img {
    max-width: 100%;
  }
}
.sec_strength.sec01 .image_text02 .images .image01 {
  margin: 35px 0 29px 112px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text02 .images .image01 {
    max-width: 195px;
    margin: 0 0 6px auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text02 .images .image02 {
    max-width: 138px;
  }
}
.sec_strength.sec01 .image_text02 .text {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text02 .text {
    width: 100%;
  }
}
.sec_strength.sec01 .image_text02 .text h2 {
  line-height: 1.67;
  color: var(--base_color01);
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text02 .text h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 24px;
    position: relative;
    width: calc(100% + 20px);
  }
}
.sec_strength.sec01 .image_text02 .text p {
  max-width: 440px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text02 .text p {
    max-width: 100%;
    margin: 0 0 24px 0;
  }
}
.sec_strength.sec01 .image_text03 {
  text-align: center;
  padding: 0 5px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec01 .image_text03 {
    margin-bottom: 30px;
  }
}
.sec_strength.sec02 .page_links {
  position: relative;
  z-index: 1;
}
.sec_strength.sec02 .page_links p {
  font-size: 1.875rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base_color01);
  line-height: 1;
  margin-bottom: 45px;
  column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .page_links p {
    font-size: 1.5625rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 360px) {
  .sec_strength.sec02 .page_links p {
    font-size: 1.5rem;
  }
}
.sec_strength.sec02 .page_links p:before, .sec_strength.sec02 .page_links p:after {
  content: "";
  width: 39px;
  height: 26px;
  background: no-repeat center;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .page_links p:before, .sec_strength.sec02 .page_links p:after {
    height: 46px;
  }
}
.sec_strength.sec02 .page_links p:before {
  background-image: url(../images/text_dec01_left.svg);
}
.sec_strength.sec02 .page_links p:after {
  background-image: url(../images/text_dec01_right.svg);
}
.sec_strength.sec02 .page_links .categories {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .page_links .categories ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .sec_strength.sec02 .page_links .categories ul li a {
    font-size: 0.8125rem;
  }
  .sec_strength.sec02 .page_links .categories ul li a br {
    display: none;
  }
}
.sec_strength.sec02 .page_links .categories ul li a:after {
  transform: rotate(90deg);
}
.sec_strength.sec02 .page_links .categories ul li a .sub {
  display: inline-block;
}
.sec_strength.sec02 .contents .content h2 {
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base_color01);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content h2 {
    height: 68px;
    font-size: 1.5rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 360px) {
  .sec_strength.sec02 .contents .content h2 {
    font-size: 1.3125rem;
    line-height: 1.3;
  }
}
.sec_strength.sec02 .contents .content h2 span {
  font-size: 1.25rem;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content h2 span {
    font-size: 0.875rem;
  }
}
.sec_strength.sec02 .contents .content h3 {
  background: #fff;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--base_color01);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content h3 {
    font-size: 1.25rem;
    height: 48px;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content p {
    font-size: 1rem;
  }
}
.sec_strength.sec02 .contents .content .box {
  border: 2px solid var(--base_color01);
  background: #fff;
  border-radius: 40px;
  padding: 45px 20px 0 20px;
  position: relative;
  max-width: 740px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content .box {
    max-width: 600px;
    margin: auto;
    padding: 20px 10px 0;
  }
}
.sec_strength.sec02 .contents .content .box .list01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  color: var(--base_color01);
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content .box .list01 {
    display: block;
    margin-bottom: 9px;
    padding: 0 13px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 360px) {
  .sec_strength.sec02 .contents .content .box .list01 {
    padding: 0 5px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content .box .list01 li {
    display: inline-block;
  }
}
.sec_strength.sec02 .contents .content .box .list01 li:last-child:after {
  content: none;
}
.sec_strength.sec02 .contents .content .box .list01 li:after {
  content: "／";
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content .box .list01 li:after {
    margin: 0 3px;
  }
}
.sec_strength.sec02 .contents .content .box .list01 li.pre_space:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content .box .list01 li.pre_space:after {
    content: "／";
  }
}
.sec_strength.sec02 .contents .content .box .list01 li.space {
  width: 100%;
}
.sec_strength.sec02 .contents .content .box .list01 li.space:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content .box .list01 li.space {
    display: none;
  }
}
.sec_strength.sec02 .contents .content .box .list01 li span {
  font-size: 1rem;
  margin-left: 1em;
}
.sec_strength.sec02 .contents .content .box .list02 {
  display: flex;
  justify-content: center;
  column-gap: 7px;
  margin-bottom: -53px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content .box .list02 {
    margin-bottom: -38px;
    column-gap: 2px;
  }
}
.sec_strength.sec02 .contents .content .box .list02 li {
  width: 106px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base_color0101);
  border: 3px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content .box .list02 li {
    max-width: 76px;
    width: 100%;
    font-size: 1rem;
  }
}
.sec_strength.sec02 .contents .content .box .list02 li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec_strength.sec02 .contents .content .box .list02 li span {
  position: absolute;
  z-index: 5;
}
.sec_strength.sec02 .contents .content:nth-child(odd) {
  position: relative;
  z-index: 0;
  background: linear-gradient(to bottom, transparent 5vw, var(--base_color0103) 5vw);
}
@media screen and (max-width: 1920px) {
  .sec_strength.sec02 .contents .content:nth-child(odd) {
    background: var(--base_color0103);
  }
}
.sec_strength.sec02 .contents .content:nth-child(odd):before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -186px;
  left: 0;
  width: 100%;
  height: 503px;
  background: url(../images/strength_sec02_bg01.svg) no-repeat center/100%;
}
@media screen and (max-width: 1920px) {
  .sec_strength.sec02 .contents .content:nth-child(odd):before {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content:nth-child(odd):before {
    height: 184px;
    top: -128px;
    background-image: url(../images/strength_sec02_bg01_sp.svg);
  }
}
.sec_strength.sec02 .contents .content:nth-child(odd):after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -393px;
  width: 100%;
  height: 503px;
  background: url(../images/strength_sec02_bg02.svg) no-repeat center/100%;
}
@media screen and (max-width: 1920px) {
  .sec_strength.sec02 .contents .content:nth-child(odd):after {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content:nth-child(odd):after {
    height: 184px;
    bottom: -150px;
    background-image: url(../images/strength_sec02_bg02_sp.svg);
  }
}
.sec_strength.sec02 .contents .content.content01 {
  margin: 120px 0 238px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 {
    margin: 36px 0 120px;
  }
}
.sec_strength.sec02 .contents .content.content01 h2 {
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 h2 {
    margin-bottom: 20px;
  }
}
.sec_strength.sec02 .contents .content.content01 h4 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 25px;
  line-height: 1.46;
  position: relative;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 h4 {
    font-size: 1.25rem;
  }
}
.sec_strength.sec02 .contents .content.content01 h4:before {
  content: "";
  position: absolute;
  top: 0.28em;
  left: 0;
  width: 10px;
  height: calc(100% - 0.46em);
  background: var(--base_color01);
}
.sec_strength.sec02 .contents .content.content01 .balloon_text01 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .balloon_text01 {
    text-align: center;
    margin-bottom: 15px;
  }
}
.sec_strength.sec02 .contents .content.content01 .balloon_text01 img {
  position: absolute;
  top: -120px;
  right: -65px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .balloon_text01 img {
    position: static;
    width: 260px;
  }
}
.sec_strength.sec02 .contents .content.content01 .balloon_text02 {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .balloon_text02 {
    text-align: center;
    margin-bottom: 15px;
  }
}
.sec_strength.sec02 .contents .content.content01 .balloon_text02 img {
  position: absolute;
  top: -190px;
  left: -82px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .balloon_text02 img {
    position: static;
    width: 260px;
  }
}
.sec_strength.sec02 .contents .content.content01 .hide_text {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.sec_strength.sec02 .contents .content.content01 .note ul li {
  font-size: 0.875rem;
  line-height: 1.43;
}
.sec_strength.sec02 .contents .content.content01 .link01 {
  margin: 35px 0 108px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .link01 {
    margin: 30px 0 70px;
  }
}
.sec_strength.sec02 .contents .content.content01 .link01 a {
  max-width: 310px;
  width: 100%;
}
.sec_strength.sec02 .contents .content.content01 .p01 {
  text-align: center;
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .p01 {
    margin: 27px 0 20px;
    text-align: left;
  }
}
.sec_strength.sec02 .contents .content.content01 .sns_links {
  display: flex;
  justify-content: center;
  column-gap: 22px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .sns_links {
    flex-wrap: wrap;
    max-width: 350px;
    margin: auto;
    column-gap: 14px;
    row-gap: 17px;
  }
}
.sec_strength.sec02 .contents .content.content01 .sns_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  background: var(--base_color01);
  max-width: 154px;
  width: 100%;
  height: 46px;
  border: 3px solid #fff;
  border-radius: 26px;
  position: relative;
  /*
  &:after {
      content: '';
      position: absolute;
      top: 0;
      right: 14px;
      bottom: 0;
      margin: auto;
      background: url(../images/icon_nav_new_win02.svg) no-repeat center / contain;
      width: 12px;
      height: 12px;
      @include media-query(xs) {
          right: 10px;
      }
  }*/
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .sns_links a {
    max-width: calc((100% - 14px) / 2);
  }
}
@media screen and (max-width: 360px) {
  .sec_strength.sec02 .contents .content.content01 .sns_links a {
    font-size: 0.875rem;
  }
}
.sec_strength.sec02 .contents .content.content01 .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --col_gap: 111px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details {
    flex-direction: column;
  }
  .sec_strength.sec02 .contents .content.content01 .details > div {
    width: 100% !important;
  }
}
.sec_strength.sec02 .contents .content.content01 .details > div {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details p {
    font-size: 1rem;
  }
  .sec_strength.sec02 .contents .content.content01 .details p br {
    display: none;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .col201,
.sec_strength.sec02 .contents .content.content01 .details .col202 {
  width: calc((100% - var(--col_gap)) / 2);
}
.sec_strength.sec02 .contents .content.content01 .details .col201 {
  position: relative;
}
.sec_strength.sec02 .contents .content.content01 .details .col201:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * (var(--col_gap) - 1px) / 2);
  width: 1px;
  height: 384px;
  background: var(--base_color01);
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .col201:after {
    content: none;
  }
}
.sec_strength.sec02 .contents .content.content01 .details img {
  zoom: 0.5;
}
.sec_strength.sec02 .contents .content.content01 .details .detail01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail01 {
    margin-bottom: 50px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail01 .image01 {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail01 .image01 {
    padding-top: 15px;
    margin-bottom: 15px;
    position: relative;
    left: -20px;
    width: calc(100% + 20px * 2);
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail02 {
    margin-bottom: 54px;
    position: relative;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail02 .image02 {
  text-align: center;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail02 .image02 {
    margin-top: 0;
    position: relative;
    left: -20px;
    width: calc(100% + 20px * 2);
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail02 .note {
  max-width: 52%;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail02 .note {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail03 {
    margin-bottom: 40px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail03 h4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail03 h4 {
    margin-bottom: 30px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail03 .image03 {
  text-align: center;
}
.sec_strength.sec02 .contents .content.content01 .details .detail03 p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail03 p {
    margin: 26px auto 0;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail04 h4 {
  max-width: 373px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail04 h4 {
    max-width: 100%;
    margin-bottom: 36px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail04 .image04 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail04 .image04 {
    position: relative;
    left: -5px;
    width: calc(100% + 10px);
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail05 {
    margin-bottom: 44px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail05 h4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail05 h4 {
    margin-bottom: 36px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail05 .image05 {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail05 .image05 {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail05 .image05 .image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail05 .image05 .image {
    position: relative;
    left: -5px;
    width: calc(100% + 10px);
    text-align: center;
    margin: auto;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail05 .image05 .image .note {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail05 .image05 .image .note {
    text-align: left;
    right: auto;
    left: calc(50% - 160px);
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail05 .image05 .image.img02 {
    padding-left: 12px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail06 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail06 {
    margin-bottom: 44px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail06 h4 {
  max-width: 326px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail06 h4 {
    max-width: 100%;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail06 .image06 {
  text-align: center;
}
.sec_strength.sec02 .contents .content.content01 .details .detail06 .note {
  max-width: 326px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail06 .note {
    bottom: 115px;
    width: fit-content;
  }
  .sec_strength.sec02 .contents .content.content01 .details .detail06 .note br {
    display: none;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail07 {
  margin-top: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail07 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail07 h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail07 h4 {
    margin-bottom: 20px;
  }
}
.sec_strength.sec02 .contents .content.content01 .details .detail07 .image07 {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content01 .details .detail07 .image07 {
    flex: none;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_strength.sec02 .contents .content.content02 {
  position: relative;
  z-index: 5;
}
.sec_strength.sec02 .contents .content.content02 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 h2 {
    margin-bottom: 28px;
  }
}
.sec_strength.sec02 .contents .content.content02 .p01 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 .p01 {
    text-align: left;
    margin-bottom: 25px;
  }
}
.sec_strength.sec02 .contents .content.content02 .banner_list {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 .banner_list {
    margin-bottom: 0;
  }
}
.sec_strength.sec02 .contents .content.content02 .banner_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 .banner_list ul {
    row-gap: 23px;
  }
}
.sec_strength.sec02 .contents .content.content02 .banner_list ul li {
  display: flex;
  column-gap: 11px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 .banner_list ul li {
    flex-direction: column;
    align-items: center;
    row-gap: 23px;
  }
}
.sec_strength.sec02 .contents .content.content02 .banner_list ul li h3 {
  width: 205px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 .banner_list ul li h3 {
    width: auto;
    height: auto;
  }
}
.sec_strength.sec02 .contents .content.content02 .banner_list ul li .banners {
  display: flex;
  flex-wrap: wrap;
  column-gap: 11px;
  row-gap: 11px;
  width: 411px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 .banner_list ul li .banners {
    column-gap: 8px;
    row-gap: 8px;
    width: 100%;
    justify-content: center;
  }
}
.sec_strength.sec02 .contents .content.content02 .banner_list ul li .banners a, .sec_strength.sec02 .contents .content.content02 .banner_list ul li .banners span {
  width: 200px;
  box-shadow: 0 0 0 1px rgba(var(--base_color00_rgb), 0.3);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 .banner_list ul li .banners a, .sec_strength.sec02 .contents .content.content02 .banner_list ul li .banners span {
    max-width: 142px;
    width: calc((100% - 8px) / 2);
  }
}
.sec_strength.sec02 .contents .content.content02 .image01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 .image01 {
    position: relative;
    left: -20px;
    width: calc(100% + 20px * 2);
  }
}
.sec_strength.sec02 .contents .content.content02 .image01 img {
  zoom: 0.5;
}
.sec_strength.sec02 .contents .content.content02 .link01 {
  margin-top: -63px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content02 .link01 {
    margin-top: 20px;
  }
}
.sec_strength.sec02 .contents .content.content03 {
  margin: 110px 0 163px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03 {
    margin: 93px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03:before {
    top: -74px;
  }
}
.sec_strength.sec02 .contents .content.content03:after {
  bottom: -327px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03:after {
    bottom: -151px;
  }
}
.sec_strength.sec02 .contents .content.content03 h2 {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03 h2 {
    margin-bottom: 21px;
  }
}
.sec_strength.sec02 .contents .content.content03 h3 {
  margin-bottom: 30px;
}
.sec_strength.sec02 .contents .content.content03 .p01 {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03 .p01 {
    text-align: left;
    margin-bottom: 34px;
  }
}
.sec_strength.sec02 .contents .content.content03 .p02 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03 .p02 {
    text-align: left;
  }
}
.sec_strength.sec02 .contents .content.content03 .box.box01 {
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03 .box.box01 {
    margin-bottom: 77px;
  }
}
.sec_strength.sec02 .contents .content.content03 .box.box01:before {
  content: "";
  position: absolute;
  top: -32px;
  right: -108px;
  background: url(../images/strength_sec02_content03_image01.svg) no-repeat;
  width: 162px;
  height: 119px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03 .box.box01:before {
    position: static;
    box-sizing: content-box;
    float: right;
    shape-outside: inset(30px 0 0 0);
    margin: 24px -30px 0 0;
    width: 78px;
    height: 54px;
    background-image: url(../images/strength_sec02_content03_image01_sp.svg);
    background-size: contain;
  }
}
.sec_strength.sec02 .contents .content.content03 .box.box02 {
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03 .box.box02 {
    padding-left: 36px;
    margin-bottom: 84px;
  }
}
.sec_strength.sec02 .contents .content.content03 .box.box02:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -98px;
  background: url(../images/strength_sec02_content03_image02.svg) no-repeat;
  width: 177px;
  height: 173px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content03 .box.box02:before {
    top: 60px;
    left: -56px;
    background-image: url(../images/strength_sec02_content03_image02_sp.svg);
    width: 100px;
    height: 105px;
  }
}
.sec_strength.sec02 .contents .content.content04 {
  position: relative;
  z-index: 5;
  margin-bottom: 168px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content04 {
    margin-bottom: 70px;
  }
}
.sec_strength.sec02 .contents .content.content04 h2 {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content04 h2 {
    margin-bottom: 22px;
  }
}
.sec_strength.sec02 .contents .content.content04 .p01 {
  margin-bottom: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content04 .p01 {
    text-align: left;
    margin-bottom: 34px;
  }
}
.sec_strength.sec02 .contents .content.content04 .box {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content04 .box {
    padding-bottom: 24px;
    padding-right: 5px;
  }
}
.sec_strength.sec02 .contents .content.content04 .box .bg {
  position: absolute;
  top: -50px;
  right: -130px;
  width: 162px;
  height: 105px;
  background: url(../images/strength_sec02_content04_image01.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content04 .box .bg {
    position: static;
    margin-top: 35px;
    margin-right: -24px;
    box-sizing: content-box;
    float: right;
    width: 108px;
    height: 70px;
    background-image: url(../images/strength_sec02_content04_image01_sp.svg);
  }
}
@media screen and (max-width: 360px) {
  .sec_strength.sec02 .contents .content.content04 .box .bg {
    shape-outside: inset(122px 0 0 24px);
  }
}
.sec_strength.sec02 .contents .content.content04 .box .list01 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content04 .box .list01 {
    display: block;
    padding: 0 0 0 5px;
  }
}
.sec_strength.sec02 .contents .content.content05 {
  margin-bottom: 166px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content05 {
    margin-bottom: 93px;
  }
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content05:before {
    top: -62px;
  }
}
.sec_strength.sec02 .contents .content.content05:after {
  bottom: -304px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content05:after {
    bottom: -151px;
  }
}
.sec_strength.sec02 .contents .content.content05 h2 {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content05 h2 {
    margin-bottom: 27px;
  }
}
.sec_strength.sec02 .contents .content.content05 .p01 {
  margin-bottom: 41px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content05 .p01 {
    text-align: left;
    margin-bottom: 30px;
  }
}
.sec_strength.sec02 .contents .content.content05 .box {
  margin-bottom: 107px;
  /*
  .list01 {
      padding-left: 1em;
      justify-content: flex-start;
      border-top: 1px solid var(--base_color01);
      padding: 20px 20px 20px calc(1em + 20px);
      position: relative;
      margin: 0 10px;
      margin-bottom: 0;
      @include media-query(md) {
          margin: auto;
          padding: 10px 10px 10px calc(1em + 10px);
      }
      &:first-child {
          border-top: 0;
          padding-top: 0;
      }
      &:before {
          content: '・';
          position: absolute;
          left: 20px;
          @include media-query(md) {
              left: 10px;
          }
      }
  }*/
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content05 .box {
    margin-bottom: 60px;
  }
}
.sec_strength.sec02 .contents .content.content06 {
  position: relative;
  z-index: 5;
  margin-bottom: 127px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content06 {
    margin-bottom: 100px;
  }
}
.sec_strength.sec02 .contents .content.content06:before {
  top: -164px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content06:before {
    top: -70px;
  }
}
.sec_strength.sec02 .contents .content.content06 h2 {
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content06 h2 {
    margin-bottom: 27px;
  }
}
.sec_strength.sec02 .contents .content.content06 .p01 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content06 .p01 {
    text-align: left;
    margin-bottom: 30px;
  }
}
.sec_strength.sec02 .contents .content.content06 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 17px;
  row-gap: 10px;
  max-width: 650px;
  margin: 0 auto 45px;
}
.sec_strength.sec02 .contents .content.content06 ul li {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  max-width: 310px;
  width: 100%;
}
.sec_strength.sec02 .contents .content.content06 ul li:before {
  content: "";
  width: 100%;
  height: 56px;
  background: var(--base_color0101);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 28px;
}
.sec_strength.sec02 .contents .content.content06 ul li .image {
  width: 64px;
  height: 64px;
  border: 4px solid var(--base_color0101);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
.sec_strength.sec02 .contents .content.content06 ul li .image.img01 img {
  position: relative;
  left: 3px;
}
.sec_strength.sec02 .contents .content.content06 ul li span {
  flex: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  left: -5px;
}
.sec_strength.sec02 .contents .content.content06 .types {
  display: flex;
  column-gap: 81px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content06 .types {
    flex-direction: column;
    row-gap: 45px;
  }
}
.sec_strength.sec02 .contents .content.content06 .types:before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--base_color01);
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content06 .types:before {
    content: none;
  }
}
.sec_strength.sec02 .contents .content.content06 .types .type {
  flex: 1;
}
.sec_strength.sec02 .contents .content.content06 .types .type h3 {
  background: var(--base_color0103);
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content06 .types .type h3 {
    margin-bottom: 30px;
  }
}
.sec_strength.sec02 .contents .content.content06 .types .type table {
  margin: auto;
}
.sec_strength.sec02 .contents .content.content06 .types .type table td {
  text-align: center;
  padding: 18px;
}
.sec_strength.sec02 .contents .content.content06 .types .type table td img {
  zoom: 0.5;
}
.sec_strength.sec02 .contents .content.content07:after {
  content: none;
}
.sec_strength.sec02 .contents .content.content07 h2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content07 h2 {
    margin-bottom: 28px;
  }
}
.sec_strength.sec02 .contents .content.content07 .p01 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content07 .p01 {
    text-align: left;
    margin-bottom: 30px;
  }
}
.sec_strength.sec02 .contents .content.content07 .types {
  display: flex;
  column-gap: 81px;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content07 .types {
    flex-direction: column;
    row-gap: 44px;
  }
}
.sec_strength.sec02 .contents .content.content07 .types:before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--base_color01);
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content07 .types:before {
    content: none;
  }
}
.sec_strength.sec02 .contents .content.content07 .types .type {
  flex: 1;
}
.sec_strength.sec02 .contents .content.content07 .types .type h3 {
  margin-bottom: 20px;
}
.sec_strength.sec02 .contents .content.content07 .types .type .image {
  text-align: center;
}
.sec_strength.sec02 .contents .content.content07 .types .type .image img {
  zoom: 0.5;
}
.sec_strength.sec02 .contents .content.content07 .list_wrap {
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content07 .list_wrap {
    row-gap: 18px;
  }
}
.sec_strength.sec02 .contents .content.content07 .list_wrap dl {
  display: flex;
  column-gap: 8px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .sec_strength.sec02 .contents .content.content07 .list_wrap dl {
    flex-direction: column;
    row-gap: 7px;
  }
}
.sec_strength.sec02 .contents .content.content07 .list_wrap dl dt {
  background: var(--base_color0101);
  color: #fff;
  width: 144px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.sec_strength.sec02 .contents .content.content07 .list_wrap dl dd {
  min-height: 30px;
  display: flex;
  align-items: center;
}

.sec_guide h2 {
  min-height: 68px;
  border-radius: 30px;
  background: var(--base_color01);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .sec_guide h2 {
    border-radius: 0;
    margin-bottom: 30px;
    font-size: 1.25rem;
    min-height: 48px;
  }
}
.sec_guide.sec01 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec_guide.sec01 {
    padding: 40px 0 60px;
  }
}
.sec_guide.sec01 .image_text {
  display: flex;
  column-gap: 60px;
  max-width: 940px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_guide.sec01 .image_text {
    flex-direction: column;
    align-items: center;
    row-gap: 27px;
  }
}
.sec_guide.sec01 .image_text .image img {
  zoom: 0.5;
  border: 1px solid rgba(var(--base_color00_rgb), 0.3);
}
.sec_guide.sec01 .image_text .image figcaption {
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: 500;
  margin-top: 5px;
}
.sec_guide.sec01 .image_text .text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_guide.sec01 .image_text .text {
    flex: none;
    width: 100%;
  }
}
.sec_guide.sec01 .image_text .text .note {
  margin-bottom: 22px;
  margin-top: 8px;
}
.sec_guide.sec01 .image_text .text .note ul li {
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: 500;
}
.sec_guide.sec01 .image_text .text .box {
  background: var(--base_color03);
  border-radius: 20px;
  padding: 15px 30px;
  margin-bottom: 34px;
}
.sec_guide.sec01 .image_text .text .box h3 {
  color: var(--base_color01);
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 12px;
}
.sec_guide.sec01 .image_text .text .box .lists {
  display: flex;
  column-gap: 27px;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .sec_guide.sec01 .image_text .text .box .lists {
    flex-direction: column;
  }
}
.sec_guide.sec01 .image_text .text .box .lists .list li {
  font-size: 1rem;
  line-height: 1.875;
}
.sec_guide.sec02 .p01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec_guide.sec02 .p01 {
    margin-bottom: 30px;
  }
}
.sec_guide.sec02 .btn0201 {
  margin-bottom: 80px;
}
.sec_guide.sec02 .image_text {
  display: flex;
  justify-content: center;
  column-gap: 70px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1040px) {
  .sec_guide.sec02 .image_text {
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec_guide.sec02 .image_text {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-bottom: 50px;
  }
}
.sec_guide.sec02 .image_text .image img {
  zoom: 0.5;
}
.sec_guide.sec02 .image_text .text {
  flex: 1;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .sec_guide.sec02 .image_text .text {
    flex: none;
    width: 100%;
  }
}
.sec_guide.sec02 .image_text .text .btns {
  display: flex;
  column-gap: 23px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_guide.sec02 .image_text .text .btns {
    flex-direction: column;
    row-gap: 21px;
    align-items: center;
  }
}
.sec_guide.sec02 .image_text .text .btns a {
  margin-bottom: 0;
  justify-content: flex-start;
  padding-left: 24px;
}
.sec_guide.sec02 .image_text .text .links {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.sec_guide.sec02 .image_text .text .links a {
  font-weight: 500;
}
.sec_guide.sec02 .image_text .text .links a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  background: url(../images/icon_download02.svg) no-repeat;
}
.sec_guide.sec02 .box {
  background: var(--base_color03);
  border-radius: 20px;
  padding: 30px 15px;
  max-width: 540px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_guide.sec02 .box {
    padding: 24px 10px;
  }
}
.sec_guide.sec02 .box h4 {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_guide.sec02 .box h4 {
    font-size: 0.875rem;
  }
}
.sec_guide.sec02 .box p {
  text-align: center;
  line-height: 1.56;
}
.sec_guide.sec02 .box p span {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .sec_guide.sec02 .box p span {
    display: block;
    margin: 0;
  }
}

.sec_contact {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec_contact {
    padding-top: 40px;
  }
}
.sec_contact .p01 {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .sec_contact .p01 {
    margin-bottom: 40px;
    text-align: left;
  }
}
.sec_contact iframe {
  width: 100% !important;
  height: 2782px !important;
  max-height: initial !important;
  max-height: none !important;
}
@media screen and (max-width: 890px) {
  .sec_contact iframe {
    height: 2850px !important;
  }
}
@media screen and (max-width: 807px) {
  .sec_contact iframe {
    height: 2320px !important;
  }
}
@media screen and (max-width: 704px) {
  .sec_contact iframe {
    height: 2428px !important;
  }
}
@media screen and (max-width: 574px) {
  .sec_contact iframe {
    height: 2528px !important;
  }
}
@media screen and (max-width: 504px) {
  .sec_contact iframe {
    height: 2528px !important;
  }
}
@media screen and (max-width: 484px) {
  .sec_contact iframe {
    height: 2628px !important;
  }
}
@media screen and (max-width: 444px) {
  .sec_contact iframe {
    height: 2688px !important;
  }
}