
@media all and (min-width: 961px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} /* TB: min-width: 560px max-width: 1079px */
@media all and (max-width: 960px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
} /* SP: max-width: 559px */






/* ----------------- 共通 ----------------- */
.widthFix {
  width: calc(100% - 6rem);
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  max-width: 1280px;
}
.ffen {
  font-family: 'Agdasima', 'Inter', 'Noto Sans JP', 'Antic Didone';
  line-height: 100%;
}
.h2_ttl_wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #C9E4F9;
  margin-bottom: 40px;
}
.h2_ttl_inner {
  display: flex;
  align-items: flex-end;
}
.h2_ttlEn {
  font-size: 85px;
  color: #1C9AD3;
  margin-right: 25px;
  letter-spacing: 0.05em;
}
.h2_ttlJp {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
p.text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 40px;
}
.note {
font-size: 13px;
  line-height: 1.8;
  font-weight: 400;  
}
.fc_blu {
  color: #1C9AD3;
}
.mb00 {
  margin-bottom: 0 !important;
}
a {
  text-decoration: none; /* Remove underline by default */
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none; /* Ensure no underline in any state */
}

.text_link {
  color: #1C9AD3;
}
.text_link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.widthFix {
  width: calc(100% - 1.5rem * 2) !important;
  margin: 0 auto;
  box-sizing: border-box;
}
.h2_ttl_wrap {
  padding-bottom: 18px;
  border-bottom: 1px solid #C9E4F9;
}
.h2_ttl_inner {
  display: block;
}
.h2_ttlEn {
  font-size: 65px;
  color: #1C9AD3;
  margin-right: 0;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.h2_ttlJp {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
p.text {
  font-size: 15px;
  margin-bottom: 30px;
}
.scrollable-element {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; /* スムーズなスクロールを有効にする */
}
}



/* 共通ボタン白 */
.c-btn {
  border-radius: 100px;
  padding:  32px 120px 32px 70px;
  color: #333;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  transition: .3s;
  margin: 0 auto;
  background-color: #fff;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn .tx {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.c-btn .tx:after {
  position: absolute;
  background: url(../images/icon_arrow_right_wht.svg) no-repeat center center;
  background-size: 12px 12px;
  background-color: #38A7D8;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 60px; 
  height: 60px; 
  display: inline-block;
  z-index: 100;
  right: -85px;
  transition: .3s;
  border-radius: 50%; 
}
.c-btn:hover.c-btn .tx:after {
  right: -100px;
}
/*SP*/
@media screen and (max-width:960px){
.c-btn {
  padding:  22px 90px 22px 40px;
}
.c-btn .tx {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.c-btn .tx:after {
  content: "";
  width: 40px; 
  height: 40px; 
  right: -55px;
}
.c-btn:hover.c-btn .tx:after {
  right: -70px;
}
}



/* 共通ボタン青 */
.c-btn2 {
  border-radius: 100px;
  padding:  32px 120px 32px 70px;
  color: #333;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  transition: .3s;
  margin: 0 auto;
  background-color: #F0F7FA;
}
.c-btn2:hover {
  opacity: 0.7;
}
.c-btn2 .tx {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.c-btn2 .tx:after {
  position: absolute;
  background: url(../images/icon_arrow_right_wht.svg) no-repeat center center;
  background-size: 12px 12px;
  background-color: #38A7D8;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 60px; 
  height: 60px; 
  display: inline-block;
  z-index: 100;
  right: -85px;
  transition: .3s;
  border-radius: 50%; 
}
.c-btn2:hover.c-btn2 .tx:after {
  right: -100px;
}
/*SP*/
@media screen and (max-width:960px){
.c-btn2 {
  padding:  22px 90px 22px 40px;
}
.c-btn2 .tx {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.c-btn2 .tx:after {
  content: "";
  width: 40px; 
  height: 40px; 
  right: -55px;
}
.c-btn2:hover.c-btn2 .tx:after {
  right: -70px;
}
}





/* KV */
.bg-smart-deck {
  background-image: url(/wp-content/themes/gouriki-hp/smart-deck/images/bg.jpg) !important;
}
.bg-abstract-blur {
  background-image: url(/wp-content/themes/gouriki-hp/smart-deck/images/abstract-blue.png)!important;
}
.kv .text-base {
  font-weight: 300;
  margin-top: 20px;
}
.kv_logo {
  margin-bottom: 20px;
}
/*SP*/
@media screen and (max-width:639px){
 .kv .leading-md {
  margin-top: 30px;
}
.kv .text-base {
  font-weight: 300;
  margin-top: 30px;
  font-size: 0.9rem
}
.kv_inner {
  height: 560px;
}
}



/* about */
.about {
  padding:90px 0 80px;
}
.about_heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.about_heading span {
  color: #1C9AD3;
  border-bottom: 4px solid #D2EBF6;
}
.about_headingWrap {
  display: flex;
  align-items: center;
}
.about_heading_img {
  width: 100%;
  max-width: 270px;
}
.about_slider-container {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin-bottom: 50px;
  user-select: none;
}
.about_image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.about_after-image, .about_before-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_after-image {
  z-index: 1; /* アフター画像を背景に */
}
.about_before-image {
  z-index: 2; /* ビフォー画像を前面に */
  clip-path: inset(0 50% 0 0); /* 初期状態で右半分を表示 */
}
.about_slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: transparent;
  cursor: ew-resize;
  z-index: 3; /* スライダーを最前面に */
}
.about_slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color:rgba(0,160,233,.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
.about_slider-handle::before {
  content: '';
  width: 66px;
  height: 24px;
  background-image: url('../images/icon_arrow_slide.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
/*SP*/
@media screen and (max-width:960px){
.about {
  padding:60px 0 50px;
}
.about_heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.about_heading span {
  color: #1C9AD3;
  border-bottom: 4px solid #D2EBF6;
}
.about_headingWrap {
  display: block;
}
.about_heading_img {
  width: 100%;
  max-width: 60%;
}
.about_slider-container {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin-bottom: 50px;
  user-select: none;
}
.about_slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color:rgba(0,160,233,.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
.about_slider-handle::before {
  width: 36px;
  height: 14px;
}
}



/* issue */
.issueTab_list {
  margin-bottom: 90px;
}
.issueTab_item:not(:last-child){
  margin-bottom: 22px;
}
.issueTab_item_link {
  display: flex;
  align-items: center;
  padding: 12px 30px;
  border:2px solid #EDEDED;
  border-top: 4px solid #1C9AD3;
  background:#fff;
  transition: .3s;
}
.issueTab_item_link:not(.no-underline) {
  text-decoration: none;
}
.issueTab_item_heading {
  display: flex;
  align-items: center;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #CDCDCD;
}
.issueTab_item_headingEn  {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-right: 20px;
}
.issueTab_item_headingNum {
  font-size: 55px;
  font-weight: 600;
  color: #1C9AD3;
  min-width: 25px;
  text-align: center;
  line-height: 1;
}
.issueTab_item_ttl {
  font-size: 26px;
  font-weight: 700;
  width: 100%;
  position: relative;
}
.issueTab_item_link .issueTab_item_ttl:after {
  position: absolute;
  background: url(../images/icon_arrow_down.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 0;
  transition: .3s;
}
.issueTab_item_link:hover .issueTab_item_ttl:after {
  top: 70%;
}
.issueTab_item_link:hover {
  background: #F0F7FA;
}
/* issue1 */
.issueBlock01 {
  padding: 80px 0;
  background: #F0F7FA;
}
.issueBlock_head {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.issueBlock_head_num {
  border:2px solid #EDEDED;
  padding: 20px 40px;
  border-top: 6px solid #1C9AD3;
  text-align:center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-right: 40px;
  background: #fff;
}
.issueBlock_head_num span {
  font-size: 60px;
  font-weight: 600;
  color: #1C9AD3;
  min-width: 25px;
  line-height: 1;
}
.issueBlock_headDesc_ttlSub {
  font-size: 20px;
  color: #1C9AD3;
  font-weight: 700;
}
.issueBlock_headDesc_ttl {
  font-size: 36px;
  font-weight: 700;
  margin: 8px 0;
}
.issueBlock_headDesc_txt {
  margin-bottom: 0 !important;
}
.issueBlock01_ttl {
  text-align: center;
}
.issueBlock01_ttl span {
  background: linear-gradient(0deg, #1365A5, #2983CA);
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  padding:18px ;
  display: block;
  max-width: 680px;
  margin: 0 auto;
}
.issueBlock01_ttl span em {
  font-style: normal;
  margin-left: 20px;
}
.issueBlock01_note {
  text-align: right;
  margin: 30px 0;
}
.issueBlock01_copy {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}
/* issue2 */
.issueBlock02 {
  padding: 80px 0;
}
.issueBlock02_wrap {
  display: flex;
  justify-content: space-between;
}
.issueBlock02_img {
  width: 100%;
  max-width: 570px;
  margin-right: 50px;
}
.issueBlock02_desc_ttl {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
/* issue3 */
.issueBlock03 {
  padding: 80px 0;
  background: #F0F7FA;
}
.issueBlock03_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.issueBlock03_item_ttl {
  font-size: 20px;
  color: #fff;
  background: linear-gradient(0deg, #1365A5, #2983CA);
  padding:20px 5px;
  text-align: center;
  margin-bottom: 30px;
}
.issueBlock03_item_ttl span {
  color: #CD5052;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}
.open-btn {
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  color: white;
  border: none;
  border-radius: 5px;
  display: flex; /* ボタン内のテキストを中央揃え */
  justify-content: center;
  align-items: center;
  min-width: 250px; /* ボタンの最小幅 */
  box-sizing: border-box;
  border:1px solid #B4D1E8;
  margin: 0 auto;
}
.open-btn span{
  position: relative;
}
.open-btn span:after{
  position: absolute;
  background: url(../images/icon_arrow_right.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: -30px;
  transition: .3s;
}
.open-btn:hover.open-btn span:after {
  right: -37px;
}
/* ポップアップのコンテナ */
.popup {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
/* ポップアップ内の画像コンテナ */
.popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
/* 画像のスタイル */
.popup-content img {
  max-width: 450px;
  max-height: 100%;
  display: block;
}
/* 閉じるボタンのスタイル */
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/*SP*/
@media screen and (max-width:960px){
.issueTab_list {
  margin-bottom: 50px;
}
.issueTab_item_link {
  display: flex;
  align-items: center;
  padding: 14px 15px;
}
.issueTab_item_heading {
  display: flex;
  align-items: center;
  padding-right: inherit;
  margin-right: inherit;
  border-right: none;
}
.issueTab_item_headingEn  {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-right: 5px;
}
.issueTab_item_headingNum {
  font-size: 35px;
  font-weight: 600;
  color: #1C9AD3;
  min-width: 15px;
  text-align: center;
}
.issueTab_item_ttl {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
  border-left: 1px solid #CDCDCD;
}
.issueTab_item_ttl span {
  display: inline-block;
  padding-right: 28px;
}
.issueTab_item_link .issueTab_item_ttl:after {
  position: absolute;
  background: url(../images/icon_arrow_down.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 0;
}
/* issue1 */
.issueBlock01 {
  padding: 60px 0;
}
.issueBlock_head {
  display: block;
  margin-bottom: 40px;
}
.issueBlock_head_num {
  border:2px solid #EDEDED;
  padding: 20px 40px;
  border-top: 6px solid #1C9AD3;
  text-align:center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-right: 0;
  background: #fff;
  max-width: 40%;
  margin: 0 auto 30px;
}
.issueBlock_head_num span {
  font-size: 45px;
  font-weight: 600;
  color: #1C9AD3;
  min-width: 25px;
  line-height: 1;
}
.issueBlock_headDesc_ttlSub {
  font-size: 18px;
  color: #1C9AD3;
  font-weight: 700;
}
.issueBlock_headDesc_ttl {
  font-size: 26px;
  font-weight: 700;
  margin: 8px 0;
}
.issueBlock_headDesc_txt {
  margin-bottom: 0 !important;
}
.issueBlock01_ttl {
  margin-bottom: 20px;
}
.issueBlock01_ttl span {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding:12px ;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.4;
}
.issueBlock01_ttl span em {
  margin-left: 0;
}
.issueBlock01_img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:700px){
.issueBlock01_img{
  width: 700px;
  max-width: 700px;
  height: auto;
}
}
.issueBlock01_note {
  font-size: 12px;
  text-align: left;
}
.issueBlock01_copy {
  font-size: 18px;
  margin-bottom: 20px;
}
/* issue2 */
.issueBlock02 {
  padding: 60px 0;
}
.issueBlock02_wrap {
  display: block;
}
.issueBlock02_img {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.issueBlock02_desc_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
/* issue3s */
.issueBlock03 {
  padding: 60px 0;
}
.issueBlock03_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.issueBlock03_item_ttl {
  font-size: 17px;
  color: #fff;
  background: linear-gradient(0deg, #1365A5, #2983CA);
  padding:17px 10px;
  text-align: center;
  margin-bottom: 20px;
}
.issueBlock03_item_ttl span {
  color: #CD5052;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}
.open-btn {
  padding: 15px 15px;
  min-width: 100%; /* ボタンの最小幅 */
}
/* 画像のスタイル */
.popup-content img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
}



/* solution */
.solution {
  padding: 90px 0 100px;
  border-bottom: 4px solid #3B4C99;
}
.solution_heading span {
  font-size: 21px;
  font-weight: 900;
  padding: 20px 44px;
  background: #75A2B7;
  border-radius: 6px;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
}
.solution_heading span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 17px solid #75A2B7;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.solution_ttl {
  margin: 40px 0 30px;
  font-size: 36px;
  font-weight: 700;
}
.solution_logo {
  width: 80%;
  margin: 0 0 25px auto;
}
.solution_logo img {
  width: 210px;
}
/* テーブル */
.main-table {
  width: 100%;
  border-collapse: collapse;
  border:2px solid #75A2B7;
  background: linear-gradient(0deg, #1365A5, #2983CA);
}
.main-table th,
.main-table td {
  padding: 15px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.main-table th.header {
  width: 20%;
  background: #fff;
  color: #2BA1D5;
  font-size: 22px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.main-table td {
  width: 40%;
  color: #6B6B6B;
  border-right: 1px solid #ddd;
}
.main-table td.table-cell_heading {
  color: #698691;
  font-size: 28px;
  padding: 30px 20px;
  position: relative;
}
.main-table td.table-secondrow {
  background: #F0F7FA;
}
.main-table td.table-cell_heading img {
  width: 148px;
  position: absolute;
  top: -25px;
  right: 25px;
}

.main-table td.third-column {
  color: #fff;
  border-right: none;
}
.main-table td.table-cell_heading.third-column {
  font-size: 28px;
  padding: 30px 20px;
}
.main-table tr:last-child th,
.main-table tr:last-child td {
  border-bottom: none;
}
.main-table span {
  font-size: 14px;
}
/* SP */
@media screen and (max-width: 960px) {
.solution {
  padding: 60px 0 50px;
}
.solution_heading span {
  font-size: 16px;
  font-weight: 900;
  padding: 15px 20px;
}
.solution_heading span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: 14px solid #75A2B7;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.solution_ttl {
  margin: 35px 0 20px;
  font-size: 22px;
}
.table-container-wrap {
  padding-top: 50px;
}
.solution_logo {
  width: 80%;
  margin: 0 0 20px auto;
}
.solution_logo img {
  width: 190px;
}
/* テーブル */
.table-container {
  width: 560px;
  max-width: 560px;
  border-collapse: collapse;
  position: relative;
}
.main-table td.table-cell_heading img {
  width: 110px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.main-table th.header {
  width: 17%;
  font-size: 15px;
}
.main-table th, .main-table td {
  font-size: 17px;
  padding:15px 12px;
}
.main-table td.table-cell_heading {
  font-size: 20px;
  padding: 30px 15px;
}
.main-table td.table-cell_heading.third-column {
  font-size: 20px;
  padding: 30px 15px;
}
.main-table span {
  font-size: 13px;
}
}



/* introduction */
.introduction {
  padding:90px 0 80px;
  background: #F0F7FA;
}
.introduction_heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
.introduction_logo {
  width: 100%;
  max-width: 480px;
  margin:0 auto;
}
.introduction_ttl {
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0;
  text-align: center;
}
.introduction_txt {
  text-align: center;
}
.introduction_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.introduction_item {
  border-top: 6px solid #3B4C99;
  background: #fff;
}
.introduction_item_desc {
  padding: 0 30px 0;
}
.introduction_item_ttl {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #21348C;
  margin-bottom: 30px;
}
.introduction_item_head { 
  position: relative;
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #fff;
  margin:  -55px auto 0;
}
.introduction_item_headInner {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :112px;
  text-align:center;
}
.introduction_item_headName {
  font-size: 16px;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
.introduction_item_headNum {
  font-size: 50px;
  font-weight: 600;
  color: #21348C;
  line-height: 1;
}
/*SP*/
@media screen and (max-width:960px){
.introduction {
  padding:60px 0 50px;
}
.introduction_heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.introduction_logo {
  width: 100%;
  max-width: 80%;
  margin:0 auto;
}
.introduction_ttl {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 20px;
  text-align: center;
}
.introduction_txt {
  text-align: left;
}
.introduction_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.introduction_item_desc {
  padding: 0 20px 0;
}
.introduction_item_ttl {
  font-size: 18px;
  margin-bottom: 25px;
}
.introduction_item_head { 
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  margin:  -50px auto 0;
}
.introduction_item_headInner {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :100px;
  text-align:center;
}
.introduction_item_headName {
  font-size: 14px;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
.introduction_item_headNum {
  font-size: 46px;
  font-weight: 600;
  color: #21348C;
  line-height: 1;
}
}




/* structure */
.structure {
  padding: 70px 0 70px;
  background: linear-gradient(0deg, #1365A5, #2983CA);
}
.structure_heading {
  display: flex;
  align-items: center;
}
.structure_heading_img img{
  width: 300px;
}
.structure_heading_txt {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.structure_img_main {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
.structureBlock:not(:last-child) {
  margin-bottom: 15px;
}
.structureBlock {
  background: linear-gradient(90deg, #328DC9, #247BC2);
  padding: 25px 40px 25px 20px;
}
.structureBlock_inner {
  display: flex;
}
.structureBlock_img {
  width: 153px;
  flex-shrink: 0;
  margin-right: 30px;
}
.structureBlock_img2 {
  width: 340px;
  margin-left: 30px;
  flex-shrink: 0;
}
.structureBlock_head  {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.structureBlock_head_ttl {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  width: 160px;
}
.structureBlock_head_ttl img {
  width: 123px;
}
.structureBlock_head_tag {
  font-size: 13px;
  color: #497FA1;
  line-height: 1;
  background: #fff;
  padding: 5px;
}
.structureBlock_txt  {
  color: #fff;
  font-size: 14px !important;
}
.structureBlock_head_ttl2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.structureBlock_head_ttl3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.structureBlock_note {
  font-size: 12px;
  text-align: right;
  color: #fff;
  margin-top: 25px;
}
.structureBlock .open-btn {
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
  background-color: #fff;
  color: white;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 210px;
  box-sizing: border-box;
  border: 1px solid #B4D1E8;
  margin: 15px auto 0 0 ;
}
.structureMovie {
  margin: 60px 0 0;
}
.structureMovie_ttl {
  font-size:34px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
.structureMovie_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 55px;
}
.structureMovie_item_video {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
}
.structureMovie_item_video iframe {
  width: 100%;
  height: 100%;
}
.structureMovie_item_ttl {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom:15px; 
}
.structureMovie_item_txt {
  color: #fff;
}
/*SP*/
@media screen and (max-width:960px){
.structure {
  padding: 50px 0 30px;
}
.structure_heading {
  display: flex;
  align-items: center;
}
.structure_heading_img img{
  width: 180px;
}
.structure_heading_txt {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.structure_img_main {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
.structureBlock:not(:last-child) {
  margin-bottom: 15px;
}
.structureBlock {
  background: linear-gradient(90deg, #328DC9, #247BC2);
  padding: 25px 20px 25px 20px;
}
.structureBlock_inner {
  display: block;
}
.structureBlock_img {
  width: 45%;
  flex-shrink: 0;
  margin-right: 0;
  margin:0 auto 30px;
}
.structureBlock_img2 {
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.structureBlock_head  {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.structureBlock_head_ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 140px;
}
.structureBlock_head_ttl img {
  width: 115px;
}
.structureBlock_head_tag {
  font-size: 13px;
  color: #497FA1;
  line-height: 1;
  background: #fff;
  padding: 5px;
}
.structureBlock_txt  {
  color: #fff;
  font-size: 14px !important;
}
.structureBlock_head_ttl2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.structureBlock_head_ttl3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.structureBlock_note {
  font-size: 12px;
  text-align: right;
  color: #fff;
  margin-top: 25px;
}
.structureBlock .open-btn {
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  color: white;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  box-sizing: border-box;
  border: 1px solid #B4D1E8;
  margin: 15px auto 0 0 ;
}
.structureMovie {
  margin: 40px 0 0;
}
.structureMovie_ttl {
  font-size:26px;
  margin-bottom: 35px;
}
.structureMovie_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.structureMovie_item_video {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
}
.structureMovie_item_video iframe {
  width: 100%;
  height: 100%;
}
.structureMovie_item_ttl {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom:15px; 
}
.structureMovie_item_txt {
  color: #fff;
}
}




/* point */
.point {
  padding: 90px 0 80px;
}
.point_wrap {
  display: flex;
  justify-content: space-between;
  padding-right:50px;
  margin-bottom: 150px;
}
.pointDetail_ttl {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0 30px;
  letter-spacing: 0.08em;
}
.pointNum_wrap {
  display: flex;
  align-items: flex-end;
}
.pointNum_inner {
  display: flex;
}
.pointNum_item {
  background: linear-gradient(0deg, #1365A5, #2983CA);
  color: #fff;
  line-height: 1;
  padding: 10px;
  margin-right: 5px;
}
.pointNum_item_num {
  font-size: 80px;
  font-weight: 400;
}
.pointNum_item_unit {
  display: flex;
  align-items: flex-end;
  font-size: 30px;
  font-weight: 300;
  padding-bottom:15px;
}
.pointNum_date {
  font-weight: 300;
  margin-left: 10px;
}
.pointDetail_copy {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 50px 0;
}
.pointDetail_copy span {
  border-bottom: 4px solid #D2EBF6;
}
/*Map*/
.pointMap {
  width: 100%;
  max-width: 550px;
  position: relative;
}
.pointMap_head span {
  color: #464646;
  letter-spacing: 0.1em;
  line-height: 1;
  border:1px solid #2983CA;
  padding: 12px 20px;
}
.pointMap_img {
  width: 550px;
}
.pointMap_area  {
  display: inline-block;
}
.pointMap_area_inner {
  display: inline-block;
  text-align: center;
  position: relative;
}
.pointMap_area_name {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.pointMap_area_name  span{
  font-size: 20px;
}
.pointMap_area_numValue {
  color: #555555;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-bottom: 3px solid #bbb;
  display: inline;
}
.pointMap_area_numUnit {
  font-size: 14px;
  font-weight: 500;
}
/*area1*/
.pointMap_area1 {
  position: absolute;
  top: 345px;
  right: -50px;
}
.pointMap_area1 .pointMap_area_name {
  color: #51B5F4
}
.pointMap_area1 .pointMap_area_numValue {
  border-bottom: 3px solid #51B5F4;
}
.pointMap_area1 .pointMap_area_inner:before  {
  position: absolute;
  background: url(../images/line.svg) no-repeat;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  top: -80px;
  left: -20px;
}
/*area2*/
.pointMap_area2 {
  position: absolute;
  top: 172px;
  right: 260px;
}
.pointMap_area2 .pointMap_area_name {
  color: #8967EF
}
.pointMap_area2 .pointMap_area_numValue {
  border-bottom: 3px solid #8967EF;
}
.pointMap_area2 .pointMap_area_inner:before  {
  position: absolute;
  background: url(../images/line.svg) no-repeat;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  bottom: -35px;
  right: -47px;
}
/*area3*/
.pointMap_area3 {
  position: absolute;
  top: 470px;
  right: 53px;
}
.pointMap_area3 .pointMap_area_name {
  color: #69C448
}
.pointMap_area3 .pointMap_area_numValue {
  border-bottom: 3px solid #69C448;
}
.pointMap_area3 .pointMap_area_inner:before  {
  position: absolute;
  background: url(../images/line.svg) no-repeat;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  bottom: 15px;
  left: -53px;
}
/*area4*/
.pointMap_area4 {
  position: absolute;
  top: 272px;
  left: -10px;
}
.pointMap_area4 .pointMap_area_name {
  color: #F0A24A
}
.pointMap_area4 .pointMap_area_numValue {
  border-bottom: 3px solid #F0A24A;
}
.pointMap_area4 .pointMap_area_inner:before  {
  position: absolute;
  background: url(../images/line.svg) no-repeat;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  top: 14px;
  right: -70px;
}
/*area5*/
.pointMap_area5 {
  position: absolute;
  bottom: -85px;
  left: 120px;
}
.pointMap_area5 .pointMap_area_name {
  color: #F08585
}
.pointMap_area5 .pointMap_area_numValue {
  border-bottom: 3px solid #F08585;
}
.pointMap_area5 .pointMap_area_inner:before  {
  position: absolute;
  background: url(../images/line.svg) no-repeat;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  bottom: 15px;
  left: -53px;
}
.pointPickup_heading {
  font-size: 30px;
  color: #21348C;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.pointPickup_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.pointPickup_item_ttl {
  display: flex;
  justify-content: center;
  margin: 40px 0 25px;
}
.pointPickup_item_ttlName {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
.pointPickup_item_ttlImg {
  width: 70px;
  margin-left: 25px;
}
/*SP*/
@media screen and (max-width:960px){
.point {
  padding: 60px 0 50px;
}
.point_wrap {
  display: block;
  padding-right:0;
  margin-bottom: 60px;
}
.pointDetail_ttl {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 20px;
  letter-spacing: 0.08em;
}
.pointNum_wrap {
  display: block;
}
.pointNum_inner {
  display: flex;
}
.pointNum_item {
  background: linear-gradient(0deg, #1365A5, #2983CA);
  color: #fff;
  line-height: 1;
  padding: 10px;
  margin-right: 5px;
}
.pointNum_item_num {
  font-size: 70px;
  font-weight: 400;
}
.pointNum_item_unit {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 300;
  padding-bottom:15px;
}
.pointNum_date {
  font-weight: 300;
  margin-left: 0;
  margin-top: 10px;
}
.pointDetail_copy {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 30px 0;
}
.pointDetail_copy span {
  border-bottom: 4px solid #D2EBF6;
}
/*Map*/
.pointMap {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.pointMap_head span {
  color: #464646;
  letter-spacing: 0.1em;
  line-height: 1;
  border:1px solid #2983CA;
  padding: 12px 18px;
}
.pointMap_img {
  width: 100%;
  margin-bottom: 30px;
}
.pointMap_area  {
  display: inline-block;
}
.pointMap_area_inner {
  display: inline-block;
  text-align: center;
  position: relative;
}
.pointMap_area_name {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.pointMap_area_name  span{
  font-size: 20px;
}
.pointMap_area_numValue {
  color: #555555;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-bottom: 3px solid #bbb;
  display: inline;
}
.pointMap_area_numUnit {
  font-size: 14px;
  font-weight: 500;
}
.pointMap_area_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 10px;
}
/*area1*/
.pointMap_area {
  position: inherit;
  top: inherit;
  right: inherit;
  display: flex;
  justify-content: center;
}
.pointMap_area .pointMap_area_inner:before  {
  position: inherit;
  display: none;
}
.pointPickup_heading {
  font-size: 22px;
  color: #21348C;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.pointPickup_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.pointPickup_item_ttl {
  display: flex;
  justify-content: center;
  margin: 25px 0 18px;
}
.pointPickup_item_ttlName {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.pointPickup_item_ttlImg {
  width: 50px;
  margin-left: 15px;
}
}




/* case */
.case {
  padding: 90px 0 80px;
  background: #F5F5F5;
}
.caseSlide .swiper-wrapper {
  transition-timing-function: linear;
}
.caseSlide.swiper-outer {
  position: relative;
  width: 100%;
  margin: auto;
}
.caseSlide .swiper-container {
  margin-top: 80px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.caseSlide .swiper-slide {
  width: 600px;
  margin: 0 20px;
}
.caseSlide .swiper-slide img{
  width: 100%;
  max-width: 600px;
}
.caseSlide .swiper-button-prev,
.caseSlide .swiper-button-next {
 display: none;
}
.caseSlide .swiper-pagination {
  position: relative; /* 絶対配置を解除して親要素に対して相対的に配置 */
  margin-top: 20px;
}
.caseSlide .swiper-pagination-bullet-active {
  background: #1C9AD3;
}
.caseSlide_img {
  position: relative;
}
.caseSlide_tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #00B0FF;
  padding: 10px 15px;
}
.caseSlide_desc {
  background: #fff;
  padding: 25px 45px;
}
.caseSlide_ttl {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}
.caseSlide_ttl2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.caseSlide_txt {
  font-weight: 700;
}
.caseSlideList {
  margin-top: 20px;
  border-top: 1px solid #E4E4E4;
}
.caseSlideList_item {
  display: flex;
  align-items: flex-start;
    padding-bottom: 10px;
  margin-bottom: 10px;
}
.caseSlideList_item:first-child {
  padding-top: 20px;
}
.caseSlideList_item_term {
  min-width: 160px;
  font-weight: 700;
}
.case .c-btnWrap {
  text-align: center;
  margin-top: 40px;
}
/*SP*/
@media screen and (max-width:960px){
.case {
  padding: 60px 0 60px;
}
.caseSlide .swiper-container {
width: calc(100% - 40px);
height: auto;
  margin: 0 20px;
  box-sizing: border-box;
}
.caseSlide .swiper-button-next, .caseSlide .swiper-button-prev {
width: 50px;
height: 50px;
position: absolute;
}
.caseSlide .swiper-slide {
  width: 100%;
  margin: 0 10px;
}
.caseSlide .swiper-slide img{
  width: 100%;
  max-width: 100%;
}
.caseSlide .swiper-pagination {
  position: relative; /* 絶対配置を解除して親要素に対して相対的に配置 */
  margin-top: 10px;
}
.caseSlide_tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #00B0FF;
  padding: 8px 12px;
  font-size: 14px;
}
.caseSlide_desc {
  padding: 25px 20px;
}
.caseSlide_ttl {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}
.caseSlide_ttl2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.caseSlide_txt {
  font-weight: 700;
  font-size: 15px;
}
.caseSlideList {
  margin-top: 15px;
  border-top: 1px solid #E4E4E4;
  font-size: 14px;
}
.caseSlideList_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.caseSlideList_item:first-child {
  padding-top: 15px;
}
.caseSlideList_item_term {
  min-width: 140px;
}
.case .c-btnWrap {
  margin-top: 30px;
}
}



/* flow */
.flow {
  padding: 90px 0 80px;
}
.flowItem:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom:30px;
  border-bottom: 1px solid #EEEEEE;
}
.flowItem:not(:last-child):after {
  position: absolute;
  background: url(../images/icon_triangle.svg) no-repeat;
  bottom:-8px;
  content: "";
  width: 25px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  left: 125px;
}
.flowItem {
  display: flex;
  align-items: center;
  position: relative;
}
.flowItem_ttl {
  display: flex;
  align-items: center;
  text-align: center;
  width: 250px;
  flex-shrink: 0;
  margin-right: 20px;
}
.flowItem_ttl_name {
  font-size: 20px;
  font-weight: 700;
}
.flowItem_ttl_img {
  max-width: 50px;
  flex-shrink: 0;
  margin-right: 25px;
}
.flowItem_txt {
  margin-bottom: 0 !important;
  font-weight: 500;
}
/*SP*/
@media screen and (max-width:960px){
.flow {
  padding: 60px 0 60px;
}
.flowItem:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom:25px;
}
.flowItem:not(:last-child):after {
  position: absolute;
  background: url(../images/icon_triangle.svg) no-repeat;
  bottom:-8px;
  content: "";
  width: 25px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
 left:50%;
transform: translateX(-50%);
}
.flowItem {
  display: block;
}
.flowItem_ttl {
  display: flex;
  align-items: center;
  text-align: center;
  width: auto;
  flex-shrink: 0;
  margin: 0 20px 20px 0;
}
.flowItem_ttl_name {
  font-size: 17px;
  font-weight: 700;
}
.flowItem_ttl_img {
  max-width: 50px;
  flex-shrink: 0;
  margin-right: 18px;
}
.flowItem_txt {
  margin-bottom: 0 !important;
  font-weight: 500;
}
}



/* faq */
.faq {
  padding: 90px 0 80px;
  background: #F5F5F5;
}
.faqItem:not(:last-child) {
  margin-bottom: 20px;
}
.faqItem {
  background: #fff;
  padding: 30px 25px;
}
.faqItem_q {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #EEEEEE;
}
.faqItem_q_heading{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #497FA1;
  text-align:center;
  line-height: 50px;
  background: #ECF5FD;
  font-size: 20px;
  font-weight: 600;
  margin-right: 35px;
  flex-shrink: 0;
}
.faqItem_a {
  display: flex;
  align-items: center;
}
.faqItem_a_heading{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align:center;
  line-height: 50px;
  background: #497FA1;
  font-size: 20px;
  font-weight: 600;
  margin-right: 35px;
  flex-shrink: 0;
}
/*SP*/
@media screen and (max-width:960px){
.faq {
  padding: 60px 0 60px;
}
.faqItem:not(:last-child) {
  margin-bottom: 20px;
}
.faqItem {
  background: #fff;
  padding: 30px 20px;
}
.faqItem_q {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.faqItem_q_heading{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  margin-right: 20px;
}
.faqItem_a {
  display: flex;
  align-items: center;
}
.faqItem_a_heading{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  margin-right: 20px;
}
}



/* column */
.column {
  padding: 0 0 90px;
}
.column_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 55px;
}
.column_item_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.column_item_date {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.column_item_cat {
  font-size: 10px;
  font-weight: 400;
  background: #497FA1;
  color: #fff;
  border-radius: 100px;
  padding: 5px 15px;
}
.column_item_ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.column_tag_list {
  display: flex;
  flex-wrap: wrap;
}
.column_tag_item {
  font-size: 12px;
  font-weight: 400;
  background: #F4FAFE;
  color: #333;
  border-radius: 100px;
  padding: 5px 15px;
  margin: 0 10px 10px 0;
}
.column .c-btnWrap {
  text-align: center;
  margin-top: 50px;
}
/*SP*/
@media screen and (max-width:960px){
.column {
  padding: 0 0 60px;
}
.column_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 35px;
}
.column_item_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.column_item_date {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.column_item_cat {
  font-size: 10px;
  font-weight: 400;
  background: #497FA1;
  color: #fff;
  border-radius: 100px;
  padding: 5px 15px;
}
.column_item_ttl {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
}
.column_tag_list {
  display: flex;
  flex-wrap: wrap;
}
.column_tag_item {
  font-size: 11px;
  font-weight: 400;
  background: #F4FAFE;
  color: #333;
  border-radius: 100px;
  padding: 5px 15px;
  margin: 0 10px 10px 0;
}
.column .c-btnWrap {
  text-align: center;
  margin-top: 40px;
}
}



/* contact */
.contact {
  padding: 90px 0 80px;
}
.p-contact__table {
  color: #333;
  max-width: 1280px;
  margin: 0 auto;
}
.p-contact__row {
  display: flex;
  padding: 20px 40px;
  background: #F2F7F8;
  align-items: flex-start;
  border-left:4px solid #82C7E7;
}
.p-contact__row:not(:last-child) {
  margin-bottom: 10px;
}
.p-contact__data input{
  width: 550px;
  max-width: 100%;
  border:none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  background-color: #fff !important;
}
.p-contact__data.zipcode input{
  width: 200px;
}
.p-contact__data textarea {
  width: 550px;
  border:none;
  border-radius: 4px;
  padding: 15px;
  min-height: 200px !important; /* 優先順位を上げる */
  height: 200px; /* 初期高さを明示 */
  font-size: 16px;
  resize: vertical; /* 縦方向にのみリサイズ可能 */
}
.p-contact__label {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  width: 220px;
}
.p-contact__label--required {
  font-size: 11px;
  color: #fff;
  background: #EC3437;
  padding: 4px 8px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  border-radius: 2px;
}
.p-contact__label--note {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}
.p-contact__privacy {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
}
.p-contact__privacyInput {
  text-align: center;
}
.p-contact__note {
  text-align: center;
  font-size: 18px;
  font-weight:normal;
  margin-top: 30px;
}
.p-contact__radio label {
  display: block;
}
.p-contact__radio label:not(:last-child) {
  margin-bottom: 20px;
}
.p-contact__submit {
  text-align: center;
}
.p-contact__submit input {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #1C9AD3;
  padding: 25px 90px;
  border-radius: 100px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  transition: .3s;
}
.p-contact__submit input:hover {
  opacity: 0.7;
}
.p-contact__submit input:disabled {
  opacity: 0.5
}
.p-contact__submit input:disabled:hover {
  opacity: 0.5;
}
/*SP*/
@media screen and (max-width:960px){
.contact {
  padding: 60px 0 60px;
}
.p-contact__table {
  max-width: 1000px;
  margin: 0 auto;
}
.p-contact__row {
  display: block;
  padding: 20px 15px;
}
.p-contact__row:not(:last-child) {
  margin-bottom: 20px;
}
.p-contact__data input{
  width: 100%;
  max-width: 100%;
  border:none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
}
.p-contact__data.zipcode input{
  width: 100%;
}
.p-contact__data textarea {
  width: 100%;
  max-width: 100%;
  border:none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
}
.p-contact__label {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  width: auto;
}
.p-contact__label--required {
  font-size: 13px;
  color: #fff;
  background: #EC3437;
  padding: 2px 4px;
  display: inline-block;
  margin-left: 10px;
}
.p-contact__label--note {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}
.p-contact__privacy {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 700;
}
.p-contact__privacyInput {
  text-align: center;
}
.p-contact__note {
  text-align: center;
  font-size: 15px;
  font-weight:normal;
  margin-top: 30px;
}
.p-contact__submit {
  text-align: center;
}
.p-contact__submit input {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 20px;
  border-radius: 100px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  transition: .3s;
  width: 100%;
}
}


.wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 20px auto;
  position: relative;
}

/* 送信完了時、メッセージ以外は非表示 ※サンクスページ遷移させない場合*/
form.wpcf7-form.sent .p-contact__table,
form.wpcf7-form.sent .p-contact__privacy,
form.wpcf7-form.sent .p-contact__privacyInput,
form.wpcf7-form.sent .p-contact__note,
form.wpcf7-form.sent .p-contact__submit {
  display: none !important;
}




/* thanks */
.thanks {
  padding: 80px 0 70px;
}
.thanks_ttl {
  font-size: 30px;
  font-weight: 700;
  color: #1C9AD3;
  margin-bottom: 40px;
  text-align: center;
}
.thanks_txt {
  text-align: center;
}
/*SP*/
@media screen and (max-width:960px){
.thanks {
  padding: 50px 0 30px;
}
.thanks_ttl {
  font-size: 24px;
  margin-bottom: 35px;
}
.thanks_txt {
  text-align: left;
}
}




/* 共通hoverアニメーション */
.hoveranime {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.1s ease;
  position: relative; /* :after の絶対位置指定のための基準 */
}
.hoveranime:hover {
  animation: shake 0.5s 1;
}
/* 本体の揺れアニメーション */
@keyframes shake {
  0% { transform: translateY(0); }
  25% { transform: translateY(-5px); }
  75% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}
/* 矢印のアニメーション */
@keyframes arrowMove {
  0% { transform: translateY(-50%); }
  50% { transform: translateY(-50%) translateY(5px); }
  100% { transform: translateY(-50%); }
}








/* xxxxxxxx */

/*SP*/
@media screen and (max-width:960px){

}


/* xxxxxxxx */

/*SP*/
@media screen and (max-width:960px){

}