@charset "UTF-8";
@font-face {
  font-family: "muli";
  font-display: none;
  src: url("../font/Muli-Light.woff") format("woff"), url("../font/Muli-Light.woff2") format("woff2"), url("../font/Muli-Regular.woff") format("woff"), url("../font/Muli-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "muli-i";
  font-display: none;
  src: url("../font/Muli-Italic.woff") format("woff"), url("../font/Muli-Italic.woff2") format("woff2"), url("../font/Muli-LightItalic.woff") format("woff"), url("../font/Muli-LightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "antro";
  font-display: none;
  src: url("../font/Antro_Vectra.woff") format("woff"), url("../font/Antro_Vectra.woff2") format("woff");
}

/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/*===============================================
# common
=================================================*/
body {
  font-size: 16px;
  color: #333333;  
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  background-color: #fff;
}

img {
  width: 100%;
}

.container {
  max-width: none;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 0 0 0;
}

@media screen and (max-width: 1300px) {
  .container {
    padding: 0 0 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 auto;
    padding: 0 0 0 0px;
  }
}

.container2 {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

@media screen and (max-width: 1279px) {
  .container2 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container2 {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.container3 {
  max-width: 1000px;
  margin: 0 auto 0 8%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 1279px) {
  .container3 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container3 {
    margin: 0 auto;
    padding: 0 15px;
  }
}

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

.is-sp {
  display: none;
}

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

a:hover {
  opacity: 0.7;
}

/* c-title
=================================================*/
.c-title {
  margin-bottom: 80px;
}

.c-title p {
  font-size: 1.5rem;
  color: #cd5e3c;
  letter-spacing: 0;
  padding-left: 8px;
}

.c-title h2 {
  font-size: 3.125rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
.c-title {
  margin-bottom: 45px;
}

.c-title p {
  font-size: 0.875rem;
  letter-spacing: 0;
  padding-left: 4px;
}

.c-title h2 {
  font-size: 1.875rem;
  line-height: 1.3;
}
}

/* c-kv-title
=================================================*/
.c-kv-title {
  padding-top: 100px;
}

.c-kv-title p {
  font-size: 1.75rem;
  letter-spacing: 0;
  color: #132c42;
  line-height: 1.2;
}

.c-kv-title h1 {
  font-size: 4.125rem;
  letter-spacing: 0;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-kv-title {
  padding-top: 50px;
}

.c-kv-title p {
  font-size: 0.875rem;
}

.c-kv-title h1 {
  font-size: 1.875rem;
 }
}


/* c-kv-title-column
=================================================*/
.c-kv-title-column {
  padding-top: 70px;
}

.c-kv-title-column p {
  font-size: 1.75rem;
  letter-spacing: 0;
  color: #132c42;
  line-height: 1.16;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
.c-kv-title-column p {
  margin-bottom: 6px;
  line-height: 1.1;
}
}

.c-kv-title-column h1 {
  font-size: 4.125rem;
  letter-spacing: 0;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-kv-title-column {
  padding-top: 35px;
}

.c-kv-title-column p {
  font-size: 0.875rem;
}

.c-kv-title-column h1 {
  font-size: 1.875rem;
 }
}

.c-kv-title .title {
  font-size: 4.125rem;
  letter-spacing: 0;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
.c-kv-title .title {
  font-size: 1.875rem;
 }
}



/* c-title02
=================================================*/
.c-title02 {
  margin-bottom: 80px;
}

.c-title02 p {
  font-size: 1.25rem;
  color: #cd5e3c;
  letter-spacing: 0;
  padding-left: 2px;
}

.c-title02 h2 {
  font-size: 2.375rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
.c-title02 {
  margin-bottom: 45px;
}

.c-title02 p {
  font-size: 0.6875rem;
  letter-spacing: 0;
  padding-left: 5px;
}

.c-title02 h2 {
  font-size: 1.5625rem;
  line-height: 1.3;
}
}



/*===============================================
# フェードイン
=================================================*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.left-to-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.down-to-top.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*===============================================
# 画像、ボタンの背景移動
=================================================*/
.mask_wrap {
  display: table;
  overflow: hidden;
  width: 0;
}

.mask-wrap .mask {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -1000%;
  overflow: hidden;
}

.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #132c42;
  overflow: hidden;
}

.col-p-btn-wrapper .mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cd5e3c;
  overflow: hidden;
}

.col-o-btn-wrapper .mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cd5e3c;
  overflow: hidden;
}

.post-f-btn-wrapper .mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cd5e3c;
  overflow: hidden;
}

.col-k-btn-wrapper .mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cd5e3c;
  overflow: hidden;
}

.col-x-btn-wrapper .mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: 100%;
  background: #cd5e3c;
  overflow: hidden;
}

div.colorbox {
  position: relative;
  width: 80%;
  margin: 30px auto 30px;
}

div.colorbox div.color {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
}

div.colorbox img {
  display: block;
  width: 100%;
}

/*------------------------------------------------------------------------------
  下層共通 - breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb {
  padding: 0 0 180px 0;
  text-align: left;
  color: #333333;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
.breadcrumb {
  font-size: 0.625rem;
  padding: 0 0 90px 15px;
}
}

.breadcrumb-container {
  margin: auto;
  max-width: 1200px;
}


.breadcrumb li {
  display: inline-block;
  font-size:0.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
.breadcrumb li {
  font-size:0.625rem;
}
}

.breadcrumb li a {
  display: inline;
  color: #333333;
  font-size:0.75rem;
}
@media screen and (max-width: 767px) {
.breadcrumb li a {
  font-size:0.625rem;
}
}

.breadcrumb li +li::before {
  content: ">";
  font-size:0.75rem;
  margin: 0 5px;
}


/*===============================================
# col-a
=================================================*/
/* col-a
================================*/
.col-a {
  background: url(../img/col/col-a-img.png) center center/cover no-repeat;
  width: 100%;
  height: auto;
  padding: 200px 0 160px;
}
@media screen and (max-width: 767px) {
.col-a {
  background: url(../img/col/col-a-img_sp.png) center center/cover no-repeat;
  width: 100%;
  text-align: center;
  padding: 100px 0 86px;
}
}

.col-a-text {
  font-size:1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
.col-a-text {
  font-size:0.875rem;
}
}

.col-a-text li {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.col-a-text li {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 14px;
 }
}

.col-a-text .pol-top,
.col-a-text .pol-middle,
.col-a-text .pol-bottom {
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
.col-a-text .pol-top,
.col-a-text .pol-middle,
.col-a-text .pol-bottom {
  position: relative;
  padding-left: 40px;
}
}

.col-a-text .pol-top::before {
  position: absolute;
  content: "Ⅰ";
  font-size: 1.5rem;
  top:0;
  left:25px;
  line-height: 4;
}
@media screen and (max-width: 767px) {
.col-a-text .pol-top::before {
  position: absolute;
  font-size: 0.875rem;
  left:15px;
  top:0;
  transform: none;
  line-height: 4.7;
}
}

.col-a-text .pol-middle::before {
  position: absolute;
  content: "Ⅱ";
  font-size: 1.5rem;
  top:0;
  left:25px;
  line-height: 4;
}
@media screen and (max-width: 767px) {
.col-a-text .pol-middle::before {
  position: absolute;
  font-size: 0.875rem;
  left:16px;
  line-height: 4.7;
}
}

.col-a-text .pol-bottom::before {
  position: absolute;
  content: "Ⅲ";
  font-size: 1.5rem;
  top:0;
  left:16px;
  line-height: 4;
}
@media screen and (max-width: 767px) {
.col-a-text .pol-bottom::before {
  position: absolute;
  font-size: 0.875rem;
  left:16px;
  line-height: 4.7;
}
}



/* col-b
================================*/
.col-b {
  padding: 0px 0 200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-b {
  padding: 0px 0 100px;
 }
}

.col-b .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-b-intro {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
.col-b-intro {
  margin-bottom: 45px;
  font-size: 0.875rem;
  line-height: 2;
 }
}

.col-b-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
  width: 100%;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
.col-b-list {
  width: 100%;
  margin-bottom: 50px;
  display: block;
}
}



.col-b-img {
  width: 34%;
}
@media screen and (max-width: 767px) {
.col-b-img {
  width: 100%;
}
}

.col-b .step {
  margin-top: 0;
  padding: 0 10px 1px 26px;
  background-color: #132c42;
  color: #fff;
  font-size: 1.125rem;
  width: 110px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
.col-b .step {
  margin-top: 0;
  padding: 0 10px 1px 15px;
  font-size: 0.625rem;
  width: 60px;
  line-height: 2;
  white-space: nowrap;
  margin-top: 26px;
 }
}

.col-b h3 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.43;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
.col-b h3 {
  font-size: 1rem;
  line-height: 1.47;
  margin-top: 9px;
}
}

.col-b-text img {
 width: 70px;
 height: 1px;
 display: block;
 margin-top: 12px;
}
@media screen and (max-width: 767px) {
.col-b-text img {
 width: 45px;
 margin-top: 7px;
 }
}


.col-b-text {
  text-align: left;
  flex:1;
}

.col-b-text p {
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
.col-b-text p {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 15px;
}
}




/* col-c
================================*/
.col-c {
  padding: 0px 0 120px;
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-c {
  padding: 0px 0 50px;
 }
}

.col-c .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-c-intro {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
.col-c-intro {
  margin-bottom: 45px;
  font-size: 0.875rem;
  line-height: 2;
 }
}

.col-c h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
.col-c h3 {
  font-size: 1.1875rem;
  line-height: 1.47;
}
}

.col-c .price-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
.col-c .price-section {
  margin-bottom: 50px;
 }
}

.col-c .price-section img {
 width: 110px;
 height: 1px;
 display: block;
 margin-top: 18px;
 margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.col-c .price-section img {
 width: 70px;
 margin-top: 10px;
 margin-bottom: 18px;
 }
}



.col-c .price-section p {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
.col-c .price-section p {
  font-size: 0.8125rem;
}
}

.col-c .price-table {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
.col-c .price-table {
  font-size: 0.75rem;
}
}

.col-c .price-table th,
.col-c .price-table td {
  border: 0.5px solid #fff;
  padding: 0.8em 1em;
  text-align: center;
  vertical-align: middle;
}


.col-c .prise-sectin.line06 .price-table thead th {
  width: 43%;
}

.col-c .price-table th {
  background-color: #132c42;
  color: #fff;
  width: 43%;
  font-weight: normal;
}

.col-c .price-table td {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333;
}

.col-c .price-table .gray {
  background-color: rgba(0, 0, 0, 0.15);
  color: #333;
}

.col-c .note {
  font-size: 0.875rem;
  margin-top: 3px !important;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}
.col-c .note::before {
  content: "※";
  font-size: 0.875rem;
  color: #333333;
  position: absolute;
  left:0
}

.col-c .price-section.line03 thead th {
    background-color: rgba(19, 44, 66, 0.80);
}

.col-c .price-section {
  .navy {
    background-color: #132c42 !important;
    color: #fff;
  }
}

.col-c .price-section.line03 {
  th {
    width: 25%;
  }
}

.col-c .price-section.line04 table span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
.col-c .price-section.line04 table span {
  font-size: 0.75rem;
 }
}

.col-c .price-section.line04 th {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
.col-c .price-section.line04 th {
  padding: 0.8em 0;
}
}

@media screen and (max-width: 1200px) {
.col-c .price-section.line04 .tit {
  display: block;
}
}
@media screen and (max-width: 950px) {
.col-c .price-section.line04 span {
  display: block;
}
}

.col-c .price-section.line06 .blue {
    background-color: rgba(19, 44, 66, 0.80);
    color: #fff;
}

.col-c .price-section.line06  thead th {
    background-color: rgba(19, 44, 66, 0.80);
}
.col-c .price-section.line07 .detail {
  margin: auto;
  text-align: center;
}

.price-table td.last-row {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直方向の中央揃え */
  align-items: center;     /* 水平方向の中央配置 */
  padding: 20px;
  box-sizing: border-box;
}


.col-c .price-section.line07 .last-row p {
  margin: 0;
  position: relative;
  text-align: left;
  padding-left: 22px;
}
.col-c .price-section.line07 .last-row .first::before {
  content: "①";
  font-size: 1.125rem;
  left: 0;
  position: absolute;
}
.col-c .price-section.line07 .last-row .second::before {
  content: "②";
  font-size: 1.125rem;
  left: 0;
  position: absolute;
}
.col-c .price-section.line07 .last-row .third::before {
  content: "※";
  font-size: 1.125rem;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
.col-c .price-section.line07 .last-row .first::before {
  content: "①";
  font-size: 1.125rem;
  left: 0;
  top:0;
  position: absolute;
  line-height: 1.4;
}
.col-c .price-section.line07 .last-row .second::before {
  content: "②";
  font-size: 1.125rem;
  left: 0;
  top:0;
  position: absolute;
  line-height: 1.4;
}
.col-c .price-section.line07 .last-row .third::before {
  content: "※";
  font-size: 1.125rem;
  left: 0;
  top:0;
  position: absolute;
  line-height: 1.4;
 }
}



