@charset "utf-8";

/* ----------------------------------------- */


/* universal reset ------------------------- */


/* ----------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: #2f2f2f;
    display: block;
}

a:hover {
    opacity: .5;
    transition: all .5s;
}

ul {
    list-style-type: none;
}

img {
    vertical-align: middle;
}


/* -----------------------------------------
header
-----------------------------------------  */

header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 100;
    top: 0;
}

header h1 {
    width: 20%;
    line-height: 70px;
    text-align: left;
    padding: 0 0 0 60px;
    font-size: 35px;
    color: #0b4168;
    font-weight: 100;
    letter-spacing: 3px;
    font-family: 'Athelas Regular';
}

header h1 img {
    width: 65%;
}

ul.global-nav {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
}

ul.global-nav li {
    width: 13%;
    text-align: center;
    color: #276A3C;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 70px;
    box-sizing: border-box;
    position: relative;
}

ul.global-nav li a {
    color: #5f5f5f;
}

ul.global-nav li::after {
    content: "/";
    display: inline-block;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 100%;
}

ul.global-nav li.nav-order {
    width: 15%;
    padding: 0 0 0 4%;
    background: #b72b2b;
    color: #fff;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.nav-order a {
    color: #fff;
}

.nav-order a::before {
    content: ">>";
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    position: absolute;
    top: 1px;
    left: 20%;
}


/* -----------------------------------------
main
-----------------------------------------  */

.main-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.main_visual img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

.main_visual_sp {
    display: none;
}


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

.index-about-wrapper {
    background-color: #efefef5e;
    width: calc(1200px * 0.95);
    padding: 50px 0;
    margin: 50px auto 100px;
}

.index-ttl h2 {
    font-size: 50px;
    letter-spacing: 10px;
    color: #0164B0;
    font-weight: 700;
}

.index-ttl hr {
    border-top: 3px solid #0164B0;
    width: 10%;
    margin: 10px auto;
}

.index-ttl h3 {
    font-size: 20px;
    color: #505050;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 10px;
}

.index-ttl img {
    display: block;
    margin: 0 auto;
    padding: 35px 0;
}

.index-ttl p {
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
}

.index-about-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

#about-youtube {
    padding: 20px 10px;
    width: 50%;
}

.about-idobata {
    padding: 50px 0;
}

.idobata-btn {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    padding: 10px 20px;
    background-color: red;
    width: 80%;
    border-radius: 5px;
    margin: 0 auto;
}

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

.business-box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.business-content h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    padding: 30px 0 15px 0;
    color: #0164B0;
}

.business-content h5 {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    color: #0b4168;
    font-weight: 500;
}

.business-btn01 {
    padding: 10px 30px;
    margin: 50px 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 5px;
    background-color: #0164B0;
    border-radius: 5px;
}

.business-btn02 {
    padding: 10px 30px;
    margin: 50px 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 5px;
    background-color: #0164B0;
    border-radius: 5px;
}

.business-btn03 {
    padding: 10px 30px;
    margin: 50px 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 5px;
    background-color: #0164B0;
    border-radius: 5px;
}


/* modal */


/* book */

.book {
    background-color: #0164B0;
    width: 45%;
    padding: 30px 0;
    margin: 0 auto 100px;
    border-radius: 5px;
    color: #FFF;
}

.book h3 {
    letter-spacing: 3px;
    font-size: 15px;
    text-align: center;
}

.book h4 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}

.book img {
    width: 30%;
    padding: 30px 0;
}

.book-item img {
    width: 30%;
}


/* モーダル表示時に背景固定 */

body.fixed {
    position: fixed;
    left: 0;
}

.content01 {
    display: none;
    /* 初期状態 */
    position: fixed;
    top: 0;
    width: 600px;
    /* モーダルは画面いっぱいに */
    height: 100vh;
    /* モーダルは画面いっぱいに */
    margin: 0 auto;
}

.content02 {
    display: none;
    /* 初期状態 */
    position: fixed;
    top: 0;
    width: 600px;
    /* モーダルは画面いっぱいに */
    height: 100vh;
    /* モーダルは画面いっぱいに */
    margin: 0 auto;
}

.content03 {
    display: none;
    /* 初期状態 */
    position: fixed;
    top: 0;
    width: 600px;
    /* モーダルは画面いっぱいに */
    height: 100vh;
    /* モーダルは画面いっぱいに */
    margin: 0 auto;
}

.overlay {
    width: 100%;
    /* 黒背景も画面いっぱいに */
    height: 100vh;
}


/* 配置関連。モーダル自体とは関係なし */

