@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: inline-block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 "Noto Sans CJK JP","Poppins","Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #000000;
  --default-blue: #009CEF;
  --default-dark-blue: #15266E;
  --default-midashi-blue: #0021AC;
  --default-light-blue:#EAF0FA;
  --base-gray-default: #F4F6F8;
  --base-gray-dark:#6C6C6C;
  --base-gray-dark2:#707070;
  --default-red: #e74c3c;
  --default-blue-text: #225AB4;
  --btn-blue:#6AB2FA;
  --default-white: #fff;
  --btn-light-blue:#E6F3FF;
  --btn-red-light:#E38080;
  --btn-red:#AD0000;
  --btn-blue2:#E6F3FF;
  --btn-blue3:#071A38;
  --btn-blue4:#1D6AB5;
  --btn-blue5:#6AB2FA;
  --btn-blue6:#ebf7fd;
  --btn-blue7:#d5e1ff;
  --base-blue:#91BDFF;
  --base-blue2:#DEEAFE;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

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

.l-header {
  padding: 13px 10px 15px;
  border-bottom: solid 1px var(--base-gray-light);
}
@media all and (min-width: 768px) {
  .l-header {
    padding: 13px 50px 15px;
  }
}

.l-header .l-header_logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  width: 110px;
  height: 33px;
  background: url(../common/uk_logo.svg) no-repeat left top;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .l-header .l-header_logo {
    width: 180px;
    height: 60px;
  }
}
.l-header .l-header_logo a {
  display: block;
  width: 100%;
}
@media all and (min-width: 768px) {
  .l-header .l-header_logo a {
    height: 60px;
  }
}

#Top .l-header .l-header_logo a {
  pointer-events: none;
}

@media all and (min-width: 768px) {
  .l-header {
    display: flex;
    justify-content: space-between;
  }
}

footer {
  border-top: solid 2px var(--default-black);
}

.l-footer {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer {
    width: 92vw;
    margin: auto;
    padding: 5px 0 15px;
  }
}
@media all and (min-width: 768px) {
  .l-footer {
    padding: 10px 50px 30px;
  }
}
.l-footer small {
  font-size: 0.6875rem;
}

body {
  font: var(--font_base);
  color: var(--default-black);
  background: #fff;
}

html, body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1120px;
  }
}

