@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

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

.mt40 {
    margin-top: 40px !important
}

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

.mt60 {
    margin-top: 60px !important
}

.mt80 {
    margin-top: 80px !important
}

.mt100 {
    margin-top: 100px !important
}

.ml15 {
    margin-left: 15px !important
}

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

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a:hover {
    cursor: pointer;
    opacity: 0.8 !important
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

:after,
:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    position: relative;
    width: calc(100vw - (100vw - 100%));
    min-width: 300px;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    color: #000000;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:851px) {
    body {
        font-size: 1.6rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    outline: 0;
    color: #000
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

address,
em,
i {
    font-style: normal;
    font-style: normal
}

button,
input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    vertical-align: middle;
    font-size: inherit;
    color: #333
}

input::-webkit-input-placeholder {
    color: #bfbfbf
}

input:-ms-input-placeholder {
    color: #bfbfbf
}

input::-moz-placeholder {
    color: #bfbfbf
}

option {
    outline: 0
}

sup {
    position: relative;
    top: -0.7em;
    font-size: 70%
}

a[href^="tel:"].tel_disable {
    pointer-events: none;
    text-decoration: none
}

img[src$=".svg"] {
    width: 100%
}

._sp {
    display: block
}

@media only screen and (min-width:851px) {
    ._sp {
        display: none
    }
}

._pc {
    display: none
}

@media only screen and (min-width:851px) {
    ._pc {
        display: block
    }
}

main {
    display: block;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    min-width: 80%
}

@media only screen and (max-width:850px) {
    main {
        padding-top: 60px;
        min-width: 100%
    }

    main:after {
        position: fixed;
        content: "";
        background: #fff;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 9
    }
}

section {
    padding: 4% 0
}

@media only screen and (min-width:851px) {
    section {
        padding: 1% 0
    }
}

section.footer {
    padding: 15px 2%
}

.main_ttl {
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px
}

@media only screen and (min-width:851px) {
    .main_ttl {
        font-size: 3.6rem
    }
}

.main_ttl span {
    border-bottom: 4px solid #edd300;
    padding-bottom: 15px
}

.center {
    display: block;
    margin: 0 auto
}

@media only screen and (min-width:851px) {
    .center {
        text-align: center
    }
}

a img:hover {
    opacity: 0.7
}

@media only screen and (max-width:850px) {

    #link01,
    #link02,
    #link03,
    #link04,
    #link05,
    #link06 {
        margin-top: -60px;
        padding-top: 60px
    }
}

table tr:last-of-type td,
table tr:last-of-type th {
    border-bottom: none
}

table th {
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    font-size: 1.6rem;
    background: #f4f4f4
}

@media only screen and (max-width:850px) {
    table th {
        display: block
    }
}

table td {
    padding: 10px 0 10px 20px;
    font-size: 1.6rem;
    background: #fff;
    border-bottom: 1px solid #dddddd;
    padding: 10px 2%
}

@media only screen and (min-width:851px) {
    table td {
        padding: 15px 20px
    }
}

@media only screen and (max-width:850px) {
    table td {
        display: block
    }
}

table td a {
    text-decoration: underline
}

table td a:hover {
    text-decoration: none
}

@media only screen and (min-width:851px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none
    }
}

header {
    background: #fff;
    height: 60px;
    width: 100%
}

#side {
    height: 100vh;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    width: 20vw;
    min-width: 200px;
    max-width: 300px;
    padding: 20px 2%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:850px) {
    #side {
        width: 0;
        min-width: 0;
        max-width: 0;
        background: none;
        padding: 0
    }
}

#side h1 {
    position: relative;
    z-index: 10
}

#side h1 img {
    max-width: 167px;
    height: auto;
    display: block;
    margin: 0 auto
}

@media only screen and (max-width:850px) {
    #side h1 img {
        position: fixed;
        top: 6px;
        left: calc(50% - 83px);
        height: 50px
    }
}

@media only screen and (max-width:850px) {
    #side nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 60px;
        right: 0;
        color: #000;
        background: #fff;
        text-align: center;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        width: 100%;
        padding: 0 4% 60px;
        height: calc(100vh - 60px);
        overflow-y: scroll
    }

    #side nav.globalMenuSp.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

#side nav.globalMenuSp ul.gnav {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width:851px) {
    #side nav.globalMenuSp ul.gnav {
        margin: 30px 0
    }
}

@media only screen and (max-width:850px) {
    #side nav.globalMenuSp ul.gnav li {
        border-bottom: 1px solid #dddddd;
        text-align: left;
        padding: 0 4%
    }
}

#side nav.globalMenuSp ul.gnav li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 2rem;
    font-weight: bold
}

@media only screen and (max-width:850px) {
    #side nav.globalMenuSp ul.gnav li a {
        padding: 1rem 0;
        font-size: 1.8rem
    }
}

#side nav.globalMenuSp ul.gnav li a span {
    position: relative;
    padding: 0 0 0 16px
}

#side nav.globalMenuSp ul.gnav li a span:before {
    position: absolute;
    content: "";
    width: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #ff001e;
    top: 8px;
    left: 0
}

#side nav.globalMenuSp ul.gnav li a:hover {
    color: #ff001e
}

#side nav.globalMenuSp ul.side_bn {
    margin-bottom: 30px
}

#side nav.globalMenuSp ul.side_bn li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
    height: auto
}

#side nav.globalMenuSp ul.side_bn li span {
    font-size: 1rem;
    display: block
}

#side nav.globalMenuSp ul.side_bn li.yellow {
    background: #ffdf00
}

#side nav.globalMenuSp ul.side_bn li.red {
    background: #e41420
}

#side nav.globalMenuSp ul.side_bn li.hayaoki {
    display: block;
    text-align: left;
}

@media (max-width: 850px) {
    #side nav.globalMenuSp ul.side_bn li.hayaoki {
        text-align: center;
    }
}

#side nav.globalMenuSp ul.side_bn li.hayaoki img {
    display: inline-block;
    width: 100%;
    height: auto;
}

#side nav.globalMenuSp ul.side_bn li.border {
    border: 2px solid #dddddd
}

#side #nav_toggle {
    display: none
}

@media only screen and (max-width:850px) {
    #side #nav_toggle {
        display: block;
        position: fixed;
        z-index: 3;
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center
    }
}

#side #nav_toggle span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #c12c25;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

#side #nav_toggle span:first-child {
    top: 10px
}

#side #nav_toggle span:nth-child(2) {
    top: 20px
}

#side #nav_toggle span:nth-child(3) {
    top: 30px
}

#side #nav_toggle.active span:first-child {
    width: 14px;
    -webkit-transform: translate(-1px, 5px) rotate(-45deg);
    transform: translate(-1px, 5px) rotate(-45deg)
}

#side #nav_toggle.active span:nth-child(3) {
    width: 14px;
    -webkit-transform: translate(-1px, -5px) rotate(45deg);
    transform: translate(-1px, -5px) rotate(45deg)
}

.footer {
    position: relative;
    background: #c12c25;
    padding: 35px 2%;
    color: #fff;
    margin-top: 30px
}

@media screen and (min-width:1155px) {
    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer ul li {
    padding: 0 4%;
    position: relative;
    white-space: nowrap
}

.footer ul li:not(:last-of-type):before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 14px;
    top: 0;
    right: 0
}

