@charset "utf-8";

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

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

html {
    height: 100%;
}

body {
    background: #ffffff;
    color: #2d2d2d;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #2d2d2d;
}


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


/* PC版　gloval navigation ------------------------- */

.pc {
    width: 100%;
    height: 100px;
    z-index: 9999;
}

header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    align-items: center;
}

header h1 {
    width: 20%;
    font-weight: 700;
    text-align: left;
    padding-left: 30px;
}

header h1 img {
    width: 70%;
    display: block;
}

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

ul.global-nav li {
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 100px;
    box-sizing: border-box;
    position: relative;
    list-style: none;
    padding: 0 1.5%;
}

ul.global-nav li a {
    font-weight: 700;
    text-decoration: none;
}

ul.global-nav li.global-nav-contact {
    background-color: #ff5f27;
}

ul.global-nav li.global-nav-contact a {
    color: #fff;
    font-weight: 700;
}


/* PC版　gloval navigation ------------------------- */


/* SP版　gloval navigation ------------------------- */

.sp {
    display: none;
}

.mainvisual-sp {
    display: none;
}

.mainvisual-text-area-sp {
    display: none;
}


/* SP版　gloval navigation ------------------------- */

.common-title-box {
    text-align: center;
    color: #0f318d;
}

.common-subtitle {
    font-size: 1rem;
    letter-spacing: 3px;
    font-weight: 700;
}

.common-title {
    font-size: 2.5rem;
    font-weight: 700;
    font-style: italic;
}


/* top ------------------------- */

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

.mainvisual-pc {
    margin-top: 100px;
    position: relative;
}

.main-visual {
    padding-left: 20%;
}

.main-visual img {
    width: 100%;
}

.mainvisual-pc ::after {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    width: 85%;
    height: 90%;
    background-color: #0f318d;
    z-index: -100;
}

.mainvisual-text-area {
    width: 80%;
    position: relative;
    text-align: left;
    padding-left: 15%;
    bottom: 370px;
}

.mainvisual-title {
    font-size: 3.0rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
}

.mainvisual-subtext {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
}


/* top ------------------------- */

.index-message-container {
    width: 80%;
    max-width: 1080px;
    margin: 10% auto;
}

.index-message-text {
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 45px;
}

.index-message-ceo {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: right;
    font-family: serif;
    padding-top: 30px;
}

.index-business-container {
    width: 100%;
    margin: 10% auto 5%;
}

.index-business-text {
    text-align: center;
    line-height: 30px;
    font-size: 1.0rem;
    margin: 5% auto;
    letter-spacing: 1px;
}

.business-inner-1080 {
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: 0 auto;
}

.business-company-container {
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: 0 auto;
    padding: 2.5% 0;
}

.business-company-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.business-text-box {
    width: 100%;
}

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

.business-title-no {
    font-weight: 900;
    font-size: 1rem;
    font-style: italic;
}

.business-title-no::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: black;
    display: block;
    margin: 5px auto 15px;
}

.business-image-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 20px;
}

.business-image-box img {
    object-fit: cover;
    height: auto;
}

.business-title {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 1px;
}

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

.business-text-more p {
    font-size: 1.0rem;
    letter-spacing: 1px;
    line-height: 25px;
}

.business-personal-container {
    background-color: #0f318d;
}

.business-personal-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 2.5% 0;
}

.white-text {
    color: #fff;
}

.white-bar::after {
    background-color: #fff;
}

.business-text-caution {
    color: #0f318d;
    background-color: #e4e8f3;
    font-weight: 700;
    font-size: 1.0rem;
    padding: 10px 0;
    white-space: nowrap;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin: 15px auto;
    /* max-width: 350px; */
}

.white-ver {
    background-color: #fff;
    color: #ff5f27;
}

.index-company-container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 2.5% 0;
}

.company-outline-container {
    margin: 5% auto;
    width: 80%;
    max-width: 1080px;
}

.company-table {
    width: 80%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 auto;
}

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

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

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

.contact-container {
    background-color: #f1f3f8;
    padding: 5%;
}

.contact-inner {
    max-width: 1080px;
    width: 80%;
    margin: 0 auto;
}

.contact-guide-text {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 1.5% auto;
}

.table-form {
    margin: 46px auto 0;
    width: 80%;
}

.table-form th {
    width: 290px;
    padding: 45px 0 45px 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 28px;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
}

.table-form th em.require {
    color: #fff;
    background-color: #D36F42;
    font-style: normal;
    font-size: 1.0rem;
    line-height: 26px;
    width: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    margin-right: 20px;
}

.table-form th em {
    font-style: normal;
    font-size: 16px;
    font-size: 1.0rem;
    line-height: 26px;
    width: 60px;
    display: inline-block;
    text-align: center;
    background-color: #d5cfc5;
    border-radius: 40px;
    margin-right: 20px;
}

.table-form td {
    width: calc(100% - 290px);
    padding: 30px 0;
    position: relative;
}

.table-form td textarea {
    max-width: 500px;
    height: 200px;
    margin-bottom: -10px;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    width: 100%;
    font-size: 1.5rem;
    line-height: 26px;
    letter-spacing: .06em;
    font-weight: 500;
    color: #60432A;
    background-color: #fff;
    padding: 12px 20px;
}

.table-form td input[type="text"] {
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: 60px;
    max-width: 500px;
    font-size: 1.0rem;
    line-height: 26px;
    letter-spacing: .06em;
    font-weight: 500;
    color: #60432A;
    background-color: #fff;
    padding: 12px 20px;
}

.table-form td input[type="tel"] {
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: 60px;
    max-width: 500px;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: .06em;
    font-weight: 500;
    color: #60432A;
    background-color: #fff;
    padding: 12px 20px;
}

.table-form td input[type="email"] {
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: 60px;
    max-width: 500px;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: .06em;
    font-weight: 500;
    color: #60432A;
    background-color: #fff;
    padding: 12px 20px;
}

.table-form td input[type="submit"] {
    border: 0;
    background-color: none;
}

.btn-form {
    background-color: #0f318d;
    width: 35%;
    max-width: 300px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 50px;
    font-weight: 700;
    margin: 2% auto;
    border-radius: 25px;
    cursor: pointer;
    border: none;
}

.btn-form:hover {
    opacity: 0.6;
}

#msg {
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    background: #f36029;
    width: 35%;
    margin: 0 auto;
    max-width: 350px;
    line-height: 30px;
}

.privacy-policy {
    border: 1px solid #D6D3CA;
    border-radius: 1rem;
    max-width: 800px !important;
    width: 100% !important;
    background-color: #fff;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10% auto;
    height: 350px;
    overflow: scroll;
    text-align: left;
}

.privacy-policy-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 50px;
}

.privacy-policy-text {
    font-size: 0.8rem;
    line-height: 25px;
}

.privacy-policy-term {
    font-size: 1.2rem;
    padding: 25px 0;
    font-weight: 700;
}


/* footer ------------------------- */

footer {
    padding: 5px 0;
    background-color: #333333;
}

.copyright {
    font-size: 10px;
    background-color: #333333;
    letter-spacing: 1px;
    color: #fff;
}


/* footer ------------------------- */