@charset "utf-8";

/*
  index
-----------------------------------------------------------*/


/* ==============================
  header
============================== */

* {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    overflow: hidden;
}

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

#head-index {
    /*height: 157px;
	background: url(../images/bg_header_index.png) left bottom repeat-x;*/
    margin: 0;
    text-align: center;
}


/*
#head-index #logo {
	float: none;
	width: 154px;
	padding: 10px 0 10px 5px;
}*/

#siteLead {
    display: none;
}

.inner {
    white-space: nowrap;
    overflow-x: scroll;
}

.toshibu_main_img {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.travel #main-img {
    padding-bottom: 60%;
}

#main-img {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

#head-index #main-visual01 {
    position: absolute;
    margin: 0;
    text-align: center;
    background: none;
    width: 100%;
    height: auto;
}

#head-index #main-visual01 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.travel #breadcrumb {
    /* background: none; */
}

#breadcrumb {
    background: #ff7da3;
    color: #fff;
    padding: 12px 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none
}

#breadcrumb>ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 40px;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap
}

#breadcrumb>ul::-webkit-scrollbar {
    display: none
}

#breadcrumb>ul * {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#breadcrumb>ul li {
    width: auto;
    line-height: 1;
    color: #fff;
    position: relative
}

#breadcrumb>ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    transition: .3s
}

#breadcrumb>ul li:first-child {
    padding-left: 20px
}

#breadcrumb>ul li:first-of-type::before {
    display: none
}

#breadcrumb>ul li.same_hierarchy:before {
    top: 0;
    transform: none;
    width: 0;
    height: 16px
}

#breadcrumb>ul li:last-child {
    padding-right: 20px
}

#breadcrumb>ul li a {
    text-decoration: none;
    color: #fff
}

#breadcrumb>ul li a span {
    line-height: 1;
    color: #fff
}

.main-txt {
    position: absolute;
    padding: 0% 0% 0% 10%;
    top: 68vw;
    width: 80%;
    height: auto;
    font-size: 3.3vw;
    line-height: 1.4;
}

.main-txt span {
    font-size: 3.6vw;
    color: #0251b0;
    font-weight: bold;
}

.inquiry-btn {
    position: absolute;
    top: 99vw;
    width: 100%;
    text-align: center;
}

.inquiry-btn img {
    max-width: 85%;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#main-box2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 0px 30px 0px;
}

.kyujin-title {
    font-size: 4.7vw;
    font-weight: bold;
}

.kyujin_underline {
    max-width: 83%;
    width: 83%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 2%;
}

ul.btn-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.btn-list li {
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
}

.horizontal_scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 12px 8px;
    display: -ms-flexbox;
    display: flex;
}

.horizontal_scroll>li {
    width: 100%;
    min-width: 230px;
}

.kyujin-area {
    background-color: #d7effb;
    padding: 10px 0 0 0;
}

.item-list {
    width: 100%;
    margin-bottom: 20px;
}

.item {
    width: 65%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    margin: 10px;
}

.item-image img {
    width: 230px;
    height: 140px;
    vertical-align: bottom;
}

.item-title-toshibu {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #77cfcb;
    height: 25px;
    padding: 10px 0 5px 0;
}

.item-title-okinawa {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #f6ae76;
    height: 25px;
    padding: 10px 0 5px 0;
}

.item-title-hokkaido {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #f29c9f;
    height: 25px;
    padding: 10px 0 5px 0;
}

.item-text table {
    width: 100%;
    padding: 10px;
    height: 400px;
}

.item-text .caption-toshibu {
    width: 30px;
    padding: 10px;
    font-size: 11.5px;
    color: #fff;
    background-color: #77cfcb;
    height: 25px;
    text-align: center;
    line-height: 1.2;
}

.item-text .caption-okinawa {
    width: 30px;
    padding: 10px;
    font-size: 11.5px;
    color: #fff;
    background-color: #f6ae76;
    height: 25px;
    text-align: center;
    line-height: 1.2;
}

