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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*html, body {
    height: 100%;
}*/
button, input[type=text], textarea {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  overflow-x: hidden;
}
body a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}
body .en {
  font-family: "Prompt", sans-serif;
}
body .serif {
  font-family: "Shippori Mincho", serif;
}
body .honbun {
  color: #000;
  line-height: 1.6;
  font-weight: 400;
}
body .normal {
  font-family: "Noto Sans JP", sans-serif;
}
body .L_midashi {
  font-family: "Prompt", sans-serif;
  color: #004692;
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
body .L_midashi span {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  letter-spacing: 0.08em;
}
body .center {
  text-align: center;
}
body .right {
  text-align: right;
}
body .left {
  text-align: left;
}
body .mt0 {
  margin-top: 0px !important;
}
body .mt5 {
  margin-top: 5px !important;
}
body .mt10 {
  margin-top: 10px !important;
}
body .mt15 {
  margin-top: 15px !important;
}
body .mt20 {
  margin-top: 20px !important;
}
body .mt25 {
  margin-top: 25px !important;
}
body .mt30 {
  margin-top: 30px !important;
}
body .mt35 {
  margin-top: 35px !important;
}
body .mt40 {
  margin-top: 40px !important;
}
body .mt45 {
  margin-top: 45px !important;
}
body .mt50 {
  margin-top: 50px !important;
}
body .mt55 {
  margin-top: 55px !important;
}
body .mt60 {
  margin-top: 60px !important;
}
body .mb0 {
  margin-bottom: 0px !important;
}
body .mb5 {
  margin-bottom: 5px !important;
}
body .mb10 {
  margin-bottom: 10px !important;
}
body .mb15 {
  margin-bottom: 15px !important;
}
body .mb20 {
  margin-bottom: 20px !important;
}
body .mb25 {
  margin-bottom: 25px !important;
}
body .mb30 {
  margin-bottom: 30px !important;
}
body .mb35 {
  margin-bottom: 35px !important;
}
body .mb40 {
  margin-bottom: 40px !important;
}
body .mb45 {
  margin-bottom: 45px !important;
}
body .mb50 {
  margin-bottom: 50px !important;
}
body .mb55 {
  margin-bottom: 55px !important;
}
body .mb60 {
  margin-bottom: 60px !important;
}
body .pc {
  display: block;
}
body .sp {
  display: none;
}
body .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
}
body .sec {
  position: relative;
  margin-top: 70px;
}
body .view-more-btn {
  background: #DB6C73;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Prompt", sans-serif;
  color: #fff;
  font-size: 1.9rem;
  margin: 40px auto 0;
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: 0.4s;
}
body .view-more-btn:hover {
  background: #cf525a;
}
body .breadcrumbs {
  margin-top: 30px;
}
body .breadcrumbs a {
  color: #6F6F6F;
  font-size: 1.3rem;
}
body .breadcrumbs a:hover {
  color: #69D1FF;
}
body .breadcrumbs span {
  color: #6F6F6F;
  font-size: 1.3rem;
}
body .furigana {
  font-weight: normal;
  position: relative;
}
body .furigana span {
  position: absolute;
  top: -13px;
  font-size: 1rem;
  left: -3px;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 768px) {
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
  body .inner {
    width: 90%;
    max-width: 90%;
  }
  body .L_midashi {
    font-size: 3.4rem;
  }
  body .sec {
    margin-top: 60px;
  }
  body .view-more-btn {
    width: 90%;
    padding: 19px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
    justify-content: center;
    position: relative;
  }
  body .view-more-btn .circle-dot {
    position: absolute;
    right: 10px;
  }
  .breadcrumbs {
    display: none;
  }
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ============================
   フェード
============================ */
.fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.6s cubic-bezier(0.25, 1, 0.5, 1), transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}
.fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .flex {
    display: block;
  }
  .flex_center {
    display: block;
  }
  .flex_space {
    display: block;
  }
}
.sec .btn_area .img_btn {
  width: 48%;
  height: 206px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.sec .btn_area .img_btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.sec .btn_area .img_btn a:hover img {
  transform: scale(1.1);
}
.sec .btn_area .img_btn a:hover .circle-dot {
  animation: pulse-main 1.2s infinite ease-in-out;
}
.sec .btn_area .img_btn a:hover .circle-dot::before {
  animation: pulse-ring 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sec .btn_area .img_btn a:hover .circle-dot::after {
  animation: pulse-dot 1.2s infinite ease-in-out;
}
.sec .btn_area .img_btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: transform 0.5s ease-out;
}
.sec .btn_area .img_btn .L_midashi,
.sec .btn_area .img_btn .view-more-btn {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.sec .btn_area .img_btn .L_midashi {
  bottom: 30px;
  left: 30px;
  margin-bottom: 0px;
}
.sec .btn_area .img_btn .L_midashi span {
  margin-top: 4px;
  position: relative;
  left: 2px;
}
.sec .btn_area .img_btn .view-more-btn {
  bottom: 15px;
  right: 15px;
  background: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.sec .btn_area .img_btn.w100 {
  width: 100%;
}
.sec .btn_area .L_midashi {
  color: #fff;
}

@media (max-width: 768px) {
  .sec .btn_area .img_btn {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .sec .btn_area .img_btn .L_midashi {
    font-size: 2.8rem;
    bottom: 15px;
    left: 15px;
  }
  .sec .btn_area .img_btn .view-more-btn {
    bottom: 25px;
    right: 3px;
  }
}
.circle-dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.circle-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 0;
  transform: scale(1);
}
.circle-dot::after {
  content: "";
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 50%;
}
@keyframes pulse-main {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
}

.view-more-btn:hover .circle-dot {
  animation: pulse-main 1.2s infinite ease-in-out;
}
.view-more-btn:hover .circle-dot::before {
  animation: pulse-ring 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.view-more-btn:hover .circle-dot::after {
  animation: pulse-dot 1.2s infinite ease-in-out;
}

body.no-scroll {
  overflow: hidden;
}

#header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
#header .right {
  overflow: visible;
}
#header .global_nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#header .global_nav li {
  list-style: none;
}
#header .global_nav a {
  text-decoration: none;
  font-weight: 500;
}
#header .menu-trigger {
  display: none;
}

