@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

html {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        sans-serif;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a,
a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff;
    overflow-wrap: anywhere;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

#container {
    text-align: left;
}

#main {
    display: block;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}

@media all and (max-width: 896px) {
    body {
        min-width: inherit;
    }

    a:hover,
    a:hover img {
        opacity: 1 !important;
    }

    .pc {
        display: none !important;
    }

    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin: 0 auto;
    padding-left: 60px;
    max-width: 1400px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    /*  */
    max-width: inherit;
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
}

#gHeader h1 {
    margin: 12px 0 0;
}

#gHeader h1 a {
    transition: all 0.4s ease;
}

#gHeader h1 a:hover {
    opacity: 0.8;
}

#gHeader .hRBox {
    display: flex;
    justify-content: flex-end;
}

#gHeader .hRBox .hTxtList {
    margin: 15px 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#gHeader .hRBox .hTxtList li:first-of-type a {
    padding-top: 5px;
    font-size: 1.4rem;
    font-weight: 500;
}

#gHeader .hRBox .hTxtList li:first-of-type a img {
    margin: -3px 0 0 0;
}

#gHeader .hRBox .hTxtList li:last-of-type {
    margin-right: 0;
}

#gHeader .hRBox .hTxtList li:first-of-type {
    margin-right: 50px;
}

#gHeader .hRBox .hTxtList li {
    margin-right: 40px;
}

#gHeader .hRBox .hTxtList li a {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    transition: all 0.4s ease;
}

#gHeader .hRBox .hTxtList li a img {
    margin-right: 6px;
    display: inline-block;
}

#gNavi .hLineList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#gNavi .hLineList li {
    width: 105px;
}

#gNavi .hLineList li a {
    padding: 12px 0 7px;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #0cc3e3;
    background: #ececf1;
    transition: all 0.4s ease;
}

#gNavi .hLineList li a:hover {
    opacity: 0.5;
    text-decoration: none;
}

#gNavi .hLineList li:first-of-type a {
    color: #fff;
    background: #0cc3e3;
}

#gNavi .hLineList li a img {
    margin: 0 auto 5px;
    display: block;
}

@media all and (min-width: 897px) {
    #gHeader .hRBox .hTxtList li a:hover {
        color: #0cc3e3;
        text-decoration: none;
    }

    #gNavi .hLineList li:last-child {
        display: none !important;
    }

    #gNavi .naviList {
        display: none !important;
    }
}

@media (min-width: 1280px) and (max-width: 1450px) {
    #gHeader .hRBox .hTxtList {
        margin: 15px 30px 0 0;
    }

    #gNavi .hLineList li {
        width: 80px;
    }

    #gHeader .hRBox .hTxtList li:first-of-type {
        margin-right: 30px;
    }

    #gHeader .hRBox .hTxtList li {
        margin-right: 30px;
    }

    #gHeader .hRBox .hTxtList li a {
        display: block;
        font-size: 1.3rem;
        font-weight: 700;
    }
}

@media (min-width: 897px) and (max-width: 1280px) {
    #gHeader .hRBox .hTxtList {
        margin: 15px 20px 0 0;
    }

    #gNavi .hLineList li {
        width: 70px;
    }

    #gHeader .hRBox .hTxtList li:first-of-type {
        margin-right: 20px;
    }

    #gHeader .hRBox .hTxtList li {
        margin-right: 20px;
    }

    #gHeader .hRBox .hTxtList li a {
        font-size: 1.2rem;
        transition: all 0.4s ease;
    }
}

