@charset "utf-8";

/* 移植先のみ：common.css の body{opacity:0}（JSリビール未使用ページのため）を打ち消す */
body { opacity: 1; }

/*------------------
  Basic HTML
------------------*/
.wrap01 {
    max-width: 1100px;
    background-color: #fff;
    margin: auto;
    padding-bottom: 5rem;
}
@media (max-width: 787px) {
    .wrap01 {
        overflow-x: auto;
        overflow-y: hidden;
    }
}
h2.job_introduction_title {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3.6px;
    width: 100%;
}
.job_introduction_frame {
    width: 100%;
    min-width: 770px;
    padding: 5%;
    margin-top: 2rem;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    /* display:table から変更。table-row の子（.table_box0X）を廃したため table 化は不要。
       flow-root は table と同じくBFCを作るため、内側のmarginが外に漏れる挙動は変わらない。 */
    display: flow-root;
}
.Explanation_tab {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: center;
    width: 280px;
    margin: 0;
    border-radius: 6px 6px 0 0;
}
.text01 {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.15rem;
}
.text02 {
    font-size:1.6rem;
}
[class^="arrowbox"] p,
.arrow05 p {
    font-size: 1.4rem;
    padding: 0 1em;
    z-index: 1;
}
/*------------------
  各タブボックスのサイズ、レイアウト基本設定
------------------*/
[class^="Tab_box"] {
    position: relative;
    z-index: 999;
}
.Tab_box01 {
    width: 100%;
}
.Tab_box02 {
    width: 78%;
}
.Tab_box03 {
    width: 100%;
}
.Tab_box04 {
    width: 80%;
}
.Tab_box05 {
    width: 80%;
}

.Tab_box_body {
    width: 100%;
    min-height: 150px;
    background-color: #F7E084;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
}
.txtbox {
    padding-left: 2rem;
    width: 70%;
    padding: 1rem 0 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.img_wrap {
    width: 30%;
    position: relative;
}
.imgbox {
    position: absolute;
    bottom: 0;
    right: 0;
}
.imgbox img {
    max-height: 100%;
    width: auto;
    padding-right: 1rem;
}
.arrow_bottom div:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -28px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EE7A00;
    z-index: 9999;
    background-color: #f7f7f7;
}
.arrow_upper div:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -28px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #EE7A00;
    z-index: 9999;
    background-color: #f7f7f7;
}
/*------------------
  Explanation_box01(Tab box01)
------------------*/
.Explanation_box01 {
}
.Tab_box01 .Explanation_tab {
    color: #B18E04;
    background-color: #F7E084;
}
.Tab_box01 .Tab_box_body {
    background-color: #F7E084;
}
.Tab_box01 .imgbox {
    padding-right: 3rem;
}
.Tab_box01 .imgbox img {
    height: 200px;
}
/*------------------
  Explanation_box02
------------------*/
.Explanation_box02 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.Business_partner_box {
    width: 36%;
}
.arrowbox03 {
    width: 100%;
}
.arrow01 div {
   border-left: solid 16px #EE7A00;
    height: 6vh;
    width: 52.5%;
    position: relative;
    display: flex;
    align-items: center;
}
.arrow01 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.arrow02 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.arrow02 div {
    border-right: solid 16px #EE7A00;
    height: 8vh;
    width: 52.5%;
    position: relative;
    display: flex;
    align-items: center;
}
/*------------------
  Explanation_box03(Tab_box_02)
------------------*/
.Explanation_box03 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 50px;
}
.Tab_box02 .Tab_box_body {
    background-color: #A6CCEC;
}
.Tab_box02 .Explanation_tab {
    color: #0764b2;
    background-color: #A6CCEC;
}
.Tab_box02 .img_wrap {
    width: 40%;
}
.Tab_box02 .imgbox img {
    height: 180px;
}
/*------------------
  Explanation_box04(Tab_box03)
------------------*/
.Explanation_box04 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.Tab_box03 .Tab_box_body {
    background-color: #C3BBDB;
}
.Tab_box03 .Explanation_tab {
    background-color: #C3BBDB;
}
.Tab_box03 .imgbox img {
    height: 190px;
}
/*------------------
  Explanation_box05
------------------*/
.Explanation_box05 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.arrowbox04 {
    width:50%;
    display: flex;
    justify-content: space-between;
}
.arrow03, .arrow04 {
    width: 45%;
}
.arrow03 div, .arrow04 div {
    width: 100%;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
}
.arrow03 div {
    width: 100%;
    border-right: solid 16px #EE7A00;
    justify-content: flex-end;
}
.arrow04 div {
    width: 100%;
    border-left: solid 16px #EE7A00;
}
.arrow03.arrow_bottom div:after {
    bottom: 0;
    left: auto;
    right: -28px;
}
.arrow04.arrow_upper div:after {
    top: 0;
    left: -28px;
    right: auto;
}