.footer ul li a {
    color: #fff;
    display: block;
    line-height: 1
}

@media only screen and (max-width:850px) {
    .footer ul li a {
        font-size: 1.4rem
    }
}

@media screen and (max-width:374px) {
    .footer ul li a {
        font-size: 3.4vw
    }
}

.footer small {
    font-size: 1.4rem;
    text-align: right
}

@media only screen and (max-width:850px) {
    .footer small {
        display: block;
        margin: 15px auto 0;
        text-align: center;
        font-size: 1rem
    }
}

.footer #page_top {
    position: fixed;
    bottom: 15px;
    right: 4%;
    z-index: 99999;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 3.5vw;
    background: rgba(143, 191, 187, 0.8)
}

@media only screen and (min-width:851px) {
    .footer #page_top {
        width: 70px;
        height: 70px;
        bottom: 30px;
        right: 20px;
        font-size: 1.5rem
    }
}

@media screen and (max-width:768px) and (min-width:480px) {
    .footer #page_top {
        font-size: 13px
    }
}

.footer #page_top a {
    color: #ff73a5;
    display: block;
    width: 100%;
    height: 100%
}

.footer #page_top span {
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    padding-top: 10px;
    line-height: 1.1;
    padding-top: 15px;
    display: block;
    height: 100%
}

@media only screen and (min-width:851px) {
    .footer #page_top span {
        padding-top: 30px
    }
}

.footer #page_top span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #ff73a5 transparent;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%)
}

@media only screen and (min-width:851px) {
    .footer #page_top span:before {
        border-width: 0 8px 10px 8px
    }
}

#index section.bg_gray {
    background: #f4f4f4
}

#index section .sec_inner {
    margin: 0 4%
}

@media only screen and (min-width:851px) {
    #index section .sec_inner {
        margin: 0 20px
    }
}

#index section .bn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding: 0 4%
}

@media only screen and (min-width:851px) {
    #index section .bn_list {
        padding: 0 20px
    }
}

#index section .bn_list li {
    width: 47%
}

@media only screen and (min-width:851px) {
    #index section .bn_list li {
        width: calc(25% - 15px)
    }
}

#index section .bn_list li img {
    width: 100%
}

#index .mv {
    padding: 0 0 1%;
    position: relative;
    background: #fff;
    margin: 15px 15px 0
}

#index .mv .slick_item {
    margin: 0 auto;
    width: 100%
}

#index .mv .slick_item img {
    width: 100%
}

#index .mv .slick_item .slide_arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 3
}

#index .mv .slick_item .slide_arrow.prev_arrow {
    left: 40px
}

@media only screen and (max-width:850px) {
    #index .mv .slick_item .slide_arrow.prev_arrow {
        left: 4%;
        width: 40px
    }
}

#index .mv .slick_item .slide_arrow.next_arrow {
    right: 40px
}

@media only screen and (max-width:850px) {
    #index .mv .slick_item .slide_arrow.next_arrow {
        right: 4%;
        width: 40px
    }
}

#index .mv .slick_item .slick-dots {
    bottom: 0 !important
}

@media only screen and (max-width:850px) {
    #index .mv .slick_item .slick-dots {
        display: none
    }
}

#index .mv .slick_item .slick-dots li button {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

#index .mv .slick_item .slick-dots li button:before {
    display: none
}

#index .sec01 {
    background: #fff;
    padding-top: 40px 0 4%
}

@media only screen and (min-width:851px) {
    #index .sec01 {
        padding: 0 0 1%
    }
}

#index .sec01 .flex {
    padding: 0 0 90px
}

@media only screen and (min-width:851px) {
    #index .sec01 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 0 20px;
        padding: 0
    }
}

#index .sec01 .flex .half {
    border-radius: 20px;
}

@media only screen and (min-width:851px) {
	#index .sec01 .flex .half{
		width: 100%
	}
}


#index .sec01 .flex div.half {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


@media only screen and (max-width:850px) {
    #index .sec01 .flex div.half {
        margin-bottom: 4%
    }
}

#index .sec01 .flex dl.half {
    border: 2px solid #dddddd
}

@media only screen and (min-width:851px) {
    #index .sec01 .flex dl.half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#index .sec01 .flex dl.half dt {
    background: #f05a28;
    border-radius: 20px 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 0
}

@media only screen and (min-width:851px) {
    #index .sec01 .flex dl.half dt {
        border-radius: 20px 0 0 20px;
        font-size: 3rem;
        padding: 0 20px
    }
}

#index .sec01 .flex dl.half dd {
    padding: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:851px) {
    #index .sec01 .flex dl.half dd {
        padding: 25px
    }
}

#index .sec01 .flex dl.half dd ul {
    width: 82vw
}

@media screen and (min-width:851px) and (max-width:1200px) {
    #index .sec01 .flex dl.half dd ul {
        width: 20vw
    }
}

@media screen and (min-width:1201px) and (max-width:1500px) {
    #index .sec01 .flex dl.half dd ul {
        width: 26vw
    }
}

@media screen and (min-width:1501px) {
    #index .sec01 .flex dl.half dd ul {
        width: 30vw
    }
}

#index .sec01 .flex dl.half dd li:not(:last-of-type) {
    margin-bottom: 10px
}

@media only screen and (min-width:851px) {
    #index .sec01 .flex dl.half dd li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width:851px) {
    #index .sec01 .flex dl.half dd li span {
        display: inline-block;
        margin-right: 20px
    }
}

#index .sec01 .flex dl.half dd li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width:850px) {
    #index .sec02 {
        padding-bottom: 60px
    }
}

#index .sec02 .sec_inner {
    border: 3px solid #00accc;
    border-radius: 40px;
    padding: 30px 4%;
    gap: 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:851px) {
    #index .sec02 .sec_inner {
        font-size: 3.6rem
    }
}

@media only screen and (max-width:850px) {
    #index .sec02 .sec_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#index .sec02 .sec_inner .txt {
    margin-bottom: 20px
}

@media only screen and (min-width:851px) {
    #index .sec02 .sec_inner .txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 0
    }
}

#index .sec02 .sec_inner h2 {
    color: #03b8df;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #03b8df;
    border-left: 12px solid #03b8df;
    margin-bottom: 20px
}

#index .sec02 .sec_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.1%;
    gap: 30px 0
}

#index .sec02 .sec_inner ul li {
    width: 48.5%;
    font-size: 13.5px;
    font-weight: bold;
    padding-left: 22px;
    position: relative;
    line-height: 1.35;
    color: #3e3a39;
    list-style-position: -0.02rem;
}

@media only screen and (max-width:1280px) {
    #index .sec02 .sec_inner ul li {
        width: 100%;
        font-size: 1.6rem;
        padding-left: 20px
    }
}

#index .sec02 .sec_inner ul li:before {
    position: absolute;
    content: "";
    background: #5aa0c3;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 3.5px;
    left: 0;
}

@media only screen and (max-width:850px) {
    #index .sec02 .sec_inner ul li:before {
        width: 15px;
        height: 15px
    }
}