/* col-d
================================*/
.col-d {
  padding: 200px 0 185px;
  position: relative;
  overflow: hidden;
  background-color: rgba(19, 44, 66, 0.05);
}
@media screen and (max-width: 767px) {
.col-d {
  padding: 100px 0 89px;
 }
}

.col-d .container3 {
  margin: auto;
  max-width: 1200px;
}

.faq-item {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.faq-item {
  margin-bottom: 11px;
}
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition:
    max-height 0.4s ease,
    padding-top 0.4s ease,
    padding-bottom 0.4s ease;
  border-top: none;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
.faq-answer {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  gap: 12px;
 }
}

.faq-item.active .faq-answer {
  max-height: 1000px !important; /* 十分に大きく */
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid rgba(19, 44, 66, 0.05);
  display: flex;
  align-items: center;
  gap: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
.faq-item.active .faq-answer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid rgba(19, 44, 66, 0.05);
  gap: 12px;
 }
}



/* Q部分などは前のままでOK */
.faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
.faq-question {
  gap: 12px;
  padding: 20px;
  font-size: 0.875rem;
 }
}

.q-mark {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
.q-mark {
  font-size: 1rem;
 }
}

.a-mark {
  font-size: 2rem;
  color: #cd5e3c;
}
@media screen and (max-width: 767px) {
.a-mark {
  font-size: 1rem;
 }
}

.toggle-icon {
  margin-left: auto;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  color: #132c42;
}
@media screen and (max-width: 767px) {
.toggle-icon {
  font-size: 1rem; 
}
}




.col-d-btn-wrapper {
  margin: 0 auto;
  margin-top: 50px;
  width: 243px;
  overflow: hidden;
}

.col-d-btn {
  display: block;
  margin: 0 auto;
  width: 243px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  border: 1px solid #fff;
  font-family: muli ,YuGothic,'Yu Gothic',sans-serif;
  font-weight: bold;
}

/* col-e
================================*/
.col-e {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
.col-e {
  padding: 100px 0;
 }
}

.col-e .container3 {
  margin: auto;
  max-width: 1200px;
}

/* テーブルスタイル */
.col-e .table-wrap  {
  width: 100%;
  margin: 0 auto 60px;
  border-collapse: collapse;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
.col-e .table-wrap  {
  font-size: 0.875rem;
  margin: 0 auto 30px;
 }
}

table {
  width: 100%;
}

table th,
table td {
  padding: 35px 40px;
  border-bottom: 1px solid rgba(19, 44, 66, 0.3);
  vertical-align: middle; /* ← 垂直方向中央揃え！ */
}
@media screen and (max-width: 767px) {
table th,
table td {
  padding: 10px 0px 10px 15px;
  border-bottom: 1px solid rgba(19, 44, 66, 0.3);
}
}

table th {
  text-align: left;
  width: 160px;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
table th {
  text-align: left;
  width: 80px;
  white-space:inherit;
 }
}

table td a {
  color: #5f5f5f;
  text-decoration: none;
  border-bottom: 0.5px solid #5f5f5f;
  padding-bottom: 1px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
table td span,
table th span {
 display: block;
 }
}


.access-wrap {
  margin: auto;
  text-align: center;
  width: 83%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
.access-wrap {
  width: 100%;
}
}

.access-wrap h3 {
  font-size: 1.625rem;
  color: #132c42;
  font-weight: 700;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
.access-wrap h3 {
  font-size: 1.125rem;
   margin-bottom: 10px;
}
}

iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
iframe {
  width: 100vw;
  height: 250px;
  margin-left: -30px;
 }
}

.access-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
.access-bottom {
  display: block;
  text-align: center;
  margin-top: 2px;
  font-size: 0.8125rem;
}
}

.col-e-btn-wrapper {
  width: 260px;
  font-size: 1.125rem;
  color: #cd5e3c;
}
@media screen and (max-width: 767px) {
.col-e-btn-wrapper {
  width: 193px;
  font-size: 0.875rem;
  color: #cd5e3c;
  text-align: center;
  margin: 7px auto 0;
}
}

.col-e-btn-wrapper a {
  color: #cd5e3c;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
.col-e-btn-wrapper a {
  font-size: 0.875rem;
}
}

.col-e-btn-wrapper .btn-text{
  margin: 0 3px 6px 0;
  display: inline-block;
}

.col-e-btn-wrapper img {
  width: 45px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
.col-e-btn-wrapper img {
  width: 40px;
  white-space: nowrap;
}
}







.col-e-title h2 {
  font-family: muli ,YuGothic,'Yu Gothic',sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  padding-bottom: 35px;
  display: inline;
  position: relative;
}

.col-e-title h2::after {
  position: absolute;
  content: "サンプルタイトル";
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.57;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.col-e-text {
  margin-top: 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .col-e-text {
    width: 100%;
  }
}



/* col-f
================================*/
.col-f {
  padding: 0px 0 80px;
}
@media screen and (max-width: 767px) {
.col-f {
  padding: 0px 0 10px;
 }
}

.col-f::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  background-color: rgba(19, 44, 66, 0.03); /* ← 好きな背景色に変更 */
  z-index: -1;
}
@media screen and (max-width: 767px) {
.col-f::before {
  width: 100%;
  height: 100%;
 }
}


.col-f .container3 {
  margin: auto;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 767px) {
.col-f .container3 {
  display: block;
}
}

.col-f-wrap {
  width: 45.8%;
}
@media screen and (max-width: 767px) {
.col-f-wrap {
  width: 100%;
  margin-bottom: 55px;
 }
}

.col-f-wrap h3 {
  font-size: 1.785rem;
  font-weight: 700;
  color: #132c42;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.col-f-wrap h3 {
  font-size: 1.0625rem;
  margin-bottom: 25px;
 }
}

.col-u-img02,
.col-u-img03 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.col-u-img02,
.col-u-img03 {
  margin-bottom: 28px;
 }
}

.col-f li {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
.col-f li {
  font-size: 0.9375rem;
  padding-left: 26px;
  margin-bottom: 25px;
 }
}
.col-f li::before {
  content:"";
  background: url(../img/col/check_orange.svg) center center/contain no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  position: absolute;
  top:5.6%;
}
@media screen and (max-width: 767px) {
.col-f li::before {
  content:"";
  background: url(../img/col/check_orange.svg) center center/contain no-repeat;
  width: 25px;
  height: 15px;
  left: 0;
  position: absolute;
  top:8%;
 }
}

.col-f li p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
.col-f li p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 4px;
}
}


.col-f .note p {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
.col-f .note p {
  font-weight: 700;
  font-size: 0.9375rem;
 }
}

.col-f .title_wrap {
  position: relative;
  width: 70px;
  height: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.col-f .title_wrap {
  position: relative;
  width: 55px;
  height: 16px;
  margin-bottom: 20px;
 }
}

.col-f .title_wrap p {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50% , -50%);
  color: #d7633f;
  font-weight: 400;
  font-size:1.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
.col-f .title_wrap p {
  font-size:0.875rem;
  top: 110%;
 }
}

.col-f .note span {
  display: block;
  color: #333333;
}

.col-f .note {
  padding: 23px 30px 30px;
  background-color: #ffffff;
  min-height: 222px;
}
@media screen and (max-width: 767px) {
.col-f .note {
  padding: 10px 16px 16px;
  background-color: #ffffff;
  min-height: 138px;
 }
}

.col-f-container3 {
  position: relative;
}

.col-u-deco02.pc {
  position: absolute;
  top:41%;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
  height: 605px;
}
@media screen and (max-width: 767px) {
.col-u-deco02.pc {
  display: none;
 }
}

.col-f-line.sp {
  display: none;
}
@media screen and (max-width: 767px) {
.col-f-line.sp {
  display: block;
  width: 58%;
  margin: auto;
  padding-top: 38px ;
}
}


/* col-f2
================================*/
.col-f2 {
  padding: 0px 0 30px;
}
@media screen and (max-width: 767px) {
.col-f2 {
  padding: 0px 0 10px;
 }
}

.col-f2 .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-f2 .col-f-wrap {
  width: 100%;
}


.col-f2-wrap h3 {
  font-size: 1.785rem;
  font-weight: 700;
  color: #132c42;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.col-f2-wrap h3 {
  font-size: 1.0625rem;
  margin-bottom: 25px;
 }
}

.col-f2 picture {
  width: 68%;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
.col-u-img02,
.col-u-img03 {
  margin-bottom: 28px;
 }
}

.col-f2 .col-f-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3%;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
.col-f2 .col-f-text {
  display: block;
 }
}

@media screen and (max-width: 767px) {
.col-f2 ul {
  margin-top: 38px;
}
}

.col-f2 li {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
.col-f2 li {
  font-size: 0.9375rem;
  padding-left: 26px;
  margin-bottom: 25px;
 }
}
.col-f2 li::before {
  content:"";
  background: url(../img/col/check_orange.svg) center center/contain no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  position: absolute;
  top:5.6%;
}
@media screen and (max-width: 767px) {
.col-f2 li::before {
  content:"";
  background: url(../img/col/check_orange.svg) center center/contain no-repeat;
  width: 25px;
  height: 15px;
  left: 0;
  position: absolute;
  top:8%;
 }
}

.col-f2 li p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
.col-f2 li p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 4px;
}
}


.col-f2 .note p {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
.col-f2 .note p {
  font-weight: 700;
  font-size: 0.9375rem;
 }
}

.col-f2 .title_wrap {
  position: relative;
  width: 70px;
  height: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.col-f2 .title_wrap {
  position: relative;
  width: 55px;
  height: 16px;
  margin-bottom: 20px;
 }
}

.col-f2 .title_wrap p {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50% , -50%);
  color: #d7633f;
  font-weight: 400;
  font-size:1.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
.col-f2 .title_wrap p {
  font-size:0.875rem;
  top: 110%;
 }
}

.col-f2 .note span {
  display: block;
  color: #333333;
}

.col-f2 .note {
  padding: 23px 30px 30px;
  background-color: #ffffff;
  min-height: 222px;
}
@media screen and (max-width: 767px) {
.col-f2 .note {
  padding: 10px 16px 16px;
  background-color: #ffffff;
  min-height: 138px;
 }
}



/* col-g
================================*/
.col-g {
  padding: 0px 0 200px;
}
@media screen and (max-width: 767px) {
.col-g {
  padding: 0px 0 100px;
 }
}

.col-g .container3 {
  margin: auto;
  max-width: 1200px;
  text-align: center;
}


.headline-mark {
 position: relative;
 font-size: 1.75rem;
 color: #cd5e3c;
 margin: auto;
 margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
.headline-mark {
 font-size: 0.875rem;
 margin-bottom: 30px;
 }
}

.headline-mark span {
  padding-left:6px ;
}

.headline-mark img {
  position: absolute;
  width: 260px;
  height: 36px;
  top:50%;
  left:50%;
  transform: translate(-50% , -50%);
}
@media screen and (max-width: 767px) {
.headline-mark img {
  position: absolute;
  width: 140px;
  height: 22px;
  top:50%;
  left:50%;
  transform: translate(-50% , -50%);
 }
}

.col-g-text {
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
.col-g-text {
  font-size: 0.875rem;
 }
}
.col-g-text p {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
.col-g-text p {
  margin-bottom: 12px;
  line-height: 1.5;
 }
}

.col-g-text .middle {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.col-g-text .middle {
  margin-bottom: 25px;
 }
}

.u-line {
  border-bottom: 1px solid #cd5e3c;
  display: inline-block;
  padding: 0 0 0px;
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
.u-line {
  font-size: 1.1875rem;
 }
}

/* col-i
================================*/
.col-i {
  padding: 200px 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-i {
  padding: 100px 0;
 }
}

.col-i .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-i-wrap {
  display: grid;
  grid-template-columns: 31% auto;
  gap:3.5%;
}
@media screen and (max-width: 767px) {
.col-i-wrap {
  display: block;
  text-align: center;
 }
}

@media screen and (max-width: 767px) {
.col-i-img {
  width: 77%;
  margin: auto;
  text-align: center;
 }
}

@media screen and (max-width: 767px) {
.col-i-wrap img {
  width: 100%;
  margin: auto;
  text-align: center;
 }
}