@media (min-width: 769px) {
  #header {
    padding: 9px 173px 9px 20px;
  }
  #header .global_nav li .dropdown {
    display: none;
  }
  #header .global_nav li a {
    border-left: 1px solid #D0D0D0;
    padding-left: 20px;
    margin-left: 20px;
  }
  #header .global_nav li a.border-none {
    border-left: none;
  }
  #header .global_nav li a:hover {
    color: #69D1FF;
  }
  #header .global_nav .logo {
    display: none;
  }
  #header .saiyou {
    background: #94CA46;
    width: 133px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 0 0px 0 10px;
    transition: 0.4s;
  }
  #header .saiyou img {
    display: block;
    margin: 0 auto;
  }
  #header .saiyou p {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  #header .saiyou:hover {
    transform: scale(1.1);
  }
  #header .saiyou a {
    width: 100%;
    height: 100%;
    display: block;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 17px;
  }
  #header .saiyou.cp {
    background: #75d5fe;
  }
  #header .sp_ttl {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    height: 70px;
    padding: 7px 10px;
    box-sizing: border-box;
  }
  #header .logo {
    width: 194px;
    display: block;
  }
  #header .logo img {
    width: 100%;
  }
  #header .global_nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 24px 20px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    z-index: 1001;
    overflow-y: auto;
    border-radius: 0 0 20px 0;
  }
  #header .global_nav.open {
    left: 0;
  }
  #header .global_nav .logo {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    width: 90%;
    margin-bottom: 20px;
  }
  #header .global_nav .logo a {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    width: 100%;
  }
  #header .global_nav .logo a:after {
    display: none;
  }
  #header .global_nav .logo a img {
    width: 195px;
    display: block;
  }
  #header .global_nav li {
    margin-bottom: 14px;
    width: 100%;
    text-align: left;
  }
  #header .global_nav .dropdown {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  #header .global_nav .dropdown li {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  #header .global_nav .dropdown a {
    background: none;
    border-bottom: 2px dotted #ececec;
    border-radius: 0;
  }
  #header .global_nav .sp > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .global_nav .sp > a::after {
    content: "";
    /*background-image: url(/assets/img/open_maru.svg);*/
    width: 25px;
    height: 25px;
    top: 0;
    position: relative;
    right: -2px;
  }
  #header .global_nav .sp.open > a::after {
    content: "";
    /*background-image: url(/assets/img/close_maru.svg);*/
    width: 25px;
    height: 25px;
    top: 0;
    position: relative;
    right: -2px;
  }
  #header .global_nav .sp.open .dropdown {
    max-height: 300px;
  }
  #header .global_nav a {
    text-decoration: none;
    font-weight: 500;
    background: #ececec;
    display: block;
    padding: 17px;
    border-radius: 10px;
    width: 100%;
    position: relative;
  }
  #header .global_nav a::after {
    content: "";
    background-image: url(/assets/img/next_maru.svg);
    width: 25px;
    height: 25px;
    top: 12px;
    position: absolute;
    right: 14px;
  }
  #header .menu-trigger {
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    cursor: pointer;
    z-index: 9999;
    user-select: none;
    background: #94CA46;
    border-radius: 90%;
  }
  #header .menu-trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56%;
    height: 3px;
    border-radius: 90px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    background: #fff;
  }
  #header .menu-trigger span:nth-child(1) {
    top: 20px;
  }
  #header .menu-trigger span:nth-child(2) {
    top: 28px;
  }
  #header .menu-trigger span:nth-child(3) {
    top: 36px;
  }
  #header .menu-trigger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 26px;
    left: 13px;
  }
  #header .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  #header .menu-trigger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 26px;
    left: 13px;
  }
  #header .menu-trigger.active {
    right: 0;
  }
  #header .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100vh;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1000;
  }
  #header .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #header .sp_ttl {
    margin-bottom: 0 !important;
  }
}
#footer {
  background: #fff;
  margin-top: 70px;
  padding: 30px 0;
  position: relative;
}
#footer .logo img {
  display: block;
  margin: 0 auto;
}
#footer .gnav li a {
  font-size: 1.4rem;
  position: relative;
  padding-left: 10px;
  margin: 0 20px;
}
#footer .gnav li a:before {
  background-image: url("/assets/img/red_arrow.svg");
  width: 5px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  right: unset;
  left: 0;
}
#footer .gnav li a:hover {
  color: #C61722;
}
#footer nav {
  margin-top: 28px;
}
#footer .address {
  border-top: 1px solid #D0D0D0;
  padding-top: 40px;
  margin-top: 40px;
}
#footer .address .flex_center {
  gap: 0px 50px;
}
#footer .address p {
  color: #4C4C4C;
  font-size: 1.3rem;
}
#footer .copy {
  text-align: center;
  font-size: 1.3rem;
  color: #a7a7a7;
  margin-top: 50px;
}
#footer #top_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 768px) {
  #footer {
    padding-top: 15px;
  }
  #footer nav {
    display: none;
  }
  #footer .address {
    display: none;
  }
  #footer .copy {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 200;
  }
  #footer #top_arrow {
    bottom: 100px;
  }
  #footer .logo img {
    width: 200px;
  }
  .sub_page #footer {
    border-top: 1px solid #D0D0D0;
  }
  .sub_page #footer #top_arrow {
    bottom: 89px;
  }
}
main .table_normal {
  width: 100%;
  line-height: 1.7;
}
main .table_normal tr {
  display: flex;
}
main .table_normal th {
  width: 187px;
  border-bottom: 3px solid #69D1FF;
  padding: 14px;
}
main .table_normal td {
  border-bottom: 1px solid #848484;
  padding: 14px;
  flex: 1;
  position: relative;
  top: -1px;
}