@media all and (max-width: 896px) {
    #gHeader {
        margin: 0;
        padding-left: 15px;
        transition: 0.3s;
        z-index: 1000;
    }

    #gHeader.on {
        transform: translateX(-30px);
        box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.2);
    }

    #gHeader .logo {
        max-width: 38%;
    }

    #gHeader h1 {
        margin: 0;
        width: 83px;
        transition: 0.3s;
    }

    #gHeader.on h1 {
        transform: translateX(30px);
    }

    #gHeader h1 a:hover {
        opacity: 0.8;
    }

    #gHeader .hRBox {
        display: flex;
        justify-content: flex-end;
    }

    #gHeader .hRBox .hTxtList {
        margin: 0 13px 0 0;
    }

    #gHeader .hRBox .hTxtList li:first-of-type {
        display: none !important;
    }

    #gHeader .hRBox .hTxtList li {
        margin-right: 13px;
    }

    #gHeader .hRBox .hTxtList li a {
        display: block;
        font-size: 1.2rem;
    }

    #gHeader .hRBox .hTxtList li a img {
        margin: 0 auto 2px;
        width: 18px;
        display: block;
    }

    #gHeader .menu {
        display: block;
        width: 55px;
        height: 55px;
        position: relative;
        transition: all 0.3s ease;
        background: #0cc3e3;
        cursor: pointer;
        z-index: 100;
    }

    #gHeader .menu span {
        width: 20px;
        height: 1px;
        position: absolute;
        top: 20px;
        left: 17px;
        cursor: pointer;
        border: none;
        background: #fff;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    #gHeader .menu span:nth-of-type(2) {
        top: 27px;
    }

    #gHeader .menu span:nth-of-type(3) {
        top: 35px;
    }

    #gHeader .menu.on span {
        width: 24px;
        height: 2px;
        left: 15px;
    }

    #gHeader .menu.on span:first-child {
        transform: translateY(7px) translateX(0) rotate(45deg);
    }

    #gHeader .menu.on span:nth-of-type(2) {
        opacity: 0;
    }

    #gHeader .menu.on span:nth-of-type(3) {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
    }

    #gNavi {
        padding-bottom: 50px;
        width: calc(100% - 30px);
        height: calc(100vh - 55px);
        position: fixed;
        left: 0;
        top: 55px;
        background: #fff;
        overflow: auto;
        box-sizing: border-box;
        transform: translateX(-100%);
        transition: 0.3s;
        z-index: 1000;
    }

    #gNavi.on {
        transform: translateX(30px);
        box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.2);
    }

    #gNavi .hLineList {
        margin-bottom: 20px;
        padding: 30px 0 24px;
        display: block;
        background: #edecf2;
    }

    #gNavi .hLineList li {
        margin: 0 auto 15px;
        width: 77%;
        min-width: 266px;
    }

    #gNavi .hLineList li a {
        padding: 17px 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        color: #0cc3e3;
        border-radius: 5px;
        background: #fff;
        transition: all 0.4s ease;
    }

    #gNavi .hLineList li a:hover {
        opacity: 0.5;
    }

    #gNavi .hLineList li:first-of-type a {
        color: #fff;
        background: #0cc3e3;
    }

    #gNavi .hLineList li a img {
        margin: -1px 13px 0 -11px;
        width: 19px;
    }

    #gNavi .hLineList li:nth-child(2) {
        margin-bottom: 30px;
    }

    #gNavi .hLineList li:nth-child(2) a img {
        margin: -1px 14px 0 -12px;
        width: 20px;
    }

    #gNavi .hLineList li:last-child {
        margin-bottom: 0;
    }

    #gNavi .hLineList li:last-child a {
        padding: 0;
        color: #000;
        background: none;
    }

    #gNavi .hLineList li:last-child a img {
        margin: -1px 5px 0 0;
        width: 24px;
    }

    #gNavi .naviList {
        margin: 0 auto 50px;
        width: 75%;
        min-width: 259px;
    }

    #gNavi .naviList li a {
        padding: 15px 0 16px;
        display: block;
        font-size: 1.6rem;
        background: url(img/common/icon25.png) no-repeat right center / 7px auto;
    }
}

@media all and (max-width: 359px) {
    #gHeader h1 {
        width: 78px;
    }

    #gHeader .hRBox .hTxtList li {
        margin-right: 8px;
    }

    #gHeader .hRBox .hTxtList li a {
        font-size: 1rem;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fLogo {
    margin: 0 auto 35px;
    width: 445px;
}

#gFooter .fLogo a {
    display: block;
    transition: all 0.4s ease;
    text-align: center;
}

#gFooter .fLogo a:hover {
    opacity: 0.8;
}

#gFooter .fNavi {
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
}

#gFooter .fNavi li {
    margin-right: 38px;
}

#gFooter .fNavi li:last-of-type {
    margin-right: 0;
}

#gFooter .fNavi li a {
    padding: 5px 0;
    display: block;
    font-size: 1.3rem;
    font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -moz-font-feature-setting: "palt";
    transition: all 0.4s ease;
}

#gFooter address {
    padding: 9px 0;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    font-style: normal;
    background: #b1e4fe;
}

@media all and (min-width: 897px) {
    #gFooter .fBanner {
        display: none !important;
    }

    #gFooter ul li a:hover {
        color: #0cc3e3;
    }
}