@media screen and (max-width: 767px) {
.col-i-sentence {
  text-align: left;
}
}

.col-i-text {
  margin-top: 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .col-i-text {
    width: 100%;
    margin-top: 30px;
  }
}

.col-i-text p {
  font-size: 1rem;
  line-height: 2.25;
  left: 0.05em;
}
@media screen and (max-width: 767px) {
.col-i-text p {
  font-size: 0.875rem;
  line-height: 2.25;
  left: 0.05em;
}
}


.col-i-name {
  font-size: 1.875rem;
  font-weight:700;
}
@media screen and (max-width: 767px) {
.col-i-name {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 6px;
}
}

.col-i-name span {
  font-size: 0.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
.col-i-name span {
  font-size: 0.8125rem;
 }
}


/* col-j
================================*/
.col-j {
  margin-top: 100px;
  padding: 100px 0 100px;
  background-color: rgba(19, 44, 66, 0.03)
}
@media screen and (max-width: 767px) {
.col-j {
  padding:50px 0 50px;
  margin-top: 0px;
 }
}

.page-about .container3 {
  margin: auto;
  max-width: 1200px;
}


.col-j-top {
  display: grid;
  grid-template-columns: 59% auto;
  gap: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.col-j-top {
  display: block;
 }
}


.col-j-img-top {
  margin-top: -200px;
}

@media screen and (max-width: 767px) {
  .col-j-img-top {
    width: 65%;
    margin: 30px auto;
    text-align: center;
  }
}


.col-j-bottom {
  display: grid;
  grid-template-columns: 38% auto;
  gap: 4%;
}
@media screen and (max-width: 767px) {
.col-j-bottom {
  display: block;
}
}

.col-j-img-bottom.sp {
  display: none;
}
@media screen and (max-width: 767px) {
.col-j-img-bottom.sp {
  display: block;
  width: 65%;
  text-align: center;
  margin: 30px auto;
 }

.col-j-img-bottom.pc {
  display: none;
 }
}


.col-j-text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .col-j-text {
    width: 100%;
  }
}

.col-j-text strong {
  color: #132c42;
 font-family: "toppan-bunkyu-mincho-pr6n", serif;
 font-size: 1.625rem;
 margin-bottom: 40px;
 line-height: 1.76;
 display:block;
}

.col-j-text p {
  font-size: 1rem;
  line-height: 2.25;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
.col-j-text strong {
 font-size: 1rem;
 margin-bottom: 35px;
 line-height: 1.76;
}

.col-j-text p {
  font-size: 0.812rem;
  line-height: 2.15;
  margin-bottom: 20px;
}
}

.col-j .col-p-name {
  text-align: right;
  margin-top: 10px;
}

.col-j .col-p-name span {
  font-size: 1.5rem;
}



/* col-k
================================*/
.col-k {
  padding: 0px 0 200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-k {
  padding: 0px 0 100px;
 }
}

.col-k .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-k-intro {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
.col-k-intro {
  margin-bottom: 45px;
  font-size: 0.875rem;
  line-height: 2;
 }
}

.col-k-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
.col-k-list {
  width: 100%;
  margin-bottom: 55px;
  display: block;
}
}

.col-k-list.left {
  flex-direction: row-reverse;
}


.col-k-img {
  width: 46.2%;
}
@media screen and (max-width: 767px) {
.col-k-img {
  width: 100%;
  margin-top: 18px;
}
}

.col-k h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
.col-k h3 {
  font-size: 1.1875rem;
  line-height: 1.47;
}
}

.col-k-text img {
 width: 110px;
 height: 1px;
 display: block;
 margin-top: 18px;
}
@media screen and (max-width: 767px) {
.col-k-text img {
 width: 70px;
 margin-top: 15px;
 }
}


.col-k-text {
  text-align: left;
  flex:1;
}

.col-k-text p {
  letter-spacing: 0;
  line-height: 2.25;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
.col-k-text p {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 25px;
}
}

.col-k-text span {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.col-k-text span {
  margin-top: 10px;
  font-size: 0.875rem;
}}

.col-k-text span::before {
  content: "⚫︎";
  font-size: 1rem;
  color: #333333;
  position: absolute;
  left: 0%;
}
@media screen and (max-width: 767px) {
.col-k-text span::before {
  font-size: 0.875rem;
}
}

.col-k-text .content {
  margin-top: 0;
}

.col-k-content li {
  position: relative;
  padding-left: 22px;
  margin-left: 12px;
} 
@media screen and (max-width: 767px) {
.col-k-content li {
  font-size: 0.875rem;
} 
}

.col-k-content li::before{
  content:"";
  background: url(../img/col/col-k-check.svg) center center/contain no-repeat;
  width: 13px;
  height: 9px;
  left: 0;
  position: absolute;
  top:51%;
  transform: translateY(-50%);
} 
@media screen and (max-width: 767px) {
.col-k-content li::before{
  width: 12px;
  height: 8px;
} 
}


.col-k-btn-wrapper {
  margin: 0 auto;
  width: 330px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.col-k-btn-wrapper {
  margin: 0 auto;
  width: 210px;
  overflow: hidden;
  text-align: center;
}
}

.col-k-btn {
  margin-right: 0;
  text-align: center;
  display: block;
  width: 330px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  color: #fff;
  border: 1px solid #132c42;
  background-color: #132c42;
  letter-spacing: 0.2em;
  position: relative;
}
.col-k-btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn/arw.png) center center/contain no-repeat;
  width: 42px;
  height: 15px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
.col-k-btn-wrapper {
  margin: auto;
  width: 210px;
  font-size: 0.875rem;
}
.col-k-btn {
  width: 210px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
  margin: auto;
  text-align: center;
}
.col-k-btn::after {
  width: 21px;
  height: 8px;
}
}



/* col-o
================================*/
.col-o {
  padding: 100px 0 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.col-o {
  padding: 50px 0 100px;
 }
}
.col-o::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76%;
  background-color: rgba(19, 44, 66, 0.03); /* ← 好きな背景色に変更 */
  z-index: -1;
}

.col-o-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-direction: column;
  gap:34px
}

@media screen and (max-width: 767px) {
  .col-o-inner {
    display: block;
    gap: 17px
  }
}

.col-o .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-o-sentence {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col-o-sentence {
    margin-top: 25px;
  }
}

.col-o-sentence h3 {
  font-size: 1.75rem;
  color: #132c42;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
.col-o-sentence h3 {
  font-size: 1.0625rem;
 }
}


.col-o-text p {
  margin-top: 10px;
  text-align: left;
  line-height: 2.25;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .col-o-text {
    width: 100%;
    font-size: 0.875;
    line-height: 2;
    margin-top: 5px;
  }
}


.col-o-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
} 
@media screen and (max-width: 767px) {
.col-o-top {
  display: block;
 } 
}

.col-o-top-left,
.col-o-top-right {
  width: 47.3%;
}
@media screen and (max-width: 767px) {
.col-o-top-left,
.col-o-top-right {
  width: 100%;
  margin-bottom: 30px;
 }
}

.col-o-top-line {
  position: relative;
}
.col-o-top-line .col-o-line {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:224px;
  height: 440px;
}
@media screen and (max-width: 767px) {
.col-o-top-line .col-o-line {
  position: absolute;
  top: 103%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:80%;
  height: 1px;
}
}

.col-o-middle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
.col-o-middle {
  display: block;
 }
}

.col-o-middle-left,
.col-o-middle-right {
  position: relative;
  text-align: center;
  width: 48.75%;
}
@media screen and (max-width: 767px) {
.col-o-middle-left,
.col-o-middle-right {
  width: 100%;
  margin-bottom: 17px;
}
}

.col-o-middle h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 10;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  white-space: nowrap;
}
.col-o-middle h3 span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
.col-o-middle h3 {
  font-size: 1.1875rem;
}
.col-o-middle h3 span {
  font-size: 0.875rem;
  padding-top: 5px;
 }
}

.col-o-middle img {
  width: 100%;
}

.col-o-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  overflow: hidden;
}


@media screen and (max-width: 767px) {
  .col-o-img {
    width: 100%;
  }
}



.col-o-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
.col-o-bottom {
 display: block;
 }
}

.col-o-bottom-left,
.col-o-bottom-middle,
.col-o-bottom-right {
  position: relative;
  text-align: center;
  width: 31.6%;
}
@media screen and (max-width: 767px) {
.col-o-bottom-left,
.col-o-bottom-middle,
.col-o-bottom-right {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 17px;
 }
}

.col-o-bottom h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 10;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.4;
}
.col-o-bottom h3 span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
.col-o-bottom h3 {
  font-size: 1.1875rem;
}
.col-o-bottom h3 span {
  font-size: 0.875rem;
  padding-top: 5px;
 }
}

.col-o-bottom img {
  width: 100%;
}

.col-o-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  overflow: hidden;
}



.col-o-sentence {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
}



.col-o-btn-flex {
  display: flex;
  justify-content: space-between; /* ← 中の2つのボタンを均等に並べる */
  align-items: center;
  width: 665px;       /* ← 幅指定 */
  margin-left: auto;  /* ← 右寄せにするためのポイント！ */
  margin-top: 36px;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
.col-o-btn-flex {
  display: block;
  text-align: right;
  margin: 40px 0 0 auto;
  width: fit-content;
 }
}

.col-o-btn-wrapper,
.col-o-btn-wrapper-price {
  margin: 0;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
.col-o-btn-wrapper,
.col-o-btn-wrapper-price {
  margin: 0 0 0 auto;
  height: auto;
  padding: 0;
  text-align: right;
}
}

.col-o-btn-wrapper {
  text-align: end;
  width: 414px;
  overflow: hidden;
}
.col-o-btn {
  margin-right: 0;
  text-align: center;
  display: block;
  width: 414px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  color: #fff;
  border: 1px solid #132c42;
  background-color: #132c42;
  letter-spacing: 0.2em;
  position: relative;
}
.col-o-btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn/arw.png) center center/contain no-repeat;
  width: 42px;
  height: 15px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
.col-o-btn-wrapper {
  width: 240px;
  font-size: 0.875rem;
}
.col-o-btn {
  width: 240px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
}
.col-o-btn::after {
  width: 21px;
  height: 8px;
}
}


.col-o-btn-wrapper-price {
  text-align: end;
  width: 188px;
  overflow: hidden;
}
.col-o-btn-price {
  display: flex; /* ← 追加！ */
  align-items: center; /* ← 縦中央揃え */
  justify-content: center; /* ← 任意。中央揃えにしたい場合 */
  text-align: center;
  margin-right: 0;
  width: 188px;
  color: #cd5e3c;
  letter-spacing: 0.2em;
  position: relative;
  gap: 10px; /* ← 画像とテキストの間隔 */
  white-space: nowrap;
}

.col-o-btn-price img {
  width: 45px;
  height: auto;
  display: block; /* 念のため */
}
@media screen and (max-width: 767px) {
.col-o-btn-wrapper-price {
  width: 165px;
  font-size: 0.875rem;
  margin-bottom: 19px;
}
.col-o-btn-price {
  width: 165px;
}
.col-o-btn-price img {
  width: 40px;
}
}



/* col-p
================================*/
.col-p {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
.col-p {
  padding:50px 0;
 }
}

.col-p-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .col-p-inner {
    display: block;
  }
}

.col-p .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-p-img {
  width: 34%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .col-p-img {
    width: 84%;
    min-width: 290px;
  }
}

.col-p-name.sp {
  display: none;
}

.col-p-name {
  font-size: 1.125rem;
  margin-top: 6px;
}

.col-p-name span { 
  font-size: 2.0rem;
  padding-left: 10px;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
.col-p-name.pc {
  display: none;
}

.col-p-name.sp {
  display: block;
  font-size: 0.875rem;
  margin: 15px 0 0 auto;
  text-align: right;
}

.col-p-name span {
  font-size: 1.5rem;
  padding-left: 10px;
  line-height: 1.25;
}
}

.col-p-sentence {
  width: 62%;
}

@media screen and (max-width: 767px) {
  .col-p-sentence {
    width: 100%;
    margin-top: 45px;
  }
}

.col-p-text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .col-p-text {
    width: 100%;
  }
}

.col-p-text strong {
  color: #132c42;
 font-family: "toppan-bunkyu-mincho-pr6n", serif;
 font-size: 1.625rem;
 margin-bottom: 40px;
 line-height: 1.76;
 display:block;
}

.col-p-text p {
  font-size: 1rem;
  line-height: 2.25;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
.col-p-text strong {
 font-size: 1rem;
 margin-bottom: 35px;
 line-height: 1.76;
}

.col-p-text p {
  font-size: 0.812rem;
  line-height: 2.15;
  margin-bottom: 20px;
}
}