.item-text .caption-hokkaido {
    width: 30px;
    padding: 10px;
    font-size: 11.5px;
    color: #fff;
    background-color: #f29c9f;
    height: 25px;
    text-align: center;
    line-height: 1.2;
}

.item-text .content {
    font-size: 11px;
    padding: 5px 8px 5px 8px;
    line-height: 1.3;
    background-color: #eeeeee;
    text-align: left;
}

.kyujin-btn {
    margin: 0 0 10px 2px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.fukidashi-set {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.fukidashi-txt {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    font-size: 3vw;
    line-height: 1.4;
}

.inquiry-btn2 {
    width: 100%;
    text-align: center;
    margin: 8px 0 0 0;
}

.inquiry-btn2 img {
    max-width: 85%;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#main-box3 {
    width: 100%;
    height: auto;
    background-color: #d7effb;
    padding-bottom: 5px;
}

.merit_title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 4.7vw;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    margin-top: -20px;
    background-color: #71bbfa;
    color: #fff;
    font-weight: bold;
}

.merit-set {
    position: relative;
    width: 90%;
    height: auto;
    margin: 4% 5% 4% 5%;
    padding: 5% 0 5% 0;
    background-color: #fff;
    text-align: center;
}

.merit {
    width: 90%;
    padding: 0 10px 0 10px;
    margin: 0 auto;
}

.merit-txt {
    padding: 15px 20px 10px 20px;
    text-align: left;
    font-size: 3.8vw;
    line-height: 1.5;
    width: 90%;
}

.merit-txt span {
    color: #d52121;
}

.merit-set-last {
    position: relative;
    width: 90%;
    height: auto;
    margin: 4% 5% 6% 5%;
    padding: 5% 0 5% 0;
    background-color: #fff;
    text-align: center;
}

.fukidashi-set2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    background-color: #fff;
}

.fukidashi-txt2 {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    font-size: 3vw;
    line-height: 1.4;
}

.faq_title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 4.7vw;
    padding: 20px 0 20px 0;
    margin: 30px 0 20px 0;
    background-color: #71bbfa;
    color: #fff;
    font-weight: bold;
}

.q1-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border: 2px solid #448aca;
}

.q {
    font-size: 3.5vw;
    font-weight: bold;
    color: #fff;
    background-color: #448aca;
    width: 10%;
    padding: 2%;
}

.q-des {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #448aca;
    background-color: #e8f1fd;
    padding: 3%;
    text-align: left;
}

.a-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border: 2px solid #ce5f7e;
    margin-top: 1%;
}

.a {
    font-size: 3.5vw;
    font-weight: bold;
    color: #fff;
    background-color: #ce5f7e;
    width: 10%;
    padding: 2%;
}

.a-des {
    font-size: 16px;
    font-weight: bold;
    color: #ce5f7e;
    background-color: #fef2f2;
    padding: 5% 3%;
    text-align: left;
    line-height: 1.5;
}

.a-des span {
    display: block;
    padding-top: 2%;
    width: 100%;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
}

.q2-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border: 2px solid #448aca;
    margin-top: 4%;
}

ul.btn-list2 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 10px;
}

ul.btn-list2 li {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.l-btn {
    padding: 2% 2% 1% 5%;
}

.r-btn {
    padding: 2% 5% 1% 2%;
}

.interview_title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 4.7vw;
    padding: 20px 0 20px 0;
    margin: 30px 0 0 0;
    background-color: #71bbfa;
    color: #fff;
    font-weight: bold;
}

.interview1 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.interview1-title1 {
    position: absolute;
    top: 60%;
    text-align: left;
    padding: 3%;
    font-size: 14px;
    color: #69a2e7;
    background-color: #fff;
    font-style: italic;
}

.interview1-title2 {
    position: absolute;
    top: 90%;
    text-align: left;
    padding: 3%;
    font-size: 14px;
    color: #69a2e7;
    background-color: #fff;
    font-style: italic;
}