.modal01 {
    position: absolute;
    background-color: #fff;
    box-shadow: 2px 2px 4px gray;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: auto;
    border-radius: 5px;
    padding: 30px;
}

.modal01 h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 30px;
    color: #0164B0;
    padding-top: 20px;
}

.modal01 p {
    padding: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}

.modal01 img {
    margin: 15px 0;
}

.modal02 {
    position: absolute;
    background-color: rgb(216, 228, 240);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: auto;
    background-color: #fff;
    box-shadow: 2px 2px 4px gray;
    padding: 30px;
}

.modal02 h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 30px;
    color: #0164B0;
    padding-top: 20px;
}

.modal02 p {
    padding: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}

.modal02 img {
    margin: 15px 0;
}

.modal__close {
    background-color: #0164B0;
    color: #FFF;
    padding: 10px 20px;
    width: 30%;
    margin: 15px auto 0;
    border-radius: 3px;
}

.modal03 {
    position: absolute;
    background-color: #fff;
    box-shadow: 2px 2px 4px gray;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: auto;
    border-radius: 5px;
    padding: 30px;
}

.modal03 h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 30px;
    color: #0164B0;
    padding-top: 20px;
}

.modal03 p {
    padding: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}

.modal03 img {
    margin: 15px 0;
}


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

.index-content-wrapper {
    width: 100%;
    background-color: #5d9fce1a;
    padding: 70px 0;
}

.index-content-aloha {
    padding: 15px 0;
}

.index-content-txt {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 5px;
    padding: 35px 0;
}

