@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

@import url(https://fonts.googleapis.com/css2?family=Allura&display=swap);

/*------------------------------------------------
　　　　　 TOP挨拶 
 * ------------------------------------------- */

.top{
	margin: 50px 0;
}

.message_box {
    position: relative;
	background-color: rgba(71,71,71,1);
	background-size: cover;
    background-attachment: fixed;
    background-position: top 85% left 50%;
	margin-top: -40px;
	margin-bottom: -50px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    z-index: 1;
	
}

body.home #wrapper {
    overflow: visible;
}

.message_box .inner {
    width: min(1200px, 80%);
    padding: 100px 0;
}

.message_box h1{
	font-size:40px;
	color:#fff;
}


.message_box p {
    text-align: center;
    font-size: 18px;
	color:#fff;
}

.message_box::before {
    content: "Hinode Sangyo";
    font-family: 'Allura', cursive;
    font-size: 130px;
    color: #fff;
    opacity: 0.1;
    position: absolute;
	left: 30%;
    top: 15%;
    z-index: 1;
}

/* ------------レスポンシブ---------------- */

@media print, screen and (max-width: 724px)  {

	.message_box {
	}
	
	.message_box .inner {
    width: min(390px, 90%);
    padding: 100px 0;
}
	
    .message_box::before {
        font-size: 100px;
        top: -8%;
        left: 5%;
    }
    
.message_box::before {
    top: 10%;
    left: 10%;
	font-size: 60px;
}
	
.message_box h1{
	font-size:23px;
}


.message_box p {
    text-align: center;
    font-size: 14px;
}
	
}

/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
    width: 100%;
}
.teleco_v1 .w50.image_box{
    position: relative;
    overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    padding: 70px 40px;
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: calc(70px + (1vw - 7.68px) * 5.0891) 40px;
		margin-bottom:0;
	}
}


/*--------------------
　一日の流れ
--------------------*/
.flowlist {
  padding-left: 10rem;
  position: relative;
}
.flowlist::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 10rem;
}
.flowlist > li {
  position: relative;
}
.flowlist > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flowlist > li .icon {
  font-size:1.6rem;
  color: #fff;
  background: #000000;
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
  font-style: italic;
}
.flowlist > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowlist > li dl {
  padding-left: 7rem;
  position: relative;
	padding-top: 0.7rem;
}
.flowlist > li dl::before,
.flowlist > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.flowlist > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: #1A1A1A;
  border-radius: 50%;
  left: -4px;
}
.flowlist > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
	top: 2.3rem;
}
.flowlist > li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
	.flowlist > li .icon {
		font-size: 1.2rem;
	}

	.flowlist {
		padding-left: 10rem;
	}

	.flowlist > li .icon {
		left: -11rem;
	}

	.flowlist::before {
		left: 10rem;
	}

	.flowlist > li dl {
		padding-left: 4.5rem;
	}

	.flowlist > li dl::after {
		width: 30px;
	}

	.flowlist > li dl dt {
		font-size: 1.4rem;
	}
}


/*---------------- 共通 ---------------- */

.white_box {
    margin: auto 20px;
}

.contact_Btn{
	background-color: #F4A919;
	color: #fff;
	padding: 10px 20px;
}



/*表組み線のみアレンジ*/

.post table, .post table th, .post table td {
	border:none;
}
.post table tr {
	border-bottom:1px solid #1a180c;
}
.post table th {
	background-color:transparent;
	font-weight:bold;
	/*HOLO対応*/
	width:50%;
}
.post table tr:last-child {
	border-bottom:none;
}