@media all and (max-width: 896px) {
    #gFooter {
    }

    #gFooter .fBanner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;

        /* margin: 0 auto 24px; */
        display: flex;
        justify-content: space-between;
    }

    #gFooter .fBanner li {
        flex: 1;
    }

    #gFooter .fBanner li:last-of-type {
        margin-right: 0;
    }

    #gFooter .fBanner li:first-of-type a {
        color: #fff;
    }

    #gFooter .fBanner li a {
        padding: 14px 10px;
        display: block;
        font-size: 1.5rem;
        letter-spacing: 0;
        color: #0cc3e3;
        text-align: center;
        background: #0cc3e3;
    }

    #gFooter .fBanner li:last-of-type a {
        background: #edecf2;
    }

    #gFooter .fBanner li a span {
        padding-left: 31px;
        display: inline-block;
        vertical-align: top;
        background: url("img/common/icon04.png") no-repeat left center / 19px
            auto;
    }

    #gFooter .fBanner li:last-of-type a span {
        padding: 0 5px 0 26px;
        background: url("img/common/icon05.png") no-repeat left center / 20px
            auto;
    }

    #gFooter .fLogo {
        margin: 0 auto 25px;
        padding: 0;
        width: 90%;
        max-width: 291px;
    }

    #gFooter .fLogo a {
        text-align: center;
    }

    #gFooter .fNavi {
        display: none;
    }

    #gFooter address {
        padding: 12px 0;
        font-size: 1.1rem;
    }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
    display: flex;
    flex-wrap: wrap;
}

.flexA {
    justify-content: space-around;
}

.flexB {
    justify-content: space-between;
}

.flexC {
    justify-content: center;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
    box-sizing: border-box;
}

