@charset "utf-8"; 
html, body, div, span, object, iframe,
h1, h2, h3 ,h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #303030;
    margin: 30px 0;
}

input, select {
    vertical-align:middle;
} 
* {
    box-sizing: border-box;
}
/* original */
* img {
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    color: #292e49;
    font-weight: 500;
}
/* ===== タブ切り替えスタイル ===== */
.tabs {
  display: flex;
  flex-wrap: wrap;
  width:100%;
}

.tab-button {
  width: 50%;
  padding: 0.5em 1em;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  color: #707070;
  height: 8vh;
  font-size: 2rem;
  padding: 10px .5em;
  border-radius: 5px 5px 0 0;
  font-size: 2rem;
  font-family: vdl-logona, sans-serif;
  background: LightGray;
  transition: border-color 0.2s;
  position: relative;
}

.tab-button.active {
  background: #fff;
}

.tab-content {
  display: none;
  padding: 1em;
}

.tab-content.active {
  display: block;
}
.tab_top {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 91vh;
    background-color: #fff;
    background-image: url(../img/top_maru.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
}
.h2_title {
    padding-top: 5vh;
    width: 60%;
    z-index: 400;
}
.top_maru {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.top_inu {
    width: 11vw;
    position: absolute;
    bottom: 12vh;
    z-index: 500;
}
.P_btn_itiran {
    display: block;
    width: 12vw;
    position: fixed;
    right: 10vw;
    bottom: 2vh;
    z-index: 400;
}
.g_menu {
    width: 100%;
    height: 10vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    background-color: #FED246;
    z-index: 300;
}
.g_menu ul {
    display: flex;
    height: 9vh;
    width: 100%;
    align-items: center;
    justify-content: center;   
}
.g_menu ul li {
    width: 25%;
    height: 9vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
}
.g_menu ul li:last-child {
    border-right: 0px;
}
.menu_a {
    display: block;
    width: 100%;
    height: 9vh;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #FED246;
}
.menu_a:hover {
    filter: brightness(80%);
}
.flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex p {
    font-size: 2rem;
    font-family: "ruika", sans-serif;
    font-weight: 800;
    filter: drop-shadow(2px 2px 1px #555);
}
.sec01 {
    width: 100%;
    padding: 0 0 50px 0;
    background-color: #FFFDE7;
    position: relative;
}
.wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2%;
}
.sec01_title {
    width: 70%;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-bottom: 0.5em;
}
.sec01_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5em;       /* 黄色ラインの太さ */
    background: #ffe600; /* 黄色ラインの色 */
    z-index: 0;
}
.sec01_title img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}
.sec01_text {
    padding: 50px 0;
    font-family: "vdl-logog", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8em;
    text-align: left;
    z-index: 2;
}
.video-block {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.video-frame {
  width: 100%;
  aspect-ratio: 16/9; /* モダンブラウザ推奨 */
  background: #000;
  margin-bottom: 8px;
  overflow: hidden;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.caption {
  margin: 10px 50px 0 0;
  font-weight: 100;
  font-size: 1.1rem;
  font-family: "ruika", sans-serif;
}
/* 県民ページ */
.kijyun_text2 {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7em;
    padding: 25px 20px 15px;
    font-family: "vdl-logog", sans-serif;
}
.red_big2 {
    font-size: 2rem;
    color: red;
    font-weight: 800;
}
/* 企業ページ */
.sec01_title2 {
    width: 100%;
    padding-top: 80px;
    text-align: center;
    font-family: vdl-logona, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}

.sec01_title2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2em;
}
.title2_p {
    position: relative;
    font-size: 3rem;
    color: #222;
    font-weight: bold;
    z-index: 1;
    width: 100%;
    height: auto;
}
.sec01_title2 span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.8em;       /* 黄色ラインの太さ */
    background: #ffe600; /* 黄色ラインの色 */
    z-index: 0;
}
.benefit-list {
    width: 100%;
    background-color: #fff;
    padding: 50px 50px 70px 50px;
    list-style: none;
    margin-top: 30px;
}

.benefit-list li {
    display: flex;
    align-items: flex-start;
    font-size: 1.1rem;
    line-height: 1.5em;
    font-family: vdl-logona, sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
}

.checkmark {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  min-width: 1.5em;
  background: #fffbe0;
  border-radius: 2px;
  margin-right: 0.5em;
  position: relative;
}

.checkmark::before {
  content: "✔";
  color: #8a6a00;
  font-size: 1.3em;
  position: absolute;
  left: 0.19em;
  top: -0.07em;
  font-weight: bold;
  font-family: inherit;
}

.benefit-main {
  color: #fa8800;
  font-weight: 900;
}