.col-p-text p a {
  color: #333333;
  text-decoration: underline;
  text-decoration-thickness: 1px; /* 下線の太さ（対応ブラウザで） */
  text-underline-offset: 5px;    
}


.col-p-btn-wrapper {
  margin: 70px 0 0 auto;
  text-align: end;
  width: 330px;
  overflow: hidden;
}
.col-p-btn {
  text-align: end;
  margin-right: 0;
  text-align: center;
  display: block;
  width: 330px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  color: #fff;
  border: 1px solid #132c42;
  background-color: #132c42;
  letter-spacing: 0.2em;
  position: relative;
}
.col-p-btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn/arw.png) center center/contain no-repeat;
  width: 42px;
  height: 15px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.col-p-btn {
  margin-right: 0;
  text-align: center;
  display: block;
  width: 330px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  color: #fff;
  border: 1px solid #132c42;
  background-color: #132c42;
  letter-spacing: 0.2em;
  position: relative;
}
.col-p-btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn/arw.png) center center/contain no-repeat;
  width: 42px;
  height: 15px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
.col-p-btn-wrapper {
  margin: 40px 0 0 auto;
  width: 210px;
  font-size: 0.875rem;
}
.col-p-btn {
  width: 210px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
}
.col-p-btn::after {
  width: 21px;
  height: 8px;
}
}

/* col-q
================================*/
.col-q {
  padding: 200px 0 100px;
  background-color: rgba(19, 44, 66, 0.03);
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-q {
  padding: 60px 0 50px;
 }
}

.col-q .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-q-title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 2.625rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
.col-q-title {
  margin-bottom: 45px;
  text-align: center;
  font-size: 1.75rem;
 }
}

.col-q-title h2 {
  font-weight: 700;
  letter-spacing: 0.07em;
}

.col-q-title p {
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-align: center;
}
.col-q-title p::after {
  content: "";
  display: block;
  width: 310px;
  height: 10px;
  background: url(../img/col/line.png) center center/cover no-repeat;
  margin: auto;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
.col-q-title p {
  font-size: 0.68rem;
}
.col-q-title p::after {
  width: 208px;
  height: 10px;
  margin-top: 5px;
 }
}


.col-q-title span {
  font-size: 1.375rem;
  color: #cd5e3c;
}
@media screen and (max-width: 767px) {
.col-q-title span {
  font-size: 0.875rem;
 }
}




.col-q-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.col-q-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; 
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
.col-q-item {
  align-items: flex-start; 
 }
}
@media screen and (max-width: 767px) {
.col-q-item {
  margin-bottom: 40px;
 }
}

.col-q-item.right {
  flex-direction: row-reverse;
}


@media screen and (max-width: 767px) {
  .col-q-item {
    display: block;
  }
}

.col-q-icon {
  width: 23%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 767px) {
.col-q-icon {
  width: 48%;
  min-width: 165px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  margin: auto;
 }
}

.col-q-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 73%; /* アイコン分差し引き */
}

.col-q-content .title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
.col-q-content .title-wrap {
  display: block;
 }
}

@media screen and (max-width: 767px) {
  .col-q-content {
    width: 100%;
    margin-top: 20px;
  }
}

.col-q-number {
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: 0em;
  color: rgba(19, 44, 66, 0.15);
  line-height: 1.0;
}
@media screen and (max-width: 767px) {
.col-q-number {
  font-size: 1.06rem;
  line-height: 1.6;
 }
}

.col-q-content .title-txt {
  color: #132c42;
  letter-spacing: 0;
  line-height: 1.65;
}

.col-q-content h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.col-q-content h3 {
  font-size: 1.18rem;
}
}

.col-q-content .title-txt p {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
.col-q-content .title-txt p {
  font-size: 0.937rem;
 }
}

.col-q-text {
  margin-top: 25px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 2.25;
}

.col-q-text mark {
  font-weight: 700;
  background: linear-gradient(to top, rgba(205, 94, 60, 0.30) 50%, transparent 30%)
}
@media screen and (max-width: 767px) {
.col-q-text {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 2;
}

.col-q-text mark {
  font-weight: 700;
  background: linear-gradient(to top, rgba(205, 94, 60, 0.30) 50%, transparent 30%)
 }
}



@media screen and (max-width: 767px) {
  .col-q-inner {
    display: block;
  }
}

.col-q-sentence {
  width: 62%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 767px) {
  .col-q-sentence {
    width: 100%;
  }
}



/* col-u
================================*/
.col-u {
  padding: 0px 0 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-u {
  padding: 60px 0 50px;
  background-color: rgba(19, 44, 66, 0.03);
 }
}

.col-u .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-u .c-title02 h2 {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
.col-u .c-title02 h2 {
  font-size: 1.5625rem;
 }
}

.col-u-wrap {
  display: grid;
  grid-template-columns: 42% auto;
  gap:4%;
}
@media screen and (max-width: 767px) {
.col-u-wrap {
  display: block;
  text-align: left;
 }
}

@media screen and (max-width: 767px) {
.col-u-img {
  margin-bottom: 25px;
 }
}

.col-u-wrap p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.col-u-wrap p {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
}

.col-u-wrap p mark {
  font-weight: 700;
  background: linear-gradient(to top, rgba(205, 94, 60, 0.30) 50%, transparent 30%)
}
@media screen and (max-width: 767px) {
.col-u-wrap p mark {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 2;
}

.col-u-wrap p mark {
  font-weight: 700;
  background: linear-gradient(to top, rgba(205, 94, 60, 0.30) 50%, transparent 30%)
 }
}

/* col-u2
================================*/
.col-u2 {
  padding: 0px 0 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-u2 {
  padding: 0px 0 50px;
 }
}

.col-u2 .container3 {
  margin: auto;
  max-width: 1200px;
}

.col-u2 .c-title02 h2 {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
.col-u2 .c-title02 h2 {
  font-size: 1.5625rem;
 }
}

.col-u-wrap {
  display: grid;
  grid-template-columns: 42% auto;
  gap:4%;
}
@media screen and (max-width: 767px) {
.col-u-wrap {
  display: block;
  text-align: left;
 }
}

@media screen and (max-width: 767px) {
.col-u-img {
  margin-bottom: 25px;
 }
}

.col-u-wrap p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.col-u-wrap p {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
}

.col-u-wrap p mark {
  font-weight: 700;
  background: linear-gradient(to top, rgba(205, 94, 60, 0.30) 50%, transparent 30%)
}
@media screen and (max-width: 767px) {
.col-u-wrap p mark {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 2;
}

.col-u-wrap p mark {
  font-weight: 700;
  background: linear-gradient(to top, rgba(205, 94, 60, 0.30) 50%, transparent 30%)
 }
}


/* col-v
================================*/
.col-v {
  padding: 30px 0 80px;
  margin: auto;
  background-color: rgba(19, 44, 66, 0.03);
}
@media screen and (max-width: 767px) {
.col-v {
  padding: 0px 0 40px;
 }
}


.col-v .container3 {
  margin: auto;
  max-width: 1200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.col-v .container3 {
  margin: auto;
  width: 100%;
  padding: 0;
 }
}

.col-v .container3 p {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #132c42;
}
@media screen and (max-width: 767px) {
.col-v .container3 p {
  font-size: 1.0625rem;
  margin-bottom: 25px;
}
}

/* col-v2
================================*/
.col-v2 {
  padding: 50px 0 200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
.col-v2 {
  padding: 0px 0 100px;
 }
}

.col-v2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: rgba(19, 44, 66, 0.03); /* ← 好きな背景色に変更 */
  z-index: 0;
}
@media screen and (max-width: 767px) {
.col-v2::before {
  height: 90%;
 }
}




.col-v2 .container3 {
  margin: auto;
  max-width: 1200px;
  text-align: center;
}

.col-v2 .container3 h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #132c42;
}
@media screen and (max-width: 767px) {
.col-v2 .container3 h3 {
  font-size: 1.0625rem;
  margin-bottom: 25px;
}
}

.col-v2 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 767px) {
.col-v2 ul {
  display: block;
 }
}

@media screen and (max-width: 767px) {
.col-v2 li {
  margin-bottom: 40px;
 }
}


/* col-w
================================*/
.col-w {
  padding: 0px 0 100px;
  background-color: rgba(19, 44, 66, 0.03);
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-w {
  padding: 0px 0 50px;
 }
}

.col-w .container3 {
  margin: auto;
  max-width: 1200px;
  text-align: center;
}

.col-w .container3 p {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #132c42;
}
@media screen and (max-width: 767px) {
.col-w .container3 p {
  font-size: 1.0625rem;
  margin-bottom: 25px;
}
}

.col-w .container3 ul {
  text-align: left;
}

.col-w .container3 li {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 80%;
  margin: auto;
  padding: 20px;
  background-color: rgba(159, 193, 214, 0.3);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.col-w .container3 li {
  width: 100%;
  padding: 15px;gap: 10px;

}
}

.col-w .container3 li img {
  width: 75px;
}
@media screen and (max-width: 767px) {
.col-w .container3 li img {
  width: 38px;
 }
}


.col-w .container3 li p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.col-w .container3 li p {
  font-size: 0.875rem;
 }
}

/* col-x
================================*/
.col-x {
  padding: 200px 0 200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-x {
  padding: 100px 0 100px;
 }
}

.col-x .container3 {
  margin: auto;
  max-width: 1200px;
  text-align: center;
  text-align: left;
}

.col-x ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
.col-x ul {
  display: block;
 }
}

.col-x li {
  width: 30%;
}
@media screen and (max-width: 767px) {
.col-x li {
  width: 100%;
  margin-bottom: 40px;
}
}

.col-x li .step {
  font-size: 2.375rem;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  color: rgba(19, 44, 66, 0.5);
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
.col-x li .step {
  font-size: 1.5625rem;
 }
}

.col-x li .step span {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
.col-x li .step span {
  font-size: 0.6875rem;
 }
}

.col-x li .title-wrap {
  display: flex;
  align-items: center;
  margin-top: 26px;
}


.col-x li .title-wrap p {
  font-size: 1.5rem;
  color: #132c42;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.col-x li .title-wrap p {
  font-size: 1.1875rem;
 }
}

.col-x li .text {
  margin-top: 12px;
}

.col-x li .text p {
  font-size: 0.875rem;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
.col-x li .text p {
  margin-bottom: 0px;
 }
}

.col-x li .text p::before {
  position: absolute;
  content: "⚫︎";
  font-size: 0.875rem;
  top:0%;
  left: 0%;
}

.col-x .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border: #132c42 0.5px solid;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
.col-x .btn-wrap {
  display: block;
  padding: 13px 10px 15px;
  margin-top: 40px; 
  text-align: center;
 }
}

.col-x .post-f-btn-wrapper {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
.col-x .post-f-btn-wrapper {
  margin: 20px auto 0;
}
.col-x .btn-wrap p {
 font-size: 0.875rem;
 }
}



/* col-y
================================*/
.col-y {
  padding: 200px 0 200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
.col-y {
  padding: 100px 0 100px;
 }
}


.col-y .container3 {
  margin: auto;
  max-width: 1200px;
  text-align: center;
}

.col-y-text {
  margin-top: 20px;
  padding: 10% 12% 11%;
  background-color: rgba(159, 193, 214, 0.3);
}
@media screen and (max-width: 767px) {
.col-y-text {
  margin-top: 20px;
  padding: 10% 3% 11%;
  background-color: rgba(159, 193, 214, 0.3);
 }
}

.col-y .headline-mark{
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.col-y .headline-mark{
  margin-bottom: 15px;
}
}

.col-y .headline-mark img {
  width: 310px;
}
@media screen and (max-width: 767px) {
.col-y .headline-mark img {
  width: 150px;
 }
}

.col-y .headline-mark p {
  font-size: 2rem;
}

.col-y .extra {
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
.col-y .extra {
  margin-top: 28px;
  font-size: 0.875rem;
  line-height: 1.5;
 }
}

.col-y .extra strong {
  font-size: 1.5rem;
  color: #cd5e3c;
}
@media screen and (max-width: 767px) {
.col-y .extra strong {
  font-size: 1rem;
 }
}

@media screen and (max-width: 767px) {
.col-y .extra span {
  display: block;
 }
}

.col-y-text ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3%;
  margin-top: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
.col-y-text ul {
  margin-top: 19px;
  margin-bottom: 70px;
  justify-content: center;
  text-align: center;
  width: 230px;
  text-align: center;
  margin: auto;
 }
}
@media screen and (max-width: 465px) {
.col-y-text ul {
display: grid;
grid-template-columns: 1fr 1fr;
 }
}