#index .sec03 .sec_inner {
    background: #00b8db;
    border-radius: 40px;
    color: #fff;
    padding: 55px 0 90px;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (min-width:851px) {
    #index .sec03 .sec_inner {
        padding: 55px 0 44px
    }
}

#index .sec03 .sec_inner:before {
    position: absolute;
    content: "";
    background: url(../img/top/bg_gofor_left.png) no-repeat bottom left;
    width: 578px;
    height: 256px;
    bottom: 10px;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:850px) {
    #index .sec03 .sec_inner:before {
        width: 46vw;
        height: 25vw;
        background-size: contain
    }
}

#index .sec03 .sec_inner:after {
    position: absolute;
    content: "";
    background: url(../img/top/bg_gofor_right.png) no-repeat top right;
    width: 435px;
    height: 307px;
    top: 18px;
    right: 0;
    z-index: 0
}

@media only screen and (max-width:850px) {
    #index .sec03 .sec_inner:after {
        width: 46vw;
        height: 25vw;
        background-size: contain
    }
}

#index .sec03 .sec_inner h2 {
    max-width: 562px;
    margin: 0 auto 37px;
    width: 90%;
    position: relative;
    z-index: 1
}

#index .sec03 .sec_inner .txt_area {
    padding-bottom: 40px;
    max-width: 1050px;
    margin: 0 auto 40px;
    border-bottom: 1px solid #fff;
    width: 90%
}

#index .sec03 .sec_inner .txt_area p {
    font-weight: bold
}

@media only screen and (min-width:851px) {
    #index .sec03 .sec_inner .txt_area p {
        font-size: 1.8rem;
        text-align: center
    }
}

#index .sec03 .sec_inner .leaflet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media only screen and (max-width:850px) {
    #index .sec03 .sec_inner .leaflet {
        display: block
    }
}

#index .sec03 .sec_inner .leaflet .leaflet_img {
    width: 150px;
    height: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
}

@media only screen and (max-width:850px) {
    #index .sec03 .sec_inner .leaflet .leaflet_img {
        display: block;
        margin: 0 auto 20px
    }
}

@media only screen and (max-width:850px) {
    #index .sec03 .sec_inner .leaflet .leaflet_txt {
        width: 90%;
        margin: 0 auto
    }
}

#index .sec03 .sec_inner .leaflet .leaflet_txt p {
    font-size: 2.4rem;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px
}

@media only screen and (max-width:850px) {
    #index .sec03 .sec_inner .leaflet .leaflet_txt p {
        font-size: 1.8rem
    }
}

#index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn {
    display: block;
    background: #ff001d;
    width: 329px;
    border: 1px solid #ff001d;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: bold
}

@media only screen and (max-width:850px) {
    #index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn {
        width: 100%;
        margin-top: 15px
    }
}

#index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn:hover {
    background: #fff
}

#index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn:hover span {
    color: #ff001d
}

#index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn:hover span:before {
    background: #ff001d
}

#index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn:hover span:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

#index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn span {
    color: #fff;
    position: relative;
    font-size: 1.9rem;
    line-height: 50px;
    padding-right: 30px
}

@media only screen and (max-width:850px) {
    #index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn span {
        font-size: 1.6rem
    }
}

#index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn span:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: calc(50% - 10px);
    right: 0
}

#index .sec03 .sec_inner .leaflet .leaflet_txt .leaflet_btn span:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff001d;
    border-right: 2px solid #ff001d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 7px
}

#index .sec03 .sec_inner h3 {
    font-size: 4.2vw;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative
}

@media only screen and (min-width:851px) {
    #index .sec03 .sec_inner h3 {
        font-size: 2.4rem
    }
}

#index .sec03 .sec_inner h4 {
    font-size: 3.6vw;
    text-align: center;
    line-height: 1.9;
    font-weight: bold;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:851px) {
    #index .sec03 .sec_inner h4 {
        font-size: 2rem
    }
}

#index .sec04 {
    padding: 40px 0 50px
}

#index .sec04 .bg_pink {
    position: relative;
    z-index: 1;
    padding: 60px 0 80px
}

#index .sec04 .bg_pink:before {
    position: absolute;
    content: "";
    background: #ff73a5;
    width: 98%;
    height: 100%;
    border-radius: 0 40px 40px 0;
    top: 0;
    left: 0;
    z-index: -1
}

@media only screen and (min-width:851px) {
    #index .sec04 .bg_pink:before {
        width: 65%
    }
}

#index .sec05 .bg_green {
    position: relative;
    padding: 60px 0 80px;
    background: #009c3c
}

#index .sec06 {
    position: relative
}

#index .sec06:before {
    position: absolute;
    content: "";
    background: url(../img/top/confetti_left.svg) no-repeat center left;
    bottom: 0;
    left: 0;
    width: 10vw;
    height: 23vw;
    background-size: cover;
    z-index: 1
}

#index .sec06:after {
    position: absolute;
    content: "";
    background: url(../img/top/confetti_right.svg) no-repeat top left;
    top: 0;
    right: 0;
    width: 10vw;
    height: 20vw;
    background-size: cover
}

#index .sec06 .bg_orange {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    background: #f05a28;
    border-radius: 40px 40px 0 0;
    padding: 60px 0 10px;
    position: relative
}

@media only screen and (min-width:851px) {
    #index .sec06 .bg_orange {
        width: 80%
    }
}

#index .sec06 table {
    width: 96%;
    max-width: 780px;
    margin: 0 auto 80px;
    border-radius: 20px;
    z-index: 2;
    position: relative
}

#index .sec06 table tr:first-of-type th {
    border-radius: 20px 20px 0 0
}

@media only screen and (min-width:851px) {
    #index .sec06 table tr:first-of-type th {
        border-radius: 20px 0 0 0
    }
}

@media only screen and (min-width:851px) {
    #index .sec06 table tr:first-of-type td {
        border-radius: 0 20px 0 0
    }
}

@media only screen and (min-width:851px) {
    #index .sec06 table tr:last-of-type th {
        border-radius: 0 0 0 20px
    }
}

#index .sec06 table tr:last-of-type td {
    border-radius: 0 0 20px 20px
}

@media only screen and (min-width:851px) {
    #index .sec06 table tr:last-of-type td {
        border-radius: 0 0 20px 0
    }
}

#index .sec07 #link06 {
    color: #000000;
    margin-top: 50px
}

#index .sec07 .gmap {
    height: 0;
    overflow: hidden;
    position: relative;
    padding: 0 20px 36.25%
}

@media only screen and (min-width:851px) {
    #index .sec07 .gmap {
        margin: 0 20px
    }
}

#index .sec07 .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.middle main {
    background: #f4f4f4
}

.middle .page_bg {
    position: relative;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.middle .page_bg:before {
    position: absolute;
    content: "";
    width: 98%;
    height: 100%;
    border-radius: 0 0 40px 0;
    top: 0;
    left: 0;
    z-index: 0
}

.middle .page_bg .main_ttl {
    position: relative
}

.middle .pankuzu {
    padding: 15px 4%
}

.middle .pankuzu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.middle .pankuzu ul li {
    margin: 0 20px 0 0;
    letter-spacing: 0.1em;
    font-size: 1.6rem
}

.middle .pankuzu ul li br {
    display: none
}

.middle .pankuzu ul li a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.middle .pankuzu ul li a:hover {
    color: #f05a28
}

.middle .pankuzu ul li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #f05a28;
    border-right: 1px solid #f05a28;
    position: absolute;
    right: -12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 5px)
}