/*------------------
  Explanation_box06 (Tab_box04)
------------------*/
.Explanation_box06 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.Tab_box04 .Tab_box_body {
    background-color: #B0E5B6;
} 
.Tab_box04 .Explanation_tab {
    background-color: #B0E5B6;
}
.Tab_box04 .imgbox img {
    height: 170px;
}
/*------------------
  Explanation_box07 (Tab_box05)
------------------*/
.Explanation_box07 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
.Tab_box05 .Tab_box_body {
    background-color: #F5BDD0;
} 
.Tab_box05 .Explanation_tab {
    background-color: #F5BDD0;
}
.Tab_box05 .imgbox img {
    height: 190px;
}
.arrow06 {
    margin-top: 180px;
}
.arrow07 {
    width:40%;
}

/*------------------
  Bottom Area
------------------*/
.bottom_area {
    width: 100%;
    min-width: 770px;
}
.arrowbox08 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.arrow08 {
    width: 51%;
}
.arrow08 div {
    border-left: solid 16px #EE7A00;
    height: 60px;
    position: relative;
}
.arrow08.arrow_bottom div:after {
    left: -28px;
    right: auto;
    background-color: #fff;
}
.Business_partner_box02 {
    width: 100%;
    display: flex;
    justify-content: center;
}
/*------------------
  Partner Box
------------------*/
.partner01, .partner02, .partner03 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: relative;
    width: 30%;
    border: 10px solid #D9D9D9;
    background: #FFF;
    padding: 1.5rem 0;
    font-weight: 500;
    font-size: 20px;
    border-radius: 6px;
    height: 8vh;
    z-index: 999;
}
.partner01 {
    width:100%;
}
.partner02 {
    margin-right: 1rem;
}
.partner03 {
    margin-left: 1rem;
}
/*------------------
  table_box (フロートアロー配置用)
------------------*/
/* 【iPhone崩れ対策】以前は display:table-row + position:relative だったが、
   WebKit(Safari/iOS全ブラウザ)は table-row への position:relative を無視する既知バグがあり
   （WebKit Bug 240961）、中の position:absolute な .arrowbox05/06/07/09（オレンジの線・矢印）が
   行ではなくビューポート基準で配置され、巨大化して崩れていた。
   Chrome/Firefox(=PC検証ツール・Android)は仕様上「未定義」の挙動を独自に実装しているため再現しない。
   flow-root は全ブラウザで確実に position:relative が効き、かつ table-cell と同じくBFCを作るので
   内側の margin(.Explanation_box03 の 50px 等)が外に漏れない挙動も維持できる。 */