.benefit-list .small-note {
  color: #555;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 8px;
}

.benefit-note {
  background: #FFE5C8;
  color: #333;
  font-family: vdl-logona, sans-serif;
  font-size: 1rem;
  border-radius: 6px;
  margin: 10px 0 0 35px;
  padding: 20px;
  font-weight: normal;
  box-shadow: 1px 2px 4px rgba(0,0,0,0.04);
}
.sec01_inu {
    width: 150px;
    position: absolute;
    bottom: -20px;
    right: 10vw;
}
.sec02 {
    width: 100%;
    padding: 50px 0;
    background-image: url(../img/bg_square.png);
    background-repeat: repeat;
}
.sec02_title {
    width: 350px;
    font-family: vdl-logona, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}
.sec02_h2 {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    color: #222;
    font-weight: bold;
    z-index: 1;
    width: 100%;
    text-align: center;
    height: 0.2em;
}
.sec02_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1em;       /* 黄色ラインの太さ */
    background: #ffe600; /* 黄色ラインの色 */
    z-index: 0;
}
.wrapper2 {
    max-width: 500px;
    margin: 0 auto;
}
.ninsyo_jyun {
    width: 100%;
    padding: 40px 3%;
}
.judge_area {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 40px;
}
.judge_title {
    width: 100%;
    background-color: #906F54;
    padding: 5px 0;
}
.judge_line {
    width: 100%;
    height: 100%;
    border-top: 1px #fff dotted; 
    border-bottom: 1px dotted #fff;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    font-family: "ruika", sans-serif;
    font-weight: 900;
}
.judge_line p {
    line-height: 1em;
    padding: 4px 0 4px 0;
}
.sinsa_waku {
    width: 100%;
    border-radius: 10px;
    margin-top: 18px;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
}
.sinsa_waku_l {
    width: 35%;
    background-color: #FFCA35;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 5px 20px 20px;
    border-radius: 10px 0 0 10px;
}
.sinsa_waku_r {
    width: 65%;
    background-color: #FDF5BF;
    color: #333;
    display: flex;
    align-items: center;
    padding: 20px;
    text-indent: -1em;
    border-radius: 0 10px 10px 0;
}
.sinsa_waku_l p {
    text-align: left;
}
.sinsa_list li {
    list-style: inside;
    padding-left: 1.1em
}
.link_btn {
    width: 60%;
    margin: 25px auto;
    display: block;
    background-color: #F20000;
    padding: 5px 0 6px 0;
    text-align: center;
    color: #fff;
    font-family: "vdl-logog", sans-serif;
    border-radius: 10px;
    font-size: 1.5rem;
}
.margin_top40 {
    margin-top: 40px;
}
.judge_line p span {
    font-size: 0.6rem;
}
.judge_small {
    display: block;
    font-size: 0.6rem;
    padding: 0 0 4px 0;
}
.red_big {
    font-size: 1.5rem;
    color: red;
    font-weight: 800;
}
.maru1::before {
content: '\02460';
}
.maru2::before {
content: '\02461';
}
.maru3::before {
content: '\02462';
}
.kijyun_text {
    text-align: left;
    line-height: 1.5em;
    padding: 15px 20px 15px;
}
.gray_box {
    width: 100%;
    background-color: #EBEBEB;
    padding: 20px 20px 20px 35px;
    line-height: 1.5em;
    margin: 20px 0 5px;
    text-indent: -1em;
}
.link_item {
    display: flex;
    text-align: right;
    justify-content: right;
    padding-bottom: 5px;
}
.icon_pdf {
    font-size: 0.7rem;
    background-color: #B30B00;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    text-align: center;
}
.link {
    font-size: 1rem;
    text-decoration: underline;
    color: blue;
    font-size: 0.8rem;
    padding-left: 5px;
}
.judge_title2 {
    width: 100%;
    background-color: #2D4119;
    padding: 5px 0;
}
.kijyun_text ol {
    padding-left: 1em;
}
.kome {
    font-size: .9rem;
    text-align: center;
    padding-top: 20px;
}
.pref_hp {
    text-decoration: underline;
    color: Blue;
}
.small_p {
    font-size: rem;
}
.kijyun_text ol li {
    padding-bottom: 10px;
}
.link_icon_pdf {
    display: inline-block;
    font-size: 0.7rem;
    background-color: #B30B00;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
    text-align: center;
}
.link_icon_word {
    display: inline-block;
    font-size: 0.7rem;
    background-color: #0044FF;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
    text-align: center;
}
.sec04 {
    width: 100%;
    padding: 50px 0;
    background-color: #FFF597;
}
.sec04_title {
    width: 116px;
    font-family: vdl-logona, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}