.middle .middle_block {
    margin: 0 4%
}

@media only screen and (min-width:851px) {
    .middle .main_contects {
        min-height: calc(100vh - 250px)
    }
}

#news_detail .page_bg:before {
    background: #00b8db
}

#news_detail .box {
    background: #fff;
    padding: 4%;
    border-radius: 40px
}

#news_detail .box_top {
    border-bottom: 2px solid #f05a28;
    padding-bottom: 10px;
    margin-bottom: 3rem
}

@media only screen and (min-width:851px) {
    #news_detail .box_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

#news_detail .box_top .news_ttl {
    font-size: 2.2rem;
    font-weight: bold
}

@media only screen and (min-width:851px) {
    #news_detail .box_top .news_ttl {
        font-size: 3rem
    }
}

#news_detail .box_top .news_data {
    font-size: 1.6rem
}

@media only screen and (max-width:850px) {
    #news_detail .box_top .news_data {
        font-size: 1.4rem;
        text-align: right
    }
}

#news_detail .box_bottom {
    padding: 0 2%
}

#news_detail .box_bottom p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1rem
}

#news_detail .box_bottom p a {
    color: #f05a28;
    text-decoration: underline
}

#news_detail .box_bottom p a:hover {
    text-decoration: none
}

#news_detail .box_bottom p+h1,
#news_detail .box_bottom p+h2,
#news_detail .box_bottom p+h3,
#news_detail .box_bottom p+h4 {
    margin-top: 2rem
}

#news_detail .box_bottom h1 {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border-left: #f05a28 5px solid;
    padding-left: 10px
}

@media only screen and (min-width:851px) {
    #news_detail .box_bottom h1 {
        font-size: 2.8rem
    }
}

#news_detail .box_bottom h2 {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 1rem
}

@media only screen and (min-width:851px) {
    #news_detail .box_bottom h2 {
        font-size: 2.4rem
    }
}

#news_detail .box_bottom h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem
}

@media only screen and (min-width:851px) {
    #news_detail .box_bottom h3 {
        font-size: 2rem
    }
}

#news_detail .box_bottom h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem
}

@media only screen and (min-width:851px) {
    #news_detail .box_bottom h4 {
        font-size: 1.8rem
    }
}

#news_detail .box_bottom img {
    display: block;
    margin: 1rem auto
}

#news_detail .links a {
    display: block;
    background: #000;
    color: #fff;
    padding: 5px 0;
    margin: 50px auto;
    text-align: center;
    max-width: 200px
}

#news .page_bg:before {
    background: #ff73a5
}

#news .news_block {
    margin: 0 4%;
    background: #fff;
    padding: 4%;
    border-radius: 20px
}

@media only screen and (min-width:851px) {
    #news .news_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0 4%;
        border-radius: 40px
    }
}

@media only screen and (min-width:851px) {
    #news .news_block .news_list {
        width: 80%
    }
}

#news .news_block .news_list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px
}

#news .news_block .news_list li .spanwrap {
    margin-bottom: 5px
}

#news .news_block .news_list li .spanwrap span {
    font-weight: bold
}

#news .news_block .news_list li .spanwrap span.slug {
    color: #fff;
    padding: 0 10px;
    background: #009c3c;
    display: inline-block;
    margin-left: 10px
}

#news .news_block .news_list li a p {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media only screen and (max-width:850px) {
    #news .news_block .news_list li a p {
        font-size: 1.6rem
    }
}

#news .news_block .news_list li a p:hover {
    color: #f05a28
}

@media only screen and (min-width:851px) {
    #news .news_block .side_loop {
        width: 20%;
        padding: 0
    }
}

#news .news_block .side_loop .news_side_ttl {
    font-weight: bold;
    border-bottom: solid 4px #f05a28;
    position: relative;
    margin-bottom: 15px;
    display: block
}

@media only screen and (min-width:851px) {
    #news .news_block .side_loop .news_side_ttl {
        font-size: 2rem
    }
}

#news .news_block .side_loop .news_cat01 {
    margin-bottom: 35px
}

#news .news_block .side_loop a {
    position: relative;
    padding-left: 20px
}

#news .news_block .side_loop a:hover {
    color: #f05a28
}

#news .news_block .side_loop a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #f05a28;
    border-right: 1px solid #f05a28;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 4px);
    left: 0
}

#news .news_block .wp-pagenavi {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

#news .news_block .wp-pagenavi span.current {
    background: #000;
    color: #fff;
    width: 30px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    padding: 0;
    font-weight: bold
}

#news .news_block .wp-pagenavi a.prav {
    display: none
}

#news .news_block .wp-pagenavi a.page {
    background: #fff;
    color: #000;
    width: 30px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    padding: 0;
    font-weight: bold
}

#contact .page_bg:before,
#contact_confirmation .page_bg:before,
#contact_error .page_bg:before,
#contact_thanks .page_bg:before {
    background: #009c3c
}

@media only screen and (max-width:850px) {

    #contact p.center,
    #contact_confirmation p.center,
    #contact_error p.center,
    #contact_thanks p.center {
        text-align: left;
        margin: 0 4%
    }
}

#contact p.center strong,
#contact_confirmation p.center strong,
#contact_error p.center strong,
#contact_thanks p.center strong {
    text-align: center
}

#contact .red_ttl,
#contact_confirmation .red_ttl,
#contact_error .red_ttl,
#contact_thanks .red_ttl {
    font-size: 2rem;
    font-weight: bold;
    color: #f05a28;
    margin-top: 60px
}

@media only screen and (max-width:850px) {

    #contact .red_ttl,
    #contact_confirmation .red_ttl,
    #contact_error .red_ttl,
    #contact_thanks .red_ttl {
        margin: 30px 8% 0;
        font-size: 1.6rem
    }
}

@media only screen and (max-width:850px) {

    #contact .txt_policy,
    #contact_error .txt_policy {
        padding: 0 8%
    }
}

#contact .policy_box,
#contact_error .policy_box {
    border: 1px solid #cccccc;
    background: #fff;
    height: 280px;
    overflow-y: auto;
    padding: 15px 20px 0;
    margin: 15px 0
}

@media only screen and (max-width:850px) {

    #contact .policy_box,
    #contact_error .policy_box {
        margin: 15px 4%
    }
}

#contact .policy_box h3,
#contact_error .policy_box h3 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.08em
}

@media only screen and (max-width:850px) {

    #contact .policy_box h3,
    #contact_error .policy_box h3 {
        font-size: 1.8rem
    }
}

#contact .policy_box h4,
#contact .policy_box h5,
#contact_error .policy_box h4,
#contact_error .policy_box h5 {
    font-size: 1.4rem;
    line-height: 1.7
}

#contact .policy_box p,
#contact_error .policy_box p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 30px
}

#contact .check_area,
#contact_error .check_area {
    text-align: center;
    margin: 40px auto;
    background: #fff;
    max-width: 560px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:850px) {

    #contact .check_area,
    #contact_error .check_area {
        margin: 20px 4%;
        padding: 10px 4%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

#contact .check_area input.ch_box,
#contact_error .check_area input.ch_box {
    width: 20px;
    height: 20px;
    opacity: 1;
    position: relative;
    appearance: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    top: 0;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    border-radius: 2px
}