.mainCont-inner {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mainCont-inner {
    width: 92vw;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner {
    width: 1120px;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner.form {
    width: 950px;
  }
}

.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center,
.text_center_Pc,
.text_center_Sp {
  text-align: center;
}

.c-btn,
.c-btn a {
  text-decoration: none;
  cursor: pointer;
}

.c-btn_primary {
  display: block;
}

hr {
  border: none;
  border-bottom: 1px solid var(--default-white);
  margin: 0;
  width: 120%;
  margin: 0 auto;
}

.fixed-button-position {
  position: fixed;
  top: 20px;
  right: 0px;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
.fixed-button-position.hidden {
  opacity: 0;
  pointer-events: none;
}

.menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 25px 50px 25px 50px;
}

.three-dot-menu .dot-icon {
  display: inline-block;
  vertical-align: middle;
  color: var(--default-light-blue);
  line-height: 2;
  width: 14px;
  height: 14px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: -20px 0 0 0 currentColor, 20px 0 0 0 currentColor, 0px 2px 2px var(--default-blue), -20px 2px 2px var(--default-blue), 20px 2px 2px var(--default-blue);
}
@media screen and (max-width: 767px) {
  .three-dot-menu .dot-icon {
    width: 8px;
    height: 8px;
    box-shadow: -14px 0 0 0 currentColor, 14px 0 0 0 currentColor, 0px 1px 1px var(--default-blue), -14px 1px 1px var(--default-blue), 14px 1px 1px var(--default-blue);
  }
}

.close-button-container {
  background: var(--default-white);
  z-index: 1;
  padding: 20px 20px 20px 10px;
  top: 0;
  border-radius: 20px;
}

.independent-close-btn {
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-right: 280px;
  background: var(--default-white);
}
.independent-close-btn svg {
  width: 100%;
  height: 100%;
  color: #777;
  color: #000;
}

.slide-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 720px;
  background-color: #fff;
  z-index: 999;
  transform: translateX(300px);
  transition: transform 0.3s ease-out;
}
.slide-menu.is-open {
  transform: translateX(0);
}
.slide-menu .menu-content {
  padding: 40px;
  height: 100%;
  overflow: hidden;
  box-shadow: 10px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.slide-menu .entry-button {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
  background: linear-gradient(to right, #e8605d, #d9534f);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.slide-menu ul {
  list-style: none;
  padding-top: 20px;
}
.slide-menu ul li {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.slide-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.slide-menu ul li .subtitle {
  display: block;
  font-size: 0.8rem;
  color: #666;
  font-weight: normal;
}

.side-menu {
  flex: 0 0 250px;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .side-menu {
    flex-basis: auto;
    width: 100%;
  }
}

.side-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.side-list-lay1 {
  position: absolute;
  top: 200px;
}
@media screen and (max-width: 767px) {
  .side-list-lay1 {
    position: static;
  }
}

.side-list-lay2 {
  position: absolute;
  top: 700px;
}
@media screen and (max-width: 767px) {
  .side-list-lay2 {
    position: static;
  }
}

.side-list-lay3 {
  position: absolute;
  top: 1060px;
}
@media screen and (max-width: 767px) {
  .side-list-lay3 {
    position: static;
  }
}

.side-list2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .side-list2 {
    padding-top: 0px;
  }
}

.side-list3 {
  display: flex;
  gap: 20px;
  width: 95%;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .side-list3 {
    flex-direction: column;
  }
}

.side-item {
  border: 1px solid var(--base-gray-dark2);
  border-radius: 50px;
  overflow: hidden;
}

.side-item1 {
  border-radius: 50px;
  overflow: hidden;
  width: 240px;
  position: relative;
  box-shadow: 0 0 10px var(--btn-red);
}
@media screen and (max-width: 767px) {
  .side-item1 {
    width: 160px;
  }
}
@media screen and (min-width:768px) and (max-width: 1119px) {
  .side-item1 {
    width: 160px;
  }
}

.side-item1-1 {
  border-radius: 50px;
  overflow: hidden;
  width: 240px;
  position: relative;
  box-shadow: 0 0 10px var(--default-blue-text);
}
@media screen and (max-width: 767px) {
  .side-item1-1 {
    width: 140px;
  }
}

.side-item1-2 {
  border-radius: 50px;
  overflow: hidden;
  width: 240px;
  position: relative;
  box-shadow: 0 0 10px var(--default-blue-text);
}
@media screen and (max-width: 767px) {
  .side-item1-2 {
    width: 100%;
    margin-top: 20px;
  }
}

.side-item1-3 {
  border-radius: 50px;
  overflow: hidden;
  width: 240px;
  position: relative;
  box-shadow: 0 0 10px var(--btn-red);
}

.side-item1-4 {
  border-radius: 50px;
  overflow: hidden;
  width: 180px;
  position: relative;
  box-shadow: 0 0 10px var(--default-blue-text);
}
@media screen and (max-width: 767px) {
  .side-item1-4 {
    width: 100%;
    margin-top: 20px;
  }
}

.side-item2 {
  border-radius: 50px;
  overflow: hidden;
  width: 380px;
  position: relative;
  box-shadow: 0 0 10px var(--btn-red);
}
@media screen and (max-width: 767px) {
  .side-item2 {
    width: 250px;
  }
}
@media screen and (min-width:768px) and (max-width: 1119px) {
  .side-item2 {
    width: 250px;
  }
}

.side-item3 {
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  position: relative;
  font-size: 22px !important;
  box-shadow: 0 0 10px var(--btn-red);
}

.side-trigger {
  width: 100%;
  padding: 10px 25px;
  font-size: 13px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-trigger_red {
  width: 100%;
  padding: 25px 25px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, var(--btn-red-light), var(--btn-red));
}
@media screen and (max-width: 767px) {
  .side-trigger_red {
    font-size: 14px;
    padding: 14px 20px;
  }
}
@media screen and (min-width:768px) and (max-width: 1119px) {
  .side-trigger_red {
    font-size: 14px;
    padding: 14px 20px;
  }
}

.side-trigger_red2 {
  width: 100%;
  padding: 10px 25px;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, var(--btn-red-light), var(--btn-red));
}
.side-trigger_blue1 {
  width: 100%;
  padding: 15px 25px;
  font-size: 18px;
  background: none;
  border: none !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, var(--btn-blue), var(--default-blue-text));
}

.side-trigger_blue2 {
  width: 100%;
  padding: 15px 25px;
  font-size: 15px;
  background: none;
  border: none !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, var(--btn-blue5) 2%, var(--btn-blue4) 5%, var(--btn-blue3));
  margin-top: auto;
}