.index-content-box {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.content-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-item li {
    width: calc(1200px/3);
    padding: 50px;
}

.content-item li img {
    width: 100%
}


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

.index-column-wrapper {
    padding: 50px 0;
}

.index-column-box {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.index-column-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-column-item li {
    padding: 50px 0;
}

.index-contact-wrapper {
    background-color: #0164B0;
    padding: 50px 0;
}

.contact-box {
    padding: 100px 0;
    width: 1200px;
    margin: 0 auto;
}

.contact-box img {
    width: 30%;
    display: inline-block;
    height: auto;
}

.copyright {
    background-color: #FFF;
    text-align: center;
    color: #505050;
    letter-spacing: 5px;
    font-size: 10px;
    font-family: serif;
    padding: 5px 0;
}


/*  ------------------------------------------
common-ud-style
-------------------------------------------- */

.bg-pages {
    background: url(../img/bg_works.jpg) no-repeat center top;
    background-size: 100%;
    padding: 100px 0 100px;
}

.bg-pages h2 {
    font-size: 48px;
    letter-spacing: 10px;
    padding: 0 0 10px;
    color: #fff;
}

.bg-pages h3 {
    font-size: 24px;
    letter-spacing: 8px;
    color: #fff;
    font-weight: 100;
    font-family: 'Athelas Regular';
}

p.common_catch {
    font-size: 20px;
    font-weight: bold;
    line-height: 64px;
}

p.common_textcontens {
    width: 80%;
    margin: 20px auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.6em;
}

.ud-3cals ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px auto;
}

.ud-3cals ul li {
    width: 285px;
    margin: 0 10px;
    position: relative;
}

.ud-3cals ul li img {
    width: 100%;
}

.ud-3cals p.works_title {
    bottom: 24px;
}

.ud_cat_title {
    text-align: center;
    width: 100%;
    margin: 0 auto 50px;
}

.ud_cat_title h2 {
    font-size: 30px;
    letter-spacing: 3px;
    padding: 0 0 30px;
    position: relative;
}

.ud_cat_title h2:after {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background-color: #2095ab;
    position: absolute;
    bottom: 16px;
    left: calc((100% - 160px) / 2);
}

.ud_cat_title h3 {
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 100;
    font-family: 'Athelas Regular';
}

.under_ttl h2 {
    margin: 0 auto;
    margin-top: 100px;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #276a3b;
}

.under_ttl h3 {
    margin: 0 auto;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    color: rgb(88 88 88);
}


/* -----------------------------------------
news
-----------------------------------------  */

.breadcrumbs_list {
    text-align: left;
    background-color: #464646;
    padding: 5px 0;
    color: #FFF;
}

.breadcrumbs_list li {
    display: inline-block;
    margin-left: 12px;
    padding-left: 32px;
    background: url(../img/icon_breadcrumbs.png) left center/15px auto no-repeat;
}

.breadcrumbs_list li:first-child {
    padding-left: 10px;
    background: none;
}

.breadcrumbs_list li a {
    color: #FFF;
}

.under_news_ttl {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    color: #276A3C;
    padding: 50px 0 10px 0;
}

.news_all {
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 300px;
}

dl.news_list {
    width: 90%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    font-size: 14px;
    line-height: 5em;
    margin: 0 auto;
}

dl.news_list dt {
    width: 25%;
    text-align: center;
    letter-spacing: 1px;
}

.news_list dt:nth-of-type(odd) {
    background-color: #276a3b26;
}

dl.news_list dt span {
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    line-height: 42px;
    margin: 4px 0 12px 12px;
    max-height: 26px;
    background: #276A3C;
    color: #fff;
    padding: 0 16px;
    border-radius: 11px;
}

dl.news_list dd {
    width: 75%;
    text-align: left;
    padding-left: 20px;
}

dl.news_list dd:nth-of-type(odd) {
    background-color: #276a3b26;
}

.news_item {
    width: 70%;
    text-align: left;
    padding: 100px 250px;
    padding-bottom: 300px;
}

.news_item p {
    font-weight: 500;
    font-size: 15px;
}

.news_item span {
    background-color: #276A3C;
    margin-left: 15px;
    letter-spacing: 2px;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.news_item h4 {
    font-weight: 500;
    padding: 10px 0;
    font-size: 20px;
    letter-spacing: 3px;
}

.news_txt {
    padding: 10px 0;
}

.news_txt p {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 13px;
}

.news-content-link {
    padding: 10px 20px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 15px;
    background-color: #276a3b;
    margin-top: 20px;
    width: 60%;
    border-radius: 3px;
    text-align: center;
}


/* -----------------------------------------
service
-----------------------------------------  */

.service_container {
    width: 1200px;
    margin: 0 auto;
}

.service_intro {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.service_intro h2 {
    text-align: left;
    line-height: 75px;
    font-size: 30px;
    color: #3E603B;
    font-weight: 700;
    letter-spacing: 3px;
    padding-right: 20px;
    font-family: serif;
}

.service_intro h3 {
    text-align: left;
    font-size: 15px;
    line-height: 90px;
    color: #6C6C6C;
    font-weight: 500;
    letter-spacing: 2px;
}

.work_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.work_img {
    width: 40%;
}

.work_txt {
    position: absolute;
    width: 70%;
    padding: 25px 30px;
    background-color: #616161;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 25px;
    font-size: 15px;
    top: 350px;
    left: 350px;
    text-align: left;
}

.work_content {
    display: flex;
}

.reverce {
    flex-direction: row-reverse;
}

.txt_reverce {
    left: 0;
}


/*  ------------------------------------------
company
-------------------------------------------- */

.company_outline {
    margin: 0 auto;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 100px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

table th {
    text-align: center;
    width: 30%;
    font-weight: 500;
}

table td {
    padding: 10px 0;
    text-align: left;
    font-weight: 300;
    padding: 1em 2em;
    letter-spacing: 3px;
    line-height: 20px;
    font-size: 15px;
}

table tr:nth-child(odd) {
    background-color: #eee
}


/* -----------------------------------------
recruit
-----------------------------------------  */

.recruit_intro {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
    margin: 0 auto;
}

.recruit_intro_left {
    width: 50%;
    padding: 0 30px;
    text-align: left;
}

.intro_ttl {
    text-align: left;
}

.recruit_intro_left p span {
    font-size: 25px;
    font-weight: 500;
    display: inline;
    color: #EAEA49;
    background: #1E80C3;
    line-height: 60px;
    padding: 5px 0px;
}

.recruit_intro_left p {
    line-height: 30px;
    font-size: 15px;
}

.recruit_intro_right {
    width: 50%;
}

.recruit_bar {
    background-color: #E4ECEF;
    padding: 30px 0;
}

.bar_box {
    width: 60%;
    padding: 0.5em 1em;
    margin: 0 auto;
    font-weight: 500;
    color: #1E80C3;
    /*文字色*/
    background: #FFF;
    border: solid 3px #1E80C3;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

.bar_box p span {
    font-weight: 300;
}


/* .certified {
    width: 50%;
    background-color: #f9f9f9;
    margin: 0 auto;
    padding: 15px 20px 15px
}

.certified h4 {
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 20px;
    color: #276A3C;
    text-align: center;
}

.certified p {
    text-align: left;
    line-height: 40px;
    font-size: 15px;
} */

.certification_list {
    width: 50%;
    margin: 0 auto;
    padding: 50px 0;
}

.certification_list table {
    width: 100%;
}

.certification_list table th {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    text-align: right;
    color: #505050;
}

.certification_list table td {
    background-color: #FFF;
    border-bottom: 1px solid #cccccc;
    padding-left: 70px;
}

.recruit_outline {
    margin: 0 auto;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 100px;
}

.recruit_outline table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.recruit_outline table th {
    text-align: center;
    width: 30%;
    font-weight: 500;
}

.recruit_outline table td {
    padding: 10px 0;
    text-align: left;
    font-weight: 300;
    padding: 1em 2em;
    letter-spacing: 3px;
    line-height: 20px;
    font-size: 15px;
}

.recruit_outline table tr:nth-child(odd) {
    background-color: #eee
}


/* -----------------------------------------
works
-----------------------------------------  */

.works-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 0;
}

.works-content ul {
    width: 100%;
}

.works-content li {
    display: inline-block;
    margin: 20px 10px;
    width: 30%;
}

.works-content img {
    width: 70%;
    height: auto;
}

.works_txt {
    width: 100%;
    margin-top: 10px;
}

.works-content p {
    margin: 10px 0;
}

.works_list ul {
    width: 100%;
}

.works_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 100px;
}

.works_list li {
    padding: 50px;
    width: 33.333%;
}

.works_list li img {
    width: 100%;
}


/*  ------------------------------------------
contact
-------------------------------------------- */

.contact-form {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
}

.form-table span {
    background-color: #EB925B;
    padding: 2px 15px;
    margin: 0 30px;
    font-size: 10px;
    color: #fff;
}

.form-table table {
    width: 70%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.form-table th {
    text-align: right;
    width: 60%;
    font-weight: 500;
    padding-right: 20px;
    font-size: 15px;
}

.form-table td {
    padding: 10px 0;
    text-align: left;
    font-weight: 300;
    padding: 1em 2em;
    letter-spacing: 3px;
    line-height: 20px;
    font-size: 15px;
    width: 100%;
}

.form-table tr:nth-child(odd) {
    background-color: #fff
}

.contact-form .form-table input[type=text],
input[type=email] {
    padding: 15px;
    width: 80%;
}

.contact-form .form-table textarea {
    width: 80%;
    padding: 20px;
}

.form-table input[type=submit],
input[class="submit-btn"] {
    -webkit-appearance: none;
    border-radius: 0;
    width: 30%;
    height: auto;
    padding: 10px;
    border-radius: 3%;
    margin-top: 30px;
    margin-bottom: 50px;
    border: none;
    background-color: #276A3C;
    color: #fff;
}


/*  ------------------------------------------
work-content
-------------------------------------------- */

.work-content-inner {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.forward {
    flex-direction: row;
}

.revert {
    flex-direction: row-reverse;
}

.work-content-inner .ph-contents-wrap {
    width: 70%;
    padding: 40px 50px;
    text-align: left;
    position: absolute;
    background: #fff;
    top: 120px;
    left: 30%;
}

.work-content-inner .ph-contents-wrap h3 {
    font-size: 24px;
    padding: 0 0 1.5em;
    line-height: 1.6em;
}

.work-content-inner .ph-contents-wrap p {
    font-size: 16px;
    line-height: 1.6em;
}

.work-content-inner.forward.ph-contents-wrap {}

.revert .ph-contents-wrap {
    left: 0 !important;
    right: 30% !important;
}


/*  ------------------------------------------
topics
-------------------------------------------- */

.basic-text-list {
    width: 60%;
    max-width: 700px;
    text-align: left;
    margin: 30px auto;
    padding: 45px 45px 70px;
    box-shadow: 0px 0px 30px 0px rgba(155, 165, 167, 0.2);
}

.basic-text-list li {
    padding: 1.5em 1em;
    border-bottom: 1px solid #efefef;
}

.basic-text-list li a {
    display: inline-block;
    text-decoration: underline;
}


/*  ------------------------------------------
pc-style
-------------------------------------------- */

@media only screen and (min-width: 750px) {
    .none_pc,
    .sp {
        display: none;
    }
    .al-right {
        position: absolute;
        right: 0;
        bottom: -40px;
    }
    .over-object {
        position: absolute;
        right: 0px;
        bottom: 100px !important;
    }
    .ud-first-section {
        top: 0;
        position: relative;
        margin: 80px 0 0;
    }
}


/*  ------------------------------------------
sp-style
-------------------------------------------- */

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    /* NEWS */
    .under_main {
        max-width: 100%;
        padding-top: 60px;
    }
    .breadcrumbs_list {
        font-size: 10px;
    }
}