.interview-box1 {
    background-color: #d7effb;
}

.interview-box2 {
    background-color: #eeeeee;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_box {
    position: relative;
}

.cp_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 170px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient( to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box input:checked+label {
    background: inherit;
    /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
    line-height: 2.4rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 14rem;
    font-family: FontAwesome;
    content: "> 続きを読む";
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #959595;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #959595;
}

.cp_box input {
    display: none;
}

.cp_box .cp_container {
    overflow: hidden;
    height: 170px;
    /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
    width: 90%;
    font-size: 3.7vw;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 5%;
}

.cp_box .cp_container span {
    display: block;
    margin-top: 5%;
    font-size: 3.5vw;
}

.cp_box input:checked+label {
    /* display: none ; 閉じるボタンを消す場合解放 */
}

.cp_box input:checked+label:after {
    font-family: FontAwesome;
    content: "> 閉じる";
}

.cp_box input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

.interview2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.interview2-title1 {
    position: absolute;
    top: 60%;
    right: 0;
    padding: 3%;
    font-size: 14px;
    color: #69a2e7;
    background-color: #fff;
    font-style: italic;
}

.interview2-title2 {
    position: absolute;
    top: 90%;
    right: 0;
    padding: 3%;
    font-size: 14px;
    color: #69a2e7;
    background-color: #fff;
    font-style: italic;
}

.cp_box2 *,
.cp_box2 *:before,
.cp_box2 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_box2 {
    position: relative;
}

.cp_box2 label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 170px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient( to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box2 input:checked+label {
    background: inherit;
    /* 開いた時にグラデーションを消す */
}

.cp_box2 label:after {
    line-height: 2.4rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 14rem;
    font-family: FontAwesome;
    content: "> 続きを読む";
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #959595;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #959595;
}

.cp_box2 input {
    display: none;
}

.cp_box2 .cp_container2 {
    overflow: hidden;
    height: 170px;
    /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
    width: 90%;
    font-size: 3.7vw;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 5%;
}

.cp_box2 .cp_container2 span {
    display: block;
    margin-top: 5%;
    font-size: 3.5vw;
}

.cp_box2 input:checked+label {
    /* display: none ; 閉じるボタンを消す場合解放 */
}

.cp_box2 input:checked+label:after {
    font-family: FontAwesome;
    content: "> 閉じる";
}

.cp_box2 input:checked~.cp_container2 {
    height: auto;
    padding-bottom: 80px;
    /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

.flow_title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 4.7vw;
    padding: 20px 0 20px 0;
    margin: 30px 0 20px 0;
    background-color: #71bbfa;
    color: #fff;
    font-weight: bold;
}

.flow_image {
    margin: 0 auto;
    padding: 0 5% 0 4%;
}

#footer-link {
    width: 98%;
    margin: 0 auto;
    padding-top: 10%;
    display: table;
    margin-bottom: 6%;
}

#footer-link td {
    width: 50%;
    height: 60px;
    padding: 3%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    font-size: 3vw;
    color: #e4007f;
    padding-left: 9%;
    line-height: 1.5;
    background: url(../images/icon.png) no-repeat left center;
    background-size: 5%;
    background-position: 8%;
}

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

#footer-link td a:visited {
    color: #4c3d7f;
}

.btn-CV2 {
    width: 100%;
    text-align: center;
    margin: 6% 0 10% 0;
}