@media all and (max-width: 896px) {
    .content {
        padding: 0 15px;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
}

.headLine01 img {
    margin-right: 10px;
    display: block;
}

.headLine01 img span {
    display: block;
}

@media all and (max-width: 896px) {
    .headLine01 {
        font-size: 1.9rem;
    }

    .headLine01 img {
        width: 36px;
    }
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
    padding: 20px;
    height: 26.04vw;
    min-height: 500px;
    box-sizing: border-box;
    background: url("img/index/main_visual_bg01.jpg") no-repeat center bottom /
        cover;
}

.mainVisual .ttl {
    margin: 15px auto 26px;
    padding: 0 12px 0 0;
    width: 692px;
}

.mainVisual ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.mainVisual li {
    margin-right: 13px;
    width: 250px;
}

.mainVisual li:last-of-type {
    margin-right: 0;
}

.mainVisual li:first-of-type a {
    color: #fff;
}

.mainVisual li a {
    padding: 13px 0 13px 10px;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #0cc3e3;
    text-align: center;
    border-radius: 25px;
    transition: all 0.4s ease;
    background: #0cc3e3 url("img/common/icon04.png") no-repeat left 12% center /
        23px auto;
    box-shadow: 0 0 6px 0.1px rgba(0, 0, 0, 0.3);
    font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -moz-font-feature-setting: "palt";
}

.mainVisual li a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.mainVisual li:last-of-type a {
    padding: 13px 0 13px;
    background: #fff;
    /* background: #fff url("img/common/icon05.png") no-repeat left 32% center /
        20px auto; */
}

@media (min-width: 897px) and (max-width: 1080px) {
    .mainVisual {
        padding: 20px;
        min-height: 400px;
    }

    .mainVisual .ttl {
        margin-top: 0;
        width: 600px;
    }
}

@media all and (max-width: 896px) {
    .mainVisual {
        padding: 30px 0 119px;
        height: auto;
        min-height: inherit;
        position: relative;
        box-sizing: border-box;
        background: url(img/index/sp_main_visual_bg01.jpg) no-repeat center
            center / cover;
    }

    .mainVisual .ttl {
        margin: 0 auto 20px;
        padding: 0;
        width: 100%;
        max-width: 316px;
        text-align: center;
    }

    .mainVisual ul {
        margin-bottom: 24px;
        padding: 0;
        width: 92%;
        max-width: 345px;
        justify-content: space-between;
    }

    .mainVisual li {
        margin-right: 0;
        width: 48%;
    }

    .mainVisual li a {
        padding: 12px 0 12px 24px;
        font-size: 1.2rem;
        background-position: left 10% center;
        background-size: 18px auto;
        box-shadow: 1px 1px 5px rgba(0, 37, 118, 0.2);
    }

    .mainVisual li:last-of-type a {
        /* padding-left: 18px; */
        background-position: left 33% center;
        background-size: 16px auto;
    }

    .mainVisual .photo img {
        width: 100%;
    }
}

@media all and (max-width: 359px) {
    .mainVisual li a {
        background-position: left 6% center;
    }
}

/*------------------------------------------------------------
	comOffer
------------------------------------------------------------*/
.comOffer {
    padding: 0 48px;
    box-sizing: border-box;
}

.comOffer .headLine01 {
    margin-left: 40px;
}

.comOffer .topBox {
    margin: 0 auto 20px;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
}

.comOffer .topBox .seeList {
    margin-right: 45px;
    display: flex;
    align-items: center;
    position: relative;
}

.comOffer .topBox .seeList p {
    margin-right: 30px;
    width: 100px;
}

.comOffer .topBox .seeList p a {
    padding: 4px 5px;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #dddbdb;
    transition: all 0.4s ease;
    background: #fff url(img/common/icon11.png) no-repeat right 10px center /
        13px auto;
}

.comOffer .topBox .seeList p a:hover {
    opacity: 0.5;
}

.comOffer .topBox .seeList .prev {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background: url(img/common/icon12.png) no-repeat center / 40px 40px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.4s ease;
}

.comOffer .topBox .seeList .next {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url(img/common/icon21.png) no-repeat center / 40px 40px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.4s ease;
}

.comOffer ul {
    margin: 0 auto;
    max-width: 1704px;
}

.comOffer li {
    margin-right: 20px;
    width: 300px;
}

.comOffer li:last-of-type {
    margin-right: 0;
}

.comOffer .linkList .slick-slide > div {
    margin-right: 26px;
    width: 320px;
}

.comOffer li a {
    display: block;
    padding: 20px 10px 20px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.4s ease;
}

.comOffer li a:hover {
    opacity: 0.5;
}

.comOffer li .title {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -moz-font-feature-setting: "palt";
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.comOffer li .imgBox {
    display: flex;
}

.comOffer li .imgBox .photoBox {
    width: 52%;
    flex: none;
}

.comOffer li .imgBox .txtBox {
    width: 48%;
    padding-left: 8px;
}

.comOffer li .imgBox .txtBox p {
    padding-left: 20px;
    font-size: 1.3rem;
    background: url(img/common/icon10.png) no-repeat left center / 14px auto;
}

.comOffer li .imgBox .txtBox .location {
    margin-bottom: 5px;
    background: url(img/common/icon09.png) no-repeat left top / 14px auto;
}

@media all and (min-width: 897px) {
    .comOffer .topBox .seeList .prev:hover {
        background: url(img/common/icon20.png) no-repeat center / cover;
    }

    .comOffer .topBox .seeList .next:hover {
        background: url(img/common/icon13.png) no-repeat center / cover;
    }
}

@media (min-width: 897px) and (max-width: 1400px) {
    .comOffer {
        padding: 0 20px;
    }

    .comOffer .topBox {
        margin: 0 auto 20px;
        max-width: 1280px;
    }

    .comOffer .headLine01 {
        margin-left: 0;
    }

    .comOffer .topBox .seeList {
        margin-right: 0;
    }
}

@media all and (max-width: 896px) {
    .comOffer {
        padding: 0 15px;
        position: relative;
    }

    .comOffer .topBox {
        margin: 0 auto 24px;
    }

    .comOffer .headLine01 {
        margin-left: 0;
    }

    .comOffer .headLine01 span {
        margin-top: 3px;
    }

    .comOffer .topBox .seeList {
        margin-right: 15px;
        position: static;
    }

    .comOffer .topBox .seeList p {
        margin: 2px 0 0;
        width: 105px;
    }

    .comOffer .topBox .seeList p a {
        padding: 6px 5px 6px 12px;
        font-size: 1.2rem;
        border-radius: 5px;
        background-position: right 13px center;
        background-size: 14px auto;
    }

    .comOffer .topBox .seeList .prev {
        margin-right: 0;
        width: 47px;
        height: 47px;
        position: absolute;
        left: 15px;
        top: 139px;
        background-size: 47px 47px;
    }

    .comOffer .topBox .seeList .next {
        margin-right: 0;
        width: 47px;
        height: 47px;
        position: absolute;
        right: 15px;
        top: 139px;
        background-size: 47px 47px;
    }

    .comOffer ul {
        margin: 0 -15px;
    }

    .comOffer li {
        margin: 0 auto;
        width: auto;
        text-align: left;
    }

    .comOffer li a {
        padding: 15px 10px 19px 20px;
        border-radius: 5px;
    }

    .comOffer .linkList .slick-slide > * {
        margin: 0 7px;
        text-align: center;
        width: 274px;
    }

    .comOffer li .title {
        margin-bottom: 11px;
        font-size: 1.5rem;
    }

    .comOffer li .imgBox {
        margin-left: -3px;
    }

    .comOffer li .imgBox .photoBox {
        margin-right: 10px;
        width: 120px;
    }

    .comOffer li .imgBox .txtBox {
        width: calc(100% - 140px);
    }

    .comOffer li .imgBox .txtBox p {
        padding-left: 16px;
        font-size: 1.2rem;
        background-size: 11px auto;
    }

    .comOffer li .imgBox .txtBox .location {
        background-size: 12px auto;
    }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .searchBox {
    margin: -50px auto 0;
    position: relative;
    max-width: 1000px;
    border-radius: 10px;
    background: #fff;
    z-index: 1;
}

#main .searchBox .topBox {
    padding: 10px 30px 0 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    background: #fdadc0;
}

#main .searchBox .topBox .sea {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

#main .searchBox .topBox .num {
    margin-top: -6px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
}

#main .searchBox .topBox .num span {
    padding: 0 5px;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

#main .searchBox .topBox .num small {
    padding-left: 25px;
    font-size: 1.2rem;
    display: inline-block;
}