#contact .check_area span.must,
#contact_error .check_area span.must {
    color: #fff;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 10px;
    display: inline-block;
    background: #ff001e;
    margin-left: 20px
}

@media only screen and (max-width:850px) {

    #contact .check_area span.must,
    #contact_error .check_area span.must {
        display: block;
        margin: 0 auto 10px 30px
    }
}

@media only screen and (min-width:851px) {

    #contact .policy_area,
    #contact_error .policy_area {
        padding: 0 4%
    }
}

#contact .policy_area p.indent,
#contact_error .policy_area p.indent {
    text-indent: 1em
}

#contact .policy_area p.kakko,
#contact_error .policy_area p.kakko {
    text-indent: -0.8em
}

@media only screen and (max-width:850px) {

    #contact .policy_area p,
    #contact_error .policy_area p {
        font-size: 1.2rem
    }
}

#contact .policy_area h3,
#contact_error .policy_area h3 {
    margin: 40px 0 10px;
    font-size: 2rem;
    font-weight: bold
}

@media only screen and (max-width:850px) {

    #contact .policy_area h3,
    #contact_error .policy_area h3 {
        font-size: 1.4rem
    }
}

#contact .policy_area .box,
#contact_error .policy_area .box {
    padding-left: 2.6em
}

#contact .policy_area .box.dubble,
#contact_error .policy_area .box.dubble {
    padding-left: 3.8em
}

#contact .policy_area h4,
#contact_error .policy_area h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0
}

@media only screen and (max-width:850px) {

    #contact .policy_area h4,
    #contact_error .policy_area h4 {
        font-size: 1.3rem
    }
}

#contact .policy_area ol,
#contact_error .policy_area ol {
    list-style-type: cjk-ideographic;
    margin-left: 2em
}

#contact .policy_area ol li,
#contact_error .policy_area ol li {
    list-style-type: inherit
}

#contact .policy_area .privacy_ad,
#contact_error .policy_area .privacy_ad {
    margin: 0 0 0 100px
}

#contact .middle_box,
#contact_confirmation .middle_box,
#contact_error .middle_box {
    margin: 40px auto;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 35px
}

#contact .middle_box .center strong,
#contact_confirmation .middle_box .center strong,
#contact_error .middle_box .center strong {
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    margin-top: 2rem
}

#contact .form_area,
#contact_confirmation .form_area,
#contact_error .form_area {
    max-width: 1200px;
    margin: 0 auto 60px
}

@media only screen and (min-width:851px) {

    #contact .form_area,
    #contact_confirmation .form_area,
    #contact_error .form_area {
        margin: 30px auto 60px
    }
}

#contact .layout,
#contact_confirmation .layout,
#contact_error .layout {
    border-bottom: 1px solid #dddddd
}

@media only screen and (min-width:851px) {

    #contact .layout,
    #contact_confirmation .layout,
    #contact_error .layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

#contact .layout:first-of-type dt,
#contact_confirmation .layout:first-of-type dt,
#contact_error .layout:first-of-type dt {
    border-radius: 20px 20px 0 0
}

@media only screen and (min-width:851px) {

    #contact .layout:first-of-type dt,
    #contact_confirmation .layout:first-of-type dt,
    #contact_error .layout:first-of-type dt {
        border-radius: 40px 0 0 0
    }
}

@media only screen and (min-width:851px) {

    #contact .layout:first-of-type dd,
    #contact_confirmation .layout:first-of-type dd,
    #contact_error .layout:first-of-type dd {
        border-radius: 0 40px 0 0
    }
}

#contact .layout:last-of-type,
#contact_confirmation .layout:last-of-type,
#contact_error .layout:last-of-type {
    border-bottom: none
}

@media only screen and (min-width:851px) {

    #contact .layout:last-of-type dt,
    #contact_confirmation .layout:last-of-type dt,
    #contact_error .layout:last-of-type dt {
        border-radius: 0 0 0 40px
    }
}

#contact .layout:last-of-type dd,
#contact_confirmation .layout:last-of-type dd,
#contact_error .layout:last-of-type dd {
    border-radius: 0 0 20px 20px
}

@media only screen and (min-width:851px) {

    #contact .layout:last-of-type dd,
    #contact_confirmation .layout:last-of-type dd,
    #contact_error .layout:last-of-type dd {
        border-radius: 0 0 40px 0
    }
}

#contact .layout.must_add,
#contact_confirmation .layout.must_add,
#contact_error .layout.must_add {
    display: none
}

#contact .layout dt,
#contact_confirmation .layout dt,
#contact_error .layout dt {
    font-size: 1.6rem;
    font-weight: bold;
    width: 350px;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #eee
}

@media only screen and (max-width:850px) {

    #contact .layout dt,
    #contact_confirmation .layout dt,
    #contact_error .layout dt {
        width: 100%;
        margin: 0;
        padding: 10px 4%
    }
}

#contact .layout dt span,
#contact_confirmation .layout dt span,
#contact_error .layout dt span {
    color: #fff;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 10px;
    display: block;
    margin-top: 5px;
    font-weight: normal
}

#contact .layout dt span.must,
#contact_confirmation .layout dt span.must,
#contact_error .layout dt span.must {
    background: #ff001e
}

#contact .layout dt span.no_must,
#contact_confirmation .layout dt span.no_must,
#contact_error .layout dt span.no_must {
    background: #8c8c8c
}

#contact .layout dd,
#contact_confirmation .layout dd,
#contact_error .layout dd {
    padding: 20px;
    background: #fff;
    width: calc(100% - 350px)
}

@media only screen and (max-width:850px) {

    #contact .layout dd,
    #contact_confirmation .layout dd,
    #contact_error .layout dd {
        padding: 10px 4%;
        width: 100%
    }
}

#contact .layout dd .zip_area,
#contact_confirmation .layout dd .zip_area,
#contact_error .layout dd .zip_area {
    margin-bottom: 10px
}

#contact .layout dd input,
#contact .layout dd select,
#contact .layout dd textarea,
#contact_confirmation .layout dd input,
#contact_confirmation .layout dd select,
#contact_confirmation .layout dd textarea,
#contact_error .layout dd input,
#contact_error .layout dd select,
#contact_error .layout dd textarea {
    border: 1px solid #cccccc;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 2px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    height: 40px
}

#contact .layout dd input.long,
#contact .layout dd select.long,
#contact .layout dd textarea.long,
#contact_confirmation .layout dd input.long,
#contact_confirmation .layout dd select.long,
#contact_confirmation .layout dd textarea.long,
#contact_error .layout dd input.long,
#contact_error .layout dd select.long,
#contact_error .layout dd textarea.long {
    width: 90%
}

@media only screen and (max-width:850px) {

    #contact .layout dd input.long,
    #contact .layout dd select.long,
    #contact .layout dd textarea.long,
    #contact_confirmation .layout dd input.long,
    #contact_confirmation .layout dd select.long,
    #contact_confirmation .layout dd textarea.long,
    #contact_error .layout dd input.long,
    #contact_error .layout dd select.long,
    #contact_error .layout dd textarea.long {
        margin: 0 auto;
        display: block;
        width: 100%
    }
}