.side-trigger_red1 {
  width: 100%;
  padding: 15px 25px;
  font-size: 13px;
  background: none;
  border: none !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, var(--btn-red-light), var(--btn-red));
}

.side-trigger_white {
  width: 100%;
  padding: 15px 25px;
  font-size: 13px;
  background: none;
  border: none !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, var(--btn-blue2), var(--default-white));
}

.side-trigger-item {
  text-align: left;
  width: 80%;
  color: var(--default-blue-text);
}

.side-trigger-item1 {
  text-align: center;
  width: 80%;
  color: var(--default-white);
  font-weight: bold;
}
.side-trigger-item1 a {
  text-align: center;
  color: var(--default-white);
}
.side-trigger-item2 {
  text-align: center;
  width: 80%;
  color: var(--default-black);
  font-size: 18px;
  font-weight: bold;
}
.side-trigger-item2 a {
  text-align: center;
  color: var(--default-black);
}

.side-trigger-item3 {
  text-align: center;
  width: 80%;
  color: var(--default-white);
  font-size: 22px;
  font-weight: bold;
}
.side-trigger-item3 a {
  text-align: center;
  color: var(--default-white);
}

.icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--default-blue-text);
  border-right: 2px solid var(--default-blue-text);
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.icon1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid var(--default-white);
  border-right: 2px solid var(--default-white);
  transform: rotate(-45deg);
  transition: transform 0.3s;
}

.icon2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--default-black);
  border-right: 2px solid var(--default-black);
  transform: rotate(-45deg);
  transition: transform 0.3s;
}

.accordion-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .accordion-list {
    margin-top: 16px;
  }
}