.btn-CV2 img {
    max-width: 85%;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.pagetop {
    position: fixed;
    bottom: 8px;
    right: 2px;
    z-index: 999;
}

.pagetop img {
    width: 90%;
    height: auto;
}

.pagetop a {
    display: block;
    text-decoration: none;
}

.okinawa-txt1 {
    position: absolute;
    top: 38vw;
    left: 8vw;
    font-size: 4.7vw;
    color: #0251b0;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.okinawa-txt2 {
    position: absolute;
    top: 43vw;
    left: 8vw;
    font-size: 3.1vw;
    line-height: 1.5;
    margin-top: 13px;
}

.okinawakyujin-img {
    position: absolute;
    top: 36vw;
    left: 76vw;
}

.okinawakyujin-img img {
    width: 70%;
}

.inquiry-btn3 {
    position: absolute;
    top: 73vw;
    width: 100%;
    text-align: center;
}

.inquiry-btn3 img {
    max-width: 85%;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.sonota-kyujin {
    position: relative;
    width: 100%;
    height: auto;
}

.sonota-txt {
    position: absolute;
    top: 4vw;
    left: 25vw;
    color: #fff;
    font-size: 3.3vw;
    font-weight: bold;
}

ul.btn-list3 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 1px;
    padding-bottom: 10px;
}

ul.btn-list3 li {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.hokkaido-txt1 {
    position: absolute;
    top: 36vw;
    left: 8vw;
    font-size: 4.7vw;
    line-height: 1.3;
    color: #0251b0;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.hokkaido-txt2 {
    position: absolute;
    top: 47vw;
    left: 8vw;
    font-size: 3.1vw;
    line-height: 1.5;
    margin-top: 12px;
}

.hokkaidokyujin-img {
    position: absolute;
    top: 34vw;
    left: 74vw;
}

.hokkaidokyujin-img img {
    width: 71%;
}

.inquiry-btn4 {
    position: absolute;
    top: 75vw;
    width: 100%;
    text-align: center;
}

.inquiry-btn4 img {
    max-width: 85%;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.toshibu-txt1 {
    position: absolute;
    top: 36vw;
    left: 8vw;
    font-size: 4.7vw;
    line-height: 1.4;
    color: #0251b0;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.toshibu-txt2 {
    position: absolute;
    top: 48.5vw;
    left: 8vw;
    font-size: 3.1vw;
    line-height: 1.5;
    margin-top: 12px;
}

.inquiry-btn5 {
    position: absolute;
    top: 84vw;
    width: 100%;
    text-align: center;
}

.inquiry-btn5 img {
    max-width: 85%;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.toshibukyujin-img {
    position: absolute;
    top: 38vw;
    left: 75vw;
}

.toshibukyujin-img img {
    width: 70%;
}


/*
#main-box7{
width: 100%;
    height: auto;
    background-color: #eeeeee;
    padding: 10px 0;
}
.recruit-title {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}

.recruit-btn{
	text-align: center;
}
.recruit-btn img{
	width:90%;
}

.recruit-txt1 {
    text-align: center;
    font-size: 15%;
    padding: 5px 0 10px;
}

.recruit-tel {
    text-align: center;
}
.recruit-tel img {
    width: 90%;
    text-align: center;
    padding: 10px 0;
}*/

#main-box7 {
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    text-align: center;
    padding-bottom: 10vw;
}

.recruit-title {
    font-size: 6vw;
    text-align: center;
    padding: 13vw 0 5vw 0;
    margin-top: 10vw;
    font-weight: bold;
}

.recruit-txt1 {
    font-size: 3.8vw;
    line-height: 1.4;
}

.recruit-btn {
    width: 90%;
    margin: 0 auto;
    padding-top: 5vw;
}

.recruit-tel {
    width: 90%;
    padding-top: 2vw;
    margin: 0 auto;
    padding-top: 3vw;
}

.cp_qa {
    width: 90%;
    text-align: left;
    margin: 40px 10px 0 20px;
}

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
    font-family: "FontAwesome", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa dl:first-child {
    border-top: 2px dotted #e5e5e5;
    padding-top: 40px;
    margin-top: -20px;
}

.cp_qa dt {
    position: relative;
    margin: 0 0 1.5em 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #448aca;
    padding-left: 2em;
    text-indent: -2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.cp_qa span {
    position: relative;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    display: block;
    text-indent: 0em;
}

.cp_qa dd {
    position: relative;
    margin: 0 0 2em 0;
    padding: 0 0 1.5em 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #ce5f7e;
    border-bottom: 2px dotted #e5e5e5;
    padding-left: 2em;
    text-indent: -2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.cp_qa dt span {
    position: relative;
    margin: 0 0 1.5em 0;
    font-size: 14px;
}

.cp_qa dt::before,
.cp_qa dd::before {
    font-size: 1.2em;
    margin: 0 0.5em 0 0;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.2em;
}

.cp_qa dt::before {
    padding: 0.1em 0.3em;
    content: "Q";
    background: #448aca;
    text-indent: 0;
    padding-left: -2em;
}

.cp_qa dd::before {
    padding: 0.12em 0.31em;
    content: "A";
    background: #ce5f7e;
    text-indent: 0;
    padding-left: -2em;
}

.cp_qa dt::after,
.cp_qa dd::after {
    position: absolute;
    top: 0.5em;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-width: 5px 0 5px 5px;
    border-style: solid;
}

.cp_qa dt::after {
    left: 1.5em;
    border-color: transparent transparent transparent #448aca;
}

.cp_qa dd::after {
    left: 1.5em;
    border-color: transparent transparent transparent #ce5f7e;
}

.interview-maintitle {
    width: 95%;
    padding: 20px 10px 10px 10px;
    margin: 0 auto;
}

.interview-firsttxt {
    width: 100%;
    color: #4a80c1;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
}

.interview-firsttxt span {
    color: #686a6f;
    font-size: 15px;
    padding: 10px 15px 20px 15px;
    text-align: left;
    line-height: 1.5;
    display: block;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
}

.inquiry-btn_interview {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.inquiry-btn_interview img {
    max-width: 85%;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.inquiry-btn_interview2 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.inquiry-btn_interview2 img {
    max-width: 85%;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.profile_img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.profile_img {
    margin-top: 10px;
    margin-bottom: 15px;
}

.interview_container {
    justify-content: space-between;
    width: 100%;
}

.interviewee {
    height: auto;
    border: 2px solid #4a80c1;
    border-radius: 16px;
    background-color: #fff;
    margin: 5px 15px 15px 20px;
    box-shadow: 2px 2px 2px 2px #dedcdd;
    padding: 13px 10px;
}

.interviewee img {
    padding: 10px 15px 8px 10px;
    width: 30%;
    height: 30%;
    float: left;
}

.description h4 {
    font-weight: bold;
    font-size: 18px;
    color: #4a80c1;
    margin-bottom: 5px;
    line-height: 1.3;
    padding-bottom: 3px;
}

.description h4 span {
    font-size: 15px;
    padding-bottom: 10px;
}

.description {
    padding: 5px 15px 5px 10px;
    line-height: 1.5;
    font-size: 15px;
}

.description p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.pager {
    width: 100%;
    background-color: #eeeeee;
    padding: 15px 0;
    margin-top: 20px;
}

.pager ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
}

.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #4a80c1;
    text-decoration: none;
}

.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
    color: #fff;
    background: #4a80c1;
}

.pager .pagination li.pre,
.pager .pagination li.next {
    display: inline-block;
    width: 20%;
    height: 40px;
    text-align: center;
}

.pager .pagination li.pre a,
.pager .pagination li.next a {
    width: 100%;
    text-align: center;
}

.pager2 {
    width: 100%;
    background-color: #eeeeee;
    padding: 15px 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.pager2 ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pager2 .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
}

.pager2 .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #4a80c1;
    text-decoration: none;
}

.pager2 .pagination li a span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.pager2 .pagination li a:hover,
.pager2 .pagination li a.active {
    color: #fff;
    background: #4a80c1;
}

.pager2 .pagination li.pre,
.pager2 .pagination li.next {
    display: inline-block;
    width: 20%;
    height: 40px;
    text-align: center;
}

.pager2 .pagination li.pre a,
.pager2 .pagination li.next a {
    width: 100%;
    text-align: center;
}

.interview_contents {
    width: 100%;
}

section#interview_contents02 {
    margin-top: 40px;
}

section#interview_contents04 {
    margin-top: 40px;
}

h3 img {
    margin: 20px 0 30px 0;
}

.theme_txt {
    padding: 10px 15px 10px 10px;
}

.theme_txt p[class^="name"] {
    width: 80%;
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
    padding: 5px 5px 15px 5px;
    margin-bottom: 2px;
    margin-left: 4em;
    /* ブロック全体を 1em 右に */
    text-indent: -4em;
    /* 先頭の1文字のみ 1em 左に */
    text-align: justify;
    text-justify: inter-ideograph;
}

.theme_txt p[class^="name"] img {
    float: right;
    padding: 10px 0 10px 20px;
    width: 40%;
}

.theme_txt .name_nurse:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../images/interviewee1.png);
    background-size: contain;
    vertical-align: middle;
}