.col-y-text li img {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
.col-y-text li img {
  margin-bottom: 18px;
 }
}

.col-y-text li {
  font-size: 1.25rem;
  color: #132c42;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
.col-y-text li {
  font-size: 0.8125rem;
  width: 99px;
  margin-top: 19px;
}
}

.col-y .note {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #cd5e3c;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.col-y .note {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 40px;
 }
}

@media screen and (max-width: 767px) {
.col-y .note span {
  display: block;
 }
}



.col-y-btn-wrapper {
  margin: 0 auto;
  width: 350px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.col-y-btn-wrapper {
  margin: 0 auto;
  width: 210px;
  overflow: hidden;
  text-align: center;
}
}

.col-y-btn {
  margin-right: 0;
  text-align: center;
  display: block;
  width: 330px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  border: 1px solid #00b900;
  background-color: #00b900;
  letter-spacing: 0.2em;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
.col-y-btn {
  font-size: 0.875rem;
}
}

.col-y-btn img {
  width: 48px;
}
@media screen and (max-width: 767px) {
.col-y-btn img {
  width: 28px;
}
}

@media screen and (max-width: 767px) {
.col-y-btn-wrapper {
  margin: auto;
  width: 210px;
  font-size: 0.875rem;
}
.col-y-btn {
  width: 210px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: auto;
  text-align: center;
}
}






/*===============================================
# cta
=================================================*/
/* cta-b
================================*/

.cta-b {
  background: url(../img/cta/cta-b-img.jpg) center center/cover no-repeat;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.cta-b {
  padding: 5px;
 }
}


.cta-b .border {
  border: 2px solid #cd5e3c;
  max-width: none;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
.cta-b .border {
  padding: 95px 0;
 }
}

.cta-b .c-title div {
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #cd5e3c;
}
@media screen and (max-width: 767px) {
  .cta-b .c-title div {
  font-size: 0.875rem;
  margin-bottom: 2px;
 }
}

.cta-b .c-title img {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50% , -50%);
  width: initial;
}
@media screen and (max-width: 767px) {
.cta-b .c-title img {
  width: 160px;
 }
}

.cta-b .container3 {
  margin: auto;
  max-width: 1000px;
}

.cta-b .form_wrap {
  width: 95%;
  margin: auto;
}

.cta-b .btn_wrap {
  display: flex;
  align-items: center;
  gap: 5%;
  margin: 45px auto 60px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
.cta-b .btn_wrap {
  display: block;
  margin: 18px auto 30px;
  justify-content: center;
 }
}

.cta-b-tel-top {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap:8px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
.cta-b-tel-top {
  font-size: 1.6875rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap:8px;
  line-height: 1.25;
 }
}

.cta-b-tel-top a {
  color: #333333;
}

.cta-b-fax {
  font-size: 0.875rem;
  padding-left: 50px;
  margin-top: -8px;
  color: #fff !important;
  text-decoration:none !important;
}
@media screen and (max-width: 767px) {
.cta-b-fax {
  font-size: 0.75rem;
  padding-left: 0px;
  margin-top: 0px;
 }
}

.cta-b-tel img{
  width: 51px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
.cta-b-tel img{
  width: 38px;
  margin-right: 8px;
  padding-top: 15px;
}
}

@media screen and (max-width: 767px) {
.cta-b-tel {
  margin-bottom: 20px;
}
}

/* 初期状態では非表示 */
.pc-only, .sp-only {
  display: none;
}

/* 768px以上 → PC用表示 */
@media screen and (min-width: 768px) {
  .pc-only {
      display: flex;
      align-items: center;
       gap:8px;
  }
}

/* 767px以下 → スマホ用表示（telリンクあり） */
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}


.cta-b-line a {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap:8px;
  padding: 15px 35px;
  border: #333333 1px solid;
  line-height: 1.2;
  color: #333333;
}
@media screen and (max-width: 767px) {
.cta-b-line a {
  font-size: 1.1875rem;
  display: flex;
  align-items: center;
  gap:8px;
  padding: 15px 20px;
  width: 243px;
  color: #333333;
  margin: auto;
 }
}
.cta-b-line img{
  width: 48px;
}
@media screen and (max-width: 767px) {
.cta-b-line img{
  width: 32px;
 }
}

.note {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.note {
  font-size: 0.875rem;
  margin-bottom: 8px;
 }
}

.note span {
  color: #cd5e3c;
}


/*===================================
# フォーム構造：Gridで23:77に横並び
===================================*/
.contact_form .form_item {
  display: grid;
  grid-template-columns: 23% 75%;
  align-items: flex-start;
  gap: 1em;
  text-align: left;
  margin: 0 auto 23px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.contact_form .form_item {
  grid-template-columns: 100%;
  gap: 0px;
  text-align: left;
  margin: 0 auto 23px;
 }

 .contact_form .form_item p {
  line-height: 1.2;
  font-size: 0.875rem;
 }
}



/* テキストエリアやチェックボックスなどは上揃え */
.contact_form .form_item.content,
.contact_form .form_item .checkbox_group {
  align-items: start;
}


/*===================================
# 入力フィールド（枠線なし・角丸なし）
===================================*/
.form_input,
.form_textarea {
  width: 100%;
  padding: 1em;
  border: none !important;
  border-radius: 0 !important;
  background-color: #fff;
  font-size: 1rem;
  box-sizing: border-box;
  font-weight: 400;
}

.form_input:focus,
.form_textarea:focus {
  outline: none;
  background-color: #fff;
}


/* 通常ブラウザ用 */
::placeholder {
  color: #aaa;           /* 薄いグレー（必要に応じて変更） */
  opacity: 1;            /* Safari対策：完全に表示させる */
}

/* Firefox用（古い仕様対応） */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

/* IE10–11用 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

/* Microsoft Edge（旧EdgeHTML）用 */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aaa;
}

.required_label {
  color: #cd5e3c;
}

.privacy_check label {
  position: relative;
}

.privacy_check label::after {
  content: "*";
  position: absolute;
  color: #cd5e3c;
}

/*===================================
# チェックボックス・ラジオなどの整列
===================================*/


.checkbox_group .wpcf7-list-item {
  display: block;
  margin-bottom: 6px;
  margin-left: 0;
  margin-top: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
.checkbox_group .wpcf7-list-item {
  margin-bottom: 16px;
  margin-top: 6px;
  font-size: 0.8rem;
 }
.checkbox_group .wpcf7-list-item.last {
  margin-bottom: 0;
}
}


.wpcf7-form-control-wrap {
  font-weight: 400;
}



/*===================================
# プライバシーポリシー枠（スクロール付き）
===================================*/

.privacy_policy {
  text-align: left;
}

.privacy_policy p {
 margin-bottom: 0 auto 10px 0;
 font-weight: 700;
}
@media screen and (max-width: 767px) {
.privacy_policy p {
  font-size: 0.875rem;
 margin-bottom: 0 auto 10px 0;
 }
}


.privacy_policy dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
.privacy_policy dt {
  margin-bottom: 0px;
  line-height: 1.2;
}
}

.privacy_box {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  padding: 30px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 400;
}

.privacy_box p {
 margin-bottom: 15px;
 font-weight: 400;
 font-size: 0.875rem;
 line-height: 1.8;
}



/* チェックボックスの同意欄 */
.privacy_check {
  margin-top: 1em;
  text-align: center;
}

.confirm {
  text-align :center
}

.submit_wrap02 {
  text-align: center;
}

.submit_wrap02 p {
  margin: auto
}
.wpcf7-spinner {
  display: block;
  margin: auto
}

/*===================================
# 確認文・送信ボタン
===================================*/
.wpcf7-spinner {
    display: none !important;
}

.confirm {
  text-align: center;
  font-size: 1rem;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
.confirm {
  font-size: 0.875rem;
  margin-top: 20px;
 }
}

.submit_wrap02 {
  text-align: center;
  margin-top: 15px;
}

.custom_submit_btn {
  display: inline-block;
  background-color: #cd5e3c;
  color: #fff;
  padding: 27px 110px;
  font-size: 1.5rem;
  text-align: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
.custom_submit_btn {
  color: #fff;
  padding: 13px 65px;
  font-size: 1.125rem;
}
}

/*===================================
# レスポンシブ：スマホは縦並び
===================================*/
@media screen and (max-width: 767px) {
  .contact_form .form_item {
    grid-template-columns: 100%;
  }

  .contact_form dt {
    margin-bottom: 0.5em;
  }

  .submit_wrap02 {
    text-align: center;
  }
}




.cta-b-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #e25b3f;
  color: #e25b3f;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}

.cta-b-btn:hover {
  background-color: #fbe8e2;
}

/* Contact Form 7 */
.contact-form-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: left;
}
.contact-form-wrapper label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 15px;
  background-color: #fff;
  box-sizing: border-box;
}
.contact-form-wrapper textarea {
  min-height: 120px;
}
.contact-form-wrapper input[type="checkbox"] {
  margin-right: 8px;
}
.contact-form-wrapper .agree-label {
  margin-top: 10px;
  font-size: 13px;
}
.contact-form-wrapper input[type="submit"] {
  background-color: #e25b3f;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.contact-form-wrapper input[type="submit"]:hover {
  background-color: #c74b32;
}


/*===============================================
# footer
=================================================*/
/* footer-b
================================*/
.footer-b {
  padding-top: 120px;
  padding-bottom: 130px;
  background-image: url("../img/footer/footer_img.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-b {
    padding-top: 60px;
    padding-bottom: 70px;
    background-image: url("../img/footer/footer_img_sp.jpg");
  }
}

.footer-b .container3 {
  margin: auto;
  max-width: 1200px;
}

.footer-b-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.footer-b-top {
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.footer-b-top {
  font-size: 1.125rem;;
 }
}

.footer-b-copyright {
  margin-top: 50px;
  font-family: muli ,YuGothic,'Yu Gothic',sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2.41667;
  color: #fff;
}
@media screen and (max-width: 767px) {
.footer-b-copyright {
  font-size: 10px;
  margin-top: 10px;
}
}

.footer-b-middle {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
.footer-b-middle {
  font-size: 0.8125rem;
 }
}

.footer-b-adress {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.footer-b-adress {
  font-size: 0.8125rem;
 }
} 

.footer-b-tel .pc-only {
  display: block;
  font-size: 1.875rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
.footer-b-tel .pc-only {
  display: none
 }

.footer-b-tel .sp-only a {
  color: #fff;
  font-size: 1.5rem;
 }

.footer-b-tel .sp-only a span {
  text-decoration: none; /* 下線を消す */
  border-bottom: 0.5px solid #fff;  /* 0.5pxの白い下線 */
  padding-bottom: 2px; /* 下線の上に5pxの余白 */
  display: inline-block; /* padding効かせるためにインラインブロックに *//
}
}



.footer-b-tel img {
  width: 38px;
  margin-right: 10px;
  padding-top:7px;
}
@media screen and (max-width: 767px) {
.footer-b-tel img {
  width: 30px;
  margin-right: 8px;
  padding-top:3px;
 }
}

.footer-b-tel .cta-b-fax {
  font-size: 0.875rem;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
.footer-b-tel .cta-b-fax {
  font-size: 0.8125rem;
  margin-top: 5px;
}
}

.footer-b-tel .cta-b-fax span{
  font-size: 0.75rem;
  display: block;
  margin-top: -3px;
}

.footer-b-bottom img {
  width: 36px;
}
@media screen and (max-width: 767px) {
.footer-b-bottom img {
  width: 30px;
}
}

.footer-b-bottom {
  text-align: center;
}

.footer-b-bottom ul {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin-top: 40px;
}


.footer-b-menu ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  text-align: left;
  margin-top: 50px;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
.footer-b-menu ul {
  display: block;
  font-size: 1.375rem;
  margin-left: 6%;
  margin-top: 55px;
}
}

.footer-b-menu ul  li {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer-b-menu ul  li {
  margin-bottom: 32px;
}
}

.footer-b-menu ul  li a {
  color: #fff;
}


.footer-b-menu ul  li p a {
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #cfcfcf;
  line-height: 1.2;
}

.footer-b-menu .last {
  margin-top: 0;
}

.footer-b-menu .first {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
.footer-b-menu .first {
  margin-top: 0px;
}
}




@media screen and (max-width: 767px) {
  .footer-b-menu {
    display: block;;
  }
}


.top {
  width: 90px;
  text-align: right;
  margin: 50px 0 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
.top {
  width: 60px;
 }
}