@media (max-width: 768px) {
  main .table_normal tr {
    display: block;
  }
  main .table_normal tr:first-child th {
    padding-top: 13px;
  }
  main .table_normal th {
    width: 100%;
    display: block;
    padding: 13px 10px;
    background: #f4f4f4;
    border: none;
  }
  main .table_normal td {
    width: 100%;
    display: block;
    padding: 13px 0;
    border: none;
  }
}
#saiyou #header .corporate a {
  background: #fff;
  padding: 13px 20px;
  border-radius: 90px;
  border: 2px solid #69D1FF;
}
#saiyou #header .corporate a:hover {
  opacity: 0.7;
  color: #000;
}
#saiyou #header .entry a {
  background: #fff;
  padding: 7px 36px;
  border-radius: 90px;
  background: #94ca46;
  color: #fff;
  font-weight: 600;
}
#saiyou #header .entry a:hover {
  opacity: 0.7;
  color: #fff;
}

@media (min-width: 769px) {
  #saiyou #header {
    padding-right: 153px;
  }
}
@media (max-width: 768px) {
  #saiyou #header .entry a {
    width: 100%;
    text-align: center;
    padding: 18px;
  }
  #saiyou #header .entry a:after {
    display: none;
    text-align: center;
  }
}
#saiyou #footer .corporate a {
  background: #fff;
  padding: 13px 20px;
  border-radius: 90px;
  border: 2px solid #69D1FF;
  margin-right: 8px;
}
#saiyou #footer .corporate a:before {
  display: none;
}
#saiyou #footer .corporate a:hover {
  opacity: 0.7;
  color: #000;
}
#saiyou #footer .entry a {
  background: #fff;
  padding: 13px 66px;
  border-radius: 90px;
  background: #94ca46;
  color: #fff;
  font-weight: 600;
  width: 200px;
}
#saiyou #footer .entry a:before {
  display: none;
}
#saiyou #footer .entry a:hover {
  opacity: 0.7;
  color: #fff;
}