.sec04_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1em;
    background: #ffe600;
    z-index: 0;
}
.sec04_box {
  background: #FEFFE9;
  border: 5px solid #ff9900;
  border-radius: 12px;
  width: 100%;
  margin: 22px 0 32px;
  padding: 24px;
}
.sec4_box_waku {
  margin-bottom: 24px;
}
.sec4_box_waku h2 {
  background: #FFF3B6;
  color: #222222;
  font-size: 1.8em;
  padding: 7px 12px 5px;
  margin-bottom: 15px;
}
.info-table {
  width: 100%;
  background: #fff;
}
.table_tr {
    width: 100%;
    display: flex;
    border: 1px solid #707070;
}
.table_th {
  width: 35%;
  background-color: #fff8d4;
  padding: 20px;
  border-right: 1px solid #707070;
  display: flex;
  font-weight: 800;
  align-items: center;
  justify-content: center;
}
.table_td {
  width: 65%;
  padding: 20px;
}
.table_td ol {
    padding-left: 1em;
    padding-bottom: 10px;
    line-height: 1.2em;
}
.table_td ul {
    padding-left: 3em;
    line-height: 1.2em;
}
.table_td ol li {
    padding-bottom: 5px;
}
.table_td ul li {
    padding-bottom: 5px;
}
.forms-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-item {
  border: 1px solid #707070;
  background: #fff;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.form-title {
  width: 45%;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 20px 30px;
  color: #FFF;
  background-color: #FFC31E;
  border-right: 1px solid #707070;
  display: flex;
  align-items: center;
}
.backgd_yellow {
  background-color: #FFC31E;
}
.backgd_gray {
  background-color: #BEB7A4;
}
.form-links {
  width: 55%;
  font-size: 0.9rem;
  padding: 20px 30px;
  line-height: 1.5em;
}
.form-links .pdf, .form-links .word, .form-links .excel {
  display: inline-block;
  font-size: 0.85em;
  font-weight: bold;
  background: #f44336;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px;
  margin-right: 4px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.form-links .word {
  background: #2196f3;
}
.form-links .excel {
  background: #107C41;
}
.form-links a {
  color: #007b9a;
  text-decoration: underline;
  margin-right: 8px;
  font-weight: normal;
}
.contact-box {
  width: 100%;
  padding: 15px;
}
.contact-box h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.sec05 {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
}
.sec05_title {
    width: 305px;
    font-family: vdl-logona, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 20px;
    position: relative;
}
.sec05_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1em;
    background: #ffe600;
    z-index: 0;
}
.company_list {
    width: 100%;
}
th,td {
    border: solid 1px;
    padding: 5px;
}
.company_list {
    font-size: 0.9rem;
    font-weight: 400;
    color: #222;
    line-height: 1em;
    border-collapse:  collapse; /* セルの線を重ねる */
}
.th_no {
    width: 4%;
    text-align: center;
    background-color: #FCF4D1;
    vertical-align: middle;
}
.th_name {
    width: 46%;
    text-align: center;
    background-color: #FCF4D1;
    vertical-align: middle;
}
.th_work {
    width: 25%;
    text-align: center;
    background-color: #FCF4D1;
    vertical-align: middle;
}
.th_day {
    width: 25%;
    text-align: center;
    background-color: #FCF4D1;
    vertical-align: middle;
}
.td_name {
    text-align: left;
    background-color: #FFF;
    vertical-align: middle;
    line-height: 1.1em;
}
.td_name a {
    color: blue;
    text-decoration: underline;
}
.td_work {
    text-align: left;
    background-color: #FFF;
    vertical-align: middle;
}
.td_day {
    text-align: center;
    background-color: #FFF;
    vertical-align: middle;
}
.footer {
    width: 100%;
    background-color: #FFD84E;
    counter-reset: #3C3C3C;
    background-image: url(../img/siro_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding: 220px 0 50px;
    text-align: center;
}
.footer_title {
    font-size:2.4rem;
    font-family: "ruika", sans-serif;
    font-weight: 900;
    line-height: 1.2em;
    padding-bottom: 5px;
}
.address {
    font-size: 1.5rem;
}
.tel {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5em;
}
.mail {
    font-size: 1rem;
}
.copy {
    width: 100%;
    background-color: #fff;
    color: #222;
    padding: 10px 0 10vh;
    text-align: center;
}

.block {display: none;}
@media screen and (max-width: 1300px) {
.footer {
    padding: 180px 0 50px;
}
}

@media screen and (max-width: 1024px) {
.h2_title {
    padding-top: 10vh;
    width: 77%;
}
.top_inu {
    width: 21vw;
    bottom: 10vh;
}
.flex p {
    font-size: 1.7rem;
}
.wrapper {
    padding: 0 5%;
}
.P_btn_itiran {
    width: 14vw;
    right: 4vw;
}
.footer {
        padding: 130px 0 50px;
    }
}
@media screen and (max-width: 830px) {
.block {
    display: block;
}
}

@media screen and (max-width: 700px) {
.sec01 {
    padding: 13px 0 10px 0;
}
.sec01_title2 {
    padding-top: 45px;
}
.benefit-list {
    padding: 50px 50px 44px 50px;
}
.sec02 {
    padding: 18px 0;
}
.sec04 {
    padding: 18px 0;
}
.sec05 {
    padding: 18px 0;
}
.footer {
    padding: 105px 0 30px;
}
}
@media screen and (max-width: 680px) {
.sec01_title {
    width: 90%;
}
.form-title {
    padding: 10px 10px
}
.form-links {
    padding: 15px 15px
}


.link_btn {
    width: 80%;
}
}
@media screen and (max-width: 580px) {
.sec01_inu {
    right: 0vw;
}
.flex p {
    font-size: 1.5rem;
}
.sec4_box_waku {
    padding-bottom: 0;
}
.tab-label {
    font-size: 1.7rem;
}
}

@media screen and (max-width: 500px) {
.sinsa_waku {
    flex-direction: column;
    border-radius: 0;
}
.sinsa_waku_l {
    width: 100%;
    border-radius: 0;
}
.sinsa_waku_r {
    width: 100%;
    border-radius: 0;
}
.link_btn {
    width: 90%;
    padding: 3px 0 5px 0;
    font-size: 1.2rem;
}
.sec4_box_waku h2 {
    font-size: 1.4rem;
}
.sec04_box {
    padding: 12px;
}
.table_tr {
    flex-direction: column;
}
.table_th {
    width: 100%;
}
.table_td {
    width: 100%;
    padding: 15px;
}
.form-item {
    flex-direction: column;
}
.form-title {
    width: 100%;
}
.form-links {
    width: 100%;
}
.flex p {
    font-size: 1.3rem;
}
.h2_title {
    width: 88%;
}
.top_inu {
    width: 29vw;
}
.sec01_inu {
    display: none;
}
.benefit-note {
    background: #FFE5C8;
    color: #333;
    font-family: vdl-logona, sans-serif;
    font-size: 1rem;
    border-radius: 6px;
    margin: 10px 0 0 35px;
    padding: 14px;
}
.benefit-list {
    padding:25px;
}
.contact-box {
    line-height: 1.4em;
}
.contact-box h3 {
    line-height: 1.5em;
}
.list_scroll {
    overflow-x: scroll;
}
.company_list {
    width: 100%;
    min-width: 600px;
}
.tab-label {
        font-size: 1.5rem;
}
}

@media screen and (max-width: 440px) {
.tab-label {
    font-size: 1.3rem;
}
.sec01_title2 {
    font-size: 1.7rem;
}
.sec01_title {
    width: 93%;
}
.title2_p {
    font-size: 2.5rem;
}
.sec02_h2 {
    font-size: 2.5rem;
}
.sec02_title {
    width: 298px;
}
.sec01_title2 {
    font-size: 1.7rem;
}
.title2_p {
    font-size: 2.5rem;
}
.footer_title {
    font-size: 2rem;
}
.address {
    font-size: 1.2rem;
}
.tel {
    font-size: 2rem;
}
.mail {
    font-size: 0.9rem;
}
.flex p {
    font-size: 1rem;
}
.sec01_text {
    padding: 30px 0;
    font-size: 1.2rem;
}
.benefit-list {
    padding: 15px;
}
.sinsa_waku_l {
    padding: 10px 5px 10px 10px;
}
.sinsa_waku_r {
    padding: 15px 10px 10px;
}
.link {
    font-size: 0.6rem;
}
}
@media screen and (max-width: 370px) {
.wrapper {
    padding: 0 4%;
}
.judge_area {
    padding: 15px;
}
.kijyun_text {
    padding: 11px 12px 11px;
}
.tab-label {
    font-size: 1.1rem;
}
.sec01_title2 {
    font-size: 1.5rem;
}
.sec01_title {
    width: 93%;
}
.title2_p {
    font-size: 2.2rem;
}
.sec02_h2 {
    font-size: 2.2rem;
}
.sec02_title {
    width: 270px;
}
.sec01_title2 {
    font-size: 1.5rem;
}
.title2_p {
    font-size: 2.2rem;
}
.footer_title {
    font-size: 1.8rem;
}
.address {
    font-size: 1rem;
}
.tel {
    font-size: 1.8rem;
}
.mail {
    font-size: 0.8rem;
}
.copy {
    font-size: 0.8rem;
}
}