@charset "UTF-8";

html {
    font-size: 62.5%;
}
footer {
    max-width: 100%;
}
body {
/*    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';*/
    font-style: normal;
    font-weight: 400;
/*    font-weight: 300;*/
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

body, h1, h2, h3, h4, h5, h6, p, address, blockquote, pre, div, dl, dt, dd, ol, ul, li, th, td, form, fieldset, input, textarea {
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.spview_only {
    display: none;
}

.hide {
    display: none !important;
}

.font_key {
    font-family: 'Big Shoulders Display', cursive;
    font-weight: 700;
}

.icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.icon::before {
    display: block;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: inherit;
    transition-property: opacity, filter;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

textarea,
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #777;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 1px 0;
    width: 100%;
    background: #f8f8f8;
    transition-duration: .3s;
    transition-property: background-color, color, text-indent;
}

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
    text-indent: 1em;
    background: #fff;
}

label input[type="checkbox"],
label input[type="radio"] {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
}

body.js_mouseover a:hover,
body.js_mouseover button:hover,
body.js_mouseover button:focus,
body.js_mouseover input[type="reset"]:hover,
body.js_mouseover input[type="reset"]:focus {
    opacity: 0.88;
    filter: brightness(1.05) !important;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 40px;
}

tr>* {
    padding: 20px 20px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

th {
    background-color: #f4f4f4;
    font-weight: normal;
}

tr>.no_bd {
    border-right: none;
}


.dl {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dl:first-child {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

.dt {
    width: 150px;
}

.dd {
    width: calc(100% - 150px);
}

ul.ul>li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}

ul.ul>li:before {
    content: "・";
}

/* ------------------------------------------------------------------------------------------------------------ */

/* layout ↓ */

/* ------------------------------------------------------------------------------------------------------------ */

#main,
.block {
    width: 100%;
    display: block;
}

#main,
.mainvis,
.block,
.container,
.cont {}

#main {
    overflow-x: hidden;
}

.block {
    background: transparent;
}


.container {
    width: 100%;
}

.cont {
    margin-left: auto;
    margin-right: auto;
}

.inner {
    max-width: 1280px;
    max-width: 1222px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.inner {
/*    padding-left: 100px;*/
/*    padding-right: 100px;*/
}

/* ------------------------------------------------------------------------------------------------------------ */

/* parts */

/* ------------------------------------------------------------------------------------------------------------ */


.txtSS {
    font-size: 12px;
}

.txtS {
    font-size: 14px;
}

.txtN {
    font-size: 16px;
}

.txtM {
    font-size: 22px;
}

.txt20 {
    font-size: 20px;
    line-height: 1.3;
}

.txt25 {
    font-size: 25px;
    line-height: 1.3;
}

.txt30 {
    font-size: 30px;
    line-height: 1.2;
}

.txt35 {
    font-size: 35px;
    line-height: 1.2;
}

.txt40 {
    font-size: 40px;
    line-height: 1.2;
}

.txt45 {
    font-size: 45px;
    line-height: 1.1;
}

.txt50 {
    font-size: 50px;
    line-height: 1.1;
}

.txt55 {
    font-size: 55px;
    line-height: 1.1;
}

.btn {
    background: #FFBA00;
    color: #fff;
    display: inline-block;
    margin: auto;
    max-width: 100%;
    padding: 1.1em 60px 1.1em 60px;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.33);
    font-weight: bold;
}

.btn>span {
    position: relative;
}

.btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

body.js_mouseover .btn:hover:before {
    right: -40px;
}



.bg_white {
    background-color: #fff;
}

.bg_key {
    background-color: #00A0B4;
}


i[class*=clr_],
i[class*=txt] {
    font-style: normal;
}


.clr_white {
    color: #fff;
}
.clr_key {
    color: #00A0B4;
}


.break {
    word-break: break-all;
}

.btnArea {
    text-align: center;
}

/* ------------------------------------------------------------------------------------------------------------ */

/* content */

/* ------------------------------------------------------------------------------------------------------------ */
#main {
    padding-bottom: 100px;
}
.lead {
    line-height: 2;
    margin: 30px auto 100px;
    font-weight: 300;
    font-weight: 500;
}
.catch {
    font-size: 28px;
    font-weight: 500;
    margin: 20px auto 20px;
}

.persons {
    margin: auto;
    width: 100%;
    padding: 1px 50px;
    padding: 1px 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.person_itm {
    background: #D9E8B1;
    margin-right: 20px;
    width: 317px;
    max-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 60px) / 4);
    text-decoration: none;
}
.person_itm:hover {
    box-shadow: 0 0px 8px 0px rgb(256 256 256 / 30%);
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 13%);
}
/*.person_itm:nth-of-type(3n),*/
.person_itm:nth-of-type(4n){
    margin-right: 0;
}
.person_dtl {
    padding: 20px 8px 30px 20px;
}
.person_dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.person_dt {
    width: 5em;
}

.person_dt > span {
    background: #41AE27;
    color: #fff;
    padding: 2px 3px;
    display: block;
    text-align: center;
    line-height: 1.2;
    margin-top: 4px;
}

.person_dd {
    width: calc(100% - 5em - 10px);
    margin-left: 10px;
    padding-top: 2px;
}

.tabs {
    display: flex;
    width: calc(100% + 100px);
    width: calc(100%);
    margin: 10px -50px 30px;
    margin: 10px auto 30px;
    border-bottom: 10px solid #41AE27;
    justify-content: space-between;
}

a.tab {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    border: 2px solid #41AE27;
    color: #41AE27;
    border-bottom: none;
    padding: 10px 4px;
    font-size: 14px;
    margin: 0 6px;
    line-height: 1.3;
    width: calc(100% / 6);
    justify-content: center;
}
a.tab > * {
    display: inline-block;
}
a.tab.is_current {
    background: #41AE27;
    color: #fff !important;
    font-weight: bold;
}
a.tab[href="#person_2"] {
    border-color: #DE3C51;
    color: #DE3C51;
}
a.tab.is_current[href="#person_2"] {
    background: #DE3C51;
}
.tabs:has(a.tab.is_current[href="#person_2"]) {
    border-color: #DE3C51;
}
a.tab[href="#person_3"] {
    border-color: #E65052;
    color: #E65052;
}
a.tab.is_current[href="#person_3"] {
    background: #E65052;
}
.tabs:has(a.tab.is_current[href="#person_3"]) {
    border-color: #E65052;
}
a.tab[href="#person_4"] {
    border-color: #F29700;
    color: #F29700;
}
a.tab.is_current[href="#person_4"] {
    background: #F29700;
}
.tabs:has(a.tab.is_current[href="#person_4"]) {
    border-color: #F29700;
}
a.tab[href="#person_5"] {
    border-color: #A968A2;
    color: #A968A2;
}
a.tab.is_current[href="#person_5"] {
    background: #A968A2;
}
.tabs:has(a.tab.is_current[href="#person_5"]) {
    border-color: #A968A2;
}
a.tab[href="#person_6"] {
    border-color: #009EDF;
    color: #009EDF;
}
a.tab.is_current[href="#person_6"] {
    background: #009EDF;
}
.tabs:has(a.tab.is_current[href="#person_6"]) {
    border-color: #009EDF;
}

.ac_head {
    display: none;
}

.person_dtl {
    padding: 20px 20px 30px 20px;
    padding: 20px 6px 30px 2px;
}

dt.person_dt {
    display: none;
}

dd.person_dd {
    width: 100%;
}

dd.person_dd .uni {
/*    margin-left: 0.6em;*/
/*    margin-left: 0.2em;*/
}