/*===============================================
# header
=================================================*/
/* header-b
================================*/
.header-b {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
.header-b {
  height: 60px;
 }
}

.header-b-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.burger-btn {
  display: none;
}

@media screen and (max-width: 1205px) {
  .burger-btn {
    display: block;
    width: 110px;
    height: 110px;
    position: relative;
    z-index: 3;
    border: none;
    margin-top: 0px;
    background-color: #d7633f;
  }
  .burger-btn img {
    width: 100px;
    padding: 10px 0 0 8px;
  }
  .bar {
    width: 70px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
  }
  .bar.-c {
    background-color: #333333;
  }
  .bar_top {
    top: 40px;
  }

  .bar_bottom {
    bottom: 40px;
  }
  .burger-btn.close .bar_top {
    -webkit-transform: translate(-50%, 14px) rotate(28deg);
            transform: translate(-50%, 14px) rotate(28deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom {
    -webkit-transform: translate(-50%, -14px) rotate(-28deg);
            transform: translate(-50%, -14px) rotate(-28deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media screen and (max-width: 767px) {
  .burger-btn {
    width: 60px;
    height: 60px;
  }
  .burger-btn img {
    width: 50px;
    padding: 10px 0 0 8px;
  }
  .bar {
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
  }
  .bar.-c {
    background-color: #333333;
  }
  .bar_top {
    top: 22px;
  }

  .bar_bottom {
    bottom: 22px;
  }
  .burger-btn.close .bar_top {
    -webkit-transform: translate(-50%, 7.5px) rotate(28deg);
            transform: translate(-50%, 7.5px) rotate(28deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom {
    -webkit-transform: translate(-50%, -7.5px) rotate(-28deg);
            transform: translate(-50%, -7.5px) rotate(-28deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}


.header-b-logo {
  width: 415px;
  padding-top: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1550px) {
.header-b-logo {
  width: 300px;
  padding-top: 37px;
  padding-left: 37px;
 }
}
@media screen and (max-width: 767px) {
.header-b-logo {
  width: 205px;
  padding-top: 13px;
  padding-left: 13px;
 }
}

@media screen and (max-width: 1205px) {
  .header-b-nav {
    display: none;
    background: rgba(19, 44, 66, 0.9);
    height: calc(100vh - 110px);
    width: 100%;
    z-index: 2;
    position: fixed;
    top: 110px;
    left: 0;
    background-image: url('../img/header/hanabi_blue.png');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .header-b-nav {
    display: none;
    height: calc(100vh - 60px);
    top: 60px;
  }
}

.header-b-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 40px;
}


@media screen and (max-width: 1205px) {
  .header-b-nav-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: left;
  }
}


.header-b-nav-item a {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.125;
  color: #333333;
  padding: 45px 18px;
}
@media screen and (max-width: 1550px) {
.header-b-nav-item a {
  font-size: 0.9rem;
  padding: 45px 10px;
 }
}
@media screen and (max-width: 1205px) {
.header-b-nav-item a {
  font-size: 1.25rem;
  color: #fff;
  padding: 0px 0px 0px 20px;
  display: flex;
  align-items: center;
  height: 100%; /* ← 親の高さを受け継ぐ */
  border-bottom: #255782 solid 0.5px;
 }
}

@media screen and (max-width: 1205px) {
.header-b-nav-item {
  width: 80%;
  height: 80px;
 }
}


.header-b-nav-item.-right a {
  color: #fff;
  background-color: #d7633f;
  padding: 69px 37px;
  font-size: 1.25rem;
  display: inline-block;
  margin-top: -40px;
  position: relative;
}
@media screen and (max-width: 1205px) {
.header-b-nav-item.-right a {
  padding: 28px !important;
  font-size: 1.125rem;
  display: block;
  margin: 20px auto 20px;
  text-align: center;
  width: 60%;
  min-width: 202px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
 }
}


.header-b-nav-item.-right img {
  position: absolute;
  top:  10%;
  left: 15%;
  transform: translate(-50% -50%);
  width: 140px;
}
@media screen and (max-width: 1205px) {
.header-b-nav-item.-right img {
  display: none;
 }
}


.header-b-nav-item.-right span {
  z-index: 10;
  position: relative;
}


/*SNS*/
.header-b-nav-item.sns-group {
  padding: 0px 18px;
  margin-top: -3px;
}
@media screen and (max-width: 1550px) {
.header-b-nav-item.sns-group {
  padding: 0px 10px;
 }
}
@media screen and (max-width: 1205px) {
.header-b-nav-item.sns-group {
  padding: 0px 0px;
 }
}

.sns_3 {
  display: inline;
}

.header-b-nav-item.sns-group img {
  width: 24px;
}
@media screen and (max-width: 1205px) {
.header-b-nav-item.sns-group img {
  width: 30px;
  margin: 0 auto;
  display: block;
 }
}



.header-b-nav-item.sns-group a {
  padding: 0px 9px ;
}
@media screen and (max-width: 1550px) {
.header-b-nav-item.sns-group a {
  padding: 0px 6px ;
 }
}
@media screen and (max-width: 1205px) {
.header-b-nav-item.sns-group a {
 text-align: center;
 margin: 15px auto 15px;
 display: block;
 padding: 24px 0 !important;
 border-bottom: none;
 }
}

@media screen and (max-width: 1205px) {
  .sns_3 {
    display: flex;
    justify-content: center; /* ← SNS全体を中央寄せ */
    gap: 20px;
    margin: auto;
    width: 40%;
    min-width: 120px;
    text-align: center;
  }

  .sns_3 a {
    display: flex;                  /* ← imgの中央寄せ */
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 20px 0 !important;
  }

  .header-b-nav-item.sns-group img {
    width: 30px;
    display: block;
    margin: 0 auto; /* flexで中央寄せするため不要 */
  }
}


.header-b-nav-item.sns-group .line_wrap {
  padding: 13px 10px;
  border: #333 solid 1px;
  margin: 3px 32px 0 22px;
  font-size: 0.875rem;
  line-height: 1.42;
}
@media screen and (max-width: 1550px) {
.header-b-nav-item.sns-group .line_wrap {
  margin: 3px 18px 0 10px;
 }
}
@media screen and (max-width: 1205px) {
.header-b-nav-item.sns-group .line_wrap {
  margin: 0 auto;
  font-size: 1.06rem;
  display: flex;
  align-items: center;
  text-align: center;
  width: 60%;
  min-width: 202px;
  justify-content: center;
  gap: 10px;
  background-color: #ececed;
  padding: 28px;
  color: #333333;
  box-sizing: border-box;
  white-space: nowrap;
 }
}

/* -------------------- */
/* ドロップダウン */

.dropdown {
  position: relative;
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -45%;
  transform: translateX(-50%) translateY(-5px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  background: #fff;
  z-index: 100;
  min-width: 200px;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #132c42;
  transform: translateX(-50%);
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}

@media screen and (max-width: 1550px) {
  .dropdown-menu {
    left: -69%;
  }
}

.dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown.active .dropdown-menu::before {
  width: 70%;
  opacity: 1;
}

@media screen and (max-width: 1205px) {
  .dropdown.active .dropdown-menu::before {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s;
  }
}

/* -------------------- */
/* メニューが開いた時 */

.underline-animate {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.underline-animate:hover::after {
  width: 100%;
}

@media screen and (max-width: 1205px) {
  .underline-animate {
    display: none;
  }
}

/* -------------------- */
/* arw押下でプルダウン */

.dropdown-menu {
  margin-top: -51px;
  width: 200px;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.dropdown.active > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-menu li {
  border-top: 1px solid #eee;
}

.dropdown-menu li:first-child {
  border-top: none;
}

.dropdown-menu a {
  display: block;
  padding: 30px 40px;
  color: #333;
  text-decoration: none;
  font-size: 0.9375rem;
  background: #f9f9f9;
  text-align: center;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
}

.header-b-nav-item-link.dropdown-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: -40px;
  padding-bottom: 19px;
  cursor: pointer;
}

@media screen and (max-width: 1205px) {
  .header-b-nav-item-link.dropdown-toggle {
    flex-direction: row;
    margin-top: 0;
    padding-bottom: 0;
    justify-content: space-between;
  }
}

.dropdown-icon {
  width: 18px;
  height: 10px;
  margin-top: 15px;
  transition: transform 0.3s ease;
  white-space: nowrap !important;
}

@media screen and (max-width: 1205px) {
  .dropdown-icon {
    margin-top: 0;
    filter: brightness(0) invert(1);
  }
}

/* -------------------- */
/* モバイル用ドロップダウン */

@media screen and (max-width: 1205px) {
  .header-b-nav-list {
    position: static !important;
    transform: none !important;
    display: block !important;
    text-align: center;
    padding-top: 30px;
  }

  .header-b-nav-item {
    height: auto !important;
    margin: 0 auto 0;
    text-align: left;
  }

  .header-b-nav-item a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px !important;
    font-size: 1.25rem;
    color: #fff;
    border-bottom: 0.5px solid #255782;
  }

  .dropdown-menu {
    position: relative !important;
    width: 80% !important;
    margin: 0 auto 0 !important;
    left: auto !important;
    top: auto !important;
    background: #fff;
    transform: scaleY(0);
    transform-origin: center top;
    overflow: hidden;
    transition: all 0.3s !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .dropdown-menu a {
    padding: 20px 0 20px 20px !important;
    font-size: 1rem !important;
    color: #132c42 !important;
    background: #f9f9f9 !important;
    border: none !important;
    text-align: center;
  }

  .dropdown.active > .dropdown-menu {
    transform: scaleY(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: all 0.3s !important;
  }

  .dropdown-label {
    white-space: nowrap;
  }

  .dropdown-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .dropdown.active > .dropdown-menu {
    max-height: 1000px;
    opacity: 1;
    pointer-events: auto;
  }
}



@media screen and (max-width: 375px) {
  .header-b-nav-list {
    text-align: center;
    padding-top: 8px;
  }
}


body .noscroll {
  overflow-y: hidden;
}

.burger-btn {
  cursor: pointer;
}






.kv-b {
  position: relative;
  background: url(../img/kv/mv.jpg) top center/cover no-repeat;
  color: #112233;
  height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
.kv-b {
  background: url(../img/kv/mv_sp.jpg) top center/cover no-repeat;
 }
}
@media screen and (max-width: 767px) {
.kv-b {
  position: relative;
  height: calc(100vh - 60px);
  margin-top: 60px;
 }
}



.kv-b-inner {
  width: 600px;
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 1120px) {
.kv-b-inner {
  width: 440px;
 }
}
@media screen and (max-width: 1024px) {
.kv-b-inner {
  margin-top: 80px;
 }
}
@media screen and (max-width: 767px) {
.kv-b-inner {
  width: 310px;
  margin-top: 340px;
 }
}


.kv-b-text {
  text-align: left;
  color: #132c42;
  transform: translate(-50% , -50%);
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
.kv-b-text {
 text-shadow: 0 0 50px #fff, 0 0 15px #fff;
 }
}
@media screen and (max-width: 767px) {
.kv-b-text {
 text-shadow: 0 0 50px #fff, 0 0 15px #fff;
 }
}

.kv-b-text h1 {
  font-size: 3.43rem;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1120px) {
.kv-b-text h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
 }
}
@media screen and (max-width: 767px) {
.kv-b-text h1 {
  font-size: 2.06rem;
  line-height: 1.6;
 }
}

.firework-icon {
  width: 60px;
  height: auto;
  margin: 10px 0;
}

.kv-b-text p {
  font-size: 1.5rem;
  border-top: 1px solid #d7633f;
  padding-top: 30px;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1120px) {
.kv-b-text p {
  font-size: 1.2rem;
  padding-top: 20px;
  margin-top: 0px;
 }
}
@media screen and (max-width: 767px) {
.kv-b-text p {
  font-size: 0.85rem;
  padding-top: 14px;
  margin-top: 0px;
 }
}

.hanabi_white {
  width: initial;
  padding-left: 50px;
  opacity: 0.6;
}
@media screen and (max-width: 1120px) {
.hanabi_white {
  width: 300px;
  padding-left: 50px;
  padding-bottom: 30px;
 }
}
@media screen and (max-width: 767px) {
.hanabi_white {
  width: 200px;
  padding-bottom: 40px;
 }
}

.kv-b-btn-heading {
  color: #fff;
  text-align: end;
}
.kv-b-btn-heading::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 4px;
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
.kv-b-btn-heading {
  color: #132c42;
  font-size: 0.7rem;
  margin-left: 175px;
  margin-bottom: -5px;
 }
 .kv-b-btn-heading::before {
  width: 44px;
  background-color: #132c42;
  margin-bottom: 4px;
  margin-right: 2px;
}
}



.kv-b-buttons {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-right: 2%;
  margin-bottom: 1%;
  position: absolute;
  bottom: 40px;
  right: 20px;  
}
@media screen and (max-width: 1024px) {
.kv-b-buttons {
  margin-bottom: 0%;
  bottom:15px;
 } 
}

@media screen and (max-width: 767px) {
.kv-b-buttons.pc  {
 display: none;
 } 
}

.kv-b-buttonss.sp {
  display: none;
}
@media screen and (max-width: 767px) {
.kv-b-buttonss.sp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px 0;
  background-color: rgba(19, 44, 66, 0.03);
 }
}



@media screen and (max-width: 767px) {
.kv-b-buttonss.sp img {
  width: 345px;
 }
}

.kv-button {
  position: relative;
}

.kv-button p {
  position: absolute;
  top: 46%;
  left: 32%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.kv-button p {
  position: absolute;
  top: 47%;
  font-size: 0.875rem;
  line-height: 1.55;
 }
}

.kv-button.grant p {
  left: 23.7%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
.kv-button.grant p {
  left: 23.5%;
 }
}


.kv-button img {
  width: initial;
}

.kv-button strong {
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
.kv-button strong {
  font-size: 1.187rem;
 }
}



/*===============================================
# post
=================================================*/
/* post-f
================================*/
.post-f {
  padding: 200px 0 200px;
}
@media screen and (max-width: 767px) {
.post-f {
  padding: 100px 0 100px;
 }
}

.post-f .container3 {
  margin: auto;
  max-width: 1200px;
}

.post-f-title {
  text-align: center;
}


.zoom-up .post-f-item-img {
  overflow: hidden;
}

.zoom-up .post-f-item-img img {
  -webkit-transition: 1s all;
  transition: 1s all;
  overflow: hidden;
}

.zoom-up .post-f-item:hover .post-f-item-img img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.post-f-item {
  width: calc((100% - (30px*2)) /3);
}

.post-f-item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .post-f-item {
    margin: 0 auto;
    width: 100%;
  }
  .post-f-item:nth-of-type(3n) {
    margin-right: auto;
  }
}

.post-f-item-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post-f-item-img {
    height: 300px;
  }
}

@media screen and (max-width: 550px) {
  .post-f-item-img {
    height: 220px;
  }
}

.post-f-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.post-f-item-meta {
  width: 100px;
  padding-right: 25px;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .post-f-item-meta {
    width: 80px;
    padding-right: 10px;
    margin-top: 5px;
}
}


.post-f-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* ← 左寄せにする */
  gap: 30px;
}
@media screen and (max-width: 767px) {
.post-f-items {
  gap: 45px;
 }
}



.post-f-item-time {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #132c42;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
.post-f-item-time {
  font-size: 0.75rem;
 }
}

.post-f-item-title {
  padding-left: 3px;
  padding-right: 3px;
}

.post-f-item-title p {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* 最大2行まで表示 */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
.post-f-item-title p {
  font-size: 1rem;
  line-height: 1.56;
 }
}





.post-f-btn-wrapper {
  margin: 70px 0 0 auto;
  text-align: end;
  width: 330px;
  overflow: hidden;
}
.post-f-btn {
  text-align: end;
  margin-right: 0;
  text-align: center;
  display: block;
  width: 330px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  color: #fff;
  border: 1px solid #132c42;
  background-color: #132c42;
  letter-spacing: 0.2em;
  position: relative;
}
.post-f-btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn/arw.png) center center/contain no-repeat;
  width: 42px;
  height: 15px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-f-btn {
  margin-right: 0;
  text-align: center;
  display: block;
  width: 330px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  color: #fff;
  border: 1px solid #132c42;
  background-color: #132c42;
  letter-spacing: 0.2em;
  position: relative;
}
.post-f-btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn/arw.png) center center/contain no-repeat;
  width: 42px;
  height: 15px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
.post-f-btn-wrapper {
  margin: 40px 0 0 auto;
  width: 210px;
  font-size: 0.875rem;
}
.post-f-btn {
  width: 210px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
}
.post-f-btn-btn::after {
  width: 21px;
  height: 8px;
}
}


.post-f-btn-body {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  width: 245px;
  margin-top: 35px;
}

.post-h-btn {
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  width: 245px;
}

.post-h-btn a {
  font-family: muli ,YuGothic,'Yu Gothic',sans-serif;
  display: block;
  margin: 0 auto;
  width: 245px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #000;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .post-h-btn a {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 220px;
  }
}

/*===============================================
# single
=================================================*/

.single.container3 {
  margin: auto;
  max-width: 1200px;
}

.blog {
  margin: auto;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
.blog {
  margin: auto;
  padding-bottom: 100px;
 }
}



.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .content {
    display: block;
  }
}