.theme_txt .name_master:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../images/interviewee2.png);
    background-size: contain;
    vertical-align: middle;
}

.theme_txt .name_ca:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../images/interviewee3.png);
    background-size: contain;
    vertical-align: middle;
}

.theme_txt span:not(.mark) {
    font-weight: bold;
    color: #4a80c1;
    font-size: 16px;
    padding: 10px;
}

.theme_txt .mark {
    background: linear-gradient(transparent 80%, #fbf559 80%);
    font-weight: bolder;
}

.theme_txt2 {
    padding: 10px 15px 10px 10px;
    margin-top: -10px;
}

.theme_txt2 p[class^="name"] {
    width: 80%;
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
    padding: 5px 5px 15px 5px;
    margin-bottom: 2px;
    margin-left: 4em;
    /* ブロック全体を 1em 右に */
    text-indent: -4em;
    /* 先頭の1文字のみ 1em 左に */
    text-align: justify;
    text-justify: inter-ideograph;
}

.theme_txt2 p[class^="name"] img {
    float: right;
    padding: 10px 0 10px 20px;
    width: 40%;
}

.theme_txt2 .name_nurse:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../images/interviewee1.png);
    background-size: contain;
    vertical-align: middle;
}

.theme_txt2 .name_master:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../images/interviewee2.png);
    background-size: contain;
    vertical-align: middle;
}

