@charset "utf-8";

/* CSS Document 共通*/

body.top {
    min-width: 1280px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul,
li {
    list-style: none;
}

div,
p,
ul,
li,
img,
dl,
dt,
dd,
th,
td,
a,
h1,
h2,
h3,
table,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

br.clear {
    clear: both;
    font-size: 0px;
    height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

a {
    text-decoration: none;
    color: #4C4C4C;
}

table,
thead,
tbody,
th,
td {
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .l-wrapper {
        padding-top: 10px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.is-tripseminar .l-wrapper .l-contents{
    background:#fff;
}

.overview-area,
.scd_tc-area {
    width: 100%;
}

.overview-txtbox {
    padding: 70px 40px 50px;
    position: relative;
}

.overview-txtbox img,
.schedule-ttl {
    position: absolute;
    top: 48px;
    right: 50%;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.overview-txtbox p {
    color: #333;
    background-color: #ffdc73;
    padding: 45px 35px 25px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .overview-area,
    .scd_tc-area {
        background-size: 15px 15px;
    }
    .overview-txtbox {
        padding: 9% 6% 8%;
    }
    .overview-txtbox img {
        width: 50%;
        top: 7%;
    }
    .overview-txtbox p {
        font-size: 3vw;
        font-weight: normal;
        padding: 9% 6% 7%;
    }
}

.scd_tc-area {
    padding-bottom: 40px;
}

.recommended-area {
    background-color: #a5e6f0;
}

.recommended-txtbox {
    padding: 15px 0 50px;
}

.recommended-txtbox .recommended-ttl {
    width: 45%;
    margin: 0 auto;
    display: block;
    padding: 25px 0;
}

.recommended-txtbox ul {
    display: flex;
}

.recommended-txtbox ul li {
    width: 190px;
    display: inline-block;
    background: #fff;
    padding: 15px 25px;
    border: solid 2px #333;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-right: 20px;
}

.recommended-txtbox ul li img {
    width: 60%;
    padding-bottom: 15px;
}

.recommended-txtbox ul li:first-child {
    margin-left: 40px;
}

.recommended-txtbox ul li:last-child {
    margin-right: 0;
}

.recommended-txtbox ul li:nth-child(2) img {
    width: 50%;
    padding: 20px 0 42px;
}

.recommended-txtbox ul li:last-child img {
    padding: 20px 0 35px;
}

@media only screen and (max-width: 767px) {
    .recommended-txtbox {
        padding: 3% 0 8%;
    }
    .recommended-txtbox .recommended-ttl {
        width: 60%;
        padding: 5% 0;
    }
    .recommended-txtbox ul {
        display: block;
    }
    .recommended-txtbox ul li {
        padding: 3%;
        margin-right: 3%;
        width: 43%;
        font-size: 3vw;
    }
    .recommended-txtbox ul li:first-child,
    .recommended-txtbox ul li:nth-child(3) {
        margin-left: 5%;
    }
    .recommended-txtbox ul li:nth-child(2) img {
        width: 30%;
        padding: 4.6% 0;
    }
    .recommended-txtbox ul li:last-child img {
        padding: 8.6% 0 9.2%;
    }
    .recommended-txtbox ul li:nth-child(3),
    .recommended-txtbox ul li:last-child {
        margin-top: 3%;
    }
    .recommended-txtbox ul li:last-child {
        margin-right: 0;
    }
    .recommended-txtbox ul li img {
        width: 30%;
        padding-bottom: 5%;
    }
}

.schedule-area {
    position: relative;
    padding: 70px 40px 0;
}

.schedule-area h2 .schedule-ttl {
    width: 45%;
}

.schedule-box {
    background-color: #a5e6f0;
    margin: 0 auto;
    border-radius: 10px;
    padding: 45px 35px 25px;
}

.schedule-box img {
    width: 90%;
    margin: 0 auto 15px;
    display: block;
}

.schedule-box p {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .schedule-area h2 .schedule-ttl {
        width: 56%;
    }
}

.jointcompany-btn_box{
    display: block;
    width: 50%;
    text-align: right;
    /* padding-right: 38px; */
    margin: 40px auto;
}

.jointcompany-btn_box a {
    position: relative;
    font-weight: bold;
    background: #17d993;
    box-shadow: 0px 5px 0px 0px #0ea971;
    -webkit-box-shadow: 0px 5px 0px 0px #0ea971;
    -moz-box-shadow: 0px 5px 0px 0px #0ea971;
    text-align: left;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
    width: 100%;
    padding: 25px 50px;
    line-height: 1.2;
    border-radius: 5px;
}
.jointcompany-btn_box a:hover {
    box-shadow: 0 1px 0 rgb(136 136 136);
    bottom: -3px;
    background: #0ea971;
}
.jointcompany-btn_box a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 35px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: solid 5px transparent;
    border-top: solid 8px #fff;
}
/* .jointcompany-btn_box .main_txt{
    padding-left: 70px;
} */
.jointcompany-btn_box.jointcompany-btn_box_or a{
      background: #fe6d00;
    box-shadow: 0px 5px 0px 0px #e84b06;
    -webkit-box-shadow: 0px 5px 0px 0px #e84b06;
}
.jointcompany-btn_box.jointcompany-btn_box_or a:hover{
    background: #e84b06;
}
.jointcompany-btn_box.jointcompany-btn_box_bl a{
      background: #1b87ec;
    box-shadow: 0px 5px 0px 0px #0d4f8d;
    -webkit-box-shadow: 0px 5px 0px 0px #0d4f8d;
}
.jointcompany-btn_box.jointcompany-btn_box_bl a:hover{
    background: #0a87b4;
}
.jointcompany-btn_box.jointcompany-btn_box_yl a{
      background: #1b87ec;
    box-shadow: 0px 5px 0px 0px #0d4f8d;
    -webkit-box-shadow: 0px 5px 0px 0px #0d4f8d;

}
.jointcompany-btn_box.jointcompany-btn_box_yl a:hover{
    background: #0d4f8d;
}

.jointcompany-btn_box .sub_txt {
    background-color: #fff;
    border-radius: 2px;
    padding: 8px;
    font-size: 80%;
    color: #ec3535;
    vertical-align: middle;
    text-shadow: none;
    margin-right: 10px;
}


/* announcement*/
.announcement {
    margin: 20px auto;
    width: 660px;
}

.announcement__tit {
    padding: 5px 10px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.announcement .announcement__tit .fa {
    color: #eb0000;
    font-size: 15px;
}

.announcement__titInner {
    margin-left: 10px;
    font-size: 14px;
    color: #dc2611;
    font-weight: bold;
}

.announcement__txt {
    padding: 0 30px 12px 10px;
    font-size: 14px;
}

.l-attention{
    text-align: center;
    padding: 20px 0;
    background-color: #eee;
}


@media screen and (max-width: 768px) {
    .announcement {
        margin: 2%;
        width: 100%;
    }
    .announcement__tit {
        padding: 2% 5%;
    }
    .announcement .announcement__tit .fa {
        color: #eb0000;
        font-size: 3.5vw;
    }
    .announcement__exclamation {
        font-size: 3vw;
    }
    .announcement__titInner {
        font-size: 3.5vw;
        margin-left: 2%;
    }
    .announcement__txt {
        padding: 0 5% 2% 5%;
        font-size: 3.5vw;
    }
    .jointcompany-btn_box a::after{
        right: 8%;
    }
    .l-attention{
        font-size: 2.5vw;
        padding: 4% 0;
    }
}

.campaign {
    margin-bottom: 40px;
}

.form_ttl {
    display: table;
}

.form_ttl p {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.form_ttl p .yl-font {
    color: #fff778;
}

.l-contents .cta_area {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.l-sec.limit h2 span {
    display: inline-block;
    padding: 12px 20px;
    color: #333;
    background: #d3f3ff;
    text-align: center;
    margin-right: 20px;
    border-radius: 10px 0 0 10px;
}

.l-sec.limit h2 {
    background: #00aaec;
    font-size: 25px;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}

.l-contentsHead .l-inner h1.ttl {
    font-size: 36px;
    color: #00aaec;
    margin-bottom: 30px;
}

.marker-yl {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.marker-bl {
    background: linear-gradient(transparent 60%, #ceebff 60%);
}

.seminar-cntnt-txt{
    text-align: center;
    margin: 30px 0;
}

@media screen and (max-width: 768px) {
    .jointcompany-btn_box{
        width: 85%;
        padding:0;
        margin: 7% auto;
    }
    .jointcompany-btn_box a {
        /* padding: 3% 6% 2%; */
        padding: 5% 6% 4%;
        text-align: center;
    }
    .jointcompany-btn_box .sub_txt{
        margin: 0 auto;
        width: 35%;
        text-align: center;
        font-size: 2.5vw;
    }
    .jointcompany-btn_box .main_txt{
        text-align: center;
        /* display: block; */
        padding-top: 2%;
        padding-left: 2%;
        line-height: 1.4;
        font-size: 4vw;
    }
    .form_ttl p {
        font-size: 4.2vw;
    }
    .l-sec.limit h2 {
        font-size: 4.5vw;
    }
    .l-sec.limit h2 span {
        font-size: 4.5vw;
        padding: 10px;
        margin-right: 10px;
        ;
    }
}