.primary {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .primary {
    width: 100%;
  }
}

.sidebar {
  width: 26%;
  margin-left: 30px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}


.entry-top-img {
  background-image: url("../img/kv/kv_title_img.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 110px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  height: 370px;
  border-bottom: #ececec solid 0.5px;
}

@media screen and (max-width: 767px) {
 .entry-top-img {
  background-image: url("../img/kv/kv_title_img_sp.png");  
  height: 157px;
  margin-top: 60px;
  margin-bottom: 8px;  
  }
}

.category-name {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .category-name {
    font-size: 28px;
  }
}

.category-description {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.2em;
  line-height: 2.25;
  font-weight: bold;
}


.entry {
  padding: 0;
}

.entry-label {
  display: inline-block;
  margin-bottom: 18px;
}

.entry-label a {
  background: #397fc1;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.entry-label a:hover {
  opacity: 0.6;
}

.entry-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.m_page .entry-title {
  margin-bottom: 34px;
}

.entry-date {
 font-size: 0.875rem;
 color: #132c42;
 padding-left: 3px;
}

.entry-meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.entry-meta {
  margin-bottom: 18px;
}
}

.entry-published,
.entry-updated {
  color: #808080;
  font-size: 12px;
}

.entry-published::before,
.entry-updated::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-updated {
  margin-left: 27px;
}

.entry-updated::before {
  content: "\f1da";
  font-weight: 900;
}

.entry-img {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
.entry-img {
  margin-bottom: 20px;
 }
}

.entry-img img {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 767px) {
  .entry-header {
    display: flex;
    flex-direction: column;
  }

  .entry-img {
    order: 1;
    width: 100%;
    margin-bottom: 16px;
  }

  .entry-header-box {
    order: 2;
  }

  .entry-meta {
    order: 3;
  }

  .sidebar.sp {
    order: 4;
    width: 100%;
    margin-top: 0px;
    display: block;
  }
}




.has-inline-color {
  font-weight: 700;
  background: linear-gradient(to top, rgba(205, 94, 60, 0.30) 50%, transparent 30%) !important;
}

.entry-tag-items {
  border-top: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 0;
}

.entry-tag-head {
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 6px 15px 0;
}

.entry-tag-head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.entry-tag-item {
  margin-bottom: 10px;
  margin-right: 15px;
}

.entry-tag-item:last-child {
  margin-right: 0;
}

.entry-tag-item a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #808080;
  display: block;
  font-size: 14px;
  padding: 6px 18px 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.entry-tag-item a:hover {
  background: #808080;
  border-color: #808080;
  color: #fff;
}

.entry-body {
  margin-top: 32px;
  padding-bottom: 44px;
}
@media screen and (max-width: 767px) {
.entry-body {
  margin-top: 130px;
  padding-bottom: 44px;
 }
}

.m_page .entry-body {
  padding-bottom: 12px;
}

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
  margin-top: 0;
}

.entry-body h2 {
  position: relative;       /* 擬似要素の基準に */
  padding-left: 12px;       /* 線分の幅 + 少し余白 */
  font-weight: 700;        /* お好みで調整 */
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 35px;
  margin-top: 60px;
  padding: 0 0 0 10px;
  position: relative;
  text-align: left;
}

.entry-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 2px;
  height: 30px;
  background-color: #cd5e3c;
}
@media screen and (max-width: 767px) {
.entry-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 2px;
  height: 20px;
  background-color: #cd5e3c;
  padding-top: 3px;
 }
}

blockquote {
  margin-left: 0;
}

blockquote a {
  color: #5f5f5f;
  text-decoration: none;
  border-bottom: 0.5px solid #5f5f5f;
  padding-bottom: 1px;
  display: inline-block;
}

.entry-body h3 {
  border-left: 4px solid #333;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-bottom: 14px;
  padding-left: 22px;
  padding-top: 14px;
}

.entry-body h4 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 40px;
  padding-left: 42px;
  position: relative;
}

.entry-body h4::before {
  color: #333;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0px;
}

.entry-body h5 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 27px;
  margin-top: 40px;
}

.entry-body h6 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}

.entry-body p {
  line-height: 2.9;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
.entry-body p {
  line-height: 2.6;
  font-size: 0.875rem;
}
}

.entry-body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

@media screen and (max-width: 767px) {
  .entry {
    padding: 10px;
  }
  .entry-label a {
    font-size: 11px;
    padding: 4px 14px;
  }
  .entry-title {
    font-size: 1.5rem;
    line-height: 1.41667;
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .entry-published,
  .entry-updated {
    font-size: 11px;
  }
  .entry-updated {
    margin-left: 18px;
  }
  .entry-tag-items {
    padding-top: 24px;
  }
  .entry-tag-head {
    padding: 6px 15px 0;
  }
  .entry-tag-item a {
    padding: 4px 16px 3px;
  }
  .entry-body {
    padding-bottom: 8px;
  }
  .entry-body h2 {
    font-size: 1.05rem;
    margin-top: 40px;
    padding: 0 0 0 10px;
    margin-bottom: 25px;
  }
  .entry-body h3 {
    font-size: 20px;
  }
  #toc_container {
    padding: 20px 20px;
  }
  #toc_container .toc_title {
    margin-bottom: 18px;
  }
  #toc_container > ul > li {
    margin-bottom: 30px;
  }
  #toc_container > ul > li > ul {
    margin-top: 12px;
  }
  .related-item {
    margin-right: 30px;
    width: calc(50% - 30px * 1 / 2);
  }
  .related-item:nth-child(2n) {
    margin-right: 0;
  }
  .widget {
    margin-bottom: 57px;
  }
  .entry-404 {
    padding-bottom: 0;
    padding-top: 18px;
  }
  .entry-404-head {
    font-size: 40px;
    margin-bottom: 36px;
  }
  .entry-404-head span {
    display: block;
  }
  .entry-404-head span::after {
    display: none;
  }
  .entry-404-lead {
    font-size: 20px;
    margin-bottom: 34px;
  }
  .entry-404-lead .m_sp {
    display: block;
  }
  .entry-404-content {
    font-size: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .entry-404-btn {
    margin-top: 62px;
  }
  #content {
    margin-top: 0px;
  }
}

.blog .col-k-btn-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
.blog .col-k-btn-wrapper {
  margin-top: 20px;
 }
}

.blog .col-k-btn {
  margin-right: 0;
  text-align: center;
  display: block;
  width: 330px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  color: #fff;
  border: 1px solid #132c42;
  background-color: #132c42;
  letter-spacing: 0.2em;
  position: relative;
}
.blog .col-k-btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn/arw.png) center center/contain no-repeat;
  width: 42px;
  height: 15px;
  top: 50%;
  left: 5%; /* ← 右側から left に変更 */
  transform: translateY(-50%) scaleX(-1); /* 左右反転 */
  -webkit-transform: translateY(-50%) scaleX(-1); /* Safari対応 */
}

@media screen and (max-width: 767px) {
.blog .col-k-btn {
  width: 210px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  margin: auto;
  text-align: center;
}
.blog .col-k-btn::after {
  width: 21px;
  height: 8px;
}
}


/*===============================================
# sidebar
=================================================*/
.widget {
  margin-bottom: 45px;
}

.widget-title {
  color: #000;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.secondary-category-list a {
  color: #000;
  padding-left: 30px;
  position: relative;
}

