@charset "utf-8";

html,body  {
    overflow-x: clip;
}

.sp {
    display: none !important;
}

.ticker {
    white-space: nowrap;
    overflow: hidden;
}

.flex1 {
    flex: 1 !important;
}

.ticker__text {
    display: inline-block;
    animation-name: tickerAnimation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: min(8.7vw,128px);
    line-height: 1;
    color: #ACD0FB;
    opacity: 0.4;
    letter-spacing: -0.05em;
}

@keyframes tickerAnimation {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.darkblue {
  color: #003C83 !important;
}
.blue,
.blue *   {
    color: #1155A4 !important;
}

.white,
.white *  {
  color: white !important;
}

.flex   {
    display: flex;
}

.flex.wrap  {
    flex-wrap: wrap;
}

.text-center  {
  text-align: center !important;
}

.pc_center  {
  text-align: center !important;
}

*	{
    font-family: Roboto, "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    outline: none !important;
    line-height: 187.5%;
    color: #000;
    font-size: min(0.8333vw, 16px);
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
}

.roboto-condensed * {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif !important;
}


.roboto-condensed {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif !important;
}

.extralight {
    font-weight: 100 !important;
}

.light {
    font-weight: 300 !important;
}

.regular    {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.bold {
    font-weight: 700 !important;
}

img {
    max-width: 100%;
}

/* parts */

.sub ol {
    flex: 1;
    list-style: none;
    counter-reset: number;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub ol li {
    position: relative;
    padding-left: min(2.6455vw, 40px);
    line-height: 248%;
}

.sub ol li::before {
    counter-increment: number;
    content: counter(number) '.';
    position: absolute;
    left: min(0.5291vw, 8px);
}

.sub main section ul {
    flex: 1;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub main section ul li:not(.circle_button,.button) {
    position: relative;
    padding-left: min(2.6455vw, 40px);
    line-height: 248%;
}

.sub main section ul li:not(.circle_button,.button)::before {
    content: '・';
    position: absolute;
    left: min(0.5291vw, 8px);
}

.infotable  {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #CCCCCC;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: min(1.3228vw, 20px);
}

dl.infotable > div  {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(1.3228vw, 20px);
  padding: min(1.3228vw, 20px) 0;
}

dl.infotable > div:not(:last-of-type) {
  border-bottom: 1px solid #999999;
}


dl.infotable > div > dt {
  width: min(17.777%, 160px);
  position: relative;
  padding-left: calc(1.5rem + min(1.3228vw, 20px));
  line-height: 175%;
}

dl.infotable > div > dt:before  {
  content: "";
  width: 5px;
  height:min(2.0833vw, 40px);
  border-radius: 2.5px;
  background-color: #003C83;
  display: block;
  position: absolute;
  top: 0;
  left: min(1.3228vw, 20px);
}

dl.infotable > div > dd,
dl.infotable > div > dd ol li {
  flex: 1;
  line-height: 175%;
}

dl.infotable > div > dd ol li {
  padding-left: min(1.9841vw, 30px);
}

dl.infotable > div > dd > dl > div  {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(1.3228vw, 20px);
}

dl.infotable > div > dd > dl > div dt {
  width: min(18%, 110px);
}

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

.button a   {
    background-color: #fff;
    filter: drop-shadow(4.8px 4.8px 0px rgba(0, 0, 0, 0.15));
    position: relative;
    width: min(15.625vw,300px);
    height: min(2.5000vw, 48px);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: min(1.0938vw, 21px);
    transition: all 0.3s linear;
    left: 0;
    top: 0;
    font-weight: 500;
}

.button a:hover {
    color: white;
    background-color: #003C83 !important;
}

.button a:active   {
    left: 4.8px;
    top: 4.8px;
    filter: drop-shadow(0 0 0px rgba(0,0,0,0));
}


.button a:after    {
    content: "▲";
    font-size: min(0.8333vw, 16px);
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: min(0.6250vw, 12px);
    top: 50%;
    transform: rotate(90deg) translateX(-52.5%);
    color: #E60012;
}

.circle_buttonarea  {
    display: flex;
    flex-direction: column;
    gap: min(0.521vw, 10px);
}

.circle_button a  {
    position: relative;
    background-color: #fff;
    width: min(23.148vw,350px);
    height: min(2.0833vw, 40px);
    border-radius: min(1.0416vw, 20px);
    border: 1px solid #999999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    transition: all 0.3s linear;
    padding-left: min(2.0833vw, 40px);
    font-weight: 500;
}

.circle_button:not(.detail) a:after    {
    content: "▲";
    font-size: min(0.8333vw, 12px);
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: min(0.78vw, 15px);
    top: min(0.7vw, 13.5px);
    transform: rotate(180deg);
    color: #E60012;
}

.circle_button.detail a {
    height: min(3.3069vw, 50px);
    border-radius: min(1.6534vw, 25px);
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
}

.circle_button.detail a .roboto-condensed,
.circle_button.detail a .roboto-condensed * {
    color: #D61B1E;
}

.circle_button.detail a .roboto-condensed   {
    padding-right: 1rem;
}
.titlearea {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.titlearea h2  {
    font-size: clamp(12px, 2.5vw, 48px);
    font-weight: bold;
    line-height: 120%;
}

.titlearea p,
.titlearea p * {
    color: #003C83;
}

.pagetop    {
    transform: translate(min(3.3069vw, 50px),max(-2.9762vw, -45px)) rotate(-90deg);
    display: block;
    width: min(150px,9.92vw);
    height: min(3.9683vw, 60px);
    background: linear-gradient(180deg, #0561A1 0%, #02243B 100%);
    border-radius: 0px 20px 0px 0px;
    padding: min(0.5291vw, 8px) 0 0 min(1.5873vw, 24px);
    position: sticky;
    left: 100%;
    bottom: 0;
    z-index: 5;
    line-height: 1;
}

.pagetop,.pagetop * {
    color: white;
}

.pagetop:after  {
    content: "";
    background-image: url(/common/images/pagetop_arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: min(3.9683vw, 60px);
    height: min(1.0582vw, 16px);
    display: block;
    position: absolute;
    top: 50%;
    left: 45%;
}

/* header */

header  {
    position: fixed;
    width: 100vw;
    height: min(5.44vw, 80px);
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

header .inner   {
    width: min(calc(100vw - 30px), 1440px);
    height: min(5.44vw, 80px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    background: #FFFFFF;
    border-radius: 0px 0px min(5.44vw, 80px) min(5.44vw, 80px);
    overflow: clip;
}

header .logo    {
    width: min(14.5vw, 213px);
    margin-left: min(5.44vw, 80px);
}

header .navarea {
    display: flex;
    align-items: center;
    height: 100%;
}

header .navarea nav ul   {
    display: flex;
    margin-right: min(3.4vw,50px);
}

header .navarea nav ul li   {
    font-size: clamp(10px, 1.02vw, 15px);
}

header .navarea nav ul li:not(:last-of-type):after  {
    content: "｜";
    padding: 0.25em;
}

header .navarea .contact    {
    height: 100%;
    width: min(13.6vw, 200px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #003C83;
}
header .navarea .contact a  {
    width: min(10.8vw, 159px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: clamp(10px,1.22vw,18px);
}

.key picture    {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

/* main */

main  {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
}
main section  {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* footer */

footer  {
    position: relative;
    background-image: url(../images/footer_bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}

footer .inner {
    width: min(73.4375vw,1400px);
    margin-left: auto;
    margin-right: auto;
    gap: min(4.6875vw, 90px);
    padding: min(4.9479vw, 95px) 0;
}

footer .logo a  {
    background-color: #fff;
    position: relative;
    width: min(15.625vw,300px);
    height: min(2.5000vw, 48px);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: min(1.0938vw, 21px);
}

footer .logo a img  {
    width: min(11.45vw,220px);
}

footer .button a  {
    font-size: min(0.8333vw, 16px);
}

footer .button a:after  {
    font-size: min(0.6250vw, 12px);
    transform: rotate(90deg) translateX(-50%);
}

footer .navarea {
    width: 100%;
    flex: 1;
}

footer .navarea .flex {
    border-bottom: 1px solid #7A8CE3;
    gap: min(4.1667vw, 80px);
}

footer .navarea .titlearea,
footer .navarea .titlearea *  {
    text-align: left;
    color: white;
}

footer .navarea ul li a {
    color: white;
}

footer .navarea .flex .col:last-of-type {
    flex: 1;
}

.nav_small  {
    display: flex;
    gap: 2em;
    margin-top: min(0.5208vw, 10px);
}

footer .copyright {
    text-align: center;
    color: white;
    font-weight: bold;
    height: min(4.6875vw, 90px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* sub common */

body.sub    {
    position: relative;
}

body.sub:before    {
    content: "";
    position: absolute;
    top: 43.229vw;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100% - 43.229vw);
    background-image: url(/assets_work/common/images/body_bg_pc.webp);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 0;
    max-width: 1920px;
}

body.sub:after    {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 100vh;
    background-color: #EEF7FF;
    z-index: 1;
}

.circle_wrap    {
    width: 31.25vw;
    aspect-ratio: 1/2;
    position: absolute;
    overflow: clip;
    padding: 1.56vw;
    box-sizing: content-box;
    top: 20.15vw;
    right: 0;
    z-index: 2;
}

.circle {
    position: absolute;
    z-index: 10;
    aspect-ratio: 1/1;
    border-radius: 62.5vw;
    width: 62.5vw;
    overflow: clip;
    box-shadow: 0 0 0 0.26vw white, 0 0 0 1.3vw #003C83;
}

.circle img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.sub .key    {
    aspect-ratio: 192 / 83;
    background-color: #fff;
}

.sub .key picture    {
    z-index: 4;
}


.sub .keywrap    {
    position: relative;
    width: 100%;
    height: 100%;
}

.sub .key .inner {
    position: relative;
    width: 68.75vw;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    height: 36.45vw;
    align-items: center;
    justify-content: flex-start;
    z-index: 5;
}

.sub .key .inner .titlearea {
    text-align: left;
    background-color: rgba(255,255,255,0.6);
    width: 15.625vw;
    height: 15.625vw;
    border-radius: 50%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 0 3vw;
}

.sub .key_navarea    {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: min(2.0833vw, 40px);
    width: 100%;
}

.sub .key_navarea .breadcrumb    {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.sub .key_navarea .breadcrumb li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.sub .key_navarea .breadcrumb li:not(:last-of-type):after   {
    content: '＞';
}

.sub .key_navarea .tabs   {
    max-width: 1280px;
    padding: 0 min(5vw,20px);
    display: flex;
    width: 100%;
    gap: min(0.15vw,3px);
}

.sub .key_navarea .tabs .tab  {
    width: 20%;
    text-align: center;
}

.sub .key_navarea .tabs .tab a    {
    height: min(3.1250vw, 60px);
    background-color: #fff;
    display: flex;
    border: 1px solid #999;
    border-bottom: 0;
    align-items: center;
    justify-content: center;
    border-radius: min(0.5208vw, 10px) min(0.5208vw, 10px) 0 0;
    font-size: min(0.9375vw, 18px);
}

.sub .key_navarea .tabs .tab a.current    {
    background: linear-gradient(180deg, #EFEFEF 0%, #EEEEEE 100%);
    pointer-events: none;
}

.sub main    {
    position: relative;
}

.sub main section   {
    position: relative;
    z-index: 2;
}

.sub main section.sec1  {
    max-width: none;
    background-color: #eeeeee;
    padding-bottom: 60px;
    -webkit-mask-image: linear-gradient(
        to bottom,
        #000 0,
        #000 calc(100% - 60px),
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        #000 0,
        #000 calc(100% - 60px),
        transparent 100%
    );
}


.sub main section.sec1 .sec1_inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/common/images/sub_sec1_bg.webp);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 0;
    z-index: 2;
}

.sub main section.sec1 .sec1_inner   {
    position: relative;
    background-color: transparent;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sub main section.sec1 .inner    {
    position: relative;
    z-index: 3;
    max-width: 1174px;
    width: min(90vw,1280px);
    padding: 0 min(5vw,20px);
    padding-top: min(6.5vw, 125px);
}

.sub main section.sec1 .inner .titlearea {
    text-align: left;
    gap: min(1.0416vw, 20px);
}

.sub main section.sec1 .inner .contentarea   {
    width: min(70%,800px);
}

.sub main section:has(+ .pagetop) {
  margin-bottom: min(6.6138vw, 100px);
}
.sub main .mainfootnav    {
    position: relative;
    z-index: 2;
    margin-top: min(3.3069vw, 50px);
    margin-bottom:  min(1.323vw,20px);
    background: linear-gradient(270deg, #02243B 0%, #0561A1 100%);
}

.sub main .mainfootnav .inner  {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: min(6.6138vw, 100px);
}

.sub main .mainfootnav .inner * {
    color: white !important;
}
.sub main .mainfootnav .inner li    {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
}

.sub main .mainfootnav .inner li:first-of-type {
    justify-content: flex-start;
}

.sub main .mainfootnav .inner li:first-of-type:before   {
    content: "▲";
    font-size: min(0.9259vw, 14px);
    display: block;
    line-height: 1;
    transform: rotate(-90deg);
}

.sub main .mainfootnav .inner li:last-of-type {
    justify-content: flex-end;
}

.sub main .mainfootnav .inner li:nth-of-type(3):after   {
    content: "▲";
    font-size: min(0.9259vw, 14px);
    display: block;
    line-height: 1;
    transform: rotate(90deg);
}

.sub main .mainfootnav .inner li.blank  {
    visibility: hidden;
}
.sub main .mainfootnav .inner li a  {
    padding: 0 1rem;
}

main section.sideimglayout .sideimg_item    {
    position: relative;
    display: flex;
}

main section.sideimglayout .sideimg_item .inner {
    width: 100%;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

main section.sideimglayout .sideimg_item .inner .flex   {
    gap: 7%;
    align-items: center;
}

main section.sideimglayout .sideimg_item:nth-of-type(2n) .inner > .flex   {
    flex-direction: row-reverse;
}
main section.sideimglayout .sideimg_item .inner > * {
    position: relative;
    z-index: 2;
}

main section.sideimglayout .sideimg_item .inner .imgarea {
    position: relative;
    width: 24.19%;
    z-index: 2;
}

main section.sideimglayout .sideimg_item .inner .imgarea .icon    {
    position: absolute;
    bottom: 0;
    left: 0;
}

main section.sideimglayout .sideimg_item .inner .infoarea  {
    width: 37.967%;
    padding-bottom: min(10vw,50px);
    position: relative;
}

main section.sideimglayout .sideimg_item .inner .infoarea .titlearea   {
    flex-direction: row;
    gap: min(1.3228vw, 20px);
    border-bottom: 1px solid #0761A2;
    padding-bottom: 10px;
    position: relative;
}

main section.sideimglayout .sideimg_item .inner .infoarea .titlearea:after {
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background:
    linear-gradient(
      to bottom right,
      transparent calc(50% - 0.6px),
      #0661a2 calc(50% - 0.6px),
      #0761A2 calc(50% + 0.6px),
      transparent calc(50% + 0.6px)
    );
    transform: translate(-100%, 100%);
    z-index: 1;
}

main section.sideimglayout .sideimg_item:nth-of-type(2n) .inner .infoarea .titlearea:after {
    left: auto;
    right: 0;
    transform: scale(-1,1) translate(-100%, 100%);
}

main section.sideimglayout .sideimg_item .inner .infoarea .titlearea > *   {
    color: #1155A4 !important;
}

main section.sideimglayout .sideimg_item .inner .infoarea .circle_button    {
    position: absolute;
    bottom: max(-1.6534vw, -25px);
    left: 0;
}

.drawer_button  {
  width: 10vw;
  height: 10vw;
  border-radius: 5vw;
  background-color: #003C83;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.9vw;
}

.drawer_button:after  {
  content: "MENU";
  color: white;
  font-size: 2.29vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}
.drawer-hamburger {
  width: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 3.75vw;
  height: 2vw;
  padding: 0;
}

.drawer-nav,
.drawer-nav .nav_inner,
.drawer-nav .drawer-menu {
  overscroll-behavior: contain;
}

.nav_inner  {
  transition-timing-function: none !important;
  transition-duration: none !important; 
  transform: none !important;
}

.drawer-nav   {
  overflow-y: scroll;
}

.drawer-nav {
  overscroll-behavior: contain;
}

body.drawer-open  {
  overflow-y: hidden;
  position: fixed;
}

.drawer-hamburger-icon {
  width: 30px;
  margin-top: 0;
  transform: translateY(-50%);
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
  height: 1px;
}

.drawer-hamburger-icon:before {
  top: -1vw;
}

.drawer-hamburger-icon:after  {
  top: 1vw;
}

.drawer--top .drawer-nav  {
  padding-top: 0;
  height: calc(100% - 12.72vw);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background: rgba(16,64,122,0.8);
  z-index: 9;
}

.drawer--top.drawer-open .drawer-nav {
  top: 12.72vw;
}

.drawer-menu  {
  width: 76.5vw;
  margin-left: auto;
  margin-right: auto;
}
.drawer-nav > ul  {
  margin-bottom: 12.72vw;
}

.drawer-nav ul li {
  line-height: 211.11%;
}
.drawer-nav ul li a.drawer-menu-item {
  line-height: 211.11%;
  text-decoration: none;
  padding: 0;
}

.drawer-nav ul li.button a.drawer-menu-item {
  width: 100%;
}

.drawer-nav ul li a.drawer-menu-item.titlearea *{
  line-height: 1;
}
 ul.drawer-menu > li:not(.button,.noborder) {
  border-bottom: 1px solid white;
  padding: 7vw 0;
}

ul.drawer-menu > li:not(.button,.noborder) span.fs12  {
  margin-bottom: 3vw;
}

ul.drawer-menu > li a.titlearea + ul  {
  margin-top: 3.75vw;
}

.drawer-nav ul li:not(.button) *  {
  color: white !important;
  text-align: left;
}
.drawer-nav ul li ul  {
  margin-left: 7vw;
}
.drawer-overlay  {
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  background-color: rgba(0,0,0,.4);
}

.drawer-open .drawer-overlay  {
  opacity: 1;
  pointer-events: auto;
  z-index: 7;
}

.hovermenu  {
  padding-top: 10px;
  width: 100vw;
  height: max(18.85vw,362px);
  margin-left: auto;
  margin-right: auto;  
  position: fixed;
  top: -100vw;
  left: 0;
  right: 0;
  justify-content: center;
  transition: top 0.5s ease-in-out;
  overflow-x: clip;
  z-index: 8;
  background: rgba(16,64,122,0.8);
  border-radius: 0px 0px 30px 30px;

}

.hovermenu.hovered {
  top: 0;
}

.hovermenu .inner {
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  margin-top: min(8.3333vw,182px);
  align-items: flex-start;
}
.hovermenu .inner .titlearea  {
  width: 250px;
}
.hovermenu .inner .titlearea * {
  text-align: left;
}

.hovermenu * {
  color: #fff !important;
}

.hovermenu .contentarea  {
  flex: 1;
}
.hovermenu .contentarea .content_inner  {
  gap: 20px;
  flex-wrap: wrap;
}

.contentarea .content_inner a  {
  display: flex;
  gap: min(1.9841vw, 30px);
  width: calc((100% - 40px) / 3);
  transition: transform 0.3s ease-out;
  align-items: center;
  text-align: left;
}

.contentarea .content_inner a img   {
  width: min(7.324vw,75px);
}
.contentarea .content_inner a:hover  {
  transform: translateY(-5px);
}


@media screen and (max-width: 834px)  {
    html,body  {
        overflow-x: clip;
        width: 100vw;
    }

    *	{
        font-size: 4.07vw;
    }
    
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
    
    .sp_left    {
        text-align: left !important;
    }
    
    .sp_center  {
        text-align: center !important;
    }
    .flex.sp    {
        display: flex !important;
    }
    
    br.sp   {
        display: inline-block !important;
    }
    .ticker__text   {
        font-size: 16.29vw;
    }
    .titlearea h2  {
        font-size: 8.14vw;
    }
    
    .infotable  {
      border-radius: 5vw;
    }
    
    dl.infotable > div  {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 5vw;
      padding: min(1.3228vw, 20px) 0;
    }
    
    dl.infotable > div:not(:last-of-type) {
      border-bottom: 1px solid #999999;
    }
    
    
    dl.infotable > div > dt {
      width: 27vw;
      position: relative;
      padding-left: calc(1.5rem + min(1.3228vw, 20px));
      line-height: 175%;
    }
    
    dl.infotable > div > dt:before  {
      content: "";
      width: 5px;
      height: 8vw;
      border-radius: 2.5px;
      background-color: #003C83;
      display: block;
      position: absolute;
      top: 0;
      left: min(1.3228vw, 20px);
    }
    
    dl.infotable > div > dd,
    dl.infotable > div > dd ol li {
      flex: 1;
      line-height: 175%;
    }
    
    dl.infotable > div > dd ol li {
      padding-left: min(1.9841vw, 30px);
    }
    
    dl.infotable > div > dd > dl > div  {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: min(1.3228vw, 20px);
    }
    
    dl.infotable > div > dd > dl > div dt {
      width: min(18%, 110px);
    }
    
    .button a   {
        background-color: #fff;
        filter: drop-shadow(4.8px 4.8px 0px rgba(0, 0, 0, 0.15));
        position: relative;
        width: 57.25vw;
        height: 9.16vw;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        font-size: 4.07vw;
    }
    
    .button a:after    {
        content: "▲";
        font-size: 2.29vw;
        display: inline-block;
        line-height: 1;
        position: absolute;
        right: 1.27vw;
        top: 50%;
        transform: rotate(90deg) translateX(-52.5%);
        color: #E60012;
    }
    
    .circle_button:not(.detail) a::after  {
      font-size: 3.05vw;
      left: 4vw;
      top: 3vw;
    }
    header  {
      height: 12.72vw;
    }

    header .inner   {
        width: 100vw;
        height: 12.72vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
        background: #FFFFFF;
        border-radius: 0;
        overflow: clip;
        padding: 0 5vw;
    }
    
    header .logo    {
        width: 40.71vw;
        margin-left: 0;
    }
    
    footer .inner   {
        width: 57.25vw;
    }
    
    footer .logo a  {
        background-color: #fff;
        position: relative;
        width: 100%;
        height: 13.36vw;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        font-size: min(1.0938vw, 21px);
    }
    
    footer .button a    {
        height: 13.36vw;
    }

    footer .button a:after  {
        font-size: 2.29vw;
    }
    
    footer .logo a img  {
        width: 47.71vw;
    }
    

    header .navarea {
        display: none;
    }
    
    footer .navarea  {
        display: none;
    }
    
    footer .buttonarea  {
        width: 100%;
    }
    
    footer .copyright {
        height: 17.81vw;
    }
    
    /* sub common */
    
    body.sub:after  {
        width: 24.8vw;
    }
    
    .breadcrumb {
        display: none !important;
    }

    .circle_wrap    {
        width: 74.22vw;
        height: 100vw;
        aspect-ratio: auto;
        top: 106.96vw;
        right: auto;
        left: 22.38vw;
        padding: 1.6vw;
        box-sizing: content-box;
    }
    
    .circle {
        height: calc(100% - 5vw);
        width: auto;
        aspect-ratio: 1/1;
        border-radius: 50%;
        max-width: none;
        box-shadow: 0 0 0 0.4vw white, 0 0 0 2.07vw #003C83;
    }
    
    .circle img {
        max-width: none;
    }
    .sub .key,
    .sub .key:after   {
        aspect-ratio: 67/105;
    }
    
    .sub .key .inner    {
        position: relative;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
    }
    .sub .key .inner .titlearea {
        text-align: left;
        background-color: rgba(255,255,255,0.6);
        width: 55.97vw;
        height: 55.97vw;
        border-radius: 50%;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        left: 5vw;
        top: 24.8vw;
    }
    
    .sub .key_navarea .tabs {
        padding: 0;
    }
    
    .sub .key_navarea .tabs .tab a  {
        height: 19.9vw;
        font-size: 3.48vw;
        line-height: 120%;
    }
    .sub .key_navarea .tabs .tab a  {
      border-radius: 2.5vw 2.5vw 0 0;
    }
    .sub main section.sec1  {
        padding-bottom: 9.45vw;
        -webkit-mask-image: linear-gradient(
            to bottom,
            #000 0,
            #000 calc(100% - 9.45vw),
            transparent 100%
        );
        mask-image: linear-gradient(
            to bottom,
            #000 0,
            #000 calc(100% - 9.45vw),
            transparent 100%
        );
    }

    .sub main section.sec1 .sec1_inner  {
        width: 100vw;
    }
    
    .sub main section.sec1 .sec1_inner::after   {
        background-size: auto 240vw;
    }
    
    .sub main section.sec1 .inner    {
        width: 100vw;
        padding-top: 52.23vw;
    }
    
    .titlearea p, .titlearea p *    {
        font-size: 3.48vw;
    }
    
    .sub main section.sec1 .inner .contentarea   {
        width: 100%;
    }
    

    .sub main section.sec1 .inner .contentarea > h3   {
        line-height: 150%;
    }
    
    .sub main section.sec1 .inner .contentarea > p   {
        line-height: 175%;
    }

    .circle_buttonarea  {
        gap: 2.48vw;
    }
    .circle_button a    {
        width: 100%;
        height: 10vw;
        border-radius: 5vw;
        padding-left: 10vw;
    }
    
    .circle_button a:after  {
        font-size: 2.73vw;
        top: 3.6vw;
        left: 5vw;
    }
    
    .sub ol li {
      padding-left: 5vw;
      line-height: 177.77%;
    }
    .sub ol li:not(:last-of-type) {
      margin-bottom: 2.5vw;
    }
    
    .sub main .mainfootnav  {
      margin-bottom: 5vw;
    }
    .sub main .mainfootnav .inner {
      height: 50vw;
      flex-direction: column;
      justify-content: center;
      padding-left: 5vw;
      padding-right: 5vw;
      gap: 5vw;
    }
    
    .sub main .mainfootnav .inner li:first-of-type:before,
    .sub main .mainfootnav .inner li:first-of-type:after,
    .sub main .mainfootnav .inner li:nth-of-type(3):after {
      font-size: 3.05vw !important;
    }
    
    .sub main .mainfootnav .inner li:nth-of-type(2) {
      zoom: 0.95;
    }
    .sub main .mainfootnav .inner li  {
      width: 100%;
    }
    
    main section.sideimglayout .sideimg_item    {
        height: auto;
    }
    
    main section.sideimglayout .sideimg_item .inner .flex   {
        flex-direction: column !important;
        gap: 7.63vw;
    }
    
    main section.sideimglayout .sideimg_item .inner .flex > div {
        width: 100% !important;
    }
    
    main section.sideimglayout .sideimg_item .inner .infoarea .titlearea > *    {
        line-height: 1 !important;
    }
    
    main section.sideimglayout .sideimg_item .inner .infoarea .titlearea:after  {
        display: none !important;
    }
}