/* 初期設定 */
/*------------------------------------------------------
Cancellation
------------------------------------------------------*/
/*calcDefault-Between---1920pxand375px*/
html {
    font-size: 62.5%;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    font-size: calc(1.6rem + (1vw - 19.2px) * 0.1294); /*1.6rem-1.4rem*/
    font-weight: 400;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body.mobile #mainImg, body.mobile #breadcrumb {
    margin-top: 0;
}
body.mobile {
    margin-top: 0;
}
#mainImg {
    padding-bottom: 0;
}
body.mobile #mainImg {
    margin-top: 60px;
}
.home #content {
    padding: 0;
}
#wrapper, #content, .post {
    overflow: visible !important;
}
/*--見出し--------------------------------------------*/
h1.title, .post h1, .post h2, .post2b h2, .post4b h2, h2.title, .post h3, .post h4 {
    line-height: 1.6;
    background: none;
}
.post h1 span, .post h2 span, .post h3 span, .post h4 span {
    padding: 0;
}
h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
    margin-top: 0;
}
/*--パンくずリスト--------------------------------------------*/
#breadcrumb {
    padding: 12px 0;
}
#breadcrumb ul {
    width: 98%;
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
}
#breadcrumb ul li {
    float: none;
}
#breadcrumb ul li:first-child {
    margin-left: 0;
}
/*--お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
    padding: 0;
}
span.wpcf7-list-item {
    margin: 0 10px 0 0;
}
.wpcf7-form .must, .wpcf7-form .option {
    font-size: 75%;
}
/*--デフォルトリンクボタン--------------------------------------------*/
.linkBtn {
    padding: 1.6rem 3.2rem 1.6rem 3.2rem;
    position: relative;
    border-radius: 5px;
    line-height: 1.8;
    transition: all .3s;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}
.linkBtn a {
    color: #fff;
}
.linkBtn input[type="submit"] {
    background: none;
    padding: inherit;
}
.linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}
input.linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}
.post .linkBtn {
    padding: 1.6rem 3.2rem 1.6rem 3.2rem;
    position: relative;
    color: #fff;
    border-radius: 5px;
    line-height: 1.8;
    transition: all .3s;
}
.post .linkBtn input[type="submit"] {
    background: none;
    padding: inherit;
}
.post .linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}
.post input.linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}
.linkBtn {
    display: inherit;
    max-width: 500px;
    margin: 3rem auto;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.post .linkBtn input[type="submit"] {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    padding: 1rem 0 0 0;
}
@media only screen and (max-width: 640px) {
    .linkBtn {
        display: block;
        text-align: center;
    }
    .post .linkBtn {
        display: block;
        text-align: center;
    }
}
/*--リンクボタン1--------------------------------------------*/
.btn1_inner {
    text-align: center;
    width: 100%;
}
.btn1 {
    background: #000000;
    border-radius: 50px;
    border: 1px solid #000000;
    text-decoration: none;
    display: inline-block;
    padding: 1em 3em;
    transition: all 0.15s ease;
    position: relative;
    width: min(35rem, 95%);
    color: #ffffff;
}
.btn1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #ffffff;
    top: 49%;
    right: 0;
    transition: all 0.15s ease;
}
.btn1:hover {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    transition: all 0.3s ease;
}
.btn1:hover::before {
    width: 30px;
    background: #000000;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
    .btn1 {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: min(600px, 90%);
        padding: 1em 3em;
        transition: all 0.15s ease;
        position: relative;
    }
    .btn1::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 1px;
        background: #fffbf9;
        top: 49%;
        right: 0;
        transition: all 0.15s ease;
    }
    .btn1:hover {
        background: transparent;
        color: #000000;
        border: 1px solid #000000;
        transition: all 0.3s ease;
    }
    .btn1:hover::before {
        width: 30px;
        background: #000000;
        transition: all 0.3s ease;
    }
}
/*--リスト--------------------------------------------*/
.post ul {
    margin: 0;
}
.post li {
    line-height: 2;
    margin-bottom: 0;
    border-bottom: 0;
}
.post ol {
    margin: 0 0 0 1.2em;
}
.post ol:first-child {
    margin-top: 0;
}
.post ol:last-child, .post li:last-child {
    margin-bottom: 0;
}
.post li ol li.list-decimal {
    list-style: decimal;
    margin-left: 0;
}
.post ul.list-disc li {
    list-style: disc;
    margin-left: 2.4rem;
    padding-left: 0;
}
.post .list-point li, .post .list-check li, .post ul.list-kome li {
    position: relative;
    padding-left: 2.4rem;
    list-style: none;
    margin-left: 0;
}
.post .list-point li:before, .post .list-check li:before, .post ul.list-kome li:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    color: #111;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0.1rem;
}
.post .list-point li:before, .post ul li.list-point:before {
    content: "\f087";
}
.post .list-check li:before, .post ul li.list-check:before {
    content: "\f00c";
}
.post ul.list-kome li::before, .post ul li.list-kome::before {
    content: "※";
}
/*--liststyle reset-----*/
.post li.list-none, .post ol li.list-none, .post ul li.list-none {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.post li.list-none:before, .post ol li.list-none:before, .post ul li.list-none:before {
    content: none !important
}
/*--テーブル--------------------------------------------*/
.post table {
    margin: 30px auto;
}
.post table th, .post table td {
    padding: calc(10px + (1vw - 19.2px) * 0.3236) calc(15px + (1vw - 19.2px) * 0.4531);
}
.post table:first-child {
    margin-top: 0;
}
.post table:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .table_scroll {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .table_scroll table {
        table-layout: auto;
        width: 800px;
    }
}
/*--img--------------------------------------------*/
.post img {
    padding: 0;
    border: none;
    vertical-align: bottom;
}
.post img.aligncenter {
    margin: 0 auto;
}
/*--ギャラリー--------------------------------------------*/
.gallery {
    margin: calc(50px + (1vw - 19.2px) * 1.2945) auto !important;
}
.gallery > br {
    display: none;
}
.gallery > *:last-child {
    display: block;
}
.gallery:first-child, .gallery:nth-child(2) {
    margin-top: 0 !important;
}
.gallery:last-child {
    margin-bottom: 0 !important;
}
.gallery-item {
    margin-top: 0 !important;
    line-height: 0;
    margin-bottom: calc(20px + (1vw - 19.2px) * 0.7819);
}
.gallery-caption {
    line-height: 1.8;
    margin: 1rem auto 0 !important;
    padding: 0;
}
.gallery-columns-2 .gallery-item {
    width: calc(100% / 2) !important;
}
.gallery-columns-3 .gallery-item {
    width: calc(100% / 3) !important;
}
.gallery-columns-4 .gallery-item {
    width: calc(100% / 4) !important;
}
.gallery-columns-5 .gallery-item {
    width: calc(100% / 5) !important;
}
.gallery-columns-6 .gallery-item {
    width: calc(100% / 6) !important;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
    max-width: 95%;
}
/*---カテゴリ--------------------------------------------*/
body:not(.home) .post h2.cat-loop {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
section.widget h2 {
    border-bottom: 1px solid;
}
/*---記事詳細--------------------------------------------*/
.post_link {
    font-size: calc(1.5rem + (1vw - 19.2px) * 0.1294);
}
.dateLabel {
    padding-top: 10px;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
}
.pagenav {
    margin: 20px 0 0;
}
@media print, screen and (max-width: 768px) {
    .single h1.title {
        font-size: 1.6rem;
    }
}
/*--コンテンツ--------------------------------------------*/
.post {
    margin: 0 auto;
    padding: 0;
}
/*--スマホメニュー--------------------------------------------*/
.spmenu #menu {
    padding: 0px 1px 2px 0;
}
.spmenu #menu p {
    transform: translateX(-50%);
    left: 50%;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    width: 35px;
}
/*--スマホヘッダー--------------------------------------------*/
body.mobile #header .logo img {
    max-width: 180px;
}
#header .logo img {
    vertical-align: bottom;
    max-height: 80px;
	margin-left: 20px;
}
body.mobile #header .logo .mark {
    text-align: left;
    padding-left: 5px;
}
.mobile header#h1Header {
    margin-top: 60px;
}
body.mobile.single #breadcrumb {
    margin-top: 60px;
}
@media print, screen and (max-width: 640px) {
    /*--テーブル--------------------------------------------*/
    .post table.responsive th, .post table.responsive td {
        text-align: left;
    }
    /*--パンくずリスト--------------------------------------*/
    #breadcrumb ul {
        max-width: 100%;
    }
    /*--ギャラリー------------------------------------------*/
    .gallery {
        margin: 20px auto !important;
    }
    .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
        width: calc(100%/2) !important;
    }
    .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
        margin-bottom: 10px;
    }
    .gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
        max-width: 100%;
    }
}
/*------------------------------------------
Additional contents and parts
--------------------------------------------*/
/*--inner/outer--------------------------------------------*/
.inner {
    margin: 0 auto;
    width: 90%;
}
.outer {
    margin: 0 auto;
    width: 100%;
}
.max_w900 {
    max-width: 900px;
}
.max_w960 {
    max-width: 960px;
}
.max_w1000 {
    max-width: 1000px;
}
.max_w1024 {
    max-width: 1024px;
}
.max_w1100 {
    max-width: 1100px;
}
.max_w1200 {
    max-width: 1200px;
}
.max_w1300 {
    max-width: 1300px;
}
.max_w1400 {
    max-width: 1400px;
}
.max_w1500 {
    max-width: 1500px;
}
.max_w1600 {
    max-width: 1600px;
}
.max_w1700 {
    max-width: 1700px;
}
.max_w1800 {
    max-width: 1800px;
}
/*--space--------------------------------------------*/
.mt0 {
    margin-top: 0 !important;
}
.mt1 {
    margin-top: 1rem !important;
}
.mt2 {
    margin-top: 2rem !important;
}
.mt3 {
    margin-top: 3rem !important;
}
.mt4 {
    margin-top: 4rem !important;
}
.mt5 {
    margin-top: 5rem !important;
}
.mt6 {
    margin-top: 6rem !important;
}
.mt7 {
    margin-top: 7rem !important;
}
.mt8 {
    margin-top: 8rem !important;
}
.mt9 {
    margin-top: 9rem !important;
}
.mt10 {
    margin-top: 10rem !important;
}
.mt15 {
    margin-top: 15rem !important;
}
.mt16 {
    margin-top: 16rem !important;
}
.mb0 {
    margin-bottom: 0rem !important;
}
.mb1 {
    margin-bottom: 1rem !important;
}
.mb2 {
    margin-bottom: 2rem !important;
}
.mb3 {
    margin-bottom: 3rem !important;
}
.mb4 {
    margin-bottom: 4rem !important;
}
.mb5 {
    margin-bottom: 5rem !important;
}
.mb6 {
    margin-bottom: 6rem !important;
}
.mb7 {
    margin-bottom: 7rem !important;
}
.mb8 {
    margin-bottom: 8rem !important;
}
.mb9 {
    margin-bottom: 9rem !important;
}
.mb10 {
    margin-bottom: 10rem !important;
}
.mb15 {
    margin-bottom: 15rem !important;
}
.mb16 {
    margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
    .mt1 {
        margin-top: 0.5rem !important;
    }
    .mt2 {
        margin-top: 1rem !important;
    }
    .mt3 {
        margin-top: 1.5rem !important;
    }
    .mt4 {
        margin-top: 2rem !important;
    }
    .mt5 {
        margin-top: 2.5rem !important;
    }
    .mt6 {
        margin-top: 3rem !important;
    }
    .mt7 {
        margin-top: 3.5rem !important;
    }
    .mt8 {
        margin-top: 4rem !important;
    }
    .mt9 {
        margin-top: 4.5rem !important;
    }
    .mt10 {
        margin-top: 5rem !important;
    }
    .mt15 {
        margin-top: 7.5rem !important;
    }
    .mt16 {
        margin-top: 8rem !important;
    }
    .mb1 {
        margin-bottom: 0.5rem !important;
    }
    .mb2 {
        margin-bottom: 1rem !important;
    }
    .mb3 {
        margin-bottom: 1.5rem !important;
    }
    .mb5 {
        margin-bottom: 2.5rem !important;
    }
    .mb6 {
        margin-bottom: 3rem !important;
    }
    .mb7 {
        margin-bottom: 3.5rem !important;
    }
    .mb8 {
        margin-bottom: 5rem !important;
    }
    .mb9 {
        margin-bottom: 4.5rem !important;
    }
    .mb10 {
        margin-bottom: 5rem !important;
    }
    .mb15 {
        margin-bottom: 7.5rem !important;
    }
    .mb16 {
        margin-bottom: 8rem !important;
    }
}
.pt0 {
    padding-top: 0rem !important;
}
.pt1 {
    padding-top: 1rem !important;
}
.pt2 {
    padding-top: 2rem !important;
}
.pt3 {
    padding-top: 3rem !important;
}
.pt4 {
    padding-top: 4rem !important;
}
.pt5 {
    padding-top: 5rem !important;
}
.pt6 {
    padding-top: 6rem !important;
}
.pt7 {
    padding-top: 7rem !important;
}
.pt8 {
    padding-top: 8rem !important;
}
.pt9 {
    padding-top: 9rem !important;
}
.pt10 {
    padding-top: 10rem !important;
}
.pb0 {
    padding-bottom: 0rem !important;
}
.pb1 {
    padding-bottom: 1rem !important;
}
.pb2 {
    padding-bottom: 2rem !important;
}
.pb3 {
    padding-bottom: 3rem !important;
}
.pb4 {
    padding-bottom: 4rem !important;
}
.pb5 {
    padding-bottom: 5rem !important;
}
.pb6 {
    padding-bottom: 6rem !important;
}
.pb7 {
    padding-bottom: 7rem !important;
}
.pb8 {
    padding-bottom: 8rem !important;
}
.pb9 {
    padding-bottom: 9rem !important;
}
.pb10 {
    padding-bottom: 10rem !important;
}
.pd2 {
    padding: 2rem !important;
}
.pd3 {
    padding: 3rem !important;
}
.pd4 {
    padding: 4rem !important;
}
.pd5 {
    padding: 5rem !important;
}
@media screen and (max-width: 768px) {
    .pt1 {
        padding-top: 0.5rem !important;
    }
    .pt2 {
        padding-top: 1rem !important;
    }
    .pt3 {
        padding-top: 1.5rem !important;
    }
    .pt4 {
        padding-top: 2rem !important;
    }
    .pt5 {
        padding-top: 2.5rem !important;
    }
    .pt6 {
        padding-top: 3rem !important;
    }
    .pt7 {
        padding-top: 3.5rem !important;
    }
    .pt8 {
        padding-top: 4rem !important;
    }
    .pt9 {
        padding-top: 4.5rem !important;
    }
    .pt10 {
        padding-top: 5rem !important;
    }
    .pb1 {
        padding-bottom: 0.5rem !important;
    }
    .pb2 {
        padding-bottom: 1rem !important;
    }
    .pb3 {
        padding-bottom: 1.5rem !important;
    }
    .pb4 {
        padding-bottom: 2rem !important;
    }
    .pb5 {
        padding-bottom: 2.5rem !important;
    }
    .pb6 {
        padding-bottom: 3rem !important;
    }
    .pb7 {
        padding-bottom: 3.5rem !important;
    }
    .pb8 {
        padding-bottom: 4rem !important;
    }
    .pb9 {
        padding-bottom: 4.5rem !important;
    }
    .pb10 {
        padding-bottom: 5rem !important;
    }
    .pd2 {
        padding: 1rem !important;
    }
    .pd3 {
        padding: 1.5rem !important;
    }
    .pd4 {
        padding: 2rem !important;
    }
    .pd5 {
        padding: 2.5rem !important;
    }
}
@media screen and (max-width: 414px) {
    .mt16 {
        margin-top: 5rem !important;
    }
    .mb16 {
        margin-bottom: 5rem !important;
    }
}
/*--responsive parts--------------------------------------------*/
/*br*/
.spbr, table.sp_t, .post img.img_sp {
    display: none;
}
.pc-none {
    display: none;
}
@media screen and (max-width: 768px) {
    .spbr, table.sp_t, .post img.img_sp {
        display: block;
    }
    .pcbr, table.pc_t, .post img.img_pc {
        display: none;
    }
    .pc-none {
        display: inherit;
    }
    .sp-none {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .pc-center {
        text-align: center !important;
    }
    .pc-right {
        text-align: right !important;
    }
    .pc-left {
        text-align: left !important;
    }
}
/*--flexbox--------------------------------------------*/
.w10 {
    width: 10%;
}
.w20 {
    width: 20%;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.gap {
    gap: 5%;
}
.gap3 {
    gap: 3%;
}
.ai-center {
    align-items: center;
}
.jc-center {
    justify-content: center;
}
.jc-between {
    justify-content: space-between;
}
.rev {
    flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
    .columns, .flexbox {
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90 {
        width: 100%;
        margin-bottom: 20px;
    }
    .flexbox.rev {
        flex-direction: row-reverse;
    }
    .sp-nowrap {
        display: flex;
    }
    .sp-nowrap .w10 {
        width: 10%;
    }
    .sp-nowrap .w20 {
        width: 20%;
    }
    .sp-nowrap .w30 {
        width: 30%;
    }
    .sp-nowrap .w40 {
        width: 40%;
    }
    .sp-nowrap .w50 {
        width: 50%;
    }
    .sp-nowrap .w60 {
        width: 60%;
    }
    .sp-nowrap .w70 {
        width: 70%;
    }
    .sp-nowrap .w80 {
        width: 80%;
    }
    .sp-nowrap .w90 {
        width: 90%;
    }
    .sp-ai-top {
        align-items: flex-start;
    }
    .sp-no-mb {
        margin-bottom: 0 !important;
    }
    .sp-no-pb {
        padding-bottom: 0 !important;
    }
}
/*--list parts--------------------------------------------*/
/*ol*/
.post ol li {
    border: none;
}
/*dot*/
.post ul.disc li {
    list-style: disc;
    border: none;
    margin-left: 2rem;
    font-weight: 500;
}
.post ul.disc li:last-child {
    margin-bottom: 0;
}
ul.disc {
    margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
    .post ul.disc li {
        font-size: 0.9rem;
    }
}
/*caution*/
ul.caution li {
    border-bottom: 0;
    position: relative;
    padding-left: 1.5rem;
}
ul.caution li:before {
    content: '※';
    position: absolute;
    left: 0;
}
/*--marker parts--------------------------------------------*/
span.marker.blue {
    background: linear-gradient(transparent 60%, #6cf 60%);
}
span.marker.pink {
    background: linear-gradient(transparent 60%, #f6c 60%);
}
span.marker.yellow {
    background: linear-gradient(transparent 60%, #ff6 60%);
}
/*--Anchor Point--------------------------------------------*/
@media print, screen and (min-width: 769px) {
    .a_point {
        margin-top: -5rem;
        padding-top: 5rem;
    }
}
@media print, screen and (max-width: 768px) {
    .a_point {
        margin-top: -65px;
        padding-top: 65px;
    }
}
/*--YOUTUBE動画埋め込み------------------------------------------*/
.youtubeArea {
    position: relative;
    overflow: hidden;
    margin: 50px auto;
}
.youtubeArea::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.youtubeArea > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.youtubeArea:first-child {
    margin-top: 0;
}
.youtubeArea:last-child {
    margin-bottom: 0;
}



/*---------------------------------------
　　　　　　福利厚生
----------------------------------------*/

.slider_solid{
    margin: 30% 0;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }


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

    .swiper-slide img {
        width: 100%;
        height: 230px;
      }
    
      /*=== 画像の表示エリア ==== */

      .slider_solid{
        margin: 15% 0;
    }

    .swiper-slide img {
        height: 250px;
      }

}