<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&amp;display=swap");
body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", serif;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
h1 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .logo_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  img.ecc_junior_logo {
    width: 84px;
  }
  .logo_wrap p {
    font-size: 8px;
    line-height: 1em;
    margin: 0 0 6px;
  }
  .menu_list {
    display: flex;
    gap: 30px;
  }
  .menu_list a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
  }
  .menu_list a:hover {
    color: #003095;
  }
  .drawer_menu .header_btn a {
    color: #003095;
    border-radius: 9999px;
    background: #fff500;
    padding: 12px 31px;
    transition: 0.3s;
    text-align: center;
  }
  .header_btn a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 107, 215, 0.55);
  }
  img.header_menu_close {
    width: 44px;
    margin: 0 auto;
    display: block;
  }
  .drawer_menu {
    background: #003095;
    z-index: 11;
    position: fixed;
    top: 64px;
    right: 0;
    transform: translateX(100%);
    transition: 0.5s;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .drawer_menu a {
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 1.5em;
    font-size: 16px;
    font-weight: bold;
  }
  img.header_menu {
    width: 15px;
  }
  .open {
    transform: translateX(0);
  }
  main {
    overflow-x: hidden;
  }
  #floating_banner {
    position: fixed;
    bottom: 0;
    right: 0;
    transition: transform 1s ease, opacity 0.3s ease;
    transform: translateY(100%);
    z-index: 100;
    background: #ffffff90;
    padding: 12px 20px 6px;
    width: 100%;
    box-sizing: border-box;
  }
  #floating_banner.show {
    bottom: 0;
    transform: translateY(0);
  }
  img.s00_img01 {
    width: 100%;
  }
  section.s01 {
    background-image: url(image/fv_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    margin-top: 64px;
    background-color: #006bd6;
  }
  img.fv_02,
  img.fv_03 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
  }
  .fv_0405_wrap_box {
    grid-row: 1 / 3;
    grid-column: 1;
    position: relative;
  }
  .fv_0405_wrap_box_txt02 {
    font-size: clamp(20px, 5vw, 40px);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 4%;
    line-height: 1.4em;
  }
  img.fv_05 {
    grid-column: 1;
    grid-row: 2 / 4;
  }
  .fv_0405_wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 128px 1fr;
    padding: 40px 0 0;
  }
  .fv_0405_wrap_box_txt_width {
    max-width: 95%;
    margin: 10px auto 0;
  }
  .fv_0405_wrap_box_txt01 {
    font-size: clamp(16px, 1.79vw, 25px);
    background: #fff;
    margin-bottom: 16px;
    width: fit-content;
    line-height: 1em;
    padding: 8px 10px;
    box-shadow: 12px 6px 10px #116cc784;
    font-weight: 500;
  }
  .fv_0405_wrap_box_txt01 span {
    color: #116cc7;
    font-size: 120%;
  }
  .fv_0405_wrap_box_txt03,
  .fv_0405_wrap_box_txt03 * {
    box-sizing: border-box;
  }
  .fv_0405_wrap_box_txt03 {
    display: flex;
    padding: 0;
    margin: 20px auto 120px;
    list-style: none;
    gap: 16px;
    flex-wrap: wrap;
    width: 80%;
  }
  .fv_0405_wrap_box_txt03_circle {
    background-color: rgb(199, 246, 255);
    box-shadow: 0px 0px 32px 0px rgba(0, 107, 215, 0.55);
    width: 100%;
    border-radius: 10px;
  }
  .fv_0405_wrap_box_txt03 li:nth-child(2n) .fv_0405_wrap_box_txt03_circle {
    background-color: #c3f3e2;
  }
  .fv_0405_wrap_box_txt03_inner {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .fv_0405_wrap_box_txt03_inner p {
    font-size: 16px;
    color: rgb(17, 17, 17);
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
  }
  .fv_0405_wrap_box_txt03_inner p + p {
    margin-top: 5px;
  }
  .fv_0405_wrap_box_txt03_inner span {
    color: #006bd6;
  }
  .fv_0405_wrap_box_txt03_inner span.big {
    font-size: 18px;
  }
  .fv_0405_wrap_box_txt03 li {
    width: 100%;
  }
  section.s02 {
    background-image: url(image/s02_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 15px 0;
    margin-top: -2px;
  }
  img.s02_img03 {
    position: absolute;
    right: 10px;
    top: 0;
    width: 98px;
  }
  .s02_txt01 {
    color: #fff;
    text-align: center;
    font-size: clamp(15px, 2.14vw, 30px);
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  h2.s02_ttl {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: clamp(22px, 2.86vw, 40px);
    font-weight: 500;
  }
  .s02_img04_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 60px;
    z-index: 1;
    position: relative;
    background: url(image/s02_img04.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: min(700px, 60vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20%;
    padding: 0 min(186px, 16%) min(230px, 18vw);
    box-sizing: border-box;
    align-content: end;
  }
  .s02_img04_wrap_txt01,
  .s02_img04_wrap_txt02 {
    font-size: clamp(10px, 1.6vw, 16px);
    text-align: justify;
    margin: 0;
  }
  img.s02_img04 {
    max-width: 1100px;
    margin: 0 calc(50% - 50vw) 60px;
    display: block;
    z-index: 1;
    position: relative;
    width: 100vw;
  }
  .s02_box01 {
    margin: 0 auto 60px;
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    z-index: 1;
    position: relative;
    align-items: center;
    box-sizing: border-box;
  }
  h2.s02_box01_ttl {
    color: #0963b0;
    background: linear-gradient(
      90deg,
      transparent 0%,
      #fff 30%,
      #fff 50%,
      #fff 70%,
      transparent 100%
    );
    font-size: 15px;
    padding: 10px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  p.s02_box01_txt01 {
    margin: 1em 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
  }
  img.s02_img05 {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  ul.s02_box01_ul {
    padding: 1em 0 1em 1em;
  }
  ul.s02_box01_ul li {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 1em;
  }
  .s02_img08 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .s02_img09 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .s02_box02 {
    margin: 0 calc(50% - 50vw);
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  .s02_box02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(image/s02_img06_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  .s02_box02::after {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(image/s02_img06_sp_bg.png);
    background-size: 100%;
    background-repeat: repeat-y;
    z-index: -2;
  }
  .s02_box02_inr {
    background: #fff;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 10px 10px 10px #487e7c20;
  }
  h3.s02_box02_inr_ttl {
    text-align: center;
    font-size: clamp(18px, 2.86vw, 40px);
    margin: 0 0 1em;
    font-weight: 500;
  }
  h3.s02_box02_inr_ttl span {
    color: #0c715d;
  }
  p.s02_box02_inr_txt01 {
    font-size: clamp(15px, 2.14vw, 30px);
    margin: 0;
    padding-left: 1em;
    font-weight: 500;
    display: inline;
  }
  p.s02_box02_inr_txt02 {
    margin: 0;
    font-size: clamp(18px, 2.5vw, 35px);
    font-weight: 500;
    color: #0c715d;
    display: inline;
  }
  p.s02_box02_inr_txt02 span {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    position: relative;
  }
  p.s02_box02_inr_txt02 span::before {
    content: "";
    display: block;
    width: 0.8em;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    transform-origin: center;
    position: absolute;
    top: 50%;
  }
  p.s02_box02_inr_txt02 span::after {
    content: "";
    display: block;
    width: 0.8em;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    top: 50%;
  }
  p.s02_box02_inr_txt03 {
    font-size: 12px;
    margin: 1.4em auto 3em;
    width: 88%;
    text-align: justify;
  }
  .s02_box02_item {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .s02_box02_item .s02_box03_txt01 {
    color: #007ff1;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
  }
  .s02_box02_item .s02_box03_txt02 {
    color: #007ff1;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
  }
  .s02_box02_item .s02_box03_blc {
    margin-bottom: 50px;
  }
  .s02_box02_item .s02_box03_blc &gt; div {
    border: none;
    background: #f9fcff;
    box-shadow: 0px 10px 18px 2px rgba(72, 126, 124, 0.2);
    padding: 45px 25px 40px;
    width: 100%;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_num {
    border-radius: 100%;
    background: #fff;
    width: 70px;
    height: 70px;
    box-shadow: 3.694px 4.728px 7.52px 0.48px rgba(51, 51, 51, 0.2);
    color: #000000;
    font-size: 12px;
    margin: -84px auto 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: bold;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_num span {
    color: #007ff1;
    font-size: 34px;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt01,
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt02,
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt03 {
    color: #000000;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt02 {
    font-weight: bold;
    margin-bottom: 0;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt03 {
    padding: 1em 0 0;
  }
  .s02_box03_cont {
    background: #f9fcff;
    box-shadow: 0px 10px 18px 2px rgba(72, 126, 124, 0.2);
    padding: 40px 25px;
    border-radius: 10px;
    margin-top: 50px;
  }
  .s02_box03_cont_flex {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
  }
  .s02_box03_cont_flex .s02_box03_cont_textbox {
    width: 100%;
  }
  .s02_box03_cont_flex .s02_box03_cont_imgbox {
    width: 100%;
    text-align: center;
  }
  .s02_box03_cont_flex .s02_box03_cont_imgbox img {
    width: 100%;
    max-width: 394px;
    height: auto;
    margin: 0 auto;
  }

  .s02_box03_cont_tag {
    font-size: 14px;
    color: #007fef;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .s02_box03_cont_ttl {
    font-weight: bold;
    font-size: 26px;
  }
  .s02_box03_cont_textbox p {
    line-height: 1.563;
  }
  .s02_box03_cont_textbox p.ant {
    font-size: 12px;
  }
  .s02_box03_cont_imgbox {
    padding-top: 22px;
  }
  .s02_box03_cont_revenue {
    margin-top: 30px;
  }
  .s02_box03_cont_revenue_ttl {
    font-size: 18px;
    font-weight: bold;
  }
  .s02_box03_cont_revenue p {
    font-size: 14px;
  }
  .s02_box03_cont_revenue_table {
    margin-top: 20px;
    overflow-x: scroll;
  }
  .s02_box03_cont_revenue_table::before {
    content: "â€»æ¨ªã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã§ãã¾ã™ã€‚";
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .s02_box03_cont_revenue_table table {
    width: 900px;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .s02_box03_cont_revenue_table table th,
  .s02_box03_cont_revenue_table table td {
    border: 1px solid #ededed;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    background: #ffffff;
  }
  .s02_box03_cont_revenue_table table td.empty {
    background: linear-gradient(
      to right top,
      #fff calc(50% - 0.5px),
      #ededed 50%,
      #ededed calc(50% + 0.5px),
      #fff calc(50% + 1px)
    );
  }
  .s02_box03_cont_revenue_table table thead th {
    background: #e0e3e6;
    border: 1px solid #fff;
  }
  .s02_box03_cont_revenue_table table tbody th {
    background: #007ff0;
    color: #fff;
    padding: 10px;
  }
  .s02_box03_cont_revenue_table table thead th.empty {
    background: none;
    border: none;
  }

  .owners {
    max-width: 1100px;
    margin: 0 auto 100px;
  }
  .owners,
  .owner * {
    box-sizing: border-box;
  }

  .owners_list {
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .owners_list li {
    background: #fff;
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 30px 25px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .owners_list .job_name {
    color: #379693;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .owners_list .spec {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .owners_list .spec .img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
  }
  .owners_list .spec .img img {
    position: absolute;
    min-width: calc(100% + 4px);
    min-height: calc(100% + 4px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .owners_list .spec .ttl {
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
    width: calc(100% - 80px - 15px);
  }
  .owners_list .body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }
  .owners_list .body .name,
  .owners_list .body .info {
    width: 100%;
  }
  .owners_list .body .name p {
    margin: 0;
    font-size: 14px;
  }
  .owners_list .body .name span {
    font-size: 14px;
  }
  .owners_list .body .name p strong {
    font-size: 18px;
  }
  .owners_list .info dl {
    display: flex;
    font-size: 14px;
  }
  .owners_list .info dl dd {
    margin-left: 0;
    text-indent: -10px;
    padding-left: 10px;
  }
  .owners_list .info dl dt {
    min-width: 50px;
  }
  .owners_btn {
    display: block;
    margin: 45px auto 0;
    text-align: center;
    background: #379693;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 9999px;
    max-width: 254px;
    transition: 0.3s;
  }
  .owners_btn:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
  }

  .s02_box03 {
    max-width: 1100px;
    margin: 0 auto;
  }
  .s02_box03_txt01 {
    font-size: clamp(18px, 2.14vw, 30px);
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
  }
  .s02_box03_txt02 {
    font-size: clamp(20px, 2.86vw, 40px);
    text-align: center;
    color: #fff;
    margin: 0 0 4em;
    font-weight: 500;
  }
  .s02_box03_txt02 &gt; span {
    font-size: 200%;
    font-weight: bold;
    line-height: 1em;
  }
  .s02_box03_txt02 &gt; span &gt; span {
    font-size: 64%;
    font-weight: bold;
  }
  .s02_box03_blc {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    margin-bottom: 50px;
  }
  .s02_box03_blc &gt; div {
    border: solid #ffffff80;
    border-radius: 10px;
    padding: 45px 25px 25px;
    position: relative;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .s02_box03_blc_txt01 {
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .s02_box03_blc_txt02 {
    font-size: clamp(26px, 2.14vw, 30px);
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 500;
  }
  p.s02_box03_blc_txt03 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    padding: 1em 1em 0;
  }
  img.s02_box03_img00 {
    width: 84px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.s03 {
    background: linear-gradient(160deg, #0092ff 0%, #003095 100%);
    padding: 20px 20px;
  }
  .s03_inr {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  .s03_inr_inr {
  }
  .s03_img01 {
    display: flex;
    justify-content: center;
  }
  .s03_img01 img {
    width: calc(100% - 180px);
  }
  .s03_img01_circle {
    position: relative;
    background: #fff500;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 20px;
  }
  .s03_img01_circle_inner {
    width: 100%;
    text-align: center;
    color: #194487;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    line-height: 1.2;
    padding-top: 10px;
    z-index: -1;
  }
  .s03_img01_circle_inner span {
    font-size: 26px;
    letter-spacing: -1px;
    padding: 0 2px;
  }
  .s03_img01_circle_inner span sup {
    font-size: 12px;
  }
  .s03_img01_circle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 30px solid #fff500;
    border-top: 0;
    transform: rotate(135deg);
    position: absolute;
    bottom: 6px;
    right: 6px;
  }
  .s03_inr_box01 {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-gap: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    grid-column: span 2;
  }
  .s03_inr_box01_blc {
    border: solid 2px;
    padding: 10px;
    border-radius: 8px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-weight: 500;
  }
  img.s03_img00 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 33px;
  }
  .s03_inr_box01_blc_txt02 {
    font-size: 15px;
  }
  .s03_inr_box02 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 30px;
    grid-column: span 2;
    display: none;
  }
  .s03_inr_box02_txt {
    color: #fff;
    font-size: clamp(18px, 1.79vw, 25px);
  }
  .s03_inr_txt01 {
    font-size: clamp(15px, 2.14vw, 30px);
    font-weight: 500;
    color: #fff;
    grid-column: 1;
    grid-row: 1;
    padding-right: 10px;
  }
  .s03_inr_txt02 {
    color: #fff;
    font-size: clamp(25px, 3.21vw, 42px);
    font-weight: 500;
    margin: 0 0 20px;
    grid-column: 1;
    grid-row: 2;
    padding-right: 10px;
  }
  .s03_inr_txt03 {
    background: #fff500;
    text-align: center;
    padding: 8px 10px;
    font-size: clamp(16px, 1.79vw, 25px);
    color: #003095;
    margin: 0 0 1em;
    grid-column: span 2;
  }
  .s03_inr_box03 {
    margin-bottom: 20px;
    display: grid;
    grid-column: span 2;
    grid-template-columns: repeat(1, auto);
  }
  .s03_inr_box03 dl {
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
  }
  .s03_inr_box03 dt {
    color: #fff;
    background: #194487;
    padding: 10px 16px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    gap: 5px;
  }
  .s03_inr_box03 dd {
    margin: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
  .s03_inr_box03 dd ul {
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .s03_inr_box03 dd ul li {
    line-height: 1;
    color: #194487;
    font-size: 15px;
    font-weight: 500;
  }
  .s03_inr_box03 dd ul li + li {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #194487;
  }
  .s03_btn {
    text-align: center;
    color: #003095;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    padding: 1em 2em;
    background-color: #fff500;
    width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  .s03_btn::before {
    content: "";
    display: block;
    width: 10px;
    height: auto;
    aspect-ratio: 10/18;
    background: center / contain url("./image/s03_btn_arrow.svg") no-repeat;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
  section.s04 {
    background: url(image/s04_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px;
  }
  .s04_txt01 {
    text-align: center;
    color: #379693;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
  }
  h2.s04_ttl {
    font-size: clamp(28px, 2.86vw, 40px);
    margin: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .tab5 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* è¦ªè¦ç´&nbsp;å†…ã§ä¸­å¤®æƒãˆ */
  }
  .tab5 .tab-content {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 50px auto auto auto 1fr;
    grid-gap: 20px 0;
  }
  .tab5 label {
    display: block;
    padding: 20px calc(25px - 0.5em);
    text-align: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: 0.6;
    color: #000;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1em;
  }
  /* é¸æŠžã•ã‚ŒãŸã‚¿ãƒ–ã®ã‚¹ã‚¿ã‚¤ãƒ« */
  .tab5 input:checked + label {
    opacity: 1;
    color: #fff;
  }
  .tab5 input:checked + label &gt; div {
  }
  /* ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã‚’éžè¡¨ç¤º */
  .tab5 input {
    display: none;
  }
  #tab5-b1,
  #tab5-b2,
  #tab5-b3 {
    display: none;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  }
  label.tab5-1 {
    background: #de5f5f;
    grid-column: 1;
    grid-row: 2;
  }
  label.tab5-2 {
    background: #289679;
    grid-column: 1;
    grid-row: 3;
  }
  label.tab5-3 {
    background: #7867ba;
    grid-column: 1;
    grid-row: 4;
  }
  #tab5-b1 {
    border: solid 2px #de5f5f;
  }
  #tab5-b2 {
    border: solid 2px #289679;
  }
  #tab5-b3 {
    border: solid 2px #7867ba;
  }
  /* é¸æŠžã•ã‚ŒãŸã‚¿ãƒ–ã«å¯¾å¿œã™ã‚‹ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚’è¡¨ç¤º */
  #tab5-1:checked ~ #tab5-b1,
  #tab5-2:checked ~ #tab5-b2,
  #tab5-3:checked ~ #tab5-b3 {
    display: block;
    grid-row: span 5;
  }
  .s04_txt02 {
    font-size: 12px;
    margin-bottom: 2em;
  }
  .s04_box01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .s04_txt03 {
    font-size: 20px;
    text-align: center;
    margin: 12px;
    line-height: 1em;
    font-weight: 500;
  }
  #tab5-b1 .s04_txt03 {
    color: #de5f5f;
  }
  #tab5-b2 .s04_txt03 {
    color: #289679;
  }
  #tab5-b3 .s04_txt03 {
    color: #7867ba;
  }
  .s04_txt04 {
    font-size: 12px;
    text-align: center;
  }
  .s04_box02 {
    max-width: 1100px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: #fff;
    border: solid 1px #cde0df;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  img.s04_box02_img01 {
    display: block;
    margin: 0 auto;
    width: 25px;
  }
  .s04_box02_blc01 {
    text-align: center;
    height: 100%;
    align-content: center;
    font-size: 20px;
    line-height: 2.4em;
  }
  .s04_box02_blc01.ptn01 {
    background: #dcf8f8;
  }
  .s04_box02_blc01.ptn02 {
    background: #bbeae9;
  }
  .s04_box02_blc01.ptn03 {
    background: #8dd9d7;
  }
  .s04_box02_blc01.ptn04 {
    background: #54b9b6;
    color: #fff;
  }
  .s04_box02_blc01.ptn05 {
    background: #379693;
    color: #fff;
  }
  .s04_box02_blc02 {
    font-size: 12px;
    padding: 20px;
  }
  .s04_box02_blc02 ul {
    padding: 0 2em;
  }
  .s04_txt05 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 2em;
  }
  section.s05 {
    padding: 40px 20px;
  }
  .s05_txt01 {
    text-align: center;
    color: #379693;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
  }
  h2.s05_ttl {
    font-size: clamp(28px, 2.86vw, 40px);
    margin: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .accordion {
    max-width: 1100px;
    margin: 0 auto;
  }
  .accordion,
  .accordion * {
    box-sizing: border-box;
  }
  .accordion {
    border-top: 1px solid #dadada;
  }
  .accordion_item {
    border-bottom: 1px solid #dadada;
    position: relative;
  }
  .accordion_icon {
    position: absolute;
    right: 10px;
    top: 45px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: #606060;
  }
  .accordion_icon::before,
  .accordion_icon::after {
    content: "";
    position: absolute;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .accordion_icon::before {
    width: 10px;
    height: 2px;
  }
  .accordion_icon::after {
    width: 2px;
    height: 10px;
  }
  .accordion_item.is-open .accordion_icon::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .accordion_item button {
    background: none;
    border: none;
    font-size: 16px;
    color: #111111;
    display: flex;
    padding: 20px 40px 20px 5px;
    cursor: pointer;
    width: 100%;
    gap: 15px;
    text-align: left;
  }
  .accordion_item button::before {
    content: "Q";
    color: #379693;
    font-weight: bold;
    font-size: 22px;
  }
  .js-accordion-panel {
    display: flex;
    padding: 0 40px 20px 5px;
    cursor: pointer;
    width: 100%;
    gap: 15px;
    color: rgb(17, 17, 17);
    line-height: 1.778;
    font-size: 15px;
    cursor: initial;
  }
  .js-accordion-panel::before {
    content: "A";
    color: #77bca9;
    font-weight: bold;
    font-size: 28px;
  }
  footer {
    padding-bottom: 100px;
  }
  .footer_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .copyright_wrap {
    font-size: 12px;
  }
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo_wrap p {
    font-size: 14px;
    line-height: 1em;
    margin: 10px 0 0;
  }
  .menu_list {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .menu_list a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  .menu_list a:hover {
    color: #003095;
  }
  .header_btn a {
    color: #003095;
    border-radius: 9999px;
    background: #fff500;
    padding: 12px 31px;
    transition: 0.3s;
    display: block;
  }
  .header_btn a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 107, 215, 0.55);
  }
  main {
    overflow-x: hidden;
  }
  .fv_0405_wrap_box_txt_width {
    position: absolute;
    width: 60vw;
    max-width: 1100px;
  }
  img.s00_img01 {
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 10;
    width: 225px;
  }
  section.s01 {
    background-image: url(image/fv_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: clamp(730px, 84vw, 960px);
    background-position: bottom center;
    position: relative;
    background-color: #006bd6;
  }
  img.fv_02,
  img.fv_03 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
  }
  .fv_0405_wrap_box {
    grid-row: 1 / 3;
    grid-column: 1;
    margin-top: 100px;
    position: relative;
  }
  .fv_0405_wrap_box_txt02 {
    font-size: clamp(12px, 1.7vw, 20px);
    color: #fff;
    position: absolute;
    top: 10%;
    left: 10px;
  }
  img.fv_05 {
    grid-column: 2 / 4;
    grid-row: 1;
  }
  .fv_0405_wrap {
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 100px 0.8fr;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: start;
  }
  .fv_0405_wrap_box_txt01 {
    font-size: clamp(18px, 1.79vw, 25px);
    background: #fff;
    margin-bottom: 20px;
    width: fit-content;
    line-height: 1em;
    padding: 8px 16px;
    box-shadow: 12px 6px 10px #116cc784;
    font-weight: 500;
  }
  .fv_0405_wrap_box_txt01 span {
    color: #116cc7;
    font-size: 120%;
  }
  .fv_0405_wrap_box_txt03 {
    display: flex;
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
    gap: 16px;
  }
  .fv_0405_wrap_box_txt03_circle {
    background-color: rgb(199, 246, 255);
    box-shadow: 0px 0px 32px 0px rgba(0, 107, 215, 0.55);
    border-radius: 100%;
    position: relative;
    padding-top: 100%;
    width: 188px;
  }
  .fv_0405_wrap_box_txt03 li:nth-child(2n) .fv_0405_wrap_box_txt03_circle {
    background-color: #c3f3e2;
  }
  .fv_0405_wrap_box_txt03_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .fv_0405_wrap_box_txt03_inner p {
    font-size: 17px;
    color: rgb(17, 17, 17);
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
  }
  .fv_0405_wrap_box_txt03_inner p + p {
    margin-top: 10px;
  }
  .fv_0405_wrap_box_txt03_inner span {
    color: #006bd6;
  }
  .fv_0405_wrap_box_txt03_inner span.big {
    font-size: 23px;
  }
  section.s02 {
    background-image: url(image/s02_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 20px 0;
  }
  img.s02_img03 {
    position: absolute;
    right: 10px;
    top: 0;
    width: 98px;
  }
  .s02_txt01 {
    color: #fff;
    text-align: center;
    font-size: clamp(20px, 2.14vw, 30px);
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  h2.s02_ttl {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: clamp(30px, 2.86vw, 40px);
    font-weight: 500;
  }
  .s02_img04_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 60px;
    z-index: 1;
    position: relative;
    background: url(image/s02_img04.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: min(700px, 60vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20%;
    padding: 0 min(186px, 16%) min(210px, 17vw);
    box-sizing: border-box;
    align-content: end;
  }
  .s02_img04_wrap_txt01,
  .s02_img04_wrap_txt02 {
    font-size: clamp(10px, 1.6vw, 17px);
    text-align: justify;
    margin: 0;
    line-height: 1.6em;
  }
  img.s02_img04 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 60px;
    display: block;
    z-index: 1;
    position: relative;
  }
  .s02_box01 {
    max-width: 1100px;
    margin: 0 auto 120px;
    padding: 0 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6%;
    z-index: 1;
    position: relative;
    align-items: center;
    box-sizing: border-box;
  }
  h2.s02_box01_ttl {
    margin: 0;
    color: #0963b0;
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
    font-size: 24px;
    padding: 10px;
  }
  p.s02_box01_txt01 {
    margin: 1em 0;
    color: #fff;
    font-size: clamp(25px, 2.14vw, 29px);
    font-weight: 500;
  }
  ul.s02_box01_ul li {
    color: #fff;
    font-size: 19px;
    margin-bottom: 1em;
  }
  .s02_img08 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .s02_img09 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .s02_box02 {
    margin: 0 calc(50% - 50vw);
    padding: 200px 20px 120px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .s02_box02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(image/s02_img06.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  .s02_box02::after {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(image/s02_img06_bg.png);
    background-size: 100%;
    background-repeat: repeat-y;
    z-index: -2;
  }
  .s02_box02_inr {
    max-width: 950px;
    background: #fff;
    margin: 0 auto 160px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4%;
    padding: 4%;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 10px 10px 10px #487e7c20;
  }
  .s02_box02_item {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .s02_box02_item .s02_box03_txt01 {
    color: #007ff1;
  }
  .s02_box02_item .s02_box03_txt02 {
    color: #007ff1;
  }
  .s02_box02_item .s02_box03_blc {
    margin-bottom: 60px;
  }
  .s02_box02_item .s02_box03_blc &gt; div {
    border: none;
    background: #f9fcff;
    box-shadow: 0px 10px 18px 2px rgba(72, 126, 124, 0.2);
    padding: 45px 25px 40px;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_num {
    border-radius: 100%;
    background: #fff;
    width: 70px;
    height: 70px;
    box-shadow: 3.694px 4.728px 7.52px 0.48px rgba(51, 51, 51, 0.2);
    color: #000000;
    font-size: 12px;
    margin: -84px auto 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: bold;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_num span {
    color: #007ff1;
    font-size: 34px;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt01,
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt02,
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt03 {
    color: #000000;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt02 {
    font-weight: bold;
    margin-bottom: 0;
  }

  .s02_box03_cont {
    background: #f9fcff;
    box-shadow: 0px 10px 18px 2px rgba(72, 126, 124, 0.2);
    padding: 40px;
    border-radius: 10px;
    margin-top: 60px;
  }
  .s02_box03_cont_flex {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .s02_box03_cont_flex.reverse {
    flex-direction: row-reverse;
  }
  .s02_box03_cont_flex .s02_box03_cont_textbox {
    width: calc(100% - 38.63% - 40px);
  }
  .s02_box03_cont_flex .s02_box03_cont_imgbox {
    width: 38.63%;
  }
  .s02_box03_cont_tag {
    font-size: 14px;
    color: #007fef;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .s02_box03_cont_ttl {
    font-weight: bold;
    font-size: 30px;
  }
  .s02_box03_cont_textbox p {
    line-height: 1.563;
  }
  .s02_box03_cont_textbox p.ant {
    font-size: 12px;
  }
  .s02_box03_cont_imgbox {
    padding-top: 22px;
  }
  .s02_box03_cont_revenue {
    margin-top: 30px;
  }
  .s02_box03_cont_revenue_ttl {
    font-size: 18px;
    font-weight: bold;
  }
  .s02_box03_cont_revenue p {
    font-size: 14px;
  }
  .s02_box03_cont_revenue_table {
    margin-top: 20px;
  }
  .s02_box03_cont_revenue_table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .s02_box03_cont_revenue_table table th,
  .s02_box03_cont_revenue_table table td {
    border: 1px solid #ededed;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    background: #ffffff;
  }
  .s02_box03_cont_revenue_table table td.empty {
    background: linear-gradient(
      to right top,
      #fff calc(50% - 0.5px),
      #ededed 50%,
      #ededed calc(50% + 0.5px),
      #fff calc(50% + 1px)
    );
  }
  .s02_box03_cont_revenue_table table thead th {
    background: #e0e3e6;
    border: 1px solid #fff;
  }
  .s02_box03_cont_revenue_table table tbody th {
    background: #007ff0;
    color: #fff;
    padding: 10px;
  }
  .s02_box03_cont_revenue_table table thead th.empty {
    background: none;
    border: none;
  }

  .owners {
    max-width: 1100px;
    margin: 0 auto 100px;
  }
  .owners,
  .owner * {
    box-sizing: border-box;
  }

  .owners_list {
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .owners_list li {
    background: #fff;
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 30px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .owners_list .job_name {
    color: #379693;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .owners_list .spec {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .owners_list .spec .img {
    width: 88px;
    height: 88px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
  }
  .owners_list .spec .img img {
    position: absolute;
    min-width: calc(100% + 4px);
    min-height: calc(100% + 4px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .owners_list .spec .ttl {
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    width: calc(100% - 88px - 20px);
  }
  .owners_list .body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between;
  }
  .owners_list .body .name p {
    margin: 0;
    font-size: 14px;
  }
  .owners_list .body .name span {
    font-size: 14px;
  }
  .owners_list .body .name p strong {
    font-size: 18px;
  }
  .owners_list .info dl {
    display: flex;
  }
  .owners_list .info dl dd {
    margin-left: 0;
    text-indent: -10px;
    padding-left: 10px;
  }
  .owners_list .info dl dt {
    min-width: 50px;
  }
  .owners_btn {
    display: block;
    margin: 45px auto 0;
    text-align: center;
    background: #379693;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 9999px;
    max-width: 254px;
    transition: 0.3s;
  }

  .owners_btn:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
  }

  h3.s02_box02_inr_ttl {
    grid-column: span 2;
    text-align: center;
    font-size: clamp(30px, 2.86vw, 40px);
    margin: 0 0 1em;
    font-weight: 500;
  }
  h3.s02_box02_inr_ttl span {
    color: #0c715d;
  }
  p.s02_box02_inr_txt01 {
    font-size: clamp(20px, 2.14vw, 30px);
    margin: 0;
    font-weight: 500;
  }
  p.s02_box02_inr_txt02 {
    margin: 0;
    font-size: clamp(25px, 2.5vw, 35px);
    font-weight: 500;
    color: #0c715d;
  }
  p.s02_box02_inr_txt02 span {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
  }
  p.s02_box02_inr_txt02 span::before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    transform-origin: center;
    position: absolute;
    top: 50%;
  }
  p.s02_box02_inr_txt02 span::after {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    top: 50%;
  }
  p.s02_box02_inr_txt03 {
    font-size: 16px;
    margin: 1em 0;
  }
  .s02_box03 {
    max-width: 1100px;
    margin: 0 auto;
  }
  .s02_box03_txt01 {
    font-size: clamp(20px, 2.14vw, 30px);
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
  }
  .s02_box03_txt02 {
    font-size: clamp(30px, 2.86vw, 40px);
    text-align: center;
    color: #fff;
    margin: 0 0 2em;
    font-weight: 500;
  }
  .s02_box03_txt02 &gt; span {
    font-size: 200%;
    font-weight: bold;
    line-height: 1em;
  }
  .s02_box03_txt02 &gt; span &gt; span {
    font-size: 64%;
    font-weight: bold;
  }
  .s02_box03_blc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    margin-bottom: 120px;
  }
  .s02_box03_blc &gt; div {
    border: solid #ffffff80;
    border-radius: 10px;
    padding: 45px 25px 25px;
    position: relative;
  }
  .s02_box03_blc_txt01 {
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .s02_box03_blc_txt02 {
    font-size: clamp(17px, 2.14vw, 30px);
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: 500;
  }
  p.s02_box03_blc_txt03 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    padding: 1em 1em 0;
  }
  img.s02_box03_img00 {
    width: 84px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.s03 {
    background: linear-gradient(160deg, #0092ff 0%, #003095 100%);
    padding: 40px 20px 0;
  }
  .s03_inr {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 160px 110px 210px;
    align-items: end;
  }
  .s03_inr_inr {
    grid-column: 1 / 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
  }
  .s03_img01 {
    grid-column: 3 / 5;
    grid-row: 1;
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .s03_img01 img {
    width: 130%;
    max-width: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .s03_img01_circle {
    position: absolute;
    top: -60px;
    left: -30px;
    background: #fff500;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .s03_img01_circle_inner {
    width: 100%;
    text-align: center;
    color: #194487;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    line-height: 1.2;
    padding-top: 10px;
    z-index: -1;
  }
  .s03_img01_circle_inner span {
    font-size: 35px;
    letter-spacing: -1px;
    padding: 0 2px;
  }
  .s03_img01_circle_inner span sup {
    font-size: 12px;
  }
  .s03_img01_circle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 30px solid #fff500;
    border-top: 0;
    transform: rotate(135deg);
    position: absolute;
    bottom: 6px;
    right: 6px;
  }
  .s03_inr_box01 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  .s03_inr_box01_blc {
    border: solid 2px;
    padding: 10px;
    border-radius: 8px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-weight: 500;
  }
  img.s03_img00 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 33px;
  }
  .s03_inr_box01_blc_txt02 {
    font-size: 15px;
  }
  .s03_inr_box02 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 30px;
    margin-bottom: 30px;
    display: none;
  }
  .s03_inr_box02_txt {
    color: #fff;
    font-size: clamp(18px, 1.79vw, 25px);
  }
  .s03_inr_txt01 {
    font-size: clamp(20px, 2.14vw, 30px);
    font-weight: 500;
    color: #fff;
  }
  .s03_inr_txt02 {
    color: #fff;
    font-size: clamp(32px, 3.21vw, 42px);
    font-weight: 500;
    margin: 0 0 20px;
  }
  .s03_inr_txt03 {
    background: #fff500;
    text-align: center;
    padding: 8px 10px;
    font-size: clamp(16px, 1.79vw, 23px);
    color: #003095;
    margin: 0 0 1em;
  }
  .s03_inr_box03 {
    margin-bottom: 20px;
  }
  .s03_inr_box03 dl {
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .s03_inr_box03 dt {
    color: #fff;
    background: #194487;
    padding: 10px 16px;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    gap: 5px;
  }
  .s03_inr_box03 dd {
    margin: 0;
    background: #fff;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    min-width: 390px;
    justify-content: center;
    padding: 10px;
  }
  .s03_inr_box03 dd ul {
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
  }
  .s03_inr_box03 dd ul li {
    line-height: 1;
    color: #194487;
    font-size: 18px;
    font-weight: 500;
  }
  .s03_inr_box03 dd ul li + li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #194487;
  }
  .s03_btn {
    text-align: center;
    color: #003095;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    padding: 1em 3em;
    background-color: #fff500;
    width: fit-content;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
  }
  .s03_btn::before {
    content: "";
    display: block;
    width: 10px;
    height: auto;
    aspect-ratio: 10/18;
    background: center / contain url("./image/s03_btn_arrow.svg") no-repeat;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
  section.s04 {
    background: url(image/s04_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 20px;
  }
  .s04_txt01 {
    text-align: center;
    color: #379693;
    font-weight: 500;
    letter-spacing: 1px;
  }
  h2.s04_ttl {
    font-size: clamp(30px, 2.86vw, 40px);
    margin: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .tab5 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* è¦ªè¦ç´&nbsp;å†…ã§ä¸­å¤®æƒãˆ */
  }
  .tab5 .tab-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tab5 label {
    display: block;
    padding: 10px 20px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    width: 30%;
    box-sizing: border-box;
    margin: 0 4px;
    opacity: 0.6;
    line-height: 2.5em;
    color: #000;
  }
  /* é¸æŠžã•ã‚ŒãŸã‚¿ãƒ–ã®ã‚¹ã‚¿ã‚¤ãƒ« */
  .tab5 input:checked + label {
    opacity: 1;
    color: #fff;
    transform: scaleY(1.1);
    transform-origin: bottom;
  }
  .tab5 input:checked + label &gt; div {
    transform: scaleY(0.9091);
  }
  /* ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã‚’éžè¡¨ç¤º */
  .tab5 input {
    display: none;
  }
  #tab5-b1,
  #tab5-b2,
  #tab5-b3 {
    display: none;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  }
  label.tab5-1 {
    background: #de5f5f;
  }
  label.tab5-2 {
    background: #289679;
  }
  label.tab5-3 {
    background: #7867ba;
  }
  #tab5-b1 {
    border: solid 2px #de5f5f;
  }
  #tab5-b2 {
    border: solid 2px #289679;
  }
  #tab5-b3 {
    border: solid 2px #7867ba;
  }
  /* é¸æŠžã•ã‚ŒãŸã‚¿ãƒ–ã«å¯¾å¿œã™ã‚‹ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚’è¡¨ç¤º */
  #tab5-1:checked ~ #tab5-b1,
  #tab5-2:checked ~ #tab5-b2,
  #tab5-3:checked ~ #tab5-b3 {
    display: block;
  }
  .s04_txt02 {
    font-size: 16px;
    margin-bottom: 2em;
  }
  .s04_box01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 34px;
  }
  .s04_txt03 {
    font-size: 25px;
    text-align: center;
    margin: 12px;
    line-height: 1em;
    font-weight: 500;
  }
  #tab5-b1 .s04_txt03 {
    color: #de5f5f;
  }
  #tab5-b2 .s04_txt03 {
    color: #289679;
  }
  #tab5-b3 .s04_txt03 {
    color: #7867ba;
  }
  .s04_txt04 {
    font-size: 16px;
    text-align: center;
  }
  .s04_box02 {
    max-width: 1100px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 20px;
    align-items: center;
    background: #fff;
    border: solid 1px #cde0df;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  img.s04_box02_img01 {
    display: block;
    margin: 0 auto;
    width: 25px;
  }
  .s04_box02_blc01 {
    text-align: center;
    height: 100%;
    align-content: center;
    font-size: 20px;
  }
  .s04_box02_blc01.ptn01 {
    background: #dcf8f8;
  }
  .s04_box02_blc01.ptn02 {
    background: #bbeae9;
  }
  .s04_box02_blc01.ptn03 {
    background: #8dd9d7;
  }
  .s04_box02_blc01.ptn04 {
    background: #54b9b6;
    color: #fff;
  }
  .s04_box02_blc01.ptn05 {
    background: #379693;
    color: #fff;
  }
  .s04_box02_blc02 {
    font-size: 16px;
  }
  .s04_txt05 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 4em;
  }
  section.s05 {
    padding: 100px 20px;
  }
  .s05_txt01 {
    text-align: center;
    color: #379693;
    font-weight: 500;
    letter-spacing: 1px;
  }
  h2.s05_ttl {
    font-size: clamp(30px, 2.86vw, 40px);
    margin: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .accordion {
    max-width: 1100px;
    margin: 0 auto;
  }
  .accordion,
  .accordion * {
    box-sizing: border-box;
  }
  .accordion {
    border-top: 1px solid #dadada;
  }
  .accordion_item {
    border-bottom: 1px solid #dadada;
    position: relative;
  }
  .accordion_icon {
    position: absolute;
    right: 25px;
    top: 45px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: #606060;
  }
  .accordion_icon::before,
  .accordion_icon::after {
    content: "";
    position: absolute;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .accordion_icon::before {
    width: 10px;
    height: 2px;
  }
  .accordion_icon::after {
    width: 2px;
    height: 10px;
  }
  .accordion_item.is-open .accordion_icon::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .accordion_item button {
    background: none;
    border: none;
    font-size: 20px;
    color: #111111;
    display: flex;
    padding: 30px 70px 30px 20px;
    cursor: pointer;
    width: 100%;
    gap: 30px;
  }
  .accordion_item button::before {
    content: "Q";
    color: #379693;
    font-weight: bold;
    font-size: 28px;
  }
  .js-accordion-panel {
    display: flex;
    padding: 0 70px 30px 20px;
    cursor: pointer;
    width: 100%;
    gap: 30px;
    color: rgb(17, 17, 17);
    line-height: 1.778;
    font-size: 18px;
    cursor: initial;
  }
  .js-accordion-panel::before {
    content: "A";
    color: #77bca9;
    font-weight: bold;
    font-size: 28px;
  }
  footer {
  }
  .footer_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .copyright_wrap {
    font-size: 12px;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .s02_img04_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 60px;
    z-index: 1;
    position: relative;
    background: url(image/s02_img04_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 190vw;
    display: block;
    padding: 0 25vw;
    box-sizing: border-box;
    align-content: center;
  }
  .s02_img04_wrap_txt01,
  .s02_img04_wrap_txt02 {
    font-size: clamp(12px, 2.8vw, 16px);
    text-align: justify;
    margin: 0;
  }
  p.s02_img04_wrap_txt01 {
    position: absolute;
    top: 62vw;
    width: 50%;
  }
  p.s02_img04_wrap_txt02 {
    position: absolute;
    top: 136vw;
    width: 50%;
  }
}
@media screen and (max-width: 920px) {
  img.fv_02,
  img.fv_03 {
    bottom: -60px;
  }
}
</pre></body></html>