body.page main form dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  border-bottom: #c0d0dc solid 1px;
  padding-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
body.page main form dl dt {
  width: 210px;
  font-weight: 600;
}
body.page main form dl dd {
  flex: 1;
  align-items: center;
  line-height: 1.8;
}
body.page main form input[type=text], body.page main form textarea, body.page main form select, body.page main form input[type=tel], body.page main form input[type=email] {
  background: #fff;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 15px 1px rgba(0, 70, 146, 0.15);
  border-radius: 5px;
  flex: 1;
  display: block;
  border: none !important;
  width: 100%;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block !important;
  font-size: 1.5rem;
}
body.page main form input[type=text].short, body.page main form textarea.short, body.page main form select.short, body.page main form input[type=tel].short, body.page main form input[type=email].short {
  width: 200px;
  max-width: 200px;
  margin-right: 10px;
}
body.page main form input[type=text].age, body.page main form textarea.age, body.page main form select.age, body.page main form input[type=tel].age, body.page main form input[type=email].age {
  width: 80px;
  max-width: 80px;
  margin-right: 10px;
}
body.page main form select {
  width: 300px;
  max-width: 300px;
}
body.page main form .kome {
  background: #f44336;
  border-radius: 2px;
  font-size: 1.3rem;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
}
body.page main form p.checkbox {
  display: inline-block;
  width: 80px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  body.page main form dl {
    display: block;
  }
  body.page main form dl dt {
    width: 100%;
    margin-bottom: 12px;
  }
  body.page main form dl dd.flex {
    display: flex;
  }
  body.page main form input[type=text].short, body.page main form textarea.short, body.page main form select.short, body.page main form input[type=tel].short, body.page main form input[type=email].short {
    width: 80%;
    max-width: 80%;
    margin-right: 5px;
  }
  body.page main form select {
    width: 100%;
    max-width: 100%;
  }
  body.page main form p.checkbox {
    display: inline-block;
    width: 80px;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  main {
    margin-top: 81px;
  }
  #saiyou main {
    margin-top: 122px;
  }
}
@media (max-width: 768px) {
  main {
    margin-top: 70px;
  }
  #saiyou main {
    margin-top: 89px;
  }
}
main .pdf_link {
  display: block;
  text-decoration: underline;
  color: #69d1ff;
  position: relative;
  padding-left: 26px;
}
main .pdf_link:before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url("/assets/img/link_icon.svg");
  width: 20px;
  height: 20px;
  top: 4px;
}

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