.theme_txt2 .name_ca:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../images/interviewee3.png);
    background-size: contain;
    vertical-align: middle;
}

.theme_txt2 span:not(.mark) {
    font-weight: bold;
    color: #4a80c1;
    font-size: 16px;
    padding: 10px;
}

.theme_txt2 .mark {
    background: linear-gradient(transparent 80%, #fbf559 80%);
    font-weight: bolder;
}

.middle-img {
    width: 100%;
    padding: 20px 5px 20px 3px;
    margin: 0 auto;
}

.interview-index {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0.3em 0.8em;
    margin: 2em 1.4em 3em 1.4em;
    border: solid 2px #4a80c1;
}

.interview-index li {
    border-bottom: dashed 1px #4a80c1;
    position: relative;
    padding: 0.5em 0.3em 0.5em 35px;
    line-height: 1.5em;
    font-size: 15px;
}

.interview-index li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*数字のデザイン変える*/
    display: inline-block;
    background: #f39700;
    color: white;
    font-family: "Avenir", "Arial Black", "Arial", sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.interview-index li:last-of-type {
    border-bottom: none;
    /*最後のliの線だけ消す*/
}

.interview-index li:first-of-type:after {
    /*タイトルタブ*/
    background: #4a80c1;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -15px;
    bottom: 110%;
    padding: 1px 7px;
    content: "INDEX";
    /*タブの文字*/
    letter-spacing: 0.05em;
    /*字間*/
}

.interview-index li a:link {
    color: #000;
}

.midashi1 {
    padding: 20px 10px;
    margin: 0;
    background: #79c6ea;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.theme_txt .name {
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
    padding: 15px 15px 10px 10px;
    margin-left: 3em;
    /* ブロック全体を 1em 右に */
    text-indent: -2.7em;
    /* 先頭の1文字のみ 1em 左に */
    text-align: justify;
    text-justify: inter-ideograph;
}

.theme_txt .name:first-child {
    margin-top: 10px;
}

.theme_txt .name span {
    font-weight: bold;
    color: #4a80c1;
    font-size: 16px;
    padding: 10px 10px 10px 0;
}

.next {
    margin-top: 30px;
    text-align: center;
}

.next_page {
    color: #f39700;
    font-size: 16px;
    text-align: center;
    margin: 20px 10px;
}

.next_page a {
    border-bottom: 1px solid #f39700;
    color: #f39700;
    font-weight: bold;
}

.arrow {
    position: relative;
    display: inline-block;
    margin-right: 0;
    margin-left: 10px;
    padding: 5px 0 5px 5px;
    background: #f39700;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    border-left: 16px solid #f39700;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    transform-origin: left top;
    transform: scaleX(0.6);
}

.oyakudachi {
    width: 90%;
    text-align: center;
    margin: 5px 20px 5px 20px;
}

.woman_1 {
    width: 100%;
}

.woman_2 {
    width: 100%;
    padding-top: 30px;
}

.woman_3 {
    width: 95%;
    padding: 10px 0 30px 10px;
    text-align: center;
}

.woman_4 {
    width: 90%;
    padding: 20px 20px;
    text-align: center;
}

.middle-img3 {
    margin-bottom: 10px;
}

.mv_txtbox {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px 5px;
}

.mv_ttl {
    text-align: center;
    font-size: 1em;
    color: #fff;
    padding: 10px;
    background-color: #2360aa;
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
    border-radius: 30px;
}

.mv_d_box {
    background-color: #fff;
    box-shadow: 0px 0px 15.36px 0.64px rgba(211, 211, 211, 0.8);
    padding: 8% 5% 4%;
    position: absolute;
    border-radius: 8px;
    margin-bottom: -5px;
    top: 44%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    width: 94%;
    margin: 0 auto;
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .mv_d_box:before {
        font-size: 0.9em;
    }
}

.mv_d_ttl {
    padding: 28px 0 12px;
    font-size: 1.4em;
    color: #e73584;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    border-bottom: 2px dotted #333;
    position: relative;
}

.mv_d_ttl::before {
    content: "";
    position: absolute;
    background: url(../images/txt_tn.png) no-repeat;
    height: 100%;
    left: 0;
    width: 100%;
    bottom: -10%;
    opacity: 0.7;
}

.mv_d_ttl::after {
    content: "";
    position: absolute;
    background: url(../images/icon_air.png) no-repeat;
    background-position: right;
    background-color: #fff;
    height: 44%;
    right: 0;
    width: 20%;
    top: 73%;
}

.mv_d_sub_ttl {
    padding: 4% 0;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
}

.mv_d_ttl span {
    font-size: 0.8em;
    color: #666;
    padding-left: 3px;
}

.mv_d_txt {
    font-size: 0.8em;
    line-height: 1.4;
    padding-bottom: 13px;
    text-align: justify;
}

.mv_txtbox .cv_area_common {
    position: absolute;
    z-index: 10;
    top: 37%;
    left: 0;
    right: 0;
}

.cv_area_common {
    margin: 20px auto 0; 
    text-align: center;
    max-width: 360px;
}

.cv_area_common p {
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 8px;
}

.cv_common {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.05em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .cv_common {
        font-size: 1em;
    }
}

.cv_common span {
    font-size: 0.7em;
    padding-right: 5px;
    vertical-align: middle;
}

.cv_common span:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 36px;
    /*画像の幅*/
    height: 37px;
    /*画像の高さ*/
    background-image: url(../images/icon_cv.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 10px;
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .cv_common span:before {
        width: 26px;
        /*画像の幅*/
        height: 27px;
        /*画像の高さ*/
    }
}

.cv_common:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}