#main .searchBox .botBox {
    padding: 20px 25px;
    display: flex;
    border-radius: 0 10px 10px 0;
}

#main .searchBox .botBox ul {
    display: flex;
    width: 100%;
}

#main .searchBox .botBox li {
    margin-right: 5px;
    width: 21.6%;
}

#main .searchBox .botBox li:last-of-type {
    width: 31%;
}

#main .searchBox .botBox li select {
    padding: 5px 25px 5px 20px;
    font-weight: 500;
    width: 100%;
    height: 55px;
    color: #7d7d7d;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fdadc0;
    background: url("img/common/icon06.png") no-repeat right 15px center / 10px
        auto;
    border-radius: 0;
    box-sizing: border-box;
}

#main .searchBox .botBox li select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#main .searchBox .botBox li select::-ms-expand {
    display: none;
}

#main .searchBox .botBox li input[type="text"] {
    padding: 5px 20px;
    width: 100%;
    height: 55px;
    color: #aaa8a8;
    font-size: 1.6rem;
    border: 1px solid #fdadc0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

#main .searchBox .botBox .search {
    width: 13.6%;
}

#main .searchBox .botBox .search a {
    padding: 26px 0 4px;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.03em;
    border-radius: 7px;
    box-sizing: border-box;
    transition: all 0.4s ease;
    background: #fdadc0 url(img/common/icon07.png) no-repeat center top 10px /
        18px auto;
    border: 1px solid #fdadc0;
}

#main .searchBox .botBox .search a img {
    margin: 0 auto -1px;
    display: block;
}

#main .featuredJobs {
    margin: -95px 0 30px;
    padding: 115px 0 20px;
    background: #ececf1;
}

#main .type {
    margin-bottom: 30px;
}

#main .type .headLine01 {
    margin-bottom: 24px;
}

#main .type ul {
    margin-top: -26px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#main .type li {
    margin-top: 26px;
    width: 47.4%;
}

#main .type li a {
    padding: 6px;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    transition: all 0.4s ease;
    background: #e2effd url(img/common/icon15.png) no-repeat right 20px center /
        11px auto;
}

#main .type li a:hover {
    opacity: 0.5;
}

#main .type li a .imgBox {
    display: flex;
    align-items: center;
}

#main .type li a .imgBox .phoBox {
    margin-right: 22px;
    width: 27%;
}

#main .type li a .imgBox .txtBox {
    width: 51.2%;
}

#main .type li a .imgBox .txtBox p {
    font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -moz-font-feature-setting: "palt";
}

#main .type li a .imgBox .txtBox .ttl {
    margin: 5px 0 8px 4px;
    font-size: 2rem;
    font-weight: 700;
    color: #0cc3e3;
}

#main .type li:nth-child(3) a .imgBox .txtBox,
#main .type li:nth-child(4) a .imgBox .txtBox {
    margin-top: -25px;
}

#main .type li a .imgBox .txtBox .txt {
    font-size: 1.4rem;
    font-weight: 500;
    color: #989797;
}

#main .workLocation {
    margin-bottom: 50px;
}

#main .workLocation .headLine01 {
    margin-bottom: 25px;
}

#main .workLocation .listBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main .workLocation .txtList {
    margin-top: -20px;
    width: 48.8%;
}

#main .workLocation .txtList > li {
    margin-top: 20px;
}

#main .workLocation .txtList > li:nth-child(2n) {
    margin-right: -7px;
}

#main .workLocation .txtList li .ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 500;
    font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -moz-font-feature-setting: "palt";
}

#main .workLocation .txtList li ul {
    margin-top: -5px;
    display: flex;
    flex-wrap: wrap;
}

#main .workLocation .txtList li ul li {
    margin: 5px 5px 0 0;
    min-width: 60px;
}

#main .workLocation .txtList li ul li:last-of-type {
    margin-right: 0;
}

#main .workLocation .txtList li ul li:last-of-type {
    margin-right: 0;
}

#main .workLocation .txtList li ul li a {
    padding: 5px 5px 2px;
    display: block;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    color: #0cc3e3;
    border: 1px solid #0cc3e3;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.4s ease;
}

#main .newArrival {
    margin: 0 0 60px;
    padding: 30px 0 20px;
    background: #ececf1;
}

#main .news {
    margin-bottom: 40px;
}

#main .news.thin {
    margin-bottom: 0;
}