.table_box01,
.table_box02,
.table_box03 {
    display: flow-root;
    position: relative;
}
.table_box01 {
}
.table_box02 {
}
.table_box03 {
}
/*------------------
  Option Arrow
------------------*/
.arrowbox06 {
    position: absolute;
    top: 0;
    left: 5%;
    width: 50%;
    height: 100%;
   border-left: solid 16px #EE7A00;
}
.arrowbox06.arrow_bottom div:after {
    left: -28px;
    right: auto;
    bottom: 0;
    top: auto;
}
.arrowbox07 {
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 88%;
    height: 56%;
   border-left: solid 16px #EE7A00;
    border-top: solid 16px #EE7A00;
}
.arrowbox07.arrow_upper div:after {
    right: 40.5%;
    top: -17px;
    transform: rotate(90deg);
}
.arrowbox05 {
    position: absolute;
    top: 0;
    left: 5%;
    width: 15%;
    height: 93%;
   border-left: solid 16px #EE7A00;
    border-bottom: solid 16px #EE7A00;
    display: flex;
    align-items: flex-end;
}
.arrow05 p {
}
.arrowbox05.arrow_bottom div:after {
    left: auto;
    right: -10px;
    bottom: -18px;
    top: auto;
    transform: rotate(-90deg)
}
.arrowbox09 {
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;
    height: 80%;
   border-left: solid 16px #EE7A00;
    border-bottom: solid 16px #EE7A00;
}
.arrow09 p {
    padding-top: 3rem;
    width: 40%;
}
.arrowbox09.arrow_upper div:after {
    left: -28px;
    right: auto;
    top: 0;
}






@media screen and (max-width: 870px) {
    .wrap01 {
        max-width: auto;
        width: 95%;
        overflow-x: auto;
    }
    .text02 {
        font-size: 1.2rem;
    }

    .Business_partner_box {
        width: 50%;
    }
    .arrowbox07.arrow_upper div:after {
        right: 56.6%;
    }
    .partner01 p {
       font-size: 1.4rem;
    }
    .Tab_box01 .imgbox img {
    height: 180px;
    }
    .Tab_box01 .imgbox {
    padding-right: 1rem;
    }
    .Tab_box02 .imgbox img {
    height: 150px;
    }
    .Tab_box02 .imgbox {
    right: -4.5rem;
    }
    .Tab_box03 .imgbox img {
    height: 160px;
    }
    .Tab_box04 .imgbox img {
    height: 140px;
    }
        .Tab_box04 .imgbox {
    right: -4.5rem;
    }
    .Tab_box05 .imgbox img {
    height: 140px;
    }
        .Tab_box05 .imgbox {
    right: -4.5rem;
    }
    .Explanation_tab_text01 {
        font-size: 18px;
    }
    .arrow05 {
        position:relative;
        z-index:999;
    }
    .Explanation_textbox_text01 {
        font-size: 24px;
    }
    .Explanation_textbox_text02 {
        font-size: 14px;
    }
    .partner02, .partner03 {
        width: 40%;
    }
}
.text_document,
.text_sekkei,
.text_seisaku {
    font-size: 1.4rem;
    background-color: #fff;
    /* 旧iOS Safari は prefix 付きしか解釈できず、白いラベルが全幅に伸びるため保険で併記 */
    width: -webkit-fit-content;
    width: fit-content;
    padding: 0.6rem 2rem;
    border-radius: 50px;
    margin-bottom: 0.5rem;
    line-height: 1;
}
.Tab_box01:hover,
.Tab_box02:hover,
.Tab_box03:hover,
.Tab_box04:hover,
.Tab_box05:hover {
    cursor:pointer;
	transform: scale(1.03);
	transition: 0.2s ease-out;
    z-index:999999;
}

.bt_check_close {
	color: #999;
	font-size: 4rem;
	display: block;
	cursor: pointer;
	position: absolute;
	top:20px;
	right:15px;
	z-index: 99999999;
}
.over_screen {
	display: none;
	width: 100vw;
	height: 100vh;
	height: 100svh;
	background-color: rgb(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	z-index: 999999999;
}
.over_screen_inner {
	width: 100vw;
	height: 100vh;
	height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scrollcard {
	width: 860px;
	height: 600px;
	padding: 60px 5px 20px 20px;
	border-radius: 6px;
	margin: auto;
	background-color: #fff;
	position: relative;
}
.scrollcard iframe {
    width: 100%;
    height: 100%;
}

