@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd, del{
  font-size: 1.8rem;
  -webkit-text-size-adjust: none;
  font-weight: 500;
}
*,::before,::after{box-sizing:border-box;outline: none;}
img {vertical-align: middle;max-width: 100%;flex-shrink: 0;height: auto;}
select { visibility: visible !important; }
a{transition:all ease 0.3s;text-decoration:none;color: var(--txt);}
a[href^="tel:"] {word-break: keep-all;}
video{max-width: 100%;height: auto;}
figure{margin: 0;}
figure:not(:last-child){margin-bottom: 20px;}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html{background:#fff;font-size: 62.5%;}
body{-webkit-text-size-adjust:none;min-width:320px;color:var(--txt);font-family: var(--f-main)}
table {width: 100%}
h1,h2,h3,h4,h5,h6{line-height: 1.4;font-weight: bold;}
p,dd,dt,li,th,td,address{line-height: 2.05em;letter-spacing: 0;}
p{margin: 0 0 1.5em;}
p:last-child{margin-bottom: 0}

.bold{font-weight: bold;}
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb80{margin-bottom: 80px !important;}

.mt50{margin-top: 50px !important;}
.mt30{margin-top: 30px !important;}

:root {
  --txt: #000;
  --mcolor: #f37957;
  --scolor: #f2971b;
  --container: 938px;
  --gray: #ffe79e;
  --blue: #003b7d;
  --red: red;
  --gradient1: linear-gradient(to right top, #f2971b 10%, #f27464);
  --f-main: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  --f-zen: "Zen Maru Gothic", sans-serif;
}

#wrapper{overflow:hidden;margin:0 auto}
.inner{width: var(--container);margin:0 auto;position:relative;max-width: 100%;padding: 0 1.5rem;}


/*==========================================================
                       H E A D E R
==========================================================*/
/* HAMBUGER BUTTON */
.hamburger{font:inherit;display:block;overflow:visible;margin:0;padding:1rem 0.8rem 0.5rem;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0}
.hamburger-box{position:relative;display:inline-block;width:3.5rem;height:2.4rem}
.hamburger-inner{top:50%;display:block;margin-top:-0.2rem}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before{position:absolute;width:3.5rem;height:2px;transition:all ease 0.15s;background-color:#000}
.hamburger-inner::after,
.hamburger-inner::before{display:block;content:""}
.hamburger-inner::before{top:-1rem}
.hamburger-inner::after{bottom:-1rem}
.hamburger--3dxy .hamburger-box{perspective:8rem}
.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before{transition:transform cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy.is_active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}
.hamburger--3dxy.is_active .hamburger-inner::before{transform:translate3d(0,1rem,0) rotate(45deg)}
.hamburger--3dxy.is_active .hamburger-inner::after{transform:translate3d(0,-1rem,0) rotate(-45deg)}
.sub ul li a{position: relative;}
.sub ul li a::after{content: '';position: absolute;width: 21px;height: 21px;background: url('../images/nav_ic.png') no-repeat center /contain;right: 15px;top: calc(50% - 11px);transition: all 0.3s;}

header{position: relative; z-index:9;}
.h_box{width:100%;position: fixed;background-color: #fff;height: 7.8rem;}
.h_inner{display:flex;justify-content:space-between;align-items: center;height: 100%;max-width: 131.7rem;margin: 0 auto;padding: 0 3.1rem 0 1.7rem;}

.mv{position: relative;}
.mv h1{font-size: 3.6rem;font-weight: bold;}
.top_mv::before,.top_mv::after{content: "";position: absolute;width: 20rem;height: 22.2rem;bottom: -11.2rem;pointer-events: none;}
.top_mv::before{background: url('../images/mv_ic01.png') no-repeat center /contain;left: 5%;}
.top_mv::after{background: url('../images/mv_ic02.png') no-repeat center /contain;right: 2.3%;}
.top_mv .ttl_h1{font-family: var(--f-zen);font-size: 4.2rem;text-align: center;letter-spacing: -.1rem;}
.top_mv .ttl_h1 .lg{font-size: 120%;display: inline-block;margin: 0 -1.2rem;transform: translateY(0.3rem);}
.top_mv .ttl_h1 .fr{display: inline-block;padding: 0.2rem 2rem 0.6rem;background:var(--gradient1);border-radius: 0.5rem;color: #FFF;line-height: 1.2;}
.top_mv .ttl_h1 .fr:nth-of-type(1){margin-left: 0.5rem;}
.top_mv .ttl_h1 .fr:nth-of-type(2){letter-spacing: -.3rem;}

h1{font-weight: bold;}
.ttl_h2{font-size: 3.6rem;text-align: center;font-weight: bold;position: relative;margin-bottom: 4rem;line-height: 1.45;}
.ttl_h2.left{margin-bottom: 2rem;text-align: left;}
.ttl_h2 > span{background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 65%, var(--gray) 65%, var(--gray) 100%);background-size: 3rem 7rem;background-position: top 2.3rem left;width: fit-content;}
.ttl_h3{font-size: 3.2rem;text-align: center;width: fit-content;margin: 0 auto 7rem;position: relative;padding: 0 4rem;font-weight: bold;}
.ttl_h3::before,.ttl_h3::after{content: "";position: absolute;width: 3.2rem;height: 3.6rem;top: 0.2rem;background: url('../images/h3_ic.png') no-repeat center left /auto 100%;}
.ttl_h3::before{left: 0;}
.ttl_h3::after{right: 0;background-position: center right;}

.under h2{font-size: 3.1rem;border-bottom: 0.3rem solid var(--scolor);text-align: center;margin-bottom: 3.2rem;padding-bottom: 1.2rem;letter-spacing: -.1rem;line-height: 1.3;}
h2.left-align {
    text-align: left;
}
.under h3{font-size: 2.8rem;font-weight: bold;padding-left: 2.7rem;position: relative;margin-bottom: 3rem;}
.under h3::before{content: '';position: absolute;width: 0.9rem;height: 100%;min-height: 4rem;background-color: var(--scolor);top: -3px;left: 0;}
.under h4{font-size: 2.5rem;font-weight: bold;padding-left: 3rem;}
.under h4 .sm{font-size: 84%;}
.under h4::before{content: '';position: absolute;width: 1.5rem;height: 1.5rem;background-color: var(--scolor);top: 0.8rem;left: 0;}
h4{font-size: 2.6rem;position: relative;padding-left: 1.5rem;margin-bottom: 2rem;}
h5{font-size: 2.4rem;color: var(--mcolor);}
h6{font-size: 2rem;position: relative;}


/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main{position: relative;z-index: 2;padding-top:7.8rem;}


/* DEFAUTL NAME BUTTON */
.btn a{width: 19.7rem;height: 4.2rem;border-radius: 99.9rem;display: flex;justify-content: center;align-items: center;font-size: 1.7rem;color: #fff;background: linear-gradient(to right, #f2971b,#f27464);position: relative;line-height: 1.15;padding: 1.1rem 3rem 0.9rem 1rem;font-weight: bold;text-align: center;}
.btn a::after{content: '';position: absolute;width: 0.9rem;height: 1.4rem;background: url('../images/ic_btn.png') no-repeat center /contain;right: 1.3rem;top: calc(50% - 0.7rem);}
.btn.center a{margin-left: auto; margin-right: auto;}
.btn.lg{width: 100%;}
.btn.lg a{width: 100%;height: auto;font-size: 2rem;min-height: 5.3rem;}
.btn.lg a::after{width: 1.1rem;height: 1.7rem;top: calc(50% - 0.8rem);right: 1.5rem;}

.btn_box:not(:last-child){margin-bottom: 3rem;}
.btn_box{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 1.5rem 3.5rem;}
.btn_box > p{margin: 0 !important;}

.u_box:not(:last-child){margin-bottom: 7.8rem;}
.under .u_btn a{width: 30rem;height: 4.2rem;border-radius: 99.9rem;background: var(--scolor);}
.btn_box_pdf{max-width: 76rem;margin: 0 auto;justify-content: center}


/*============= SEC01 ==============*/
.sec01 h2{padding-bottom: 0.6rem;width: fit-content;margin: 0 auto 2.8rem;}
.sec01 h2::after{content: '';position: absolute;background-color: var(--scolor);height: 0.4rem;width: 100%;bottom: 0;left: 0;}


/*============= SEC02 ==============*/
.sec02 {background-color: #fffaed;}
.col_ite {outline: 0.2rem solid #bebbba;border-radius: 1rem;max-width: 100%;}
.col_ite .img {text-align: center;background-color: #fffeee;margin: 0;display: flex;align-items: center;justify-content: center;}
.col_ite .box{padding: 2.4rem 1.5rem 2rem;background-color: #FFF;border-radius: 0 0 1rem 1rem;}
.col_ite .tt {text-align: center;font-weight: bold;line-height: 1.4;}
.box_2col,.box_3col{display: flex;flex-wrap: wrap;justify-content: space-between;}
.box_2col .col_ite .tt {font-size: 2.1rem;margin-bottom: 2.8rem;letter-spacing: -.1rem;}

.box_3col:not(:last-child){margin-bottom: 5rem;}
.box_3col .col_ite .tt {font-size: 2.6rem;margin-bottom: 1.1rem;letter-spacing: 0;}
.box_3col .col_ite .img a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.box_3col .col_ite .box{padding: 1.4rem 1.5rem 2.3rem;}

.sec02 .col_ite{box-shadow: 0.4rem 0.4rem 0.4rem rgba(0,0,0,0.25);}
.sec02_list {display: flex;justify-content: center;gap: 2.5rem;}
.sec02_list li a{background-color: var(--mcolor);color: #FFF;text-align: center;border-radius: 1rem;width: 20.8rem;height: 18rem;padding: 1.6rem 1rem;display: flex;flex-direction: column;align-items: center;position: relative;}
.sec02_list li a .ico {margin-bottom: 1.4rem;}
.sec02_list li a .tt {font-size: 2.4rem;font-weight: bold;line-height: 1.2;letter-spacing: 0.05rem;}
.sec02_list li a::after{content: '';position: absolute;width: 1.8rem;height: 1.4rem;display: block;background: url('../images/ic_bot.png') no-repeat center /contain;bottom: 2.2rem;left: calc(50% - 0.8rem);transition: all 0.3s;}
.sec02_list li:nth-of-type(2) a{padding-top: 1.3rem;}
.sec02_list li:nth-of-type(2) a .ico{margin-bottom: 0.8rem;}
.sec02_list li:nth-of-type(3) a .tt{letter-spacing: -0.05rem;font-size: 2.1rem;white-space: nowrap;}
.sec02_list li:nth-of-type(4) a{padding-top: 2.3rem;}
.sec02_list li:nth-of-type(4) a .ico{margin-bottom: 1.4rem;}

/*============= SEC03 ==============*/
.sec03_des {margin-bottom: 5.4rem;}

/*============= SEC04 ==============*/
.sec04 {background:url('../images/sec04_bg1.png') no-repeat center bottom /100vw auto #fffaed;}
.sec04_list {display: flex;justify-content: center;flex-wrap: wrap;gap: 4.5rem 5.8rem;margin-bottom: 12.4rem;}
.sec04_list li {text-align: center;}
.sec04_list li .ico {margin-bottom: 1.5rem;}
.sec04_list li .tt {font-size: 2rem;font-weight: bold;line-height: 1.4;margin-bottom: 1.3rem;}
.sec04_list li .btn a{background: var(--scolor);}


/*============= SEC05 ==============*/
.sec05 {background-color: #fffbf4;}
.sec05_box1 {position: relative;}

/*============= SEC06 ==============*/
.sec06_head {position: relative;}
.sec06_head::before{content: '';background: url('../images/sec06_h2_ic.png') no-repeat center /contain;z-index: 1;}
.sec06_bnn{box-shadow: 0.35rem 0.35rem 0.35rem rgba(0,0,0,0.2);width: fit-content;margin: 0 auto;max-width: 90%;}


/*============= SEC07 ==============*/
.sec07 {background: url('../images/sec07_bg.png') no-repeat center /cover;}
.content{padding: 0 0 12rem}
.under section{padding: 0 0 13rem;margin-bottom:0}
.under section:last-child{padding:0}
.under .u_heading{padding-bottom: 8.1rem;}
ol li{list-style: decimal;}
.blue{color: #0000ff;}
.org{color: #e75a24;}
.link{text-decoration: underline;}
.link.pdf::after{content: '';width: 21px;height: 21px;background: url('../images/ic_pdf2.png') no-repeat center /contain;margin-left: 3px;display: inline-block;margin-bottom: -3px;}
.link.excel::after{content: '';width: 20px;height: 20px;background: url('../images/ic_excel.png') no-repeat center /contain;margin-left: 2px;display: inline-block;margin-bottom: -3px;}
.mv{height:28.4rem;width:100%;position: relative;padding: 0 !important;background:url('../images/mv_u_bg2.jpg') no-repeat center /cover;}
.top_mv{background:url('../images/mv_bg.jpg') no-repeat center /cover;margin:0 auto;}
.mv_info .inner{display:flex;flex-direction:column;justify-content:center;height:100%;}
.top_mv .mv_info .inner{width:100%;padding-bottom: 1rem;align-items:center;}
.mv_path{position: relative;z-index: 2;flex-shrink: 0;}
.mv_path li{display:inline;position: relative;}
.mv_path li:not(:first-child)::before{content:"＞";position:relative;display: inline-block;margin: 0 0.3rem 0 0.4rem;top: 0;pointer-events: none;}
.mv_path li,.mv_path li a{font-size: 1.4rem;font-weight: 500;}


/*==========================================================
                        T A B L E
==========================================================*/
.under table.td_top td{vertical-align:top}
.under table.tb_fix{ table-layout: fixed;}
.under table{margin-bottom: 3.2rem;}
.under table th{background:#fff1c9;padding: 1rem 2.4rem;}
.under table td{background:#fff;padding: 1rem 2.4rem;letter-spacing: -.05rem;}
.under table th,
.under table td{border-color: #666666;word-break: break-all;font-size: 1.6rem;line-height: 1.1;text-align: left;}
.under table img{display:block;margin:auto;}
.under table th.bg01{background-color: #ffe2c5;}
.under table th.bg02{background-color: #d0e7f8;}
.under table th.bg03{background-color: #d5e8ae;}
.under table th.bg04{background-color: #ffc4c6;}
.under table th.bg05{background-color: #ffe7e8;}
.under table th.bg06{background-color: #f0dfbe;}
.under table th.bg07{background-color: #f2971b;}
.under table th.bg08{background-color: #f5b358;}
.under table td.bg09{background-color: #fffcf4;}
.under table td.bg10{background-color: #fff9e7;}
.under table td.bg11{background-color: #FFEBB3;}

.under table .w615{width: 61.2rem;}
.under table .w230{width: 23rem;min-width: 200px;}
.under table .w65{width: 6.5rem;}
.under table .w45{width: 4.5rem;}
.under table .w13{width: 12.3rem;}
.under table .pd5{padding: 5px !important;line-height: 1.1;letter-spacing: -.2rem;}
.under table .center{text-align: center;}
.under table .white{flex-shrink: 0;color: #FFF;justify-content: center;align-items: center;font-weight: bold;font-size: 2rem;text-align: center;line-height: 1.4;}
table.tb_default th,table.tb_default td{border-color: #8f8f8f;}

.under table.b_white{
    border-color: none;
}
.under table.b_white th{
    border: 2px solid #fff;
}
.under table.b_white td{
    border: 1px solid #8f8f8f8f;
}
.under table.b_white td.bb_white,
.under table.b_white th.bb_white{
    border-bottom: 6px solid #fff;
    font-weight: bold;
}
.under table.b_white td.br_white{
    border-right: 1px solid #fff;
}
.under table.b_white a{
    color: #00F;
}

.txt_vertical{-webkit-writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; -webkit-text-orientation: mixed; -moz-text-orientation: mixed; -ms-text-orientation: mixed; text-orientation: mixed;}
.content .txt_note{font-size: 1.4rem;line-height: 1.45;}

.list01{margin-bottom: 3rem;}
.list01 li{display:block;padding-left: 2.1rem;margin-bottom: 15px;position:relative;font-size: 2rem;}
.list01 li::before{background:var(--scolor);width:9px;height:9px;position:absolute;top:11px;left:0;content:'';border-radius: 50%;}
.list02 li{display:block;padding-left: 1.5rem;position:relative;line-height: 1.5;}
.list02 li:not(:last-child){margin-bottom: 10px;}
.list02 li .sm{font-size: 1.6rem;}
.list02 li::before{background:var(--txt);width:6px;height:6px;position:absolute;top:9px;left:0;content:'';border-radius: 50%;}
.list03 li{counter-increment: li;padding-left: 3rem;position: relative;font-size: 1.4rem;line-height: 1.62;}
.list03 li::before{ content: '※' counter(li);position: absolute;left: 0; top: 0; font-weight: bold;}

.list04{position: relative;padding-left: 33px;}
.list04::before{content: "注）";position: absolute;left: 0;top: 1px;font-size: 1.5rem;}
.list04 li{counter-increment: li;padding-left: 2.5rem;position: relative;font-size: 1.5rem;line-height: 1.75;}
.list04 li::before{ content: '' counter(li);position: absolute;left: 0; top: 0;}

.frame01{padding: 4rem 4.2rem;background-color: #fff1c9;margin-bottom:5rem;}

.faq_list_center{margin-left: auto;margin-right: auto;}
.content .faq_box_1col{max-width: 70.7rem;margin: 0 auto;}
.content .faq_list:not(:last-child){margin-bottom: 4.5rem;}
.content .faq_list > dl:not(:last-child){margin-bottom: 2rem;}
.content .faq_list > dl > dt{font-weight: 600;align-items: center;background: #fff1c9;cursor: pointer;letter-spacing: 0;position: relative;text-align: center;font-size: 1.6rem;padding: 1.1rem 1rem 1rem;letter-spacing: 0.1rem;}
.content .faq_list > dl > dt::after{width: 2.1rem;height: 1.1rem;background:url('../images/faq_ic.png') no-repeat center /contain;right: 1.5rem;transition: all 0.3s;content: "";position: absolute;border-radius: 0.2rem;top: calc(50% - 0.5rem);}
.content .faq_list > dl.active > dt::after{transform: rotate(180deg);}
.content .faq_list > dl.active > dd{border: 0.1rem solid #dcdcdc;border-top: 0;}
.content .faq_list > dl:not(.active) > dd{height: 0;overflow: hidden;padding-top: 0;padding-bottom: 0;}
.content .faq_list > dl > dd{transition: all 0.3s;padding: 1.7rem 2.4rem 2rem 2.5rem;font-size: 1.4rem;}
.content .faq_list > dl > dd .sm{font-size: 1.3rem;}
.content .faq_list > dl > dd dl{display: flex;}
.content .faq_list > dl > dd dl:not(:last-child){margin-bottom: 0.6rem;}
.faq_list > dl > dd dl dt{flex-shrink: 0;min-width: 6rem;margin-right:1rem;}
.faq_list > dl > dd dl dd{line-height: 1.6;}

.btn_pdf a,.btn_word a,.btn_excel a{border: 1px solid #666666;border-radius: 1rem;background: url('../images/ic_pdf.png') no-repeat center right 1.2rem /2.8rem #FFF;display: flex;justify-content: center;align-items: center;width: 27.7rem;height: 4.2rem;padding-right: 3rem;letter-spacing: 0;line-height: 1.5;max-width: 100%;font-weight: 600;}
.btn_word a{background-image: url('../images/ic_word.png');}
.btn_excel a{background-image: url('../images/ic_excel2.png');}
.btn_excel.lg a{width: 393px;}
.btn_excel.sm a{height: 4.5rem;}
.btn_excel.center a,.btn_pdf.center a,.btn_word.center a{margin: 0 auto;}
.btn_step{border: 1px solid #666666;border-radius: 99.9rem;background:url('../images/ic_step.png') no-repeat center right 1rem /2.5rem #FFF;display: flex;justify-content: center;align-items: center;width: 17.4rem;height: 4.2rem;font-size: 1.6rem;padding-right: 2.8rem;margin-left: auto;cursor: pointer;}
.btn_step .accordion_open {display: block;}
.btn_step .accordion_close {display: none;}
.btn_step.active{background-color: var(--gray);}
.btn_step.active .accordion_open {display: none;}
.btn_step.active .accordion_close {display: block;}
.btn_video a{border: 1px solid #666666;border-radius: 2px;background: url('../images/btn_video_ic.png') no-repeat center right 1.2rem /1.7rem #FFF;display: flex;justify-content: center;align-items: center;width: 29.2rem;height: 4.9rem;font-size: 2rem;color: #000;}

.btn_pdf.sm a,.btn_word.sm,.btn_excel.sm a{width: 20rem;}
.btn_pdf.center a,.btn_video.center a{margin-left: auto;margin-right: auto;}
.btn_pdf.lg a{width: 38.5rem;height: 5.5rem;border-radius: 4px; border-radius: 1rem;}
.btn_3col{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.9rem;}
.btn_3col > p{margin-bottom: 0 !important;}
.btn_3col > p a{width: 100%;}
.btn_3col .btn_pdf a{border-radius: 2px;border-color: #a9a9a9;height: 5.5rem;letter-spacing: -.05rem;background-position: right 0.8rem center; border-radius: 1rem;}
.anchor_list{display: flex; align-items: center; flex-wrap: wrap; justify-content: center;width:100%;margin-bottom: 3rem;gap: 3rem;}
.anchor_list p{margin: 0 !important;}
.btn_anchor a{width: 28.2rem;height: 6.7rem;font-size: 1.9rem;font-weight: bold;padding: 1rem 4.2rem;color: #FFF;background: url('../images/anchor_ic.png') no-repeat center right 1.5rem/2.5rem var(--scolor);border-radius: 10px;display: flex;align-items: center;}


.under .w4_notice {display: flex;gap:1rem 2.1rem;flex-wrap: wrap;margin-bottom: 2.3rem;}
.under .w4_notice li{display: flex;align-items: center;font-size: 1.6rem;font-weight: bold;}
.under .w4_notice li span{flex-shrink: 0;margin-right: 0.6rem;width: 5.4rem;height: 2.1rem;}
.under .w4_notice .bg01 {background-color: #ffe2c5;}
.under .w4_notice .bg02 {background-color: #d0e7f8;}
.under .w4_notice .bg03 {background-color: #d5e8ae;}
.under .w4_notice .bg04 {background-color: #fff;border:0.2rem solid #4d4d4d}

.under .w4_chart_line{display: flex;align-items: center;justify-content: flex-end;z-index: 2;position: relative;margin-bottom: 2rem;}
.under .w4_chart_line_ite{padding: 0.3rem 1.2rem;border-radius: 99.9rem;color: #FFF;background-color: #9c7c52;line-height: 1.2;text-align: center;margin-bottom: 0;position: relative;height: 100%;line-height: 1;}
.under .w4_chart_line_ite::after{content: '';position: absolute;width: 0.1rem;height: 140.5rem;background-color: #d0c1ad;top: 0;left: calc(50% - 0.1rem);
z-index: -1;}
.under .w4_chart_line_ite:nth-of-type(1){margin-right: 9.7rem;padding: 0.4rem 1.4rem;}
.under .w4_chart_line_ite:nth-of-type(2){margin-right: 7.9rem;padding: 0.4rem 1.5rem;}
.under .w4_chart_line_ite:nth-of-type(3){margin-right: 2rem;padding: 0.4rem 1.3rem;}
.under .w4_chart_line_ite:nth-of-type(4){margin-right: 1.1rem;padding: 0.4rem 1.9rem;}
.under .w4_chart_line_ite:nth-of-type(5){margin-right: 0.9rem;padding: 0.4rem 1.7rem;}
.under .w4_chart_line_ite:nth-of-type(6){margin-right: 0.2rem;padding: 0.3rem 1.4rem 0.2rem;}
.under .w4_chart_line_ite:nth-of-type(7){margin-right: 0.2rem;padding: 0.4rem 0.8rem;}
.under .w4_chart_line_ite:nth-of-type(7)::after{background: url('../images/w4_chart_line.png') repeat top center;}

.under .w4_chart{min-width: 90rem;}
.under .w4_chart_box > dl {display: flex;background-color: #fff9e7;}
.under .w4_chart_box > dl:not(:last-child){margin-bottom: 1rem;}
.under .w4_chart_box > dl > dt{flex-shrink: 0;width: 12.5rem;color: #FFF;display: flex;justify-content: center;align-items: center;font-weight: bold;font-size: 2rem;text-align: center;line-height: 1.4;}
.under .w4_chart_box > dl > dd{padding: 1.5rem 0 1rem;}
.under .w4_chart_box > dl:nth-of-type(odd) dt{background-color: var(--scolor);}
.under .w4_chart_box > dl:nth-of-type(even) dt{background-color: #f5b358;}

.under .w4_chart_item {display: flex;align-items: center;margin-bottom: 0.9rem;}
.under .w4_chart_item > *{margin-bottom: 0;}
.under .w4_chart_ite{padding: 0.7rem 0.3rem 0.5rem;border: 0.2rem solid #cc6837;text-align: center;letter-spacing: 0;line-height:1.1;font-weight: 600;margin-bottom: 0.8rem;position: relative;z-index: 2;min-height: 2.7rem;}
.under .w4_chart_ite > span{display: block;}
.under .w4_chart_ite .lg2{font-size: 1.5rem;}
.under .w4_chart_ite .lg {font-size: 1.8rem;}
.under .w4_chart_ite .sm {font-size: 1.2rem;line-height: 1.25;}
.under .w4_chart_ite .sm2 {font-size: 1rem;}
.under .w4_chart_ite.no_bor{border: none;}
.under .w4_chart_ite .lg:not(:last-child){margin-bottom: 0.4rem;}

.under .w4_chart_ite_1{margin-left: 2.8rem;width: 42.5rem;letter-spacing: -.1rem;padding: 0.3rem 0.3rem 0;}
.under .w4_chart_ite_2{margin-left: 2.8rem;width: 15.5rem;padding: 0.3rem 0.3rem 0;}
.under .w4_chart_ite_3{margin-left: 2.8rem;width: 15.5rem;padding: 0.3rem 0.3rem 0;}
.under .w4_chart_ite_4{margin-left: 8.3rem;width: 10rem;margin-bottom: 0;padding: 0.3rem 0.3rem 0;}
.under .w4_chart_ite_5{margin-left: 0.7rem;width: 11.1rem;padding: 0.3rem 0.3rem 0;}
.under .w4_chart_ite_6{margin-left: 19rem;width: 34.1rem;align-items: flex-start;padding: 0.6rem 1.2rem;}
.under .w4_chart_ite_6 .sm{margin-top: 0.3rem;line-height: 1.4;text-align: left;}
.under .w4_chart_ite_7{margin-left: 19rem;width: 15.9rem;}
.under .w4_chart_ite_8{margin-left: 12.1rem;width: 20rem;padding: 0.8rem 0.2rem 0.7rem;}
.under .w4_chart_ite_8 .sm{letter-spacing: -.1rem;font-size: 1.1rem;}
.under .w4_chart_ite_9{margin-left: 8.7rem;width: 36.7rem;padding: 0.4rem 0.2rem;}
.under .w4_chart_ite_10{margin-left: 19rem;width: 48.8rem;padding: 0.9rem 0.2rem 0.4rem;}
.under .w4_chart_ite_11{margin-left: 19rem;width: 42.3rem;}
.under .w4_chart_ite_12{margin-left: 19rem;width: 42.3rem;}
.under .w4_chart_ite_13{margin-left: 19rem;width: 26.4rem;}
.under .w4_chart_ite_14{margin-left: 2.9rem;width: 32rem;}
.under .w4_chart_ite_15{margin-left: 2.9rem;width: 15.5rem;}
.under .w4_chart_ite_16{margin-left: 18.9rem;width: 55.1rem;}
.under .w4_chart_ite_17{margin-left: 1.5rem;width: 74.4rem;}
.under .w4_chart_ite_18{margin-left: 18.9rem;width: 55.1rem;}
.under .w4_chart_ite_19{margin-left: 2.9rem;width: 42.5rem;}
.under .w4_chart_ite_20{margin-left: 19rem;width: 42.3rem;padding: 0.4rem 0.2rem 0;}
.under .w4_chart_ite_21{margin-left: 19rem;width: 42.3rem;padding: 0.4rem 0.2rem 0;}
.under .w4_chart_ite_22{margin-left: 19rem;width: 42.3rem;padding: 0.4rem 0.2rem 0;}
.under .w4_chart_ite_23{margin-left: 1.4rem;width: 74.5rem;padding: 0.3rem 0.2rem 0;}
.under .w4_chart_ite.bg01 {background-color: #ffe2c5;border-color: #cc6837;}
.under .w4_chart_ite.bg02 {background-color: #d0e7f8;border-color: #3973da;}
.under .w4_chart_ite.bg03 {background-color: #d5e8ae;border-color: #3e8b00;}
.under .w4_chart_ite.bg04 {background-color: #ffe2c5;}
.d_flex{display: flex;justify-content: center;align-items: center;}

.btn2 a{width: 17rem;height: 3.6rem;display:flex;justify-content: center;align-items: center;color: #FFF;border-radius: 99.9rem;background-color: var(--scolor);line-height: 1.2;}
.btn2.center a{margin: 0 auto;}
.btn2.lg a{width: 35.4rem;font-size: 2rem;height: 4.3rem;}
.btn2.lg2 a{width: auto;height: auto;padding: 1rem 6rem;width: fit-content;font-size: 2rem;}
.btn2.big a{width: fit-content;height: auto;padding: 8px 35px 7px;}
.btn2.big2 a{width: 33.1rem;height: 6rem;}
.u_bnn:not(:last-child){margin-bottom: 40px;}
.u_bnn{border: 1px solid #666666;border-radius: 1rem;font-size: 2rem;display: flex;justify-content: center;align-items: center;margin: 0 auto;height: 8.7rem;gap:0.5rem;padding:1rem 4rem 1rem 3.5rem;max-width: 100%;max-width: 870px;}
.u_bnn .tt{margin-bottom: 0;font-weight: 600;line-height: 1.6;letter-spacing: 0;}
.dot01{position: relative;padding-left: 9px;}
.dot01::before{content: '・';top: 0;left: -9px;position: absolute}
.dot02{position: relative;padding-left: 15px;}
.dot02::before{content: '';top: 0;left:0;position: absolute;width: 8px;height: 8px;border-radius: 50%;background-color: var(--scolor);top:11px}
.male_child_pdf li{border: 1px solid #8f8f8f;padding: 9px 5px 9px 16px;line-height: 3.0 !important;letter-spacing: -.02rem;}
.male_child_pdf li:not(:last-child){border-bottom: 0;}

.optimize_scroll{width: 100%;margin-bottom: 50px;}
.optimize_box{width: 166.1rem;height: 65rem;padding-right: 20px;}
.optimize_box table th.left{text-align: left;padding-left: 100px;}
.optimize_box table th{background-color: #f3cd7e;text-align: center;font-size: 1.8rem;padding: 9px 10px;position: sticky;top: 0px;left: 0;z-index: 1;font-weight: 600;border: 1px solid #666666;}
.optimize_box table td{font-size: 1.6rem;padding: 17px 13px 19px;letter-spacing: 0;line-height: 1.58;}
.optimize_box table tr:nth-of-type(odd) td{background-color: #fdf9eb;}
.cta a{width: 102px;height: 70px;display: flex;flex-direction: column;justify-content: center;align-items: center;background-color: var(--scolor);color: #FFF;font-size: 1.7rem;font-weight: bold;text-align: center;line-height: 1.2;border-radius: 15px;margin: 0 auto;}
.cta a::after{content: "";background: url('../images/cta_ic.png') no-repeat center /contain;width: 9px;height: 14px;display: block;}

.bnn01 a{width: 41.8rem;min-height: 14.4rem;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;position: relative;border-radius: 1rem;outline: 1px solid #ab6200;margin: 0 auto;overflow: hidden;line-height: 1.6;padding: 3.5rem 1.5rem 3.5rem 2rem;max-width: 100%;}
.bnn01 a .lg{font-size: 2rem;font-weight: bold;margin-bottom: 0;}
.bnn01 a::before{content: '';position: absolute;width: 2rem;height: 2rem;right: 0.5rem;bottom: 0.5rem;background: url('../images/bnn01_ic.png') no-repeat center /contain;z-index: 3;}
.bnn01 a::after{content: '';position: absolute;width: 5.5rem;height: 5.3rem;background-color: var(--scolor);bottom: -1px;right: -1px;clip-path: polygon(100% 0, 0% 100%, 100% 100%);z-index: 2;}

.optimize_box table tbody{margin-bottom: 100px !important;}
.optimize_box table tr:first-child th{border-top: 0;}
.optimize_box table tr:first-child th::before,.optimize_box table tr:first-child th::after{content: '';position: absolute;width: 100%;height:1px;background-color: #666666;left: 0;}
.optimize_box table tr:first-child th::before{top: 0px;}
.optimize_box table tr:first-child th::after{bottom: -1px;}
.optimize_box table th:nth-of-type(1){width: 13.8rem;}
.optimize_box table th:nth-of-type(2){width: 23rem;}
.optimize_box table th:nth-of-type(3){width: 21.3rem;}
.optimize_box table th:nth-of-type(4){width: 69rem;}
.optimize_box table th:nth-of-type(5){width: 11.8rem;}
.optimize_box table th:nth-of-type(6){width: 13.7rem;}
.optimize_box table th:nth-of-type(7){width: 13.7rem;}

.des2{font-size: 1.6rem;line-height: 1.5;margin-bottom: 1rem;}
.sys{font-size: 60%;display: inline-block;transform: translateY(-20%);}
h2 .sys{transform: translateY(-50%);}
h3 .sys{transform: translateY(-40%);}
.parental_chart{display: flex;justify-content: center;gap: 6.6rem;margin-bottom: 7rem;}
.parental_chart:last-child{margin-bottom: 0;}
.parental_chart dl dt{font-size: 2.2rem;font-weight: bold;text-align: center;margin-bottom:4rem;}
.parental_chart_fr{padding: 0.5rem 1rem;background-color: #fff9e7;font-size: 3.9rem;font-weight: 600;text-align: center;width: 22.5rem;height: 6.7rem;display: flex;justify-content: center;align-items: center;}
.bnn01_box .bnn01{margin: 0;}
.bnn01_box .bnn01 a{text-align: left;}
.flextime_jirei_2col:not(:last-child){margin-bottom: 4rem;}
.flextime_jirei_ite .img{margin-bottom: 5rem;}
.flextime_jirei_ite{text-align: center;}
.flextime_jirei_ite:not(:last-child){margin-bottom: 30px;}

.officereform_pick{display: grid;grid-template-columns: repeat(2,1fr);gap: 1.5rem;}
.btn_pdf.lg2 a{width: 532px;height: 55px;border-color: #a9a9a9;border-radius: 2px;padding: 5px 30px 5px 10px; border-radius: 1rem;}
.btn_pdf.lg3 a{width: fit-content;height: auto;min-width: 532px;max-width: 100%;padding: 10px 94px 10px 40px;border-color: #a9a9a9;border-radius: 2px; border-radius: 1rem;}

.process_list:not(:last-child){margin-bottom: 11rem;}
.process_list dl{display: flex;}
.process_list dl:not(:last-child){margin-bottom: -1.3rem;}
.process_list dl dt{flex-shrink: 0;position: relative;display: flex;justify-content: center;align-items: center;width: 10rem;margin-right: 3rem;clip-path: polygon(50% 20px, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);}
.process_list dl:first-child dt{clip-path: polygon(50% 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);}
.process_list dl dt::before{top: 0;background-color: #FFF;}
.process_list dl dt::after{top: 100%;}
.process_list dl dd{padding: 20px 0 24px;}
.process_list dl dd .tt{font-size: 2.5rem;font-weight: bold;color: #e49a3e;margin-bottom: 0.2rem;}
.process_list dl:nth-of-type(1) dt{background-color: #fbe57b;z-index: 3;}
.process_list dl:nth-of-type(2) dt{background-color: #f8c765;z-index: 2;}
.process_list dl:nth-of-type(3) dt{background-color: #f2971b;z-index: 1;}
#jinji_w7_kako table .list02 li:not(:last-child){margin-bottom: 0;}
#jinji_w7_kako table .list02 li{padding-left: 15px;}
#jinji_w7_kako table .list02 li::before{content: "・";background: none;top: 0;left: -4px;}

.chart_note{font-size: 1.5rem;font-weight: 500;}

.col-system {
    width: 19rem;
}


/* RESET */
table:last-child,
.list01:last-child,
.list01 li:last-child,
section p:last-child,
.anchor_list:last-child,
p:last-child,
.frame01:last-child{margin-bottom: 0}

/*==========================================================
                        F O O T E R
==========================================================*/
footer{position: relative;z-index: 3;background-color: #393939;}
footer *{color: #FFF;}
.ft_box{padding: 2.9rem 4.4rem 1rem;max-width: 131.7rem;position: relative;margin: 0 auto;}
.ft_add{font-size: 1.6rem;font-weight: 500;line-height: 1.25;margin-bottom: 0.8rem;}
address{color:#fff;text-align:center;font-size: 1.5rem;font-weight: 500;}

/* BACK TO TOP */
.to_top{position:fixed;z-index:9;width:6rem;height:6rem;bottom:2rem;right:2rem;cursor:pointer;transition:all .2s;opacity:0;visibility:hidden}
.to_top.show{transform:scale(1);opacity:1;visibility:visible}

/* FIREFOX ONLY */
@-moz-document url-prefix() {}

/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}



/* ===== topics patch merged (from stylesv.topics.patch.css) ===== */

/* topics patch to make stylesv.css behave like styles.css for topics cards */
/* == トピックス（.sec02）カードの見た目調整 == */
/* カード全体を縦並びにして高さを揃える */
.sec02 .col_ite{display:flex;flex-direction:column;box-shadow:0.4rem 0.4rem 0.4rem rgba(0,0,0,0.25);} /* from styles.css */
/* タイトルの下にオレンジ帯が来る想定のボックス。背景色と内側余白を styles.css に合わせる */
.col_ite .box_topic{padding:6.5rem 1.5rem 2rem;background-color:#FFE79F;border-radius:0 0 1rem 1rem;min-height:200px;display:flex;flex-direction:column;}
/* 既存の本文ボックスはそのまま。必要に応じて下記の軽微調整 */
.col_ite .box{padding:1.4rem 1.5rem 2.3rem;border-radius:0 0 1rem 1rem;}
/* タイトルの文字サイズ・余白（cards内の .tt） */
.box_3col .col_ite .tt{font-size:2.6rem;margin-bottom:1.1rem;letter-spacing:0;}
/* 2カラム時のタイトル */
.box_2col .col_ite .tt{font-size:2.1rem;margin-bottom:2.8rem;letter-spacing:-.1rem;}