#contact .layout dd input.middle,
#contact .layout dd select.middle,
#contact .layout dd textarea.middle,
#contact_confirmation .layout dd input.middle,
#contact_confirmation .layout dd select.middle,
#contact_confirmation .layout dd textarea.middle,
#contact_error .layout dd input.middle,
#contact_error .layout dd select.middle,
#contact_error .layout dd textarea.middle {
    width: 480px
}

@media only screen and (max-width:850px) {

    #contact .layout dd input.middle,
    #contact .layout dd select.middle,
    #contact .layout dd textarea.middle,
    #contact_confirmation .layout dd input.middle,
    #contact_confirmation .layout dd select.middle,
    #contact_confirmation .layout dd textarea.middle,
    #contact_error .layout dd input.middle,
    #contact_error .layout dd select.middle,
    #contact_error .layout dd textarea.middle {
        width: 100%;
        margin: 0 auto;
        display: block;
        max-width: none
    }
}

#contact .layout dd input.short,
#contact .layout dd select.short,
#contact .layout dd textarea.short,
#contact_confirmation .layout dd input.short,
#contact_confirmation .layout dd select.short,
#contact_confirmation .layout dd textarea.short,
#contact_error .layout dd input.short,
#contact_error .layout dd select.short,
#contact_error .layout dd textarea.short {
    width: 120px
}

@media only screen and (max-width:850px) {

    #contact .layout dd input.short,
    #contact .layout dd select.short,
    #contact .layout dd textarea.short,
    #contact_confirmation .layout dd input.short,
    #contact_confirmation .layout dd select.short,
    #contact_confirmation .layout dd textarea.short,
    #contact_error .layout dd input.short,
    #contact_error .layout dd select.short,
    #contact_error .layout dd textarea.short {
        width: 26%
    }
}

#contact .layout dd input.mini,
#contact .layout dd select.mini,
#contact .layout dd textarea.mini,
#contact_confirmation .layout dd input.mini,
#contact_confirmation .layout dd select.mini,
#contact_confirmation .layout dd textarea.mini,
#contact_error .layout dd input.mini,
#contact_error .layout dd select.mini,
#contact_error .layout dd textarea.mini {
    width: 100px
}

@media only screen and (max-width:850px) {

    #contact .layout dd input.mini,
    #contact .layout dd select.mini,
    #contact .layout dd textarea.mini,
    #contact_confirmation .layout dd input.mini,
    #contact_confirmation .layout dd select.mini,
    #contact_confirmation .layout dd textarea.mini,
    #contact_error .layout dd input.mini,
    #contact_error .layout dd select.mini,
    #contact_error .layout dd textarea.mini {
        width: 23%
    }
}

#contact .layout dd input.big,
#contact .layout dd select.big,
#contact .layout dd textarea.big,
#contact_confirmation .layout dd input.big,
#contact_confirmation .layout dd select.big,
#contact_confirmation .layout dd textarea.big,
#contact_error .layout dd input.big,
#contact_error .layout dd select.big,
#contact_error .layout dd textarea.big {
    width: 90%;
    height: 140px;
    padding: 5px
}

@media only screen and (max-width:850px) {

    #contact .layout dd input.big,
    #contact .layout dd select.big,
    #contact .layout dd textarea.big,
    #contact_confirmation .layout dd input.big,
    #contact_confirmation .layout dd select.big,
    #contact_confirmation .layout dd textarea.big,
    #contact_error .layout dd input.big,
    #contact_error .layout dd select.big,
    #contact_error .layout dd textarea.big {
        margin: 0 auto;
        display: block;
        width: 100%
    }
}

#contact .layout dd input.w230,
#contact .layout dd select.w230,
#contact .layout dd textarea.w230,
#contact_confirmation .layout dd input.w230,
#contact_confirmation .layout dd select.w230,
#contact_confirmation .layout dd textarea.w230,
#contact_error .layout dd input.w230,
#contact_error .layout dd select.w230,
#contact_error .layout dd textarea.w230 {
    width: 230px
}

@media only screen and (max-width:850px) {

    #contact .layout dd input.w230,
    #contact .layout dd select.w230,
    #contact .layout dd textarea.w230,
    #contact_confirmation .layout dd input.w230,
    #contact_confirmation .layout dd select.w230,
    #contact_confirmation .layout dd textarea.w230,
    #contact_error .layout dd input.w230,
    #contact_error .layout dd select.w230,
    #contact_error .layout dd textarea.w230 {
        width: 100%
    }
}

#contact .layout dd input.w180,
#contact .layout dd select.w180,
#contact .layout dd textarea.w180,
#contact_confirmation .layout dd input.w180,
#contact_confirmation .layout dd select.w180,
#contact_confirmation .layout dd textarea.w180,
#contact_error .layout dd input.w180,
#contact_error .layout dd select.w180,
#contact_error .layout dd textarea.w180 {
    width: 180px
}

@media only screen and (max-width:850px) {

    #contact .layout dd input.w180,
    #contact .layout dd select.w180,
    #contact .layout dd textarea.w180,
    #contact_confirmation .layout dd input.w180,
    #contact_confirmation .layout dd select.w180,
    #contact_confirmation .layout dd textarea.w180,
    #contact_error .layout dd input.w180,
    #contact_error .layout dd select.w180,
    #contact_error .layout dd textarea.w180 {
        width: 100%
    }
}

#contact .layout dd input.ch_box,
#contact .layout dd select.ch_box,
#contact .layout dd textarea.ch_box,
#contact_confirmation .layout dd input.ch_box,
#contact_confirmation .layout dd select.ch_box,
#contact_confirmation .layout dd textarea.ch_box,
#contact_error .layout dd input.ch_box,
#contact_error .layout dd select.ch_box,
#contact_error .layout dd textarea.ch_box {
    width: 15px;
    height: 15px;
    opacity: 1;
    position: relative;
    appearance: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    top: 0;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    border-radius: 2px
}

#contact .layout dd input.select,
#contact .layout dd select.select,
#contact .layout dd textarea.select,
#contact_confirmation .layout dd input.select,
#contact_confirmation .layout dd select.select,
#contact_confirmation .layout dd textarea.select,
#contact_error .layout dd input.select,
#contact_error .layout dd select.select,
#contact_error .layout dd textarea.select {
    color: #999999
}

#contact .layout dd input::-webkit-input-placeholder,
#contact .layout dd textarea::-webkit-input-placeholder,
#contact_confirmation .layout dd input::-webkit-input-placeholder,
#contact_confirmation .layout dd textarea::-webkit-input-placeholder,
#contact_error .layout dd input::-webkit-input-placeholder,
#contact_error .layout dd textarea::-webkit-input-placeholder {
    color: #999999
}

#contact .layout dd input::-moz-placeholder,
#contact .layout dd textarea::-moz-placeholder,
#contact_confirmation .layout dd input::-moz-placeholder,
#contact_confirmation .layout dd textarea::-moz-placeholder,
#contact_error .layout dd input::-moz-placeholder,
#contact_error .layout dd textarea::-moz-placeholder {
    color: #999999
}

#contact .layout dd input:-ms-input-placeholder,
#contact .layout dd textarea:-ms-input-placeholder,
#contact_confirmation .layout dd input:-ms-input-placeholder,
#contact_confirmation .layout dd textarea:-ms-input-placeholder,
#contact_error .layout dd input:-ms-input-placeholder,
#contact_error .layout dd textarea:-ms-input-placeholder {
    color: #999999
}

#contact .layout dd input::-ms-input-placeholder,
#contact .layout dd textarea::-ms-input-placeholder,
#contact_confirmation .layout dd input::-ms-input-placeholder,
#contact_confirmation .layout dd textarea::-ms-input-placeholder,
#contact_error .layout dd input::-ms-input-placeholder,
#contact_error .layout dd textarea::-ms-input-placeholder {
    color: #999999
}

#contact .layout dd input::placeholder,
#contact .layout dd textarea::placeholder,
#contact_confirmation .layout dd input::placeholder,
#contact_confirmation .layout dd textarea::placeholder,
#contact_error .layout dd input::placeholder,
#contact_error .layout dd textarea::placeholder {
    color: #999999
}

#contact .layout dd input:-ms-input-placeholder,
#contact .layout dd textarea:-ms-input-placeholder,
#contact_confirmation .layout dd input:-ms-input-placeholder,
#contact_confirmation .layout dd textarea:-ms-input-placeholder,
#contact_error .layout dd input:-ms-input-placeholder,
#contact_error .layout dd textarea:-ms-input-placeholder {
    color: #999999
}

#contact .layout dd span,
#contact_confirmation .layout dd span,
#contact_error .layout dd span {
    display: inline-block
}

@media only screen and (max-width:850px) {

    #contact .layout dd span,
    #contact_confirmation .layout dd span,
    #contact_error .layout dd span {
        display: block;
        margin: 0
    }
}

#contact .layout dd span a,
#contact_confirmation .layout dd span a,
#contact_error .layout dd span a {
    color: #00b8db;
    text-decoration: underline
}

#contact .layout dd .radio_wrap,
#contact_confirmation .layout dd .radio_wrap,
#contact_error .layout dd .radio_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:851px) {

    #contact .layout dd .radio_wrap,
    #contact_confirmation .layout dd .radio_wrap,
    #contact_error .layout dd .radio_wrap {
        display: block
    }
}

@media only screen and (max-width:850px) {

    #contact .layout dd .radio_wrap,
    #contact_confirmation .layout dd .radio_wrap,
    #contact_error .layout dd .radio_wrap {
        display: block
    }
}

#contact .layout dd .radio_wrap span:not(:last-of-type),
#contact_confirmation .layout dd .radio_wrap span:not(:last-of-type),
#contact_error .layout dd .radio_wrap span:not(:last-of-type) {
    margin: 0 20px 0 0
}

@media only screen and (max-width:850px) {

    #contact .layout dd .radio_wrap span:not(:last-of-type),
    #contact_confirmation .layout dd .radio_wrap span:not(:last-of-type),
    #contact_error .layout dd .radio_wrap span:not(:last-of-type) {
        margin: 0
    }
}

#contact .layout dd .radio_wrap input[type=radio].radio_btns,
#contact_confirmation .layout dd .radio_wrap input[type=radio].radio_btns,
#contact_error .layout dd .radio_wrap input[type=radio].radio_btns {
    display: none
}

#contact .layout dd .radio_wrap label,
#contact_confirmation .layout dd .radio_wrap label,
#contact_error .layout dd .radio_wrap label {
    display: inline-block
}

#contact .layout dd .radio_wrap.type_ver,
#contact_confirmation .layout dd .radio_wrap.type_ver,
#contact_error .layout dd .radio_wrap.type_ver {
    margin-bottom: 15px
}

#contact .layout dd .radio_wrap.type_ver span.vertical-item,
#contact_confirmation .layout dd .radio_wrap.type_ver span.vertical-item,
#contact_error .layout dd .radio_wrap.type_ver span.vertical-item {
    display: block
}

#contact .layout dd .radio_wrap .radio_btns+span,
#contact_confirmation .layout dd .radio_wrap .radio_btns+span,
#contact_error .layout dd .radio_wrap .radio_btns+span {
    padding-left: 1.3em;
    display: inline-block;
    position: relative;
    font-size: 1.6rem
}

#contact .layout dd .radio_wrap .radio_btns+span:after,
#contact .layout dd .radio_wrap .radio_btns+span:before,
#contact_confirmation .layout dd .radio_wrap .radio_btns+span:after,
#contact_confirmation .layout dd .radio_wrap .radio_btns+span:before,
#contact_error .layout dd .radio_wrap .radio_btns+span:after,
#contact_error .layout dd .radio_wrap .radio_btns+span:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    top: calc(50% - 5px);
    left: 0;
    background: #fff
}

#contact .layout dd .radio_wrap .radio_btns+span:after,
#contact_confirmation .layout dd .radio_wrap .radio_btns+span:after,
#contact_error .layout dd .radio_wrap .radio_btns+span:after {
    opacity: 0;
    width: 14px;
    height: 14px;
    top: calc(50% - 5px);
    left: 0;
    border: 4px solid #3eafed;
    background: #fff
}

#contact .layout dd .radio_wrap .radio_btns:checked+span:before,
#contact_confirmation .layout dd .radio_wrap .radio_btns:checked+span:before,
#contact_error .layout dd .radio_wrap .radio_btns:checked+span:before {
    border: 1px solid #3eafed
}

#contact .layout dd .radio_wrap .radio_btns:checked+span:after,
#contact_confirmation .layout dd .radio_wrap .radio_btns:checked+span:after,
#contact_error .layout dd .radio_wrap .radio_btns:checked+span:after {
    opacity: 1
}

#contact .send_btn button,
#contact_confirmation .send_btn button,
#contact_error .send_btn button {
    font-family: "Noto Sans JP", sans-serif;
    border: 2px solid #009c3c;
    color: #fff;
    text-align: center;
    background: none;
    width: 460px;
    display: block;
    line-height: 50px;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: bold;
    background: #009c3c;
    position: relative
}

#contact .send_btn button:before,
#contact_confirmation .send_btn button:before,
#contact_error .send_btn button:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 6px);
    right: 25px
}

@media only screen and (max-width:850px) {

    #contact .send_btn button,
    #contact_confirmation .send_btn button,
    #contact_error .send_btn button {
        width: 92%;
        line-height: 40px
    }
}

#contact .send_btn button:hover,
#contact_confirmation .send_btn button:hover,
#contact_error .send_btn button:hover {
    background: #fff;
    color: #009c3c
}

#contact .send_btn button:hover:before,
#contact_confirmation .send_btn button:hover:before,
#contact_error .send_btn button:hover:before {
    border-top: 2px solid #009c3c;
    border-right: 2px solid #009c3c
}

#contact .send_type_fix button,
#contact_confirmation .send_type_fix button,
#contact_error .send_type_fix button {
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    background: none;
    text-align: center;
    width: 260px;
    display: block;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative
}

#contact .send_type_fix button:before,
#contact_confirmation .send_type_fix button:before,
#contact_error .send_type_fix button:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-top: 2px solid #ff001e;
    border-right: 2px solid #ff001e;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: calc(50% - 6px);
    left: 25px
}

@media only screen and (max-width:850px) {

    #contact .send_type_fix button,
    #contact_confirmation .send_type_fix button,
    #contact_error .send_type_fix button {
        width: 92%
    }
}

#contact .send_type_fix button:hover,
#contact_confirmation .send_type_fix button:hover,
#contact_error .send_type_fix button:hover {
    opacity: 0.7
}

#contact .send_type_fix.type_fix button,
#contact_confirmation .send_type_fix.type_fix button,
#contact_error .send_type_fix.type_fix button {
    background: #ccc
}

#contact_confirmation .layout dd .kibou_wrap .kibou_calender_box:before,
#contact_confirmation .layout dd .kibou_wrap .kibou_time_box:before {
    display: none
}

#contact_confirmation .form_area {
    margin: 50px auto 0
}

#contact_confirmation .check_area,
#contact_confirmation .note,
#contact_confirmation .policy_area,
#contact_confirmation .policy_box,
#contact_confirmation .txt_policy {
    display: none !important
}

#contact_confirmation .send_btn button {
    margin: 70px auto 20px
}

@media only screen and (max-width:850px) {
    #contact_confirmation .send_btn button {
        margin: 30px auto 20px
    }
}

#contact_thanks .middle_block {
    margin: 0 auto 40px
}

@media only screen and (max-width:850px) {
    #contact_thanks .middle_block {
        margin: 0 4% 40px
    }
}

#contact_thanks .middle_block .center {
    margin: 30px auto
}

#contact_thanks .middle_block ul {
    max-width: 650px;
    margin: 30px auto
}

#contact_thanks .middle_block ul li {
    text-indent: -1em;
    padding-left: 1em
}

#contact_thanks .middle_block a.button {
    border: 2px solid #f05a28;
    color: #fff;
    text-align: center;
    background: none;
    width: 300px;
    display: block;
    line-height: 50px;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: bold;
    background: #f05a28;
    position: relative
}

#contact_thanks .middle_block a.button:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 6px);
    right: 25px
}

@media only screen and (max-width:850px) {
    #contact_thanks .middle_block a.button {
        width: 80%;
        line-height: 40px
    }
}

#contact_thanks .middle_block a.button:hover {
    background: #fff;
    color: #f05a28
}

#contact_thanks .middle_block a.button:hover:before {
    border-top: 2px solid #f05a28;
    border-right: 2px solid #f05a28
}

#privacy-policy .page_bg:before {
    background: #00b8db
}

#privacy-policy .mt50 {
    margin-top: 50px
}

#privacy-policy p.indent {
    text-indent: 1em
}

#privacy-policy p.kakko {
    text-indent: -0.8em
}

#privacy-policy h3 {
    margin: 40px 0 10px;
    font-size: 2rem;
    font-weight: bold
}

#privacy-policy .box {
    padding-left: 2.6em
}

#privacy-policy .box.dubble {
    padding-left: 3.8em
}

#privacy-policy h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0
}

#privacy-policy ol {
    list-style-type: cjk-ideographic;
    margin-left: 2em
}

#privacy-policy ol li {
    list-style-type: inherit
}

#privacy-policy .privacy_ad {
    margin: 0 0 0 100px
}

#terms .page_bg:before {
    background: #ff73a5
}

#terms h3 {
    margin: 40px 0 10px;
    font-size: 2rem;
    font-weight: bold
}

#terms ol {
    list-style-type: decimal;
    margin-left: 2em
}

#terms ol li {
    list-style-type: inherit
}

/* omutsu banner */
section.omutsu-banner{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 850px){
    section.omutsu-banner{
        padding-top: 0;
        padding-bottom: 60px;
    }
}
section.omutsu-banner .banner-lists{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
section.omutsu-banner .banner-lists .item01{
    margin-right: 48px;
    width: calc((100% / 3) - 32px);
}
@media (max-width: 690px){
    section.omutsu-banner .banner-lists .item01{
    width: 100%;;
    }
}
@media (max-width: 690px){
    section.omutsu-banner .banner-lists .item01{
    margin-top: 35px;
    }
}
section.omutsu-banner .banner-lists .item01:last-child{
    margin-right: 0;
}
@media (max-width: 690px){
    section.omutsu-banner .banner-lists .item01{
        margin-right: 0;
    }
    section.omutsu-banner .banner-lists .item01:last-child{
    margin-top: 35px;
    }
    section.omutsu-banner .banner-lists .item01:first-child{
        margin-top: 0;
    }
}
section.omutsu-banner .banner-lists .img-container{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
section.omutsu-banner .banner-lists .img01{
    display: block;
    width: auto;
    max-height: 340px;
    height: auto;
    transition: all 0.5s;
}
@media (max-width: 690px){
    section.omutsu-banner .banner-lists .img01{
        width: 100%;
        height: auto;
        max-height: 100%;
    }
}
section.omutsu-banner .banner-lists .img-container:hover{
    opacity: 0.75;
}

/* 202404TOPページ追加 */
#index .sec_recruit .sec_inner {
    border: 3px solid #a0dccb;
    border-radius: 40px;
    padding: 30px 4%;
    gap: 0 3rem;
}

#index .sec_recruit .sec_inner h2 {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #61DFBB;
    border-left: 12px solid #61DFBB;
    margin-bottom: 20px;
}

@media only screen and (min-width:851px) {
    #index .sec_recruit .sec_recruit_box {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
}

#index .sec_recruit .sec_recruit_box .sec_recruit_text {
    margin-bottom: 20px;
}

@media only screen and (min-width:851px) {
    #index .sec_recruit .sec_recruit_box .sec_recruit_text {
        margin-bottom: 0;
    }
}

#index .sec_recruit .sec_inner h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 900;
}

#index .sec_recruit .sec_inner ul li {
    font-size: 13.5px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-left: 22px;
    position: relative;
    line-height: 1.35;
    color: #3e3a39;
}

#index .sec_recruit .sec_inner ul li::before {
    position: absolute;
    content: "";
    background: #61DFBB;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 3.5px;
    left: 0;
}

#index .sec_recruit .sec_inner ul li:last-child {
    margin-bottom: 0;
}

#index .sec_recruit .sec_recruit_box .btn {
    position: relative;
    width: 100%;
}

@media only screen and (min-width:851px) {
    #index .sec_recruit .sec_recruit_box .btn {
        width: 295px;
    }
}

#index .sec_recruit .sec_recruit_box .btn::before {
    position: absolute;
    content: "";
    background: url(../img/common/btn_arrow.svg) no-repeat;
    top: 14px;
    right: 28px;
    width: 22px;
    height: 22px;
}

#index .sec_recruit .sec_recruit_box .btn a {
    display: block;
    background: #61DFBB;
    padding: 12px 0 12px 35px;
    font-weight: 900;
    color: #FFF;
}


.img_solution{
	width :95%;
	display: block;
    margin: 0 auto;
}
.resize-image{
	width: 80%;
	display: block;
    margin: 0 auto;

}

/* 202505 SNSアイコン */
.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}
.social-links .sns-icon {
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
}
.social-links .sns-icon:hover {
  opacity: 0.7;
}

/* スマホ版のみ表示 */
.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}