#main .news > .content {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

#main .news .lBox {
    padding: 20px 30px 51px;
    width: 46.6%;
    box-sizing: border-box;
    background-color: #e2effd;
}

#main .news .lBox .title {
    margin-bottom: 33px;
    font-size: 2.4rem;
    font-weight: 700;
}

#main .news .lBox a {
    margin-bottom: 16px;
    display: block;
    transition: all 0.4s ease;
}

#main .news .lBox a:hover {
    opacity: 0.5;
}

#main .news .lBox dl {
    padding: 15px 20px 14px;
    display: flex;
    border-radius: 7px;
    background-color: #fff;
}

#main .news .lBox dl:last-of-type {
    margin-bottom: 0;
}

#main .news .lBox dt {
    margin-right: 30px;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
}

#main .news .lBox dd {
    font-size: 1.4rem;
    font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -moz-font-feature-setting: "palt";
}

#main .news .rBox {
    padding: 20px 25px 15px 30px;
    width: 46.6%;
    box-sizing: border-box;
    background-color: #fee3e9;
}

#main .news .rBox .topBox .title {
    margin-bottom: 33px;
    font-size: 2.4rem;
    font-weight: 700;
}

#main .news .topBox {
    display: flex;
    justify-content: space-between;
}

#main .news .topBox .txt {
    width: 100px;
}

#main .news .topBox .txt a {
    padding: 5px 5px;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #dddbdb;
    transition: all 0.4s ease;
    background: #fff url(img/common/icon11.png) no-repeat right 10px center /
        13px auto;
}

#main .news .rBox a {
    display: block;
    transition: all 0.4s ease;
}

#main .news .rBox a:hover {
    opacity: 0.5;
}

#main .news .rBox .imgBox {
    margin-bottom: 30px;
    padding: 0 5px 20px;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px dashed #fdc4d4;
}

#main .news .rBox a:last-child .imgBox {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#main .news .rBox .imgBox .phoBox {
    margin-right: 20px;
    width: 100px;
    flex: none;
}

#main .news .rBox .imgBox .txtBox {
    margin-top: -5px;
}

#main .news .rBox .imgBox .txtBox .time {
    margin-bottom: 5px;
}

#main .news .rBox .imgBox .txtBox .category {
    margin-bottom: 12px;
}

#main .news .rBox .imgBox .txtBox .category span {
    padding: 3px 5px 4px;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 0;
    background-color: #ff7da3;
}

#main .news .rBox .imgBox .txtBox .txt {
    font-size: 1.7rem;
    line-height: 1.52;
    font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -moz-font-feature-setting: "palt";
}

#main .news .bgBox {
    padding: 40px 0;
    background: #ececf1;
}

#main .news .bgBox .lineList {
    display: flex;
    justify-content: center;
}

#main .news .bgBox .lineList > li {
    margin-right: 26px;
    width: 33.2%;
    border-radius: 7px;
    box-sizing: border-box;
}

#main .news .bgBox .lineList > li:first-of-type {
    padding: 20px;
    background: url(img/index/photo10.jpg) no-repeat center / cover;
}

#main .news .bgBox .lineList > li:first-of-type p {
    margin-bottom: 25px;
}

#main .news .bgBox .lineList > li:first-of-type p span {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #4a6aa6;
    border-bottom: 2px solid #4a6aa6;
}

#main .news .bgBox .lineList > li:last-of-type {
    margin-right: 0;
    width: 228px;
}

#main .news .bgBox .lineList > li ul {
    margin-top: -10px;
}

#main .news .bgBox .lineList > li ul li {
    margin-top: 10px;
    width: 180px;
}

#main .news .bgBox .lineList > li ul li a {
    padding: 6px 0;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #4a6aa6;
    border-radius: 18px;
    background: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 0 6px 0.1px rgb(0 0 0 / 30%);
}

#main .news .bgBox .lineList > li a:hover {
    opacity: 0.5;
    text-decoration: none;
}

#main .news .bgBox .lineList > li ul li:last-of-type a {
    color: #fff;
    background: #4a6aa6;
}

#main .news .bgBox .lineList > .second a {
    display: block;
    border-radius: 7px;
    overflow: hidden;
    transition: all 0.4s ease;
}

#main .news .bgBox .lineList > li:last-of-type a img {
    display: block;
    height: 159px;
}

@media all and (min-width: 897px) {
    #main .searchBox .botBox .search a:hover {
        color: #fdadc0;
        background: #fff url(img/common/icon19.png) no-repeat center top 10px /
            18px auto;
        box-sizing: border-box;
        border: 1px solid #fdadc0;
    }

    #main .workLocation .txtList li ul li a:hover {
        color: #fff;
        background-color: #0cc3e3;
    }
}