.accordion-item {
  width: calc(50% - 20px);
  margin: 10px 10px 8px 10px;
}
.accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  background-image: linear-gradient(90deg, var(--btn-blue6), var(--btn-blue7));
  color: #2c3e50;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  transition: background-color 0.2s;
}
.accordion-item .accordion-header:hover {
  background-color: rgb(224.7, 234.8, 255);
}
.accordion-item .accordion-header .plus-icon {
  font-size: 40px;
  font-weight: 300;
  color: #4a90e2;
  transition: transform 0.3s ease;
  line-height: 1;
  margin-bottom: 5px;
}
.accordion-item .accordion-content {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.accordion-item .accordion-content p {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.accordion-item .accordion-toggle:checked ~ .accordion-header {
  background-color: rgb(250.2, 251.8, 255);
  -o-border-image: linear-gradient(to right, #7f7fff, #7fff7f) 1;
     border-image: linear-gradient(to right, #7f7fff, #7fff7f) 1;
  border-radius: 8px 8px 0 0;
}
.accordion-item .accordion-toggle:checked ~ .accordion-header .plus-icon {
  transform: rotate(45deg);
}
.accordion-item .accordion-toggle:checked ~ .accordion-content {
  max-height: 500px; /* 回答に合わせて適切な最大値を設定 */
  padding-top: 0;
  padding-bottom: 15px;
  border: 10px solid transparent;
  -o-border-image: linear-gradient(90deg, var(--btn-blue6), var(--btn-blue7)) 1;
     border-image: linear-gradient(90deg, var(--btn-blue6), var(--btn-blue7)) 1;
  border-radius: 0 0 8px 8px;
}

@media (max-width: 768px) {
  .accordion-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt65 {
  margin-top: 65px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px !important;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

body .mainCont {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
body .mainCont .hero {
  background-image: linear-gradient(180deg, rgba(80, 158, 213, 0.8) 0%, rgba(16, 88, 186, 0.8) 100%), url(../images/img_fv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  body .mainCont .hero {
    height: 420px;
    position: relative;
  }
}
@media screen and (min-width:768px) and (max-width: 1119px) {
  body .mainCont .hero {
    height: 420px;
    position: relative;
  }
}
body .mainCont .hero .mainCont-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  body .mainCont .hero .mainCont-inner {
    padding-top: 15px !important;
  }
}
@media screen and (min-width:768px) and (max-width: 1119px) {
  body .mainCont .hero .mainCont-inner {
    padding-top: 15px !important;
  }
}
body .mainCont .hero .mainCont-inner .head-lay {
  display: flex;
  justify-content: space-between;
}
body .mainCont .hero .mainCont-inner .head-lay img {
  flex-shrink: 0;
  max-width: 430px !important;
}
@media screen and (max-width: 767px) {
  body .mainCont .hero .mainCont-inner .head-lay img {
    max-width: 70% !important;
  }
}
body .mainCont .hero .mainCont-inner .title_sub {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  body .mainCont .hero .mainCont-inner .title_sub {
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) and (max-width: 1119px) {
  body .mainCont .hero .mainCont-inner .title_sub {
    margin-top: 15px;
  }
}
body .mainCont .hero .mainCont-inner .c-title {
  padding: 30px 0 150px;
  color: var(--default-white);
  font-size: 55px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body .mainCont .hero .mainCont-inner .c-title {
    padding: 4px 0 30px;
    font-size: 25px;
    line-height: 2;
  }
}
@media screen and (min-width:768px) and (max-width: 1119px) {
  body .mainCont .hero .mainCont-inner .c-title {
    padding: 12px 0 30px;
    font-size: 35px;
  }
}
body .mainCont .hero .hero_block {
  right: -2px;
  position: absolute;
  top: 273px;
}
@media screen and (max-width: 767px) {
  body .mainCont .hero .hero_block {
    width: 335px;
    top: 220px;
  }
}
@media screen and (min-width:768px) and (max-width: 1119px) {
  body .mainCont .hero .hero_block {
    width: 320px;
    top: 228px;
  }
}
body .mainCont .hero .side-list {
  position: absolute;
  top: 360px;
  right: 26px;
  margin-left: auto;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  body .mainCont .hero .side-list {
    top: 283px;
    right: 10px;
    gap: 22px;
  }
}
@media screen and (min-width:768px) and (max-width: 1119px) {
  body .mainCont .hero .side-list {
    top: 283px;
    right: 10px;
    gap: 22px;
  }
}
body .mainCont .hero .side-list .side-item1 {
  margin-left: auto;
}
body .mainCont .hero .side-list3 {
  position: absolute;
  top: 300px;
  right: 30px;
  margin-left: auto;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  body .mainCont .hero .side-list3 {
    top: 242px;
    right: 10px;
    gap: 10px;
  }
}
body .mainCont .hero .side-list3 .side-item1 {
  margin-left: auto;
}
body .mainCont .mainCont-inner {
  padding-top: 40px;
}
body .mainCont .mainCont-inner .hero-menu {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  body .mainCont .mainCont-inner .hero-menu {
    flex-direction: column;
  }
}
body .mainCont .mainCont-inner .hero-menu .side-menu nav {
  position: relative;
}
body .mainCont .mainCont-inner .hero-menu .side-menu nav .side-list::before {
  position: absolute; /*--positionを追加--*/
  left: 95%;
  margin: 0 auto auto 30px;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: var(--base-blue); /*--縦線の色--*/
}
@media screen and (max-width: 767px) {
  body .mainCont .mainCont-inner .hero-menu .side-menu nav .side-list::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body .mainCont .mainCont-inner .hero-menu .side-menu nav .side-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
body .mainCont .mainCont-inner .hero-menu .main-content {
  flex: 1;
}
body .mainCont .mainCont-inner .hero-menu .main-content .section-logo {
  font-family: "Poppins";
  font-size: 4rem;
  font-weight: 700;
  color: var(--default-light-blue);
  opacity: 0.7;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body .mainCont .mainCont-inner .hero-menu .main-content .section-logo {
    font-size: 93px;
  }
}
body .mainCont .mainCont-inner .hero-menu .main-content .content-body {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-left: 30px;
  margin-top: -50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body .mainCont .mainCont-inner .hero-menu .main-content .content-body {
    padding-right: 0;
    flex-direction: column;
    margin-top: -70px;
  }
}
body .mainCont .mainCont-inner .hero-menu .main-content .description-text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: var(--default-dark-blue);
  width: 500px;
}
@media screen and (max-width: 767px) {
  body .mainCont .mainCont-inner .hero-menu .main-content .description-text {
    width: auto;
  }
}
body .mainCont .mainCont-inner .hero-menu .main-content .description-text.highlight {
  font-weight: bold;
  color: var(--default-blue-text);
}
body .mainCont .mainCont-inner .hero-menu .main-content .content-image-wrapper {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
body .mainCont .mainCont-inner .hero-menu .main-content .content-image-wrapper:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body .mainCont .mainCont-inner .hero-menu .main-content .content-image-wrapper {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  body .mainCont .mainCont-inner .hero-menu .main-content .content-image-wrapper:before {
    display: none;
  }
}
body .mainCont .mainCont-inner .hero-menu .main-content .content-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.about-section {
  margin-top: 32px;
  background-image: linear-gradient(90deg, #ebf7fd, #d5e1ff);
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-section {
    margin-top: 70px;
  }
}
.about-section .mainCont-inner {
  z-index: 0;
}
.about-section .mainCont-inner .about-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px 0px 120px 45px;
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper {
    flex-direction: column;
    margin-bottom: 600px;
    margin: 0 auto 120px auto;
  }
}
.about-section .mainCont-inner .about-wrapper .text-content {
  width: 650px;
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .text-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .text-content .text-content_lay {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .about-section .mainCont-inner .about-wrapper .text-content .text-content_lay::after {
    position: absolute; /*--positionを追加--*/
    margin: -30px auto auto auto;
    content: "";
    height: 1px; /*--縦線の太さ(幅)--*/
    width: 90%;
    background-color: var(--base-blue); /*--縦線の色--*/
  }
}
.about-section .mainCont-inner .about-wrapper .text-content .section-title {
  font-family: "Poppins";
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  line-height: 1;
}
.about-section .mainCont-inner .about-wrapper .text-content .section-title::before {
  position: absolute; /*--positionを追加--*/
  right: 100%;
  margin: -50px 45px auto auto;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 300%;
  background-color: var(--base-blue); /*--縦線の色--*/
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .text-content .section-title::before {
    display: none;
  }
}
.about-section .mainCont-inner .about-wrapper .text-content .section-title::after {
  position: absolute; /*--positionを追加--*/
  right: 100%;
  margin: -35px -1070px auto auto;
  content: "";
  height: 1px; /*--縦線の太さ(幅)--*/
  width: 175%;
  background-color: var(--base-blue); /*--縦線の色--*/
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .text-content .section-title::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .text-content .section-title {
    font-size: 35px;
  }
}
.about-section .mainCont-inner .about-wrapper .text-content .section-subtitle {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 2px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .text-content .section-subtitle {
    font-size: 15px;
    margin-bottom: 0px;
  }
}
.about-section .mainCont-inner .about-wrapper .text-content .description {
  font-size: 18px;
  line-height: 1.8;
  color: var(--default-dark-blue);
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .text-content .description {
    margin-top: 30px;
  }
}
.about-section .mainCont-inner .about-wrapper .text-content .description1 {
  font-size: 18px;
  line-height: 1.8;
  color: var(--default-dark-blue);
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .text-content .description1 {
    margin-top: 0px;
  }
}
.about-section .mainCont-inner .about-wrapper .text-content .description2 {
  font-size: 18px;
  line-height: 1.8;
  color: var(--default-dark-blue);
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .text-content .description2 {
    margin-bottom: 400px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .about-img {
    margin: 0 auto;
  }
}
.about-section .mainCont-inner .about-wrapper .about-img .about-box {
  width: 340px;
  position: relative;
  margin: 40px auto 0 auto;
}
.about-section .mainCont-inner .about-wrapper .about-img .about-box .about-box-title {
  text-align: center;
  position: absolute;
  z-index: 100;
  margin-left: 60px;
  color: var(--default-blue-text);
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .about-img .about-box .about-box-title {
    top: -400px;
    margin-top: 10px;
    margin-left: 60px;
    text-align: center;
  }
}
.about-section .mainCont-inner .about-wrapper .about-img .about-box img {
  position: absolute;
  top: 15px;
  width: 385px;
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about-wrapper .about-img .about-box img {
    width: 340px;
    top: -400px;
  }
}
.about-section .mainCont-inner .about_block {
  position: absolute;
  bottom: -10px;
  right: -3px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-section .mainCont-inner .about_block {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .cms-section {
    margin-top: -130px;
    position: relative;
    z-index: 100;
  }
}
.cms-section .about-cms {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .cms-section .about-cms {
    margin: 0 auto;
  }
}
.cms-section .about-cms h3 {
  color: var(--default-midashi-blue);
  font-size: 24px;
}
.cms-section .about-cms h3::before {
  position: absolute; /*--positionを追加--*/
  margin: -30px auto auto auto;
  content: "";
  height: 1px; /*--縦線の太さ(幅)--*/
  width: 180px;
  background-color: var(--base-blue); /*--縦線の色--*/
}
@media screen and (max-width: 767px) {
  .cms-section .about-cms h3::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cms-section .about-cms h3 {
    text-align: right;
    font-size: 20px;
    padding-bottom: 30px;
    margin-top: 10px;
  }
}
.cms-section .about-cms .about-cms_lay {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0px auto 0px;
  -moz-column-gap: 150px;
       column-gap: 150px;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .cms-section .about-cms .about-cms_lay {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 0px;
  }
}

.hogan-box {
  /* 方眼紙模様に必須のスタイル */
  background-image: url(../images/img_repeat_grid.png), linear-gradient(90deg, #90CAFC 0%, #4892F8 100%);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  overflow: hidden;
  /* 以下任意のスタイル */
  padding: 50px;
  margin-top: 75px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hogan-box {
    padding: 16px;
    margin-top: 40px;
    overflow: hidden;
  }
}
.hogan-box .cms-box1 {
  display: flex;
  justify-content: space-between;
  flex: 1 1;
  margin: 25px auto;
}
@media screen and (max-width: 767px) {
  .hogan-box .cms-box1 {
    display: block;
    margin: 30px auto 0px auto;
  }
}
.hogan-box .cms-box1 .cms-details-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hogan-box .cms-box1 .cms-details-left {
    width: 100%;
  }
}
.hogan-box .cms-box1 .cms-details-left .cms-title {
  color: var(--default-white);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins";
}
@media screen and (max-width: 767px) {
  .hogan-box .cms-box1 .cms-details-left .cms-title {
    font-size: 35px;
  }
}
.hogan-box .cms-box1 .cms-details-left .cms-sub-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--default-blue-text);
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .hogan-box .cms-box1 .cms-details-left .cms-sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hogan-box .cms-box1 .cms-details01 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .hogan-box .cms-box1 .cms-details01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hogan-box .cms-box1 .cms-details01 img {
    width: 1000px;
  }
}
.hogan-box .cms-box1 .cms-details03 img {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .hogan-box .cms-box1 .cms-details03 img {
    width: 1000px;
    margin: 0 auto;
  }
}
.hogan-box .cms-text {
  position: absolute;
  bottom: 270px;
  color: var(--default-white);
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
  width: 530px;
}
@media screen and (max-width: 767px) {
  .hogan-box .cms-text {
    position: static;
    width: 100%;
  }
}

.transup-banner {
  display: flex;
  margin: 25px auto;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: var(--default-white);
}
@media screen and (max-width: 767px) {
  .transup-banner {
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.transup-banner__image-container {
  position: relative;
  width: 22%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .transup-banner__image-container {
    width: 100%;
  }
}
.transup-banner__image-container::after {
  position: absolute; /*--positionを追加--*/
  left: 100%;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 80%;
  background-color: var(--default-midashi-blue); /*--縦線の色--*/
}
@media screen and (max-width: 767px) {
  .transup-banner__image-container::after {
    position: absolute; /*--positionを追加--*/
    top: 100%;
    content: "";
    height: 1px; /*--縦線の太さ(幅)--*/
    width: 100%;
    background-color: var(--default-midashi-blue); /*--縦線の色--*/
  }
}
.transup-banner__image-container img {
  margin-right: auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .transup-banner__image-container img {
    margin: 0 auto;
    padding: 0;
  }
}
.transup-banner__image-container .transup-banner__dummy-image {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
  width: 90%;
}
.transup-banner__content {
  flex-grow: 1;
  padding: 30px 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .transup-banner__content {
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
  }
}
.transup-banner__text-area {
  flex-grow: 1;
  margin-right: 30px;
}
.transup-banner__text-area h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.transup-banner__text-area p {
  font-size: 14px;
}
.transup-banner__title {
  color: var(--default-midashi-blue);
  font-size: 24px !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .transup-banner__title {
    font-size: 14px !important;
  }
}
.transup-banner__subtitle {
  font-size: 16px !important;
  color: var(--base-gray-dark2);
}
@media screen and (max-width: 767px) {
  .transup-banner__subtitle {
    font-size: 12px !important;
  }
}
.transup-banner__subtitle2 {
  font-size: 16px !important;
  color: var(--default-midashi-blue);
}
.transup-banner__side-list2 {
  margin-top: auto;
  padding: 10px;
}

.QA {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .QA {
    font-size: 35px;
    padding: 0;
  }
}
.QA .section-title {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 700;
  color: var(--default-midashi-blue);
  position: relative;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .QA .section-title {
    font-size: 35px;
  }
}
.QA .section-title::before {
  position: absolute; /*--positionを追加--*/
  right: 100%;
  margin: -10px 50px;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 180%;
  background-color: var(--base-blue); /*--縦線の色--*/
}
.QA .section-subtitle {
  font-size: 20px;
}

.entry {
  color: var(--default-midashi-blue);
  margin-top: 125px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry {
    margin-top: 50px;
  }
}
.entry .menu_subtitle {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .entry .menu_subtitle {
    font-size: 16px;
  }
}
.entry .menu_title {
  font-family: "Poppins";
  font-size: 78px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .entry .menu_title {
    font-size: 55px;
  }
}

.mega-menu {
  list-style: none;
  padding: 0;
  background: linear-gradient(90deg, var(--btn-blue6) 20%, var(--btn-blue7) 50%, var(--base-blue2));
  margin: 50px auto 0px auto;
  padding: 35px;
  display: flex;
  align-items: center;
  gap: 80px;
  overflow: hidden;
}
.mega-menu .mainCont-inner {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-top: 0px !important;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mega-menu .mainCont-inner {
    flex-direction: column;
    margin-right: auto !important;
    gap: 20px;
  }
}
.mega-menu .mainCont-inner .menu-header {
  flex-shrink: 0;
  color: var(--default-midashi-blue);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mega-menu .mainCont-inner .menu-header {
    margin-right: auto !important;
  }
}
.mega-menu .mainCont-inner .menu-header .site-name {
  font-size: 10px;
}
.mega-menu .mainCont-inner .menu-header .menu-title {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.mega-menu .menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: min-content;
  gap: 20px 0px;
  list-style: none;
  width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mega-menu .menu-list {
    grid-template-columns: repeat(1, 1fr);
    margin-right: auto;
    width: auto;
  }
}
.mega-menu .menu-list .menu-item > a {
  display: flex; /* 矢印とテキストを横並びにするために追加/変更 */
  align-items: center;
  text-decoration: none;
  color: var(--default-black);
  gap: 10px; /* 矢印とテキストの間のスペース */
}
.mega-menu .menu-list .menu-item > a:hover {
  /* color: $accent-color; */
}
.mega-menu .menu-list .menu-item > a::before {
  content: "";
  /* display: inline-block; を削除（Flexアイテムになったため） */
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--default-black);
  border-right: 2px solid var(--default-black);
  transform: rotate(-45deg); /* 正しい右向き矢印の角度に修正 */
  transition: transform 0.3s;
  flex-shrink: 0; /* 矢印が縮まないように固定 */
}
.mega-menu .menu-list .menu-item .text-wrapper {
  display: flex;
  flex-direction: column; /* sub-text と link-text を縦並びにする */
}
.mega-menu .menu-list .menu-item .sub-text {
  font-size: 12px;
  position: relative;
  top: 0; /* 微調整を削除または見直し */
  display: inline; /* blockから変更。これで link-text と横並びになります */
}
.mega-menu .menu-list .menu-item .link-text {
  font-size: 15px;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::-moz-placeholder {
  color: var(--default-gray);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

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

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}