* {
    font-family: "Noto Sans JP", sans-serif;
}

html {
    scroll-padding-top: 150px;
}

body {
    min-width: 1400px;
}

.youtubeCase{
    width:100%;
    height:630px;
}

.bannerArea{
    text-align:center;
    /* margin-top:200px; */
    margin-top:100px;
}

.info-info{
    padding:1px;
    width:65px;
    text-align:center;
    background-color:#7799cc;
    font-size:80%;
    margin-right:5px;
    color:white;
    border-radius:4px;
    display: inline-block;
}

.info-blog{
    padding:2px;
    width:65px;
    text-align:center;
    background-color:#0b6a00;
    font-size:80%;
    margin-right:5px;
    color:white;
    border-radius:4px;
    display: inline-block;
}

.info-case{
    padding:2px;
    width:65px;
    text-align:center;
    background-color:#972800;
    font-size:80%;
    margin-right:5px;
    color:white;
    border-radius:4px;
    display: inline-block;
}

.info-sample{
    padding:2px;
    width:65px;
    text-align:center;
    background-color:#ff7162;
    font-size:80%;
    margin-right:5px;
    color:white;
    border-radius:4px;
    display: inline-block;
}

.slant-bg {
    width: 100%;
    margin: 0;
    position: relative;
    top: 0px;
    margin-top: 100px;
}

.slant-bg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/service/bgImage.png);
    transform: skewY(-2deg);
    z-index: -1;
}

.slant-bg-inner {
    padding: 100px 0px;
}

.oshiraseTopM {
    margin-top: 150px;
}

.sampleTitle2 {
    background-color: rgb(35, 42, 53);
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    clear: both;
}

.sampleTitle2 > .subTitle {
    color: rgb(0, 170, 170);
    font-size: 20px;
    font-weight: normal;
}

.sample_note {
    background-color: #f7f8f8;
    padding: 20px;
    border: 1px solid #dcdddd;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
    clear: both;
    font-weight: 300;
    line-height: 25px;
}

.header {
    min-width: 1400px;
}

img.sample-a {
    height: 250px;
    margin-right: 5px;
    margin-bottom: 5px;
}

img.sample-b {
    height: 400px;
    margin-right: 5px;
    margin-bottom: 5px;
}

img.sample-c {
    height: 200px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.menuBig {
    width: 100%;
    min-width: 1400px;
    position: absolute;
    /* top: 100; */
    top: 80px;
    left: 0;
    background-color: rgba(243, 241, 226, 0.98);
    padding: 80px 40px;
    display: none;
}

.menuBigTitle {
    padding-left: 17%;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    width: 16%;
    vertical-align: top;
}

.menuBigTitleBorder {
    width: 13%;
    margin-left: -15%;
    border-bottom: 2px solid #222222;
    margin-top: 40px;
    position: absolute;
}

.menuBigRightArea {
    display: inline-block;
    width: 65%;
    white-space: initial;
    margin-top: -10px;
    padding-left: 30px;
}

.menuBigTitle > .sub {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    padding-left: 5px;
}

.menuBigButton {
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    padding: 15px 16px 15px 22px;
    width: 330px;
    margin: 10px;
}

.menuBigButton > .num {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #06a097;
}

.menuBigButton > i {
    float: right;
    margin-top: 4px;
}

.sampleTitle {
    padding: 15px 0px 0px 0px;
    text-align: left;
    background-color: #181818;
    color: white;
    font-size: 14px;
    text-align: center;
}

body {
    background-color: #fdfbee;
    margin: 0px;
}

.w-100 {
    width: 100%;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-85 {
    width: 85%;
}

.w-66 {
    width: 66%;
}

.w-50 {
    width: 50%;
}

.w-47 {
    width: 47%;
}

.w-45 {
    width: 45%;
}

.w-33 {
    width: 33%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 27%;
}

.w-20 {
    width: 23.2%;
    margin: 0.3rem;
}

.p-50 {
    padding: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.mh-280 {
    min-height: 150px;
}

.m-1 {
    margin: 1%;
}

.m-2 {
    margin: 2%;
}

.mt-200 {
    margin-top: 250px;
}

.mr-10 {
    margin-right: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearFix {
    clear: both;
}

.bg-cell1 {
    background: url(./images/bgMainOrtho1.jpg) 0 0;
    background-repeat: repeat;
    background-position: top left;
}

.bg-cell2 {
    background: url(./images/bgMainOrtho2.jpg) 0 0;
    background-repeat: repeat;
    background-position: top left;
}

.bg-cell3 {
    background: url(./images/bgMainOrtho3.jpg) 0 0;
    background-repeat: repeat;
    background-position: top left;
}

.bg-cell4 {
    background: url(./images/bgMainOrtho4.jpg) 0 0;
    background-repeat: repeat;
    background-position: top left;
}

.text-center {
    text-align: center;
}

.guideButton {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    outline: none;
    padding: 15px 15px 5px 15px;
    width: 145px;
    cursor: pointer;
}

.guideButton::before,
.guideButton::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    border-radius: 12px;
}

.guideButton,
.guideButton::before,
.guideButton::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.guideButton {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    color: #222;
    line-height: 50px;
    font-size: 14px;
}

.guideButton:hover {
    background-color: #336688;
    border-color: #59b1eb;
    color: white;
}

.guideButton::before,
.guideButton::after {
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
}

.guideButton::before {
    top: 0;
}

.guideButton::after {
    bottom: 0;
}

.guideButton:hover::before,
.guideButton:hover::after {
    height: 0;
    background-color: #59b1eb;
    border-radius: 12px;
}

.guideNote {
    letter-spacing: 2px;
    line-height: 33px;
    background-color: white;
    padding: 30px;
    text-align: left;
    border: 1px solid #aaaaaa;
}

.guideNote-green {
    letter-spacing: 2px;
    line-height: 33px;
    padding: 30px;
    box-sizing: border-box;
    background: #f9fffb;
    border: 2px dashed #00952f;
    border-radius: 10px;
    padding: 25px 25px 22px;
}

.guideNote-blue {
    letter-spacing: 2px;
    line-height: 33px;
    padding: 30px;
    box-sizing: border-box;
    background: #f9fcff;
    border: 2px dashed #336688;
    border-radius: 10px;
    padding: 25px 25px 22px;
}

.guideNote-orange {
    letter-spacing: 2px;
    line-height: 33px;
    padding: 30px;
    box-sizing: border-box;
    background: #fffcfc;
    border: 2px dashed darkred;
    border-radius: 10px;
    padding: 25px 25px 22px;
}

.text-left {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

h2 {
    font-size: 1.625em;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    text-align: left;
}

h2 span {
    display: inline-block;
    border-bottom: 4px solid rgb(27, 135, 128);
    margin-bottom: -1px;
    padding: 10px 10px;
}

.h2_green {
    font-size: 1.625em;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    text-align: center;
}

.h2_green span {
    display: inline-block;
    border-bottom: 4px solid rgb(27, 135, 128);
    margin-bottom: -1px;
    padding: 10px 10px;
}

.h2_blue {
    font-size: 1.625em;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    text-align: center;
}

.h2_blue span {
    display: inline-block;
    border-bottom: 4px solid #336688;
    margin-bottom: -1px;
    padding: 10px 10px;
}

.h2_orange {
    font-size: 1.625em;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    text-align: center;
}

.h2_orange span {
    display: inline-block;
    border-bottom: 4px solid darkred;
    margin-bottom: -1px;
    padding: 10px 10px;
}

h3 {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    text-align: left;
}

h3 span {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 18px;
    border-bottom: 4px solid #336688;
    margin-bottom: -1px;
    padding: 5px 5px;
}

.logo {
    display: inline-block;
    margin-left: 48px;
    margin-top: -3px;
    position: absolute;
}

.header {
    padding: 30px 0 20px 0;
    width: 100%;
    background-image: linear-gradient(
        180deg,
        #fdfbee 10%,
        #fbfaec 50%,
        #fefcf1 100%
    );
    white-space: nowrap;
    height: 50px;
    border-bottom: 1px solid #cac09e;
    box-shadow: 4px 0px 4px #aaaaaa;
    position: fixed;
    z-index: 20000;
    box-sizing: initial;
}

.bnrImage{
    width:743px;
}

/* .bgMain {
    padding-top: 100px !important;
} */

ul.basic > li {
    position: relative;
    padding: 0 0 0.5em 1.5em;
    font-size: 16px;
    font-weight: 300;
}

ul.basic > li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #017b37;
    position: absolute;
    top: 21px;
    margin: -2.5px 0 0 -1em;
}

.menu {
    list-style-type: none;
    float: right;
    margin-right: 250px;
    margin-top: 0px;
}

.menu > li {
    color: #222222;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    padding: 2px 8px;
    margin-top: 1rem;
}

.menu > li:hover {
    background-color: #f4bb4c;
    padding: 2px 8px;
    border-radius: 50px;
    color: #222222 !important;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    border-bottom: 1px solid #cac09e;
    padding: 10px 0 16px 0px;
    box-shadow: 4px 0px 4px #aaaaaa;
}

a {
    color: #222222;
}

a:hover {
    color: #222222;
}

.menu > .active {
    background-color: #f4bb4c;
    padding: 2px 8px;
    border-radius: 50px;
}

.tel {
    position: fixed;
    right: 0;
    top: 0;
    float: right;
}

.linkDiv {
    content: "｜";
    color: #cac09e;
    font-size: 14px;
}

.linkCircle {
    font-weight: bold;
    color: #f4bb4c;
    font-size: 8px;
    position: absolute;
    display: block;
    text-align: center;
    margin-top: 0px;
    padding: 0px 8px;
    left: -100;
}

.leftHeader {
    width: 34%;
    display: inline-block;
}

.leftInner {
    padding-left: 5vw;
    padding-top: 20px;
    padding-right: 7vw;
}

.recruitBanner{
    margin-bottom:100px;
    border:1px solid #eeeeee;
    margin-left:6px;
    width:643px;
}

.rightHeader {
    width: 66%;
    float: right;
    text-align: right;
}

.titleDescription {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 70px;
    margin: 5px 0px 10px 0px;
    border:none;
}

.description {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 10px 0px 5px 0px;
}

.leftHeaderDotted {
    color: #06a097;
    display: inline-block;
    border-bottom: 3px dotted #222222;
}

.rightHeader > ul {
    list-style-type: none;
    float: right;
    position: absolute;
    margin-left: -120px;
}

.rightHeader > li {
    float: right;
    width: 100%;
}

.contactBtn {
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 17px 0px;
    background-color: #ff7162;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    border-radius: 100px;
    margin-top: 20px;
}

.contactBtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #253b70;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.contactBtn:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 100px;
}

.innerKodawari {
    padding-left: 50px;
}

.kodawariMainTitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.1em;
    color: #06a097;
    padding-left: 4px;
}

.kodawariSubTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 170%;
    margin-top: -5px;
    margin-bottom: 20px;
}

