@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&family=Noto+Serif+JP:wght@300;400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.cnt, header .inner, .ct .inner, .ct.example-index {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
}

/* ========================================================= */
/* フォントカラー */
/* ========================================================= */
.red {
  color: #ff0000;
}

.blue {
  color: #006fa2;
}

.orange {
  color: #fa6233;
}

.yellow {
  color: #ffff5b;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_g1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.f_g2 {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.f_ar, header .h-cnt h1 strong {
  font-family: "Arial", Gadget, sans-serif;
}

.f_arb {
  font-family: "Arial Black", Gadget, sans-serif;
}

.f_noto, header .h-cnt h1, .fv-inner .fv-txt h2, .fv-inner .fv-img .blk-2 .captionLink, .fv-inner .fv-img .caption, .fv .catalog, .ct-ttl, .ct ul.list-point li, .ct.example-index a, .ct-3 h2, .ct-3 .case h3, .ct-3 p, .ct-4 table th,
.ct-4 table td, .under-ex .ct .head, .under-ex .ct-lead .target li, .under-ex .ct-lead .tanto, .under-ex .ct-ex h3, .under-ex .ct-ex p.price, .under-ex .ct-ex .gallery .cap, .under-ex-3 .ct-ex .cap-btm, .under-ex-4 .ct-ex .gallery .arrow, .under-ex-4 .ct-ex .cap-btm {
  font-family: "Arial","Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.imgborder {
  border: 1px solid #b4b4b4;
}

.imgborder_dash {
  border: 1px dashed #999;
}

.imgshadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.photoframe {
  margin: 2px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

.line-through {
  text-decoration: line-through;
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.ani, header .gmenu li a, #pagetop a, .fv .catalog, .ct.example-index a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

.al-c {
  text-align: center;
}

.valign-t {
  vertical-align: top;
}

.valign-b {
  vertical-align: bottom;
}

.valign-m {
  vertical-align: middle;
}

.mauto, header .inner, .ct .inner, .ct.example-index {
  margin-left: auto;
  margin-right: auto;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.pos-rl {
  position: relative;
}

.pos-fix {
  position: fixed;
  z-index: 500;
}

.of {
  overflow: hidden;
}

.br-pc,
.dn-sp {
  display: block;
}

.br-sp,
.dn-pc {
  display: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.scrollbox {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #ffffff;
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar {
  width: 10px;
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #222222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  background-color: white;
  position: relative;
  min-width: 1040px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 1s ease 0s 1 normal;
}

p,
li,
dt,
dd,
table,
th,
td {
  line-height: 1.6;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #464646;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited {
  color: #464646;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

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;
}

/* ====================================================================== */
/* Bg */
/* ====================================================================== */
/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
  width: 100%;
  position: fixed;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
}
header .inner {
  padding: 1em 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
header .h-cnt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .h-cnt img {
  display: block;
  margin-right: 35px;
  width: 140px;
}
header .h-cnt h1 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.2;
}
header .h-cnt h1 strong {
  font-size: 3rem;
  font-weight: bold;
  color: #ff0000;
}
header .gmenu {
  margin: 0;
  display: -webkit-flex;
  display: flex;
}
header .gmenu li:first-child {
  margin-right: 15px;
}
header .gmenu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1em;
  height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  color: white;
  background-color: #ff0000;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
header .gmenu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #ab0000;
}
header .gmenu li a i {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  overflow: hidden;
  /* --------------------------------------------------- */
  /* パラグラフ */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Table */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* UL OL */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* DL */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Bgbox */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Form_Parts */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Other */
  /* --------------------------------------------------- */
}
article p {
  margin-top: 50px;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  text-align: center;
  position: relative;
  z-index: 10;
}
footer .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  font-size: 1.2rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
}
#pagetop a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ff0000;
  /*    border-top: 2px solid #fe8302;
  border-left: 2px solid #fe8302;*/
}
#pagetop a img {
  width: 12px;
}
#pagetop a:hover {
  height: 80px;
}

/* ================================================================== */
/* COMMON */
/* ================================================================== */
/* ================================================================== */
/* TOP */
/* ================================================================== */
.fv {
  width: 100%;
  max-width: 100%;
  padding: 35px 50px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  background-color: black;
}
.fv-inner {
  width: 1250px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  gap: 0 25px;
}
.fv-inner .fv-txt {
  width: 310px;
  min-width: 310px;
  color: white;
}
.fv-inner .fv-txt h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffff1e;
  line-height: 1.4;
  text-align: left;
}
.fv-inner .fv-txt p {
  margin-top: 25px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}
.fv-inner .fv-img {
  width: 260px;
  min-width: 260px;
}
.fv-inner .fv-img > div {
  position: relative;
}
.fv-inner .fv-img .blk-1 {
  width: 65%;
  max-width: 65%;
  padding-bottom: 25px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.7);
  position: relative;
}
.fv-inner .fv-img .blk-1 iframe {
  display: block;
  width: 100%;
}
.fv-inner .fv-img .blk-1 video {
  display: block;
  width: 100%;
}
.fv-inner .fv-img .blk-1 figure img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.fv-inner .fv-img .blk-1 .caption-2 {
  display: block;
  width: 100%;
  color: white;
  text-decoration: underline;
  position: absolute;
  bottom: -35px;
  left: 0;
  text-align: center;
}
.fv-inner .fv-img .blk-2 {
  width: 100%;
}
.fv-inner .fv-img .blk-2 figure {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #999;
}
.fv-inner .fv-img .blk-2 figure img {
  display: block;
  margin: 0;
  padding: 0;
  width: calc(100% / 2);
  height: 270px;
  object-fit: cover;
}
.fv-inner .fv-img .blk-2 figure img.logo {
  width: 70px;
  height: auto;
  object-fit: initial;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.fv-inner .fv-img .blk-2 .caption {
  margin-top: 30px;
}
.fv-inner .fv-img .blk-2 .captionLink {
  margin-top: 30px;
  display: block;
  padding: .75em .5em;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  line-height: 1.3;
}
.fv-inner .fv-img .caption {
  margin-top: 15px;
  display: block;
  text-align: center;
  line-height: 1.3;
  color: white;
}
.fv-inner .fvInfo__column {
  display: flex;
  gap: 0 15px;
}
.fv-inner .fvInfo-Detail {
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  background-color: #590000;
  border: 4px solid yellow;
  color: white;
}
.fv-inner .fvInfo-Detail__inner {
  padding: 5%;
}
.fv-inner .fvInfo-Detail__label {
  display: block;
  padding-bottom: .25em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid white;
}
.fv-inner .fvInfo-Detail__label small {
  font-size: 1.7rem;
}
.fv-inner .fvInfo-Detail__img {
  margin-top: 15px;
  display: block;
  width: 100%;
}
.fv-inner .fvInfo-Detail__img img {
  margin: 0 auto;
  display: block;
  width: 70%;
}
.fv-inner .fvInfo-Detail__img figcaption {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
}
.fv-inner .fvInfo-Detail ul {
  margin-top: 15px;
}
.fv-inner .fvInfo-Detail ul li {
  list-style-type: disc;
  font-size: 1.4rem;
  margin-left: 1em;
  text-align: left;
}
.fv-inner .fvInfo-Detail p {
  display: block;
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: -.05em;
}
.fv-inner .fvInfo-Detail p em {
  color: yellow;
  font-weight: bold;
}
.fv-inner .fvInfo-Detail .linkTxt {
  color: yellow;
  text-decoration: underline;
  font-weight: bold;
}
.fv-inner .fvInfo-Detail .linkTxt--large {
  display: block;
  font-size: 1.7rem;
  text-align: center;
}
.fv-inner .fvInfo-Detail .borderBox {
  margin-top: 25px;
  border: 1px solid white;
}
.fv-inner .fvInfo-Detail .borderBox__inner {
  padding: 3.5%;
}
.fv-inner .fvInfo-Detail .borderBox p:first-child {
  margin-top: 0 !important;
  text-align: center;
}
.fv .catalog {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 240px;
  height: 50px;
  background-color: #ff0000;
  color: white;
  position: absolute;
  bottom: -70px;
  right: 220px;
  z-index: 10;
  font-size: 1.7rem;
  font-weight: bold;
}
.fv .catalog i {
  margin-right: 7px;
}
.fv .catalog:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #ab0000;
}

.ct {
  padding: 100px 0 0;
  text-align: left;
  overflow: hidden;
}
.ct:last-child {
  padding-bottom: 100px;
}
.ct-ttl {
  display: table;
  margin: 0 auto 0;
  color: #222222;
  font-size: 3.6rem;
  font-size: 4.5rem;
  font-weight: 300;
  position: relative;
  line-height: 1.3;
}
.ct-ttl:not(:nth-of-type(1)) {
  margin-top: 70px;
}
.ct-ttl + p, .ct-ttl + ul {
  margin-top: 25px !important;
}
.ct .inner {
  padding: 0;
  position: relative;
}
.ct p.t-l {
  font-size: 2rem;
}
.ct p.t-m {
  font-size: 1.8rem;
}
.ct ul {
  margin-top: 50px;
}
.ct ul.list-point {
  display: -webkit-flex;
  display: flex;
}
.ct ul.list-point li {
  width: calc(100% / 5);
  max-width: calc(100% / 5 - 20px);
  margin-right: calc((100% - (100% / 5 - 20px) * 5) / 4);
  padding: 25px;
  border: 1px solid #004671;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 1.6;
  color: #004671;
  background-color: white;
  -moz-box-shadow: 7px 7px 0px rgba(0, 117, 190, 0.05);
  -webkit-box-shadow: 7px 7px 0px rgba(0, 117, 190, 0.05);
  box-shadow: 7px 7px 0px rgba(0, 117, 190, 0.05);
}
.ct ul.list-point li:nth-of-type(5n) {
  margin-right: 0;
}
.ct ul.list-point li img {
  display: block;
  width: 30px;
  margin: 0 auto 15px;
}
.ct ul.list-disc li {
  margin-left: 1em;
  list-style-type: disc;
}
.ct ul.list-disc + .gallery figure {
  margin-top: 20px;
}
.ct .note-info {
  display: table;
  margin: 10px 0 0 auto;
  padding-left: 1.5em;
  font-size: 1.4rem;
  position: relative;
}
.ct .note-info::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ct .note-info + .note-info {
  margin-top: 5px;
}
.ct .gallery {
  display: -webkit-flex;
  display: flex;
}
.ct .gallery .mv-wrap {
  position: relative;
}
.ct .gallery .mv-wrap .bar {
  display: block;
  width: 100%;
  height: 35px;
  height: 60px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1000;
  background-color: #eeeeee;
}
.ct .gallery .mv-wrap .bar2 {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1000;
  background-color: #f1f1f1;
}
.ct .gallery video {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.ct .gallery figure {
  display: block;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.ct .gallery figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.ct .gallery figure img.medium {
  width: 65%;
}
.ct .gallery figure figcaption {
  display: block;
  margin-top: 25px;
  line-height: 1.8;
  text-align: center;
  font-size: 1.8rem;
}
.ct .gallery figure.mark::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 45px;
  background: url(../img/common/logo.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 5;
}
.ct .gallery.col-2 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct .gallery.col-2 figure {
  width: calc(100% / 2 - 35px);
}
.ct .gallery.col-3 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct .gallery.col-3 figure {
  width: calc(100% / 3 - 35px);
}
.ct-firstlead p {
  margin-top: 0;
}
.ct-firstlead-mv {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.ct-firstlead-mv iframe {
  display: block;
  width: calc(100% / 2 - 35px);
}
.ct.example-index .row-first {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct.example-index .row-first .bnr-3 {
  width: calc(100% - 600px - 50px);
  max-width: calc(100% - 600px - 50px);
  padding: 35px;
  box-sizing: border-box;
}
.ct.example-index .row-first .int-bnr {
  display: block;
  width: 600px;
}
.ct.example-index .row-first .int-bnr img {
  display: block;
  width: 100%;
}
.ct.example-index .row-second {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0 25px;
}
.ct.example-index a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ff0000;
  color: white;
  font-weight: 800;
}
.ct.example-index a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #ab0000;
}
.ct.example-index .bnr-l {
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 450px;
  font-size: 4rem;
}
.ct.example-index .bnr-l small {
  display: block;
  padding: 1em 2em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.ct.example-index .bnr-3 {
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 3 - 20px);
  max-width: calc(100% / 3 - 20px);
  background-color: transparent;
  box-sizing: border-box;
  border: 2px solid #ff0000;
}
.ct.example-index .bnr-3:hover {
  background-color: transparent;
}
.ct.example-index .bnr-3 img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.ct.example-index .bnr-list {
  min-width: 340px;
}
.ct.example-index .bnr-list a {
  margin-bottom: 15px;
  padding: 1em;
  font-size: 2.4rem;
}
.ct.example-index .bnr-list a:last-child {
  margin-bottom: 0;
}
.ct.example-index .indTarget {
  max-width: 400px;
  background-color: #ff0000;
  color: white;
  display: none;
}
.ct.example-index .indTarget__inner {
  padding: 10%;
}
.ct.example-index .indTarget p {
  margin: 0;
}
.ct.example-index .indTarget__headCopy {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.ct.example-index .indTarget__txt {
  display: block;
  margin-top: 25px !important;
}
.ct.example-index .indTarget a {
  display: inline;
  text-decoration: underline;
}
.ct.example-index .indTarget a:hover {
  background-color: transparent;
  color: #ffff1e;
}
.ct.example-index .indTarget em {
  font-weight: bold;
  color: #ffff1e;
}
.ct-1 {
  padding-top: 150px;
  padding-bottom: 0;
}
.ct-1 .gallery {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct-1 .gallery figure:nth-of-type(1) {
  width: 70%;
}
.ct-1 .gallery figure:nth-of-type(2) {
  width: calc(30% - 25px);
}
.ct-1 .gallery figure img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.ct-5 {
  padding-top: 150px;
  padding-bottom: 0;
}
.ct-5 .gallery {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct-5 .gallery div {
  margin-top: 35px;
  width: calc(100% / 3 - 25px);
}
.ct-5 .gallery div img {
  display: block;
  width: 100%;
}
.ct-5 .gallery div iframe {
  display: block;
  width: 100%;
  height: 240px;
}
.ct-5 .gallery div .caption {
  margin-top: 1em;
  display: block;
  text-align: left;
  line-height: 1.5;
}
.ct-3 h2 {
  color: #ff0000;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.ct-3 .case-wrap {
  margin-top: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct-3 .case {
  padding: 35px;
  width: calc(100% / 2 - 35px);
  max-width: calc(100% / 2 - 35px);
  box-sizing: border-box;
  border: 4px solid #0075be;
  color: #0075be;
}
.ct-3 .case h3 {
  display: table;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
}
.ct-3 .case ul {
  counter-reset: num;
  display: table;
  margin: 30px auto 0;
  position: relative;
}
.ct-3 .case ul::before {
  content: "- 特徴 -";
  display: table;
  margin: 0 auto 10px;
  font-size: 2.4rem;
}
.ct-3 .case ul li {
  padding: 0.35em 0;
  padding-left: 50px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
}
.ct-3 .case ul li::before {
  counter-increment: num;
  content: counter(num);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #0075be;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-3 .case-2 {
  border-color: #ff0000;
  color: #ff0000;
}
.ct-3 .case-2 ul li::before {
  border-color: #ff0000;
}
.ct-3 p {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
.ct-3 p strong {
  font-weight: 700;
}
.ct-4 table {
  width: 100%;
  margin: 50px auto 0;
}
.ct-4 table th,
.ct-4 table td {
  padding: 0.75em;
  border: 3px solid white;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.ct-4 table th {
  background-color: #0075be;
  font-weight: bold;
  color: white;
}
.ct-4 table th:nth-of-type(1) {
  width: 20%;
  min-width: 20%;
}
.ct-4 table td {
  background-color: #eff5f9;
}
.ct-4 table tr:nth-of-type(2n-1) td {
  background-color: #e3edf6;
}
.ct-4 table + p {
  margin-top: 15px;
}

.LeadCnt__column {
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
}
.LeadCnt__video {
  display: block;
  width: 46.5%;
  min-width: 46.5%;
}
.LeadCnt__video iframe {
  display: block;
  width: 100%;
  height: 260px;
}
.LeadCnt__video .caption {
  display: block;
  margin: 15px 0 0;
  text-align: center;
  line-height: 1.5;
}

.under-ex .ct .head {
  display: block;
  margin: -50px auto 35px;
  padding: 0.5em 0;
  background-color: #ff0000;
  font-size: 3rem;
  color: white;
  text-align: center;
}
.under-ex .ct-lead .ct-ttl {
  font-size: 6rem;
}
.under-ex .ct-lead p {
  font-size: 1.8rem;
}
.under-ex .ct-lead .t-1 {
  font-size: 2.1rem;
  text-align: center;
}
.under-ex .ct-lead .target {
  counter-reset: num;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.under-ex .ct-lead .target li {
  width: calc(100% / 3 - 25px);
  max-width: calc(100% / 3 - 25px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 35px;
  border: 1px solid #222222;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.under-ex .ct-lead .target li::before {
  counter-increment: num;
  content: counter(num);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7);
  opacity: 0.07;
}
.under-ex .ct-lead .target li span {
  position: relative;
  z-index: 5;
}
.under-ex .ct-lead .target li small {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #222222;
}
.under-ex .ct-lead .target li.target-1 {
  border-color: #ff0000;
  color: #ff0000;
}
.under-ex .ct-lead .target li.target-2 {
  border-color: #0075be;
  color: #0075be;
}
.under-ex .ct-lead .target li.target-3 {
  border-color: #3237c8;
  color: #3237c8;
}
.under-ex .ct-lead .tanto {
  display: table;
  margin: 50px auto 0;
  padding: 25px;
  background-color: #f0f0f0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.under-ex .ct-lead .tanto strong {
  font-weight: bold;
}
.under-ex .ct-ex .inner {
  padding-bottom: 70px;
  border-bottom: 1px solid #222222;
}
.under-ex .ct-ex .ct-ttl {
  font-size: 3.8rem;
  font-weight: 700;
}
.under-ex .ct-ex h3 {
  display: table;
  margin: 25px auto 0;
  font-size: 2.7rem;
  font-weight: 700;
  color: #ff0000;
  line-height: 1.3;
  text-align: center;
}
.under-ex .ct-ex p {
  display: table;
  max-width: calc(100% - 150px);
  margin: 50px auto 0;
  font-size: 2rem;
  box-sizing: border-box;
}
.under-ex .ct-ex p.price {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.under-ex .ct-ex .gallery {
  position: relative;
}
.under-ex .ct-ex .gallery.col-1 {
  width: 100%;
}
.under-ex .ct-ex .gallery.col-1 iframe {
  display: block;
  margin: 0 auto;
  width: 640px;
}
.under-ex .ct-ex .gallery.col-1 iframe.youtube {
  height: 480px;
}
.under-ex .ct-ex .gallery.col-2 figure {
  width: calc(100% / 2);
  position: relative;
}
.under-ex .ct-ex .gallery.col-2 figure figcaption.cap {
  width: auto;
  bottom: auto;
  left: auto;
}
.under-ex .ct-ex .gallery.col-3 figure {
  width: calc(100% / 3);
  position: relative;
}
.under-ex .ct-ex .gallery.col-3 figure figcaption.cap {
  width: auto;
  bottom: auto;
  left: auto;
}
.under-ex .ct-ex .gallery figure {
  position: relative;
}
.under-ex .ct-ex .gallery .cap {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffea00;
}
.under-ex .ct-ex .mark {
  display: block;
  width: 90px;
  margin: 15px 0 0 0;
}
.under-ex-2 .ct-ex .gallery.col-2-2 figure {
  width: auto;
  height: 335px;
}
.under-ex-2 .ct-ex .gallery.col-2-2 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap {
  width: auto;
  bottom: auto;
  left: auto;
  line-height: 1.3;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-1, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-1, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-1 {
  top: 200px;
  left: 50px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-2, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-2, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-2 {
  top: 200px;
  left: 50px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-3, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-3, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-3 {
  top: 30px;
  left: 200px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-4, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-4, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-4 {
  top: 30px;
  left: 200px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-5, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-5, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-5 {
  top: 0;
  left: 50px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-6, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-6, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-6 {
  top: 0;
  left: 50px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-7, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-7, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-7 {
  top: 0;
  left: 50px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-8, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-8, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-8 {
  top: 150px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-9, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-9, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-9 {
  top: 150px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-10, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-10, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-10 {
  top: 150px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-11, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-11, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-11 {
  top: 0px;
  left: 250px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-12, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-12, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-12 {
  top: 0px;
  left: 250px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-13, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-13, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-13 {
  top: 280px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-14, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-14, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-14 {
  top: 280px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-15, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-15, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-15 {
  top: 280px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-16, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-16, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-16 {
  top: 280px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-17, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-17, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-17 {
  top: 0px;
  left: 250px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-18, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-18, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-18 {
  top: 0px;
  left: 250px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-19, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-19, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-19 {
  top: 100px;
  left: 150px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-20, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-20, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-20 {
  top: 150px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-21, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-21, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-21 {
  top: 150px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-22, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-22, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-22 {
  top: 50px;
  left: 360px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-23, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-23, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-23 {
  top: 220px;
  left: 150px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-24, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-24, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-24 {
  top: 220px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-25, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-25, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-25 {
  top: 220px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-26, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-26, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-26 {
  top: 220px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-27, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-27, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-27 {
  top: 220px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery.col-1 figure figcaption.cap-28, .under-ex-2 .ct-ex .gallery.col-2 figure figcaption.cap-28, .under-ex-2 .ct-ex .gallery.col-3 figure figcaption.cap-28 {
  top: 220px;
  left: 20px;
}
.under-ex-2 .ct-ex .gallery figure {
  position: relative;
}
.under-ex-3 .ct-ex .gallery.narrow {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 85%;
  max-width: 85%;
}
.under-ex-3 .ct-ex .gallery.harf {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 50%;
  max-width: 50%;
}
.under-ex-3 .ct-ex .gallery.col-1 figure img, .under-ex-3 .ct-ex .gallery.col-2 figure img, .under-ex-3 .ct-ex .gallery.col-3 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap {
  width: auto;
  bottom: auto;
  left: auto;
  line-height: 1.3;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-1, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-1, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-1 {
  top: 50px;
  left: 50px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-4, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-4, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-4 {
  top: 100px;
  left: 300px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-6, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-6, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-6 {
  top: 0px;
  left: 400px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-7, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-7, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-7 {
  top: 200px;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-8, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-8, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-8 {
  top: 200px;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-9, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-9, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-9 {
  top: 0;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-10, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-10, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-10 {
  top: 0;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-11, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-11, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-11 {
  top: 110px;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-12, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-12, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-12 {
  top: 110px;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-13, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-13, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-13 {
  top: 0px;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-14, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-14, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-14 {
  top: 0px;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-15, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-15, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-15 {
  top: 250px;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-16, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-16, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-16 {
  top: 250px;
  left: 20px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-17, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-17, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-17 {
  top: 0px;
  left: 400px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-18, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-18, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-18 {
  top: 0px;
  left: 400px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-19, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-19, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-19 {
  top: 0px;
  left: 350px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-20, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-20, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-20 {
  top: 0px;
  left: 400px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-21, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-21, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-21 {
  top: 0px;
  left: 540px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-24, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-24, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-24 {
  top: 0px;
  left: 250px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-26, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-26, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-26 {
  top: 0px;
  left: 250px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-27, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-27, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-27 {
  top: 0px;
  left: 250px;
}
.under-ex-3 .ct-ex .gallery.col-1 figure figcaption.cap-28, .under-ex-3 .ct-ex .gallery.col-2 figure figcaption.cap-28, .under-ex-3 .ct-ex .gallery.col-3 figure figcaption.cap-28 {
  top: 0px;
  left: 250px;
}
.under-ex-3 .ct-ex .gallery.col-2-2 figure {
  width: auto;
  height: 335px;
}
.under-ex-3 .ct-ex .gallery.col-2-2 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.under-ex-3 .ct-ex .gallery.col-2-3 figure:nth-of-type(1) {
  width: 640px;
}
.under-ex-3 .ct-ex .gallery.col-2-3 figure:nth-of-type(2) {
  width: calc(100% - 640px);
}
.under-ex-3 .ct-ex .gallery.col-2-3 figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.under-ex-3 .ct-ex .gallery.col-2-4 figure:nth-of-type(1) {
  width: calc(100% - 730px);
}
.under-ex-3 .ct-ex .gallery.col-2-4 figure:nth-of-type(2) {
  width: 730px;
}
.under-ex-3 .ct-ex .gallery.col-2-4 figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.under-ex-3 .ct-ex .gallery figure {
  position: relative;
}
.under-ex-3 .ct-ex .cap-btm-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.under-ex-3 .ct-ex .cap-btm-wrap--center {
  justify-content: center;
}
.under-ex-3 .ct-ex .cap-btm-wrap .cap-btm {
  width: calc(100% / 2);
  max-width: calc(100% / 2);
  box-sizing: border-box;
  padding: 0 15px;
}
.under-ex-3 .ct-ex .cap-btm-wrap .cap-btm--full {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.under-ex-3 .ct-ex .cap-btm {
  margin-top: 25px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ff8a00;
  line-height: 1.3;
}
.under-ex-4 .ct-ex .gallery.narrow {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 85%;
  max-width: 85%;
}
.under-ex-4 .ct-ex .gallery.harf {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 50%;
  max-width: 50%;
}
.under-ex-4 .ct-ex .gallery.col-1 figure img, .under-ex-4 .ct-ex .gallery.col-2 figure img, .under-ex-4 .ct-ex .gallery.col-3 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap {
  width: auto;
  bottom: auto;
  left: auto;
  line-height: 1.3;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-4, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-4, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-4 {
  bottom: 50px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-5, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-5, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-5 {
  bottom: 50px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-6, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-6, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-6 {
  top: 50px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-7, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-7, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-7 {
  top: 50px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-9, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-9, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-9 {
  bottom: 20px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-10, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-10, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-10 {
  bottom: 20px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-11, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-11, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-11 {
  bottom: 20px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-12, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-12, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-12 {
  bottom: 20px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-13, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-13, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-13 {
  bottom: 20px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-14, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-14, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-14 {
  bottom: 20px;
  right: 20px;
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-15, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-15, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-15 {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-16, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-16, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-16 {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-17, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-17, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-17 {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.under-ex-4 .ct-ex .gallery.col-1 figure figcaption.cap-18, .under-ex-4 .ct-ex .gallery.col-2 figure figcaption.cap-18, .under-ex-4 .ct-ex .gallery.col-3 figure figcaption.cap-18 {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.under-ex-4 .ct-ex .gallery .arrow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 260px;
  left: 40px;
  z-index: 5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffea00;
}
.under-ex-4 .ct-ex .gallery .arrow img {
  display: block;
  width: 80px;
}
.under-ex-4 .ct-ex .gallery .circle {
  display: -webkit-flex;
  display: flex;
  width: 100px;
  height: 100px;
  border: 3px solid #ff0000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 240px;
  left: 170px;
  z-index: 5;
}
.under-ex-4 .ct-ex .gallery figure {
  position: relative;
}
.under-ex-4 .ct-ex .cap-btm {
  margin-top: 25px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ff8a00;
  line-height: 1.3;
}

/*@import "_smp";*/