.secondary-category-list a::before {
  position: absolute;
  content: "";
  background: url(../img/category/arrow.png) center center/contain no-repeat;
  width: 7px;
  height: 13px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.secondary-category-item {
  display: block;
  color: #000;
}

.secondary-archive-list li a {
  color: #000;
  padding-left: 30px;
  position: relative;
}

.secondary-archive-list li a::before {
  position: absolute;
  content: "";
  background: url(../img/category/arrow.png) center center/contain no-repeat;
  width: 7px;
  height: 13px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.secondary-post-list {
  margin-bottom: -10px;
  font-weight: bold;
}

.secondary-post-item {
  display: block;
  padding: 10px 3px;
  border-bottom: #d9d9d9 solid 1px;
}

.secondary-post-item p {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0;
  font-weight: bold;
}

.secondary-post-item time {
  color: #000;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0;
  margin-top: -6px;
  display: block;
}

.entry-header-category {
  background: url(../img/category/head.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .entry-header-category {
    background: url(../img/category/head-sp.png) center center/cover no-repeat;
  }
}

aside {
  position: relative;
}

.sidebar.sp {
  display: none;
}
@media screen and (max-width: 767px) {
.sidebar.sp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  white-space: nowrap;
  margin-top: 0;
 }
}

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

.sns-separator {
  width: 100%;
  height: 1px;
  background-color: #ececec;
  margin: 16px 0; /* 上下の余白は調整可 */
}

.sns-separator-bottom {
  width: 100%;
  height: 1px;
  background-color: #ececec;
  margin: 16px 0 0; /* 上下の余白は調整可 */
}

.sns-vertical {
  position: absolute; /* 必要に応じて absolute に変更 */
  top: 0%;
  left: 90%;
  transform: translate(-50% , -50%);
  height: 40px;
  width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  padding-bottom: 13px;
}


.sns-label {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 1.125rem;
  color: #132c42;
  margin: 0;
  white-space: nowrap;
  line-height: 1.5;
}

.sns-arrow {
  margin-top: 8px;
  width: initial;
  padding-bottom: 5px;
  margin-left: 8px;
}

.sns-icons {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.sns-icons li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 767px) {

  .secondary{
    width: 100%;
    text-align: left;
    margin-left: 0%;
  }

  .sns-vertical {
    position: relative; /* スマホ表示では位置を自然に */
    top: auto;
    left: auto;
    transform: none;
    width: 230px;
    height: auto;
    flex-direction: row; /* 横並びに変更 */
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
    margin-left: 0;
  }

  .sns-label {
    writing-mode: horizontal-tb; /* 横書きに変更 */
  display: flex;
  align-items: center;
  justify-content: space-between; /* 両端に分ける */
  width: 80px; /* 親幅いっぱい */
  box-sizing: border-box;
  font-size: 0.8175rem;
  white-space: nowrap;
  }

  .sns-arrow {
  transform: scale(-1, -1);
   margin-left: 5px;
    margin-right: 12px;
      transform: rotate(270deg);
    display: block;
    white-space: nowrap;
    height: 30px;
    margin-top: 0;
}



  .sns-icons {
    flex-direction: row; /* アイコンを横並びに */
    gap: 16px;
    margin: 0;
  }

  .sns-icons li img {
    width: 32px;  /* スマホでは少し小さめにしてもOK */
    height: 32px;
  }
}



/*===============================================
# 404
=================================================*/
#content > .inner {
  display: block;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
#content > .inner {
  margin-top: 60px;
 }
}

.entry-404 {
  padding-bottom: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.entry-404 {
  padding-bottom: 100px;
}
}

.entry-404-head {
  color: #e2e2e2;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 36px;
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.35;
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}


.entry-404 .col-k-btn-wrapper {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
.blog .col-k-btn-wrapper {
  margin-top: 0px;
 }
}

.entry-404 .col-k-btn {
  margin-right: 0;
  text-align: center;
  display: block;
  width: 330px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  color: #fff;
  border: 1px solid #132c42;
  background-color: #132c42;
  letter-spacing: 0.2em;
  position: relative;
}
.entry-404 .col-k-btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn/arw.png) center center/contain no-repeat;
  width: 42px;
  height: 15px;
  top: 50%;
  left: 5%; /* ← 右側から left に変更 */
  transform: translateY(-50%) scaleX(-1); /* 左右反転 */
  -webkit-transform: translateY(-50%) scaleX(-1); /* Safari対応 */
}

@media screen and (max-width: 767px) {
.entry-404 .col-k-btn {
  width: 210px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  margin: auto;
  text-align: center;
}
.entry-404 .col-k-btn::after {
  width: 21px;
  height: 8px;
}
}


/*===============================================
# archive
=================================================*/
.archive {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
.archive {
  padding-bottom: 100px;
 }
}


.archive .container3 {
  margin: auto;
  max-width: 1200px;
}

.archive .content {
  display: block;
  width: 100%;
}

.archive .primary {
  width: 100%;
}

.archive .post-f-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.archive .post-f-item {
  margin-bottom: 0px;
 }
}

.archive .post-f {
  padding: 0;
}


.archive-head {
  border-top: 3px solid #397fc1;
  margin-bottom: 56px;
  padding: 28px 0 0;
}

.archive-head.m_description {
  margin-bottom: 70px;
}

.archive-lead {
  color: #397fc1;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.archive-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}

.archive-title.m_category::before {
  color: #397fc1;
  content: "\f02d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.archive-title.m_search span {
  color: #397fc1;
}

.archive-title.m_search::before {
  color: #397fc1;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.archive-description {
  font-size: 14px;
  line-height: 1.4;
}

.entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 12px;
  margin-top: 40px;
}

.entry-item {
  background: #fff;
  display: block;
  margin-right: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 25px 0;
  border-bottom: 1px solid #d9d9d9;
}

.entry-item:hover {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.entry-item:nth-child(2n),
.entry-item:last-child {
  margin-right: 0;
}

.entry-item-img {
  text-align: center;
  width: 135px;
  height: 95px;
  overflow: hidden;
  position: relative;
}

.entry-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.entry-item-body {
  padding: 30px;
}

.entry-item-meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}

.entry-item-published {
  color: #000;
  font-size: 12px;
  margin-top: 4px;
}

.entry-item-published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-item-tag {
  background: #397fc1;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  padding: 3px 14px 2px;
}

.entry-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 14px;
  color: #000;
}

.entry-item-excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429;
}

.entries.m_horizontal {
  margin-bottom: 62px;
}

.entries.m_horizontal .entry-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  padding: 20px;
  width: 100%;
}

.entries.m_horizontal .entry-item:last-child {
  margin-bottom: 0;
}

.entries.m_horizontal .entry-item .entry-item-body {
  padding: 0 0 0 20px;
  width: 63.97059%;
}

.entries.m_block .entry-item {
  width: 100%;
  margin-right: 0;
}

.entries.m_block .entry-item .entry-item-body {
  padding: 20px;
  width: 100%;
}

.entries.m_block .entry-item .entry-item-published {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-tag {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-title {
  font-size: 20px;
}

.entries.m_block .entry-item .entry-item-excerpt {
  font-size: 16px;
}

.entry {
  padding: 0;
}



.entry-label {
  display: inline-block;
  margin-bottom: 18px;
}

.entry-label a {
  background: #333;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.entry-label a:hover {
  opacity: 0.6;
}

.pagenation {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.pagenation {
  margin-top: 40px;
  text-align: center;
 }
}

.pagenation a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagenation a:hover {
  opacity: 0.6;
}

.pagenation a.next,
.pagenation a.prev {
  font-size: 0.875;
  width: 40px;
}

.pagenation a.next:hover,
.pagenation a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: rgba(19, 44, 66, 0.15);
  color: #132c42;
  display: inline-block;
  font-size: 0.875rem;
  height: 40px;
  line-height: 38px;
  margin-right: 14px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #132c42;
  color: #fff;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

@media screen and (max-width: 767px) {
  body.m_fixed_sns {
    padding-bottom: 67px;
  }
  .archive-head {
    margin-bottom: 20px;
    padding-top: 26px;
    margin-top: 30px;
  }
  .archive-lead {
    margin-bottom: 8px;
  }
  .archive-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  #content > .inner {
    display: block;
    padding-top: 40px;
  }
  #primary {
    margin-bottom: 0px;
    width: 100%;
  }
  .m_one #primary {
    margin-bottom: 70px;
  }
  #secondary {
    width: 100%;
  }
  .m_one #secondary {
    display: block;
  }
  .drawer {
    display: block;
  }
  .entries {
    display: block;
  }
  .entry-item {
    margin-bottom: 27px;
    margin-right: 0;
    width: 100%;
  }
  .entry-item:last-child {
    margin-bottom: 0;
  }
  .entries.m_horizontal {
    margin-bottom: 40px;
  }
  .entries.m_horizontal .entry-item {
    margin-bottom: 20px;
    padding: 10px;
  }
  .entries.m_horizontal .entry-item .entry-item-body {
    padding-left: 12px;
    width: 54.93827%;
  }
  .entries.m_horizontal .entry-item .entry-item-published {
    font-size: 10px;
  }
  .entries.m_horizontal .entry-item .entry-item-tag {
    font-size: 10px;
    margin-right: 8px;
  }
  .entries.m_horizontal .entry-item .entry-item-title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .entries.m_horizontal .entry-item .entry-item-excerpt {
    display: none;
  }
  .entries.m_horizontal {
    margin-bottom: 40px;
  }
  .entries.m_horizontal .entry-item {
    margin-bottom: 20px;
    padding: 10px;
  }
  .entries.m_block .entry-item .entry-item-published {
    font-size: 12px;
  }
  .entries.m_block .entry-item .entry-item-tag {
    font-size: 12px;
  }
  .entries.m_block .entry-item .entry-item-title {
    font-size: 18px;
  }
  .entries.m_block .entry-item .entry-item-excerpt {
    font-size: 14px;
  }
}

/*===============================================
# page-template
=================================================*/
.page-message {
  padding-bottom: 100px;
}

.page-body-title h2 {
  font-family: muli ,YuGothic,'Yu Gothic',sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.page-body-title p {
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 3;
  font-weight: bold;
  text-align: center;
}

.page-message-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page-message-body {
    display: block;
  }
}

.page-message-img {
  width: 340px;
  height: 335px;
}

@media screen and (max-width: 767px) {
  .page-message-img {
    width: 100%;
  }
}

.page-message-img img {
  width: 100%;
  height: 100%;
}

.page-message-text {
  margin-left: 50px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .page-message-text {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.page-message-text p {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.8;
  font-weight: 500;
}

.page-message-text h3 {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-top: 50px;
  text-align: right;
  font-weight: 500;
}

.page-history {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .page-history {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-history-body {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .page-history-body {
    margin-top: 40px;
  }
}

.page-history-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .page-history-item {
    height: 100%;
    padding-bottom: 10px;
  }
}

.page-history-item::before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 2px;
  height: 70px;
  top: 11px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .page-history-item::before {
    height: 100%;
  }
}

.page-history-item dt {
  width: 110px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-history-item dt {
    width: 100px;
    padding-left: 11px;
  }
}

.page-history-item dt::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
  top: 11px;
  left: -4px;
}

.page-history-item dd {
  width: calc(100% - 110px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .page-history-item dd {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}

.page-history-item:last-child::before {
  display: none;
}

.page-company {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .page-company {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-company-body {
  margin: 0 auto;
  max-width: 545px;
  margin-top: 60px;
}

.page-company-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-company-item dt {
  width: 130px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .page-company-item dt {
    width: 100px;
  }
}

.page-company-item dd {
  width: calc(100% - 130px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .page-company-item dd {
    width: calc(100% - 100px);
  }
}

.page-sample {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

.page-sample-body {
  margin-top: 60px;
}

.page-sample-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-sample-top {
    display: block;
  }
}

.page-sample-top-item {
  width: 48.7%;
  border: 1px solid #000;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .page-sample-top-item {
    width: 100%;
    padding: 30px;
  }
  .page-sample-top-item + .page-sample-top-item {
    margin-top: 30px;
  }
}

.page-sample-top-item img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 135px;
  height: 135px;
}

.page-sample-top-item h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6667;
  margin-top: 35px;
}

.page-sample-top-item p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 35px;
}

.page-sample-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-sample-bottom {
    display: block;
  }
}

.page-sample-bottom-item {
  width: 31.5%;
  border: 1px solid #000;
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .page-sample-bottom-item {
    width: 100%;
  }
  .page-sample-bottom-item + .page-sample-bottom-item {
    margin-top: 30px;
  }
}

.page-sample-bottom-item img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
}

.page-sample-bottom-item h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1875;
  margin-top: 20px;
}

.page-sample-bottom-item p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.357;
  margin-top: 20px;
}

/*===============================================
# reCAPTCHA
=================================================*/
.grecaptcha-badge { 
  visibility: hidden; 
}

.rechaptcha {
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  padding-top: 50px;
  color: #333333;
}

@media screen and (max-width: 767px) {
.rechaptcha {
  font-size: 7px;
  padding-top: 30px;
}
}

.rechaptcha a {
  font-weight: 700;
  color: #333333 !important;
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .rechaptcha span {
    display: block;
  }
}

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