.kodawariArea {
    padding: 6px 6px 6px 6px;
    background: #fffffd;
    border: 1px solid #cac09e;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
}

.kodawariNumber {
    display: table-cell;
    height: 100%;
    background: #dad1bc;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    padding: 0px 15px 0px 10px;
}

.kodawariNumber > span {
    font-style: italic;
    font-weight: normal;
    font-size: 60px;
    line-height: 150%;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
}

.kodawariNumberSub {
    display: table-cell;
    height: 100%;
    background: #dad1bc;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    padding: 0px 15px 0px 10px;
}

.kodawariNumberSub > span {
    font-style: italic;
    font-weight: normal;
    font-size: 60px;
    line-height: 150%;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
}

.kodawariDetailArea {
    display: table-cell;
    padding: 16px 16px 0px;
    height: 100%;
    background: #f7f5ee;
    margin: 0px 6px;
    height: 100%;
    vertical-align: top;
}

.kodawariTitle {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 150%;
    /* identical to box height, or 30px */
    letter-spacing: 0.1em;
    color: #222222;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dotted white;
}

.kodawariIcon {
    width: 100px;
    margin: 10px;
    border: 5px solid white;
    border-radius: 100px;
    position: relative;
    /* z-index: 5000; */
    z-index: 500;
}

.kodawariIcon1:hover {
    border: 5px solid rgba(141, 153, 175, 0.74);
}

.kodawariIcon2:hover {
    border: 5px solid rgba(134, 201, 151, 0.74);
}

.kodawariIcon3:hover {
    border: 5px solid rgba(236, 188, 125, 0.74);
}

.kodawariIcon4:hover {
    border: 5px solid rgba(165, 165, 165, 0.74);
}

.list_test-wrap {
    list-style: none;
    /* デフォルトのアイコンを消す */
    margin: 0;
    /* デフォルト指定上書き */
    padding: 0;
    /* デフォルト指定上書き */
    margin-bottom: 50px;
}

.list_test {
    padding: 10px;
    /* 余白指定 */
    background: linear-gradient(to bottom, #ffffff 5%, #eeeeee 100%);
    border-radius: 50px;
    /* 要素を丸くする */
    margin: 15px 30px;
    /* 要素と要素の間指定 */
    color: #222222;
    /* 文字色指定 */
    font-size: 16px;
    /* 文字サイズ指定 */
    padding-left: 35px;
}

.list_test2 {
    padding: 10px 20px 10px 55px;
    /* 余白指定 */
    background: linear-gradient(to bottom, #ffffff 5%, #eeeeee 100%);
    border-radius: 50px;
    /* 要素を丸くする */
    margin: 15px 15px;
    /* 要素と要素の間指定 */
    color: #222222;
    /* 文字色指定 */
    font-size: 16px;
    /* 文字サイズ指定 */
    display: inline-block;
}

.btnShoreisyu {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 10px 20px;
    background-color: #06a097;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
}

.btnShoreisyu:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #253b70;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btnShoreisyu:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btnShoreisyu > span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin: 0px 10px;
}

.btnShoreisyu > i {
    color: white;
    font-size: 18px;
}

.kodawariDescription {
    font-size: 14px;
    color: #222222;
    letter-spacing: 10%;
    line-height: 27px;
    padding: 20px 0px;
    font-weight: 400;
}

.kodawariLeft {
    width: 50%;
}

.kodawariRight {
    width: 50%;
}

.kodawari1 {
    margin-top: 20px;
}

.kodawari2 {
    margin-top: 20px;
}

.kodawari3 {
    margin-top: 20px;
    display: none;
}

.covitTaisaku {
    z-index: 1000;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    width: 63%;
    margin-top: -160px;
    position: relative;
    z-index: 1000;
}

.covitTaisaku > img {
    vertical-align: top;
    width: 90px;
    margin-right: 3px;
    margin-top: 10px;
}

.topMessageWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    height: 200px;
    margin-left: 6%;
    color: #fff;
    background: linear-gradient(45deg, transparent 0px, white 0px),
        linear-gradient(135deg, transparent 40px, white 40px),
        linear-gradient(225deg, transparent 0px, white 0px),
        linear-gradient(315deg, transparent 40px, white 40px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    top: 350;
    position: absolute;
    opacity: 0.7;
}

.topMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    top: 350;
    position: absolute;
    z-index: 50000;
    text-align: left;
}

.outline {
    display: block;
    color: #ffffff;
    /* 文字の色 */
    font-weight: bold;
    font-size: 21pt;
    /* 文字のサイズ */
    letter-spacing: 4px;
    /* 文字間 */
    text-shadow: 2px 2px 1px #003366, -2px 2px 1px #003366, 2px -2px 1px #003366,
        -2px -2px 1px #003366, 2px 0px 1px #003366, 0px 2px 1px #003366,
        -2px 0px 1px #003366, 0px -2px 1px #003366;
    /* 文字の影 */
}

.outlineDetail {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 30px;
    font-weight: 600;
    color: #222222;
}

.covitText {
    background-color: white;
    display: inline-block;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border-radius: 26px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666666;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    position: absolute;
    margin-top: -20px;
}

.topOshirase {
    display: table;
    padding: 6px;
    background: #fffffd;
    border: 1px solid #cac09e;
    box-sizing: border-box;
    box-shadow: 0px 4px 2px rgba(202, 192, 158, 0.4);
    text-align: left;
    position: relative;
    z-index: 5000;
    margin-top: -15%;
}

.topOshiraseTitle {
    background: #dad1bc;
    padding: 10px 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 700;
}

.topOshiraseDescription {
    display: table-cell;
    background: #f7f5ee;
    padding: 10px 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.service {
    background: url(../images/service_back.png);
    width: 100%;
    background-size: cover;
}

.serviceArea {
    display: inline-block;
    letter-spacing: normal;
    width: calc(23% - 2px);
    max-width: 100%;
    padding: 0px 3em;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 50px;
}

.serviceArea2 {
    display: inline-block;
    letter-spacing: normal;
    height: 440px;
    padding: 1.2em;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
}

.serviceMainTitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.1em;
    color: #06a097;
    padding-left: 4px;
    text-align: left;
    white-space: nowrap;
}

.serviceSubTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 170%;
    margin-top: -5px;
    margin-bottom: 20px;
    text-align: left;
}

.serviceTitleDescription {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 70px;
    white-space: nowrap;
    text-align: left;
}

.serviceHeader {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    margin-top: 33px;
}

.serviceContents {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin-top: 30px;
    text-align: left;
    line-height: 25px;
}

.serviceInner {
    padding-top: 170px;
}

.aisatsuArea {
    padding: 6px 6px 6px 6px;
    background: #fffffd;
    border: 1px solid #cac09e;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    width: 66%;
    margin-top: 50px;
}

.aisatsuInner {
    display: table-cell;
    background: #f7f5ee;
    padding: 6px;
    margin-left: 6px;
}

.aisatsuCeo {
    display: table-cell;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    padding-right: 6px;
    width: 370px;
}

.youtubeImage {
    display: table-cell;
    width: 200px;
    padding-right: 6px;
}

a {
    text-decoration: none;
}

.aisatsuDetailArea {
    display: table-cell;
    padding: 30px 30px;
    height: 100%;
    background: #f7f5ee;
    margin: 0px 6px;
    height: 100%;
    vertical-align: top;
}

.aisatsuTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;
    /* identical to box height, or 30px */
    letter-spacing: 0.1em;
    color: #222222;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.aisatsuSubTitle {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #222222;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.aisatsuMainMessage {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 38px;
}

.aisatsuMessage {
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 30px;
}

.youtubeDetailArea {
    display: table-cell;
    height: 100%;
    background: #f7f5ee;
    margin: 0px 6px;
    width: 100%;
    vertical-align: top;
}

.infoMainTitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.1em;
    color: #06a097;
    padding-left: 4px;
    white-space: nowrap;
}

.infoSubTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 170%;
    margin-top: -5px;
    margin-bottom: 20px;
}

.infoHr {
    border-top: 1px solid #cac09e;
    width: 55%;
    margin: auto;
}

.infoDate {
    color: #2a5050;
    font-weight: 400;
    margin: 10px auto 5px auto;
    padding-left: 15px;
    text-align: left;
    width: 55%;
}

.infoText {
    color: #222222;
    width: 55%;
    font-weight: 400;
    margin: 5px auto 10px auto;
    padding-left: 15px;
    text-align: left;
}

.accessArea {
    background: #fffffd;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    margin-top: 50px;
    width: 100%;
    background: url(../images/base/019.jpg) no-repeat center/cover;
    /* background-size: contain;
    background-position: 110%;
    background-repeat: no-repeat; */
}

.accessLeft {
    text-align: center;
    position: absolute;
    left: 0;
    background-color: #e4dfcd;
}

.accessRight {
    position: absolute;
    right: 0;
}

.accessImage {
    display: inline-block;
    width: 50%;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    float: left;
    background-size: cover;
}

.accessDetailArea {
    display: inline-block;
    float: left;
    padding: 60px 0px 60px 0px;
    width: 50%;
    background: #e4dfcd;
    vertical-align: top;
    text-align: center;
    font-weight: 400;
}

.accessTable {
    border-collapse: collapse;
    margin: auto;
    width: 600px;
}

.accessTable td {
    border-collapse: collapse;
    padding: 15px;
    text-align: center;
    border: 1px solid #aaaaaa;
}

.sampleTable {
    border-collapse: collapse;
    width: 90%;
    margin: 15px auto;
}

.sampleTable th {
    border-collapse: collapse;
    padding: 5px 10px;
    text-align: left;
    width: 25%;
    border: 1px solid #aaaaaa;
    background-color: #eeeeee;
}

.sampleTable td {
    border-collapse: collapse;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #aaaaaa;
}

.tag {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border-radius: 25px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    padding: 4px 14px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.accessBtn {
    width: 60%;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 17px 0px;
    background-color: #ff7162;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    border-radius: 100px;
    margin-top: 20px;
}

.accessBtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #253b70;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.accessBtn:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 100px;
}

.btnYoutube {
    position: relative;
    display: inline-block;
    width: 220px;
    font-size: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 10px 10px;
    background-color: #ff7162;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    border-radius: 100px;
    letter-spacing: 1px;
    margin: 20px 10px 0px 10px;
}

.btnYoutube:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: red;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btnYoutube:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 100px;
}

.btnFacebook {
    position: relative;
    display: inline-block;
    width: 220px;
    font-size: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 10px 10px;
    background-color: #007bff;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    border-radius: 100px;
    letter-spacing: 1px;
    margin: 20px 10px 0px 10px;
}

.btnFacebook:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: blue;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btnFacebook:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 100px;
}

.btnInstagram {
    position: relative;
    display: inline-block;
    width: 220px;
    font-size: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 10px 10px;
    background-color: #cb45a3;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    border-radius: 100px;
    letter-spacing: 1px;
    margin: 20px 10px 0px 10px;
}

.btnInstagram:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #ab4543;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btnInstagram:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 100px;
}

.footer {
    background-color: #2a5050;
    color: white;
    text-align: center;
    padding: 50px;
    font-size: 14px;
    font-weight: 400;
}

.copyright {
    background-color: #222222;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
}

.btnTel {
    position: relative;
    display: inline-block;
    width: 200px;
    font-size: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 5px 10px;
    background-color: #ff7162;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    border-radius: 100px;
    letter-spacing: 1px;
    margin: 22px 20px 0px 0px;
}

.btnTel:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: red;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btnTel:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 100px;
}

.pankuzu {
    font-size: 14px;
    text-align: left;
    border-bottom: 2px solid #cac09e;
    padding-bottom: 10px;
}

.pageWrapper {
    width: 60%;
    margin: auto;
}

.point {
    text-align: left;
    vertical-align: middle;
    margin-top: 30px;
}

.point > img {
    vertical-align: middle;
    margin-right: 20px;
}

.point > span {
    font-size: 32px;
    vertical-align: middle;
    font-weight: 500;
}

.price-table {
    width: 100%;
    margin-top: 20px;
}

.price-table thead {
    border: 0;
    background-color: #eee;
}

.price-table thead th {
    border-left: 1px solid #dcdddd;
    padding: 20px;
    border-bottom: 1px solid #dcdddd;
}

.price-table thead th:nth-of-type(1) {
    border-left: none;
}

.price-table thead th {
    text-align: center;
    letter-spacing: 2px;
}

.price-table tbody {
    background-color: #f7f8f8;
}

.price-table tbody tr {
    border-bottom: 1px solid #dcdddd;
}

.price-table tbody tr:nth-last-of-type(1) {
    border-bottom: none;
}

.price-table tbody td {
    border-left: 1px solid #dcdddd;
    padding: 15px;
    letter-spacing: 3px;
    border-bottom: 1px solid #dcdddd;
    font-weight: 300;
    line-height: 30px;
}

.price-table tbody td {
    padding: 15px;
}

.price-table tbody td:nth-of-type(1) {
    border-left: none;
    width: 250px;
}

.price-table tbody tr:last-child td {
    border-bottom: none;
}

.price-table__twoline {
    text-align: right;
    float: left;
}

.price-table3 {
    width: 100%;
    margin-top: 20px;
}

.price-table3 thead {
    border: 0;
    background-color: rgb(0, 106, 155);
    color: white;
}

.price-table3 thead th {
    border-left: 1px solid #dcdddd;
    padding: 20px;
    border-bottom: 1px solid #dcdddd;
}

.price-table3 thead th:nth-of-type(1) {
    border-left: none;
}

.price-table3 thead th {
    text-align: center;
    letter-spacing: 2px;
    display: table-cell !important;
}

.price-table3 tbody {
    background-color: #f5faff;
}

.price-table3 tbody tr {
    border-bottom: 1px solid #dcdddd;
}

.price-table3 tbody tr:nth-last-of-type(1) {
    border-bottom: none;
}

.price-table3 tbody td {
    border-left: 1px solid #dcdddd;
    padding: 15px;
    letter-spacing: 3px;
    border-bottom: 1px solid #dcdddd;
    font-weight: 300;
    line-height: 30px;
    display: table-cell !important;
}

.price-table3 tbody td {
    padding: 15px;
}

.price-table3 tbody td:nth-of-type(1) {
    border-left: none;
    width: 250px;
}

.price-table3 tbody tr:last-child td {
    border-bottom: none;
}

.price-table3__twoline {
    text-align: right;
    float: left;
}

/* */
.contact-table {
    width: 100%;
    margin-top: 20px;
}

.contact-table thead {
    border: 0;
    background-color: #eee;
}

.contact-table thead th {
    border-left: 1px solid #dcdddd;
    padding: 20px;
    border-bottom: 1px solid #dcdddd;
    white-space: nowrap;
}

.contact-table thead th:nth-of-type(1) {
    border-left: none;
}

.contact-table thead th {
    text-align: center;
    letter-spacing: 2px;
}

.contact-table tbody {
    background-color: #f7f8f8;
}

.contact-table tbody tr {
    border-bottom: 1px solid #dcdddd;
}

.contact-table tbody tr:nth-last-of-type(1) {
    border-bottom: none;
}

.contact-table tbody th {
    white-space: nowrap;
}

.contact-table tbody td {
    border-left: 1px solid #dcdddd;
    padding: 20px 30px;
    letter-spacing: 3px;
    border-bottom: 1px solid #dcdddd;
    font-weight: 300;
    line-height: 30px;
}

.contact-table tbody td {
    padding: 20px;
}

.contact-table tbody td:nth-of-type(1) {
    border-left: none;
    white-space: nowrap;
}

.contact-table tbody tr:last-child td {
    border-bottom: none;
}

.contact-table__twoline {
    text-align: right;
    float: left;
}

.h4_left {
    text-align: left;
    padding-left: 60px;
    font-weight: 400;
    font-size: 30px;
}

.h4_left:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc((100% - 1px) / 2);
    width: 40px;
    height: 7px;
    background-color: #d4cfbd;
    border-radius: 20px;
}

.h4_right {
    text-align: right;
    padding-right: 60px;
    font-weight: 400;
    font-size: 30px;
}

.h4_right:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc((100% - 1px) / 2);
    width: 40px;
    height: 7px;
    background-color: #d4cfbd;
    border-radius: 20px;
}

.accessNote {
    padding: 25px 20px 10px 10px;
    line-height: 32px;
    text-align: left;
    font-size: 15px;
}

.imgFrame {
    position: relative;
    /* positionの基準とするためrelativeを与えます。 */
}

.imgFrame:before {
    content: "";
    /* このプロパティが無いと擬似要素は機能しません、お決まりの呪文です。 */
    display: block;
    /* ブロック要素にします。 */
    position: absolute;
    /* absoluteで上に乗っけます。 */
    top: 0;
    /* 縦横の値を入れるのは基本です。入れないとだめ！っと思っておくほうが今後の為いいです。 */
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 8px rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

.steps {
    /* 連番カウンター名の定義 */
    counter-reset: step-counter;
    /* 縦棒との位置関係に必要 */
    position: relative;
    /* 縦棒と連番のためのスペースを左に確保 */
    padding-left: 2rem;
    /* 連番(1.5rem) + 余白 */
}

/* 縦棒 */

.steps:before {
    content: "";
    /* 幅と色 */
    background-color: #d59533;
    width: 2px;
    /* 位置 */
    position: absolute;
    top: 0.7rem;
    /* 円のwidthの半分 */
    left: 2.7rem;
    /* 円のwidthの半分 */
    height: calc(100% - 0.7rem);
    /* 100% - top */
    /* 連番より後ろに表示するため */
    z-index: 0;
}

.steps > h2 {
    /* 連番カウンターを+1する */
    counter-increment: step-counter;
    /* 連番カウンターを垂直方向に中央揃えで表示する */
    display: flex;
    align-items: center;
    padding-left: 1.7rem;
}

/* ①②③など連番 */

.steps > h2:before {
    /* 連番カウンターの値を表示する */
    content: counter(step-counter);
    /* フォントと色 */
    background: #dad1bc;
    color: white;
    font-size: 1.5rem;
    font-weight: normal;
    /* 文字を中央に表示する */
    line-height: 1.5rem;
    text-align: center;
    /* 円で表示する */
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    /* .stepsでmargin-left +2rem したぶん左に戻す */
    position: absolute;
    left: 0;
    /* 縦棒より手前に表示するため */
    z-index: 1;
}

.cases-risk {
    text-align: left;
    padding: 20px;
    border: 1px solid #eeeeee;
    background-color: white;
    margin-top: 100px;
    height: 500px;
    overflow: auto;
    font-size: 14px;
}

.cases_ttl {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 55px;
}

.risk > p {
    padding: 15px;
    font-size: 14px;
}

.cases-risk .risk dl dt {
    font-weight: bold;
    counter-increment: risk-count;
    font-size: 14px;
    margin-bottom: 5px;
}

.cases-risk .risk dl dd {
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 35px;
}

.cases-risk .risk dl dt::before {
    content: "（" counter(risk-count) "）";
}

.activities-section {
    position: relative;
    display: block;
    padding: 34px 10px 100px 10px !important;
}

.sec-title h1 {
    position: relative;
    display: block;
    font-size: 32px !important;
    line-height: 50px;
    font-weight: 900;
    color: #2b3c6b;
}

.row {
    padding: 0px;
}

.icon-box,
.icon-box2,
.icon-box3,
.icon-box4 {
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    color: #fbb419;
    margin-bottom: 22px;
}

.icon-box2 {
    color: #43b3d9;
}

.icon-box3 {
    color: #ff7162;
}

.icon-box4 {
    color: #b350ff;
}

.icon-box:before {
    position: absolute;
    content: "";
    background: url(./images/icons/icon-3.png);
    width: 65px;
    height: 70px;
    right: -30px;
    top: -2px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.icon-box2:before {
    position: absolute;
    content: "";
    background: url(./images/icons/icon-2.png);
    width: 64px;
    height: 70px;
    right: -30px;
    top: -2px;
    background-repeat: no-repeat;
}

.icon-box3:before {
    position: absolute;
    content: "";
    background: url(./images/icons/icon-1.png);
    width: 64px;
    height: 70px;
    right: -30px;
    top: -2px;
    background-repeat: no-repeat;
}

.icon-box4:before {
    position: absolute;
    content: "";
    background: url(./images/icons/icon-5.png);
    width: 64px;
    height: 70px;
    right: -30px;
    top: -2px;
    background-repeat: no-repeat;
}

.stepArea {
    text-align: left;
    font-size: 22px;
    vertical-align: middle;
    padding-top: 30px;
    padding-left: 5px;
}

.stepBorder {
    display: inline-block;
    background-color: rgb(27, 135, 128);
    height: 40px;
    vertical-align: middle;
    width: 6px;
    border-radius: 4px;
    margin-top: -8px;
    margin-right: 15px;
}

.stepNote {
    border: 1px solid #dcdddd;
    background-color: #f7f5ee;
    padding: 10px 20px;
    margin-top: 10px;
    text-align: left;
    color: rgb(34, 34, 34);
}

.facility_inbox_table {
    border-spacing: 10px;
    width: 100%;
}

.facility_inbox {
    background: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 2% 3%;
    width: 50%;
    margin-top: 10px;
    display: table-cell;
    border: 3px solid #dddddd;
    border-radius: 10px;
}

.fi_h3 {
    content: "";
    display: table;
    clear: both;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
}

.number {
    font-size: 44px;
    float: left;
    line-height: 1;
    margin-right: 20px;
}

.subTtl {
    background: #feaa24;
    padding: 1px 10px;
    font-size: 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.5;
}

.ttlTx_tx {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.tx {
    font-size: 14px;
    line-height: 27px;
    padding: 25px 0 25px 0;
}

.alertArea {
    padding: 20px;
    border: 1px solid rgb(254, 205, 205);
    background-color: rgb(253, 220, 220);
    color: rgb(163, 45, 35);
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
}

.Polka_v2 {
    text-align: center;
    background: linear-gradient(to bottom, #eae0c2 0%, #e5d0b2 90%);
    background-color: #eae0c2;
    display: inline-block;
    font-weight: bold;
}

.Polka_v3 {
    text-align: center;
    background: linear-gradient(to bottom, #dae0c2 0%, #c5d0b2 90%);
    background-color: #eae0c2;
    display: inline-block;
    font-weight: bold;
}

.Polka_v2 > div {
    padding: 50px;
}

.Polka_v3 > div {
    padding: 50px;
}

.ishikawaWidth {
    width: 66% !important;
}

.bannarLink{
    margin:50px 10px;
}

.sampleArea {
    width: 30%;
}

.priceLinkArea {
    width: 29%;
    display: inline-block;
    text-align: left;
    margin-top: 50px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 50px;
    vertical-align: top;
}

.priceLinkArea > ul > li {
    margin: 10px 20px 10px 40px;
    list-style-type: disc;
}

.priceLinkArea > ul > li > a {
    color: #007bff;
}

.priceLinkAreaHeader {
    padding-bottom: 5px;
    border-bottom: 1px solid #222;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
    .recruitBanner{
 width:430px;
}
    .accessArea {
        /* background-position: 150%; */
        background-position: -100%;
    }

    .aisatsuArea {
        width: 75%;
    }

    .topMessageWrapper {
        top: 360;
        margin-left: 100px;
        width: 80%;
    }

    .topMessage {
        top: 360;
        margin-left: 100px;
        width: 80%;
    }

    .outline {
        font-size: 23px;
    }

    .outlineDetail {
        font-size: 23px;
    }

    .pageWrapper {
        width: 70%;
        margin: auto;
    }

    .kodawariNumberSub {
        height: 450px;
    }

    .titleDescription {
        font-size: 36px;
        font-weight: bold;
        letter-spacing: 5px;
        line-height: 65px;
    }

    .description {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 26px;
    }

    .menu > li {
        color: #222222;
        font-size: 13px;
        display: inline-block;
        cursor: pointer;
        padding: 2px 4px;
        margin-top: 1.2rem;
    }

    .linkCircle {
        padding: 0px 4px;
    }

    .menu > li:hover {
        background-color: #f4bb4c;
        padding: 2px 4px;
        border-radius: 50px;
    }

    .menu > .active {
        background-color: #f4bb4c;
        padding: 2px 4px;
        border-radius: 50px;
    }

    .w-80 {
        width: 90%;
    }

    .serviceArea {
        padding: 0 1rem;
    }

    .serviceInner {
        padding-top: 120px;
    }
}

.firstTable {
    border: 1px solid #cac09e;
    background-color: white;
    width: 100%;
}

.firstTable th {
    white-space: norwap;
    width: 300px;
    vertical-align: top;
}

.firstTable td {
    padding: 20px;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 5px;
}

.balloon-right {
    position: relative;
    display: inline-block;
    margin: 0em 15px 1em 0;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    box-sizing: border-box;
}

.balloon-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    z-index: 0;
}

.balloon-pink {
    background: rgb(254, 157, 158);
}

.balloon-pink:before {
    border-left: 15px solid rgb(254, 157, 158);
}

.balloon-green {
    background: rgb(27, 135, 127);
}

.balloon-green:before {
    border-left: 15px solid rgb(27, 135, 127);
}

.balloon-orange {
    background: rgb(241, 174, 107);
}

.balloon-orange:before {
    border-left: 15px solid rgb(241, 174, 107);
}

.balloon-blue {
    background: rgb(125, 169, 228);
}

.balloon-blue:before {
    border-left: 15px solid rgb(125, 169, 228);
}

.balloon-purple {
    background: rgb(192, 122, 227);
}

.balloon-purple:before {
    border-left: 15px solid rgb(192, 122, 227);
}

.balloon-dark {
    background: rgb(150, 150, 150);
}

.balloon-dark:before {
    border-left: 15px solid rgb(150, 150, 150);
}

.kodawariHeader {
    margin: auto;
    margin-top: 150px;
    width: 420px;
    margin-bottom: 50px;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
    position: fixed;
    width: 30px;
    height: 20px;
    cursor: pointer;
    /* right: 15; */
    right: 10px;
    margin-top: 8px;
}

.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666666;
    border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
    top: 0;
}

.btn-trigger span:nth-of-type(2) {
    top: 9px;
}

.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}

/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

#btn01.active span:nth-of-type(2) {
    opacity: 0;
}

#btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

.btn-trigger {
    display: none;
}

.mobileTel {
    display: none;
}

.mainImage4Mobile {
    display: none !important;
}

.mobileCovit {
    display: none;
}

.serviceTopIcon {
    margin: auto;
    width: 330px;
}

.youtubeFrame {
    height: 236px;
    width: 33%;
    margin: auto;
}

.alertHosyu {
    background-color: white;
    padding: 30px;
    text-align: left;
    border-radius: 15px;
    margin-top: 20px;
    color: #222222;
    line-height: 32px;
}

.alertCalc {
    border: 1px solid rgb(27, 135, 127);
    padding: 30px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
    background-color: white;
}

.balloonTitle {
    font-size: 26px;
    font-weight: 600;
    margin-left: 15px;
}

.staffArea {
    width: 30%;
}

.onlyMobile {
    display: none;
}

.checkHeader {
    color: orange;
    font-size: 25px;
    position: absolute;
    margin-left: -35px;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 78;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #fdfbee;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    box-shadow: 2px 2px 4px gray;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li:hover {
    background: #ddd;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}

.form-control {
    width: 100%;
    padding: 12px 12px;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
}

.thank {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border-radius: 100px;
    border: 1px solid #55aabb;
    display: inline-block;
    color: #666666;
    font-size: 15px;
    padding: 20px 44px;
    text-decoration: none;
    margin-bottom: 30px;
}

.beforeAfterSample {
    width: 50%;
}

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

    .recruitBanner{
 width:430px;
}
    .aisatsuArea {
        width: 95%;
    }


    .leftHeader {
        width: 24%;
        display: inline-block;
    }
    
    .leftInner {
        padding-top: 20px;
        padding-left:30px;
        padding-right:30px;
        margin-left: 30px;
        left:0;
    }
    
    .rightHeader {
        width: 73%;
        float: right;
        text-align: right;
    }

    .pageWrapper {
        width: 75%;
        margin: auto;
    }

    .topMessageWrapper {
        top: 230;
        margin-left: 100px;
        width: 80%;
    }

    .topMessage {
        top: 230;
        margin-left: 100px;
        width: 83%;
    }

    .titleDescription {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 5px;
        line-height: 45px;
    }

    .description {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 26px;
    }

    .kodawariLeft {
        width: 40%;
    }

    .kodawariRight {
        width: 60%;
    }

    .mh-280 {
        min-height: 150px;
    }

    .kodawari3 {
        display: block;
    }

    .w-20 {
        width: 45%;
        margin: 0.3rem;
    }

    .topOshirase {
        margin-top: -15%s;
    }

    .kodawariNumberSub {
        height: 270px;
    }
}

@media screen and (max-width: 1280px) {
    .pageWrapper {
        width: 85%;
        margin: auto;
    }

    .kodawariNumberSub {
        height: 300px;
    }

    .w-80 {
        width: 95%;
    }
}

@media (max-width: 767px) {

    .bannerArea{
        margin-top:20px;
    }
    .youtubeCase{
        width:99.5%;
        height:250px;
    }

    .leftInner {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 30px;
        margin-left: 10px;
        left: 0;
    }

    a.btn-c {
        width: 300px !important;
        font-size: 15px !important;
        padding: 5px 15px 15px 15px !important;
    }

    a.btn-c span {
        font-size: 14px !important;
    }

    .oshiraseTopM {
        margin-top: 80px;
    }

    .serviceSubTitle {
        font-size: 30px;
    }

    .serviceMainTitle {
        font-size: 17px;
    }

    .sampleTitle2 {
        font-size: 18px;
        font-weight: bold;
        padding: 20px 10px;
    }

    .sampleTitle2 > .subTitle {
        color: rgb(0, 170, 170);
        font-size: 12px;
        font-weight: normal;
    }

    .sample_note {
        font-size: 14px;
        padding: 10px;
    }

    body {
        min-width: initial;
    }

    .header {
        min-width: initial;
    }

    .accessBtn {
        width: 92%;
        font-size: 14px;
    }

    .mainImage {
        display: none !important;
    }

    .leftHeader {
        width: 100%;
    }

    .leftInner {
        padding-right: 4vw;
        padding-top: 0px;
    }

    .leftInner > img {
        display: none;
    }

    .topOshirase {
        display: none;
    }

    .covitTaisaku {
        display: none;
    }

    .titleDescription {
        line-height: 40px;
        font-size: 22px;
    }

    .menu {
        display: none;
    }

    .linkCircle {
        display: none;
    }

    .logo {
        margin-left: 0px;
    }

    .logo > a > img {
        /* width: 180px; */
        width: 150px;
        margin-top: 0.2em;
    }

    .tel {
        display: none;
    }

    .header {
        padding:30px 15px 0 15px;
    }

    .btn-trigger {
        display: block;
    }

    .mobileTel {
        display: block;
        position: fixed;
        right: 60px;
        box-shadow: inset 0px 1px 0px 0px #a4e271;
        background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
        background-color: #89c403;
        border-radius: 6px;
        border: 1px solid #74b807;
        display: inline-block;
        cursor: pointer;
        font-size: 13px;
        color: #ffffff;
        font-weight: bold;
        padding: 8px 16px;
        text-decoration: none;
    }

    .mainImage4Mobile {
        display: block !important;
        width: 100%;
    }

    /* .bgMain {
        padding-top: 60px !important;
    } */

    .topMessage {
        position: absolute;
        width: 100%;
        left: 0;
        top: initial;
        padding: 20px;
        position: absolute;
        z-index: 50000;
        margin-left: 35px;
        background-color: rgba(255, 255, 255, 0.5);
        bottom: 85 !important;
        height: initial;
    }

    .outlineDetail{
        padding-right:60px;
    }

    .slick-dots {
        margin-left: 0px !important;
        padding-top: 10px !important;
        bottom: -10px !important;
        z-index: 2000;
    }

    .outline {
        font-size: 15px;
        line-height: 25px;
    }

    .outlineDetail {
        font-size: 14px;
        line-height: 18px;
    }

    .mobileCovit {
        position: absolute;
        display: block;
        z-index: 1000;
        margin-top: -100px;
        padding: 10px;
    }

    .mobileCovit > img {
        width: 11.5%;
        margin-right: 1px;
        vertical-align: top;
    }

    .accessImage {
        display: none;
    }

    .accessTable {
        width: 90%;
    }

    .accessTable td {
        padding: 5px;
        font-size: 12px;
    }

    .kodawariArea {
        width: 100%;
        margin: 0%;
        border: none;
    }

    .kodawariHeader {
        margin-top: 70px;
        width: 100%;
    }

    .kodawariHeader > img {
        margin-left: 7vw;
    }

    .p-50 {
        padding: 25px;
    }

    .kodawariTitle {
        font-size: 20px;
    }

    .list_test-wrap {
        list-style: none;
        /* デフォルトのアイコンを消す */
        margin: 0;
        /* デフォルト指定上書き */
        padding: 0;
        /* デフォルト指定上書き */
        margin-bottom: 20px;
        width: 100%;
    }

    .list_test {
        padding: 10px;
        /* 余白指定 */
        padding-right: 0px;
        background: linear-gradient(to bottom, #ffffff 5%, #eeeeee 100%);
        border-radius: 8px;
        /* 要素を丸くする */
        margin: 7px auto;
        /* 要素と要素の間指定 */
        color: #222222;
        /* 文字色指定 */
        font-size: 16px;
        /* 文字サイズ指定 */
        padding-left: 30px;
        font-size: 12px;
        width: 85% !important;
    }

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

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

    .Polka_v2 > div {
        padding: 20px;
    }

    .Polka_v3 > div {
        padding: 20px;
    }

    .checkHeader {
        font-size: 20px;
        margin-left: -25px;
    }

    .kodawariIconText {
        font-size: 14px;
    }

    .service {
        margin-top: 0px;
    }

    .serviceArea {
        width: 85%;
        height: initial;
        margin-bottom: 50px !important;
    }

    .serviceArea > img {
        width: 25% !important;
    }

    .serviceHeader2 {
        margin-top: 10px;
    }

    .serviceTopIcon {
        margin: auto;
        margin-top: 120px;
        width: 330px;
    }

    .aisatsuCeo {
        display: block;
        width: 100%;
    }

    .aisatsuCeo > img {
        width: 100%;
    }

    .aisatsuDetailArea {
        display: block;
        margin: 0px;
        padding: 30px;
        height: initial;
    }

    .aisatsuMainMessage {
        font-size: 18px;
    }

    .youtubeFrame {
        width: 100%;
    }

    .infoHr {
        width: 80%;
    }

    .infoDate {
        width: 80%;
    }

    .infoText {
        width: 80%;
    }

    .pageWrapper {
        width: 95%;
    }

    .m-1 {
        margin: 0px;
    }

    .price-table tbody td:nth-of-type(1) {
        border-left: none;
        width: initial;
    }

    .price-table tbody td {
        padding: 10px;
        font-size: 14px;
        border-left: none;
    }

    .price-table thead th {
        border-left: none;
        padding: 7px;
        border-bottom: 1px solid #dcdddd;
    }

    .h4_left {
        font-size: 25px;
    }

    .h4_right {
        font-size: 25px;
    }

    .point > img {
        width: 16%;
        margin-right: 10px;
    }

    .point > span {
        font-size: 24px;
    }

    .alertHosyu {
        font-size: 14px;
    }

    .alertCalc {
        border: 1px solid rgb(27, 135, 127);
        padding: 30px;
        line-height: 40px;
        font-size: 14px;
        font-weight: bold;
        margin-top: 20px;
        text-align: left;
        background-color: white;
    }

    .guideNote-green {
        font-size: 14px;
        line-height: 27px;
    }

    .guideNote-blue {
        font-size: 14px;
        line-height: 27px;
    }

    .guideNote-orange {
        font-size: 14px;
        line-height: 27px;
    }

    .guideNote {
        font-size: 14px;
        line-height: 27px;
    }

    .tx {
        font-size: 14px;
        line-height: 27px;
        padding: 25px 10px 25px 10px;
    }

    .alertArea {
        margin: 10px 10px 10px 0px !important;
    }

    h2 {
        margin-bottom: 10px !important;
    }

    .noMobile {
        display: none !important;
    }

    .noFloatMobile {
        float: initial;
        width: 95%;
    }

    .mobileWidthInit {
        width: initial;
    }

    .balloon-right {
        font-size: 14px !important;
        height: 60px;
        width: 60px;
        margin: 0em 0px 1em 0;
        line-height: 60px;
    }

    /* 
    .balloon-right {
        position: relative;
        display: inline-block;
        margin: 0em 15px 1em 0;
        padding: 0 5px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        border-radius: 50%;
        box-sizing: border-box;
    } */

    .balloon-right:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -25px;
        margin-top: -15px;
        border: 15px solid transparent;
        z-index: 0;
    }

    .balloonTitle {
        font-size: 20px;
        width: 70%;
    }

    .balloonTitleMt {
        vertical-align: bottom;
        margin-bottom: 15px;
    }

    .staffArea {
        width: 100%;
    }

    .onlyMobile {
        display: block;
    }


    .onlyPc {
        display:none;
    }

    table {
        width: 100%;
        border: none;
    }

    table th,
    table td {
        display: block;
        border: none;
    }

    .ishikawaWidth {
        width: 90% !important;
    }

    .accessTable th,
    .accessTable td {
        display: table-cell;
    }

    .price-table th,
    .price-table td {
        display: table-cell;
    }

    .page-title .content-box h2 {
        font-size: 35px !important;
    }

    .sampleArea {
        width: 100% !important;
    }

    .contact-table tbody td {
        border-left: none;
    }

    .sampleH2 {
        font-size: 19px;
    }

    .infoSubTitle {
        font-size: 30px;
    }

    .beforeAfterSample {
        width: 100%;
    }

    .mobileW100 {
        width: 100%;
    }

    img.sample-a {
        height: initial;
        width: 100%;
    }

    img.sample-b {
        height: initial;
        width: 100%;
    }

    img.sample-c {
        height: initial;
        width: 100%;
    }

    .mobilePageWrapper {
        width: 100%;
    }

    .priceLinkArea {
        width: 90%;
        margin-bottom: 20px;
    }

    .accessDetailArea {
        width: 100%;
    }

    .facility_inbox_table {
        width: 102%;
    }

    .otherAlert {
        font-size: 19px;
    }

    .h4_left {
        font-size: 20px !important;
    }

    .checkHeader {
        display: none !important;
    }

    .list_test {
        width: initial !important;
        padding: 10px !important;
    }

    .btn-wrap {
        margin: 10px !important;
    }

    .w-75 {
        width: 90% !important;
    }

    .slant-bg-inner {
        padding-top: 10px;
    }
}
@media screen and (max-width: 389px) {
    .logo > a > img {
        width: max(110px, calc(110px + (150 - 110) * ((100vw - 320px) / (389 - 320))));
    }
}

.twentytwenty-handle:after {
    height: 88px !important;
}

.twentytwenty-handle:before {
    height: 88px !important;
}

.sample_list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sample_list > li {
    list-style: inside;
    margin-left: 10px;
}

.w-75 {
    width: 75%;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.btn-wrap {
    margin: 20px 10px;
    display: inline-block;
}

a.btn-c {
    font-size: 19px;

    position: relative;
    padding: 0.1rem 2rem 1.5rem 2rem;
    color: #333;
    background: #f3faed;
    -webkit-box-shadow: 0 5px 0 rgb(27, 135, 128);
    box-shadow: 0 5px 0 rgb(27, 135, 128);
    width: 380px;
    margin-bottom: 20px;
}

a.btn-c span {
    font-size: 15px;

    position: absolute;
    top: -1.25rem;
    left: calc(50% - 150px);

    display: block;

    width: 300px;
    padding: 0.2rem 0;

    color: #1b4332;
    border: 2px solid rgb(27, 135, 128);
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
    position: absolute;
    left: calc(50% - 10px);

    content: "";
}

a.btn-c span:before {
    bottom: -10px;

    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #1b8780 transparent transparent transparent;
}

a.btn-c span:after {
    bottom: -7px;

    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

a.btn-c i {
    margin-right: 1rem;
}

a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);

    color: #fff;
    background: #337755;
    -webkit-box-shadow: 0 2px 0 #99aa88;
    box-shadow: 0 2px 0 #99aa88;
}

.btn,
a.btn,
button.btn {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    width: 300px;
    margin: 5px;
}

a.btn-tag {
    padding: 10px 10px 10px 65px;
    color: #333;
    background: #d6dbac;
}

a.btn-tag:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    height: 100%;

    content: "";

    border-radius: 0.5rem 0 0 0.5rem;
    background: rgba(0, 0, 0, 0.07);
}

a.btn-tag:hover {
    color: #fff;
    background: #ef950e;
}

a.btn-tag i {
    font-size: 120%;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    padding: 12.5px 0;

    text-align: center;
    letter-spacing: 0;
    color: white;
}

/* お知らせ、ブログ関係 */
.b01-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.b01-map {
    /*  max-width: 409px;*/
    width: 43%;
}

.b01-map iframe {
    width: 100%;
    height: 372px;
}

.b01-info {    
    max-width: 590px;
    width: 48%;
}

.b01-h4 {
    font-size: 36px;
    font-weight: 700;
    color: #44290e;
    line-height: 1.3em;
    margin: -5px 0 27px;
    border-bottom: 1px solid #c4c4c4;
    letter-spacing: 0.05em;
}

.b01-h4-en {
    font-size: 15px;
    color: #06a097;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-left: 7px;
}

.b01-list a {
    text-decoration: none;
    color: #3b3b3b;
    display: flex;
    transition: all 0.5s ease;
    align-items: center;
    font-size: 15px;
    padding-bottom:20px;
    border-bottom:1px dotted #dddddd;
}

.blog-list a {
    text-decoration: none;
    color: #3b3b3b;
    display: flex;
    transition: all 0.5s ease;
    align-items: center;
    font-size: 15px;
}

.b01-list a:hover {
    opacity: 0.8;
}

.blog-list a:hover {
    opacity: 0.8;
}

.b01-img {
    width: 120px;
    height: 68px;
    background: #ffffff;
    border: 1px solid #dddddd;
    margin: 0 10px 0 0;
    flex-shrink: 0;
}

.b01-img img {
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain; /* 20250526追記 */
}

.b01-date {
    margin: 0;
    font-weight: 400;
    line-height: 1.5em;
}

.b01-ttl {
    margin: 2px 0 3px;
    font-weight: 700;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    letter-spacing: 0.06em;
}

.b01-cont {
    width: calc(100% - 130px);
}

.b01-list li {
    margin: 0 0 20px;
}

.blog-list li {
    margin: 0 0 20px;
}

.b01-btn {
    margin: -29px 48px 0 0;
    text-align: right;
}

.b01-btn a {
    text-decoration: none;
    color: #44290e;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: all 0.5s ease;
}

.b01-btn a:hover {
    opacity: 0.8;
}

.b01-scroll {
    max-height: 310px;
    overflow: auto;
    padding-bottom: 50px;
    position: relative;
}

.b01-scroll:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 1px;
    top: 0;
}

.b01-btn a:after {
    content: "";
    position: relative;
    border: solid #44290e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -1px;
}

.blogContainer {
    max-width: 1200px;
    margin: auto;
}

@media (max-width: 767px) {


    .b01-list a {
        align-items: normal;
    }

    .recruitBanner{
        width:91%;
        margin-top:20px;
        margin-left:0px;
        margin-bottom:0px;
    }

    .bnrImage{
        width:100%;
    }

    .logo {
        margin-top: 0px;
    }
    .b01-h4 {
        font-size: 30px;
    }

    .b01-main {
        display: block;
    }
    .b01-info {
        width: 90%;
        margin: 0px auto 30px;
    }

    .b01-scroll:after {
        background: none;
    }

    .blogContainer {
        margin-top: 50px;
    }
}

/*--------------------------------------
  カード型_02
--------------------------------------*/
.l-wrapper_02 {
    margin: 1rem 1rem;
    width: 45%;
    margin-bottom: 2rem;
    display: inline-block;
}
.card-radius_02 {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(119, 38, 0, 0.2);
}

.card_02 {
    background-color: #fff;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.16);
    color: #212121;
    text-decoration: none;
}

.card__header_02 {
    display: flex;
    flex-wrap: wrap;
}

.card__title_02 {
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    order: 1;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    /*線の種類（実線） 太さ 色*/
    border-bottom: solid 3px #d4cfbd;
}

.card__thumbnail_02 {
    margin: 0;
    order: 0;
}

.card__image_02 {
    width: 100%;
}

.card__body_02 {
    padding: 0 1.5rem;
}

.card__title_02 > a {
    color: cornflowerblue;
}

.card__title_02 > a:hover {
    text-decoration: underline;
}

.card__body_02 > p > a {
    color: cornflowerblue;
    text-decoration: underline;
}

.card__text_02 {
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
}

.card__text2_02 {
    font-size: 0.8rem;
    margin-top: 0;
    padding-bottom: 1.5rem;
    text-align: left;
}


.seo {
    color: #fff;
    font-size: 8px;
    text-align: left;
    width: 100%;
    z-index:2000;
    color:#666;
    top:0;
    margin-left:48px;
    position:absolute;
    margin-top:2px;
}

@media (max-width: 767px) {

    .blog-list a {
        align-items: normal;
    }
    .l-wrapper_02 {
        width: 95%;
    }

    .seo {
        margin-left:0px;
        margin-top:6px;
        display:inline-block;
    }

    .bannarLink{
        margin:30px 10px 0px 10px;
    }
    
}