@media all and (max-width: 896px) {
    #main {
        padding-top: 1px;
    }

    #main .searchBox {
        margin: -228px 15px 0;
        padding: 0;
        width: auto;
        box-shadow: 3.716px 3.346px 15.68px 0.32px rgba(50, 72, 114, 0.1);
    }

    #main .searchBox .topBox {
        padding: 13px 15px 10px;
        display: flex;
        align-items: center;
    }

    #main .searchBox .topBox .sea {
        width: calc(100% - 170px);
        font-size: 1.7rem;
    }

    #main .searchBox .topBox .num {
        width: 160px;
        font-size: 1.3rem;
        text-align: right;
    }

    #main .searchBox .topBox .num span {
        font-size: 2.1rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        font-family: "Poppins", sans-serif;
    }

    #main .searchBox .botBox {
        margin: 15px 15px 0;
        padding: 0 0 14px;
        display: block;
        border-radius: 0 10px 10px 0;
    }

    #main .searchBox .botBox ul {
        margin-top: -10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #main .searchBox .botBox li {
        margin: 10px 0 0;
        width: calc((100% - 22px) / 3);
    }

    #main .searchBox .botBox li:last-of-type {
        width: 100%;
    }

    #main .searchBox .botBox li select {
        padding: 5px 0 5px 30px;
        height: 45px;
        font-size: 1.3rem;
        background: url(img/common/icon23.png) no-repeat left 10px top 15px /
            13px auto;
    }

    #main .searchBox .botBox li:nth-child(4) select {
        background: url(img/common/icon22.png) no-repeat left 9px center / auto
            14px;
    }

    #main .searchBox .botBox li:nth-child(6) select {
        background: url(img/common/icon24.png) no-repeat left 9px top 14px /
            auto 14px;
    }

    #main .searchBox .botBox li input[type="text"] {
        padding: 5px 13px;
        height: 45px;
        font-size: 1.3rem;
    }

    #main .searchBox .botBox .search {
        margin: 15px auto 0;
        width: 59%;
        max-width: 186px;
    }

    #main .searchBox .botBox .search a {
        padding: 15px 0 14px 25px;
        font-size: 1.3rem;
        background-position: left 32% center;
        background-size: 14px auto;
    }

    #main .featuredJobs {
        margin: -50px 0 40px;
        padding: 90px 0 40px;
    }

    #main .type {
        margin-bottom: 40px;
    }

    #main .type ul {
        margin-top: 0;
        display: block;
    }

    #main .type li {
        margin: 15px auto 0;
        width: auto;
    }

    #main .type li a {
        padding: 15px;
        box-sizing: border-box;
        border-radius: 5px;
        display: block;
        background-position: right 15px center;
        background-size: 9px auto;
    }

    #main .type li a .imgBox {
        justify-content: space-between;
    }

    #main .type li a .imgBox .phoBox {
        margin-right: 0;
        width: 119px;
        border-radius: 4px;
        overflow: hidden;
    }

    #main .type li a .imgBox .txtBox {
        padding-right: 20px;
        width: calc(100% - 134px);
        box-sizing: border-box;
    }

    #main .type li a .imgBox .txtBox .ttl {
        margin: 1px 0 5px;
        font-size: 1.8rem;
    }

    #main .type li a .imgBox .txtBox .txt {
        font-size: 1.2rem;
        line-height: 1.67;
    }

    #main .type li:nth-child(3) a .imgBox .txtBox,
    #main .type li:nth-child(4) a .imgBox .txtBox {
        margin-top: 0;
    }

    #main .workLocation {
        margin-bottom: 40px;
    }

    #main .workLocation .headLine01 {
        margin-bottom: -7px;
    }

    #main .workLocation .listBox {
        display: block;
    }

    #main .workLocation .txtList {
        margin: 0 15px;
        width: auto;
    }

    #main .workLocation .txtList > li {
        margin-top: 27px;
    }

    #main .workLocation .txtList > li:nth-child(2n) {
        margin-right: 0;
    }

    #main .workLocation .txtList li .ttl {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    #main .workLocation .txtList li ul {
        margin: -10px -10px 0 0;
    }

    #main .workLocation .txtList li ul li {
        margin: 10px 10px 0 0;
        width: 71px;
    }

    #main .workLocation .txtList li ul li a {
        padding: 6px 0 4px;
        display: block;
        font-size: 1.4rem;
    }

    #main .newArrival {
        margin: 0 0 40px;
        padding: 40px 0;
        background: #ececf1;
    }

    #main .news {
        margin-bottom: 13px;
    }

    #main .news > .content {
        margin-bottom: 40px;
        display: block;
    }

    #main .news .lBox {
        margin-bottom: 30px;
        padding: 20px 15px 10px;
        width: auto;
    }

    #main .news .lBox .title {
        margin-bottom: 0;
        font-size: 1.8rem;
    }

    #main .news .lBox a {
        margin-bottom: 15px;
    }

    #main .news .lBox > a:nth-child(n + 5) {
        display: none;
    }

    #main .news .lBox dl {
        padding: 11px 15px;
        display: block;
    }

    #main .news .lBox dt {
        margin-right: 10px;
        font-size: 1.3rem;
    }

    #main .news .lBox dd {
        font-size: 1.4rem;
        line-height: 1.357;
    }

    #main .news .rBox {
        padding: 20px 15px 24px;
        width: auto;
    }

    #main .news .rBox .topBox {
        margin: 0 15px 17px;
    }

    #main .news .rBox .topBox .title {
        margin-bottom: 0;
        font-size: 1.8rem;
        font-weight: 700;
    }

    #main .news .topBox {
        margin: 0 10px 17px;
    }

    #main .news .topBox .txt {
        margin-top: -2px;
        width: 105px;
    }

    #main .news .topBox .txt a {
        margin: 0 !important;
        padding: 6px 5px 6px 12px;
        display: block;
        font-size: 1.2rem;
        border-radius: 5px;
        background-position: right 13px center;
        background-size: 14px auto;
    }

    #main .news .rBox .imgBox {
        margin-bottom: 15px;
        padding: 0 0 15px;
        justify-content: space-between;
        border-style: dotted;
    }

    #main .news .rBox .imgBox .phoBox {
        margin: 0;
        width: 95px;
        flex: none;
    }

    #main .news .rBox .imgBox .txtBox {
        margin: -5px 0 0;
        width: calc(100% - 115px);
    }

    #main .news .rBox .imgBox .txtBox .category span {
        padding: 3px 5px;
        display: inline-block;
        font-size: 1.2rem;
    }

    #main .news .rBox .imgBox .txtBox .time {
        font-size: 1.3rem;
    }

    #main .news .rBox .imgBox .txtBox .txt {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 1.4rem;
    }

    #main .news .bgBox {
        padding: 42px 15px 41px;
    }

    #main .news .bgBox .lineList {
        display: block;
    }

    #main .news .bgBox .lineList {
        display: block;
    }

    #main .news .bgBox .lineList > li:first-of-type {
        padding: 12px 16px 17px;
        background-image: url(img/index/sp_photo01.png);
    }

    #main .news .bgBox .lineList > li:first-of-type p {
        margin-bottom: 22px;
    }

    #main .news .bgBox .lineList > li:first-of-type p span {
        font-size: 1.4rem;
        border-bottom: 2px solid #4a6aa6;
    }

    #main .news .bgBox .lineList > li {
        margin: 0 auto 25px;
        padding: 10px;
        width: auto;
        max-width: 390px;
        border-radius: 7px;
        box-sizing: border-box;
    }

    #main .news .bgBox .lineList > li ul li {
        margin-top: 6px;
        width: 140px;
    }

    #main .news .bgBox .lineList > li ul li a {
        padding: 6px 0;
        font-size: 1.1rem;
        border-radius: 10px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

    #main .news .bgBox .lineList > .second {
        padding: 0;
    }

    #main .news .bgBox .lineList > li:last-of-type {
        margin: 20px auto 0;
        padding: 0;
        width: auto;
    }

    #main .news .bgBox .lineList > li:last-of-type a img {
        height: auto;
    }
}

@media all and (max-width: 374px) {
    #main .searchBox .topBox .sea {
        font-size: 1.5rem;
    }

    #main .searchBox .topBox .num span {
        font-size: 1.8rem;
    }

    #main .searchBox .botBox li select {
        padding-left: 20px;
        font-size: 0.9rem;
        background-position: left 5px center !important;
    }

    #main .news .topBox .txt {
        margin-right: -10px;
    }
}

@media all and (-ms-high-contrast: none) {
    .mainVisual li a {
        padding: 17px 0 9px 10px;
    }

    #main .searchBox .botBox li select {
        padding: 10px 25px 0px 20px;
    }

    .comOffer li .imgBox .txtBox p {
        padding: 5px 0 0 20px;
    }

    #main .workLocation .txtList li ul li a {
        padding: 7px 0 0;
    }

    #main .news .lBox dl {
        padding: 18px 20px 12px;
    }

    #main .news .rBox .imgBox .txtBox .category span {
        padding: 4px 5px 0;
    }

    #main .news .bgBox .lineList > li ul li a {
        padding: 6px 0 2px;
    }

    #gHeader .hRBox .hTxtList li a img {
        margin: -3px 6px 0 0;
    }

    .headLine01 img {
        margin: -5px 10px 0 0;
    }
}