.cv_common:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.cv_common:hover {
    background-image: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
    text-decoration: none;
}

.cv_common a {
    text-decoration: none;
}

.cv_common a:visited {
    color: #fff;
}

.survey_area_common {
    margin: 10px 0;
    text-align: center;
}

.survey_area_common p {
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 8px;
}

.survey_common {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #5f52a0;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .survey_common {
        font-size: 1em;
    }
}

.survey_common span {
    font-size: 0.7em;
    padding-right: 5px;
    vertical-align: middle;
}

.survey_common:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}

.survey_common:active {
    border-bottom: solid 2px #5f52a0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.survey_common:hover {
    background-color: #6d5eb7;
    text-decoration: none;
    opacity: 0.8;
}

.survey_common a {
    text-decoration: none;
}

.survey_common a:visited {
    color: #fff;
}

.faq_area_common {
    text-align: center;
    margin: 20px 40px -10px;
}

.faq_common {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    color: #69a2e7;
    background-color: #fff;
    border: 1px solid #69a2e7;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .faq_common:before {
        font-size: 1em;
    }
}

.faq_common:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #69a2e7;
}

.faq_common a {
    text-decoration: none;
}

.faq_common a:visited {
    color: #69a2e7;
}

.iv_area_common {
    text-align: center;
    margin: 20px 40px -10px;
}

.iv_common {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 0.98em;
    font-weight: bold;
    text-decoration: none;
    color: #69a2e7;
    background-color: #fff;
    border: 1px solid #69a2e7;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: 0.4s;
    line-height: 1.4;
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .iv_common {
        font-size: 1em;
    }
}

.iv_common:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #69a2e7;
}

.iv_common a {
    text-decoration: none;
}

.iv_common a:visited {
    color: #69a2e7;
}

.lpbnr a {
    width: 95%;
    margin: 10% auto 0;
    display: block;
}

.lpbnr img {
    width: 100%;
}

.mv_box .mv_d_box.cp_box--mv > input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mv_box .mv_d_box.cp_box--mv > .cp_container{
  position: relative;
  height: auto ;
  max-height: 187px;
  overflow: hidden;
  transition: max-height .35s ease;
}

.mv_box .mv_d_box.cp_box--mv > .cp_container::after{
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 84px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 85%);
  pointer-events: none;
  transition: opacity .25s ease;
}

.mv_box .mv_d_box.cp_box--mv > label{
  position: absolute;
  inset: auto 0 0;
  height: 84px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  z-index: 3; 
}
.mv_box .mv_d_box.cp_box--mv > label::after{
  content: "もっと見る ∨";
  margin-bottom: 0px;
  padding: 6px 10px;
  border-radius: 16px;
  color: #B4B4B4;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .04em;
}

.mv_box .mv_d_box.cp_box--mv > input[type="checkbox"]:checked ~ .cp_container{ max-height: 450px; }
.mv_box .mv_d_box.cp_box--mv > input[type="checkbox"]:checked ~ .cp_container::after{ opacity: 0; }
.mv_box .mv_d_box.cp_box--mv > input[type="checkbox"]:checked + label::after{ content: "閉じる ∧"; }

.travel #main-img{
  padding-bottom: 0 ;
}


#main-img + .cv_area_common{
  margin-top: 60px;
}

.mv_box .mv_d_box.cp_box--mv {
  position: relative;
  width: 94%;
  margin: -57vw auto 0;   
  z-index: 1;
  overflow: visible;
  box-sizing: border-box;
}

#main-img { position: relative; }

#main-img .mv_txtbox .cv_area_common {
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(120px, 85vw, 420px); 
  margin: 0 auto;
  text-align: center;
  z-index: 5;   
}
