/* 共通 */
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #fff;
    box-sizing: border-box;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    box-shadow: 0px 5px 12px #CAD4E2, -6px -6px 12px #FFF;
    position: absolute;
    top: -5px;
    left: 0;
    transition-duration: 0.2s;
}
.btn:hover {
    left: 0;
    top: 0;
    box-shadow: 0 0 4px #CAD4E2, -2px -2px 4px #FFF;;
}
.TECH {
    color: #00B0B3;
}
.MUSE {
    color: #463232;
}
body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    "Meiryo",
    sans-serif;
    color: #333;
}
.on-line-heading-en {
    padding-left: 75px;
    font-size: 60px;
    font-weight: bold;
    opacity: 0.2;
}
.line-heading {
    font-size: 16px;
    padding-left: 75px;
    padding-top: 5px;
    padding-bottom: 20px;
    letter-spacing: 0.3em;
    font-weight: lighter;
}
@media all and (max-width:767px) {
    .on-line-heading-en {
        text-align: center;
        padding-left: 0px;
    }
    .line-heading {
        font-size: 14px;
        text-align: center;
        padding-left: 0px;
        letter-spacing: 0.1em;
    }
}
/*
.line-heading {
    font-size: 30px;
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.3em;
    display: flex;
    justify-content: left;
    align-items: center;
}
.line-heading::before,.line-heading::after {
    content: '';
    width: 30px;
    height: 3px;
    background: #0f78b9;
}
.line-heading::before {
    transform: rotate(60deg);
}
.line-heading::after {
    transform: rotate(-60deg);
}
@media all and (max-width:767px) {
    .line-heading {
        font-size: 18px;
        padding-left: 3px;
        padding-top: 20px;
        padding-bottom: 20px;
        letter-spacing: 0.1em;
        text-align: center;
    }
}
 */
.marker {
    background:-moz-linear-gradient(transparent 60%,  #f8d97e 60%);
    background:-webkit-linear-gradient(transparent 60%,  #f8d97e 60%);
    background:linear-gradient(transparent 60%,  #f8d97e 60%);
}
.line {
    margin: 10px;
    width: 5px;
    height: 250px;
    background-color: #333;
}
.twitter-follow-button {
    height: 36;
}
/* ヘッダー */
.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
}
.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1280px;
    height: 80px;
}
.header__logo {
    width: 180px;
}
.header__logo img {
    width: 100%;
    margin: 20px;
}
.header__nav {
    display: flex;
}
.header__nav-item {
    margin-left: 35px;
}
.header__nav-item a {
    font-size: 18px;
    letter-spacing: 0.15em;
    color:#333;
    text-decoration: none;
}
.header__nav-item span {
    display: block;
}
.header__nav-item-ja {
    font-size: 12px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}
.header__navsp {
    display: none;
}


@media all and (max-width: 767px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .header__wrap {
        padding-right: 23px;
        padding-left: 10px;
        height: 50px;
    }
    .header__logo {
        width: 100px;
    }
    .header__logo img {
        margin: 0;
    }
    .header__nav {
        display: none;
    }
    .header__navsp {
        display: flex;
    }
    .header__nav-item {
        margin-left: 5px;
        text-align: center;
    }
    .header__nav-item a {
        font-size: 8px;
        color:#333;
        text-decoration: none;
    }
    .header__nav-item span {
        padding: 2px;
    }
    .blue-paper {
        color: #59caf4;
    }
}
/* ヘッダー終わり */
/* メインビジュアル */
.mv {
    padding-top: 100px;
    width: 100%;
    height: 800px;
    background-image: url(img/mv2.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.mv__wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}
.mv__texts {
    position: absolute;
    top: 500px;
    left: 15%;
    transform: translate( -30%, -90%);
    color: #fff;
}
.mv__texts-title {
    font-size: 35px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    line-height: 1.8;
    left: 50%;
}
.mv__texts-p {
    padding-top: 30px;
    padding-left: 5px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.25;
}
.mv__texts-p a {
    text-decoration: none;
    color: gray;
}
@media all and (max-width: 767px) {
    .mv {
        width: 100%;
        height: 400px;
        background-image: url(img/mv2sp.jpg);
    }
    .mv__texts {
        position: absolute;
        top: 220px;
        transform: none;
        color: #fff;
        text-align: center;
    }
    .mv__texts-title {
        font-size: 18px;
    }
    .mv__texts-p {
        padding-top: 20px;
        font-size: 11px;
        line-height: 2;
    }
}
/* メインビジュアルおわり */
/* メッセージはじまり */
.message {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1280px;
}
.message-body-texts {
    text-align: center;
}
.message-body-texts-p-intro {
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.message-body-texts-p {
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media all and (max-width: 767px) {
    .message {
        padding: 30px 10px;
    }
    .message-body-texts-p-intro {
        font-size: 20px;
    }
    .message-body-texts-p {
        font-size: 12px;
    }
}

/* メッセージおわり */
/* サービスはじまり */
.service {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 1280px;
}
.service-body {
    padding-left: 60px;
}
.service-img {
    width: 100%;
}
.service-body-texts {
    display: flex;
    align-items: center;
}
.service-body-texts-item {
    justify-content: left;
}
.service-body-texts-title {
    padding: 10px;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #0f78b9;
}
.service-body-texts-li {
    padding: 20px;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #333;
    list-style: none;
}
.service-body-texts-p {
    padding-bottom: 20px;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #333;
}
.service-body-texts-details {
    padding-left: 60px;
}
/* details-summary */
.service-body-texts-what {
    height: 30px;
    transition: all .5s;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 1em 1em;
    background-color: #fff;
    width: 80%;
    vertical-align: middle;
}
.service-body-texts-what[open] {
    height: 100px;
	transition: all .5s;
}
.service-body-texts-what:not(:last-child) {
    margin-bottom: 20px;
}
.service-body-texts-what summary {
    list-style: none;
    cursor: pointer;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1;
}
/**
   * Chrome用のデフォルト三角削除
  **/
.service-body-texts-what summary::-webkit-details-marker {
    display: none;
}
/**
   * Font Awesomeのプラスアイコン使用
  **/
.service-body-texts-what summary::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0fe';
    margin-right: 20px;
    color: #0f78b9;
}
/**
   * アコーディオンがオープン時はマイナスアイコンに変更
  **/
.service-body-texts-what[open] summary::before {
    content: '\f146';
}
details p {
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
/* details-summary end */
.arrow2 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow2-innner{
    width: 0px;
    height: 0px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #0f78b9;
}
.results-title {
    padding: 10px;
    text-align: center;
    font-size: 30px;
}
.results__body {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    justify-content: space-between;
}


.results__body-item {
    margin-right: 35px;
    flex-basis: 33%;
    position: relative;
    padding: 0.25em 1em;
    top: 0;
}
.results__body-item:before, .results__body-item:after{
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.results__body-item:before{
    border-left: dotted 2px #15adc1;
    border-top: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    left: 0;
}
.results__body-item:after{
    border-top: dotted 2px #15adc1;
    border-right: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    right: 0;
}
.results__body-item p {
    margin: 0;
    padding: 0;
}



.results__body-item-img {
    width: 100%;
}
.results__body-item-img img {
    width: 100%;
}
.results__body-item-texts {
    padding: 15px 15px;
    text-align: center;
}
.results__body-item-texts-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.results__body-item-texts-p {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-weight: bold;
}
.service__more {
    width: 500px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.service__more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 50px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-weight: bold;
}
@media all and (max-width:767px) {
    .service {
        padding-top: 30px;
    }
    .service-body {
        padding: 10px 20px;
    }
    .service-body-texts {
        display: inline;
    }
    .service-img {
        width: 100%;
    }
    .service-body-texts {
        padding: 10px 30px;
    }
    .service-body-texts-title {
        padding: 3px;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 1;
        color: #0f78b9;
    }
    .service-body-texts-li {
        padding: 6px;
        font-size: 16px;
        list-style: none;
    }
    .service-body-texts-p {
        padding: 6px;
        font-size: 16px;
    }
    .service-body-texts-details {
        padding-left: 0px;
    }
    .service-body-texts-what {
        height: 15px;
        width: 90%;
    }
    .service-body-texts-what[open] {
        height: 145px;
        transition: all .5s;
    }
    .service-body-texts-what summary {
        font-size: 17px;
    }
    details p{
        padding-left: 10px;
        font-size: 15px;
        letter-spacing: 0.1em;
        line-height: 1.2;
    }
    .results__body {
        padding-right: 0px;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
    }
    .results__body-item {
        margin: 10px 10px;
        flex-basis: 70%;
    }
    .results__body-item-img-sp {
        display: block;
    }
    .results__body-item-texts {
        padding: 10px 10px;
    }
    .results__body-item-texts-title {
        font-size: 16px;
    }
    .results__body-item-texts-p {
        font-size: 14px;
        padding-top: 10px;
    }
    .service__more {
        width: 300px;
    }
    .service__more a {
        width: 300px;
        font-size: 15px;
        letter-spacing: 0.1em;
        line-height: 1.8;
        font-weight: bold;
    }
}

/* サービスおわり */


/* アバウトはじまり */
.about {
    margin: 0 auto;
    padding-top: 100px;
    max-width: 1280px;
}
.about__body {
    padding-left: 60px;
}
.about__body-item {
    display: flex;
    align-items: center;
}
.about__body-item-img {
    width: 30%;
}
.about__body-item-img img {
    width: 100%;
}
.about__body-item-texts {
    box-sizing: border-box;
    padding-right: 7.8%;
    padding-left: 7.8%;
    width: 90%;
    color: #333;
}

.about__body-item-texts-name {
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: 1;
}

.about__body-item-texts-p {
    padding-top: 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.twitter-timeline {
    padding-left: 60px;
}

@media all and (max-width: 767px) {
    .about {
        padding-top: 30px;
        padding-left: 10px;
    }
    .about__body {
        padding-left: 0px;
    }
    .about__body-item {
        flex-direction: column;
    }
    .about__body-item-img {
        width: 50%;
    }
    .about__body-item--reverse {
        flex-direction: column-reverse;
    }
    .about__body-item-texts {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 48px;
        padding-left: 10px;
        width: 100%;
    }
    .about__body-item-texts-copy {
        font-size: 16px;
    }
    .about__body-item-texts-p {
        padding-top: 10px;
        font-size: 14px;
    }
    .about__body-item-texts-more {
        padding-top: 30px;
        font-size: 10px;
    }
}
/* アバウトおわり */
/* contact */
.contact {
    padding-top: 100px;
}
.contact__body {
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #dcdcdc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}
.contact__body-title {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.contact__body-title-en {
    font-size: 32px;
    letter-spacing: 0.2em;
    line-height: 1;
}
.contact__body-title-ja {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1;
}
.contact__body-box {
    display: flex;
    justify-content: center;
}
.contact__body-box-inner {
    padding: 20px;
    flex-basis: 30%;
}
.contact__body-box-inner-title {
    padding: 20px;
    font-size: 25px;
}
a[href*="tel:"] {
    font-size: 26px;
    color: #333;
    cursor: default;
    text-decoration: none;
}
.contact__body-box-inner-p {
    padding: 30px;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.contact__body-box-inner-btn-btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    margin: 10px;
    text-decoration: none;
    color: #333;
    background: #ECECEC;
    transition: .4s;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
/* .contact__body-box-inner-btn-btn:hover {
    background: #333;
    color: white;
} */
@media all and (max-width: 767px) {
    .contact {
        padding-top: 60px;
    }
    .contact__body-title-en {
        font-size: 19px;
    }
    .contact__body-title-ja {
        padding-top: 10px;
        font-size: 10px;
    }
    .contact__body-box {
        display: inline;
        text-align: center;
    }
    .line {
        margin: 10px;
        width: 90%;
        height: 1px;
        background-color: #333;
    }
    .contact__body-box-inner-p {
        padding: 20px;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.8;
    }
}
/* フッター */
.footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px;
    max-width: 1280px;
    height: 77px;
}
.footer__nav {
    display: flex;
}
.footer__nav-item {
    padding-right: 10px;
}
.footer__nav-item a {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    color: #444444;
}
.footer__cr {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
}
@media all and (max-width: 767px) {
    .footer__wrap {
        flex-direction: column;
        justify-content: center;
        height: 68px;
    }
    .footer__nav-item {
        padding-right: 8px;
    }
    .footer__nav-item:last-child {
        padding-right: 0;
    }
    .footer__nav-item a {
        font-size: 10px;
    }
    .footer__cr {
        padding-top: 12px;
        font-size: 10px;
    }
}
/* footerおわり */
/* 利用規約・プライバシーポリシーはじまり */
.privacypolicy-body {
    padding-top: 100px;
    padding-left: 50px;
}
.privacypolicy-body-title {
    padding-bottom: 36px;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: bold;
    color: #0f78b9;
}
.privacypolicy-body-subtitle {
    padding-bottom: 15px;
}
.privacypolicy-body-p {
    padding-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
@media all and (max-width: 767px) {
    .privacypolicy-body {
        padding-top: 100px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .privacypolicy-body-title {
        padding-left: 0;
        padding-bottom: 38px;
        font-size: 18px;
        text-align: center;
    }
}

/* 利用規約・プライバシーポリシーおわり */


/* sw_det_@@はじまり */
.sw_det {
    margin: 0 auto;
    padding-top: 100px;
    max-width: 1280px;
}
.sw_det::before {
    content: '';
    display: block;
    position: absolute;
}
.sw_det_title {
    padding-left: 50px;
    padding-bottom: 36px;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: bold;
    color: #0f78b9;
}
.sw_det_intro {
    padding-left: 80px;
    padding-bottom: 36px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.sw_det_flow {
    padding-left: 20px;
}
.sw_det_h2 {
    padding-left: 50px;
    padding-bottom: 36px;
    font-size: 26px;
}
.sw_det_flow-body {
    display: flex;
    flex-wrap: wrap;
}
.sw_det_flow-body-item {
    flex-basis: 31%;
}
.sw_det_flow-body-item-img {
    width: 100%;
    text-align: center;
    position: relative;
}

.sw_det_flow-body-item-img img {
    width: 70%;
    border-radius: 3px;
}
.sw_det_flow-body-item:first-child {
    margin-left: 0;
}
.sw_det_flow-body-item-texts {
    padding: 30px 40px;
}
.sw_det_flow-body-item-texts-title {
    padding-bottom: 10px;
}
.sw_det_flow-body-item-texts-title-num {
    font-size: 45px;
    color: #59caf4;
    opacity: 0.5;
    text-decoration: underline;
}
.sw_det_flow-body-item-texts-title-title {
    padding-left: 10px;
    font-size: 22px;
    letter-spacing: 0.1em;
}
.sw_det_flow-body-item-texts-p {
    padding-top: 14px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.sw_det_sub {
    padding-left: 50px;
}
.sw_det_h2 {
    padding: 10px 20px;
    border-left: solid 5px #0f78b9;
    font-size: 22px;
}
.sw_det_p {
    padding-left: 40px;
    padding-bottom: 30px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.arrow1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow1-innner{
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-color: #0f78b9 #0f78b9 transparent transparent;
    transform: rotate(45deg);
}


@media all and (max-width: 767px) {
    .sw_det {
        padding-top: 58px;
    }
    .sw_det_title {
        padding-left: 0;
        padding-bottom: 38px;
        text-align: center;
    }
    .sw_det_intro {
        padding-left: 10px;
        font-size: 13px;
    }
    .sw_det_flow-body {
        flex-wrap: wrap;
    }
    .sw_det_flow-body-item {
        margin-left: 0;
        flex-basis: 100%;
        padding-bottom: 10px;
    }
    .sw_det_flow-body-item-texts {
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 27px;
        padding-left: 10px;
    }
    .sw_det_flow-body-item-texts-title-title {
        font-size: 16px;
    }
    .sw_det_flow-body-item-texts-title-num {
        font-size: 20px;
    }
    .sw_det_flow-body-item-texts-p {
        padding-top: 10px;
    }
    .sw_det_sub {
        padding-left: 10px;
    }
    .sw_det_h2 {
        font-size: 16px;
    }
    .sw_det_p {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.8;
    }
    .arrow1 {
        display: none;
    }
    .arrow2-sw {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .arrow2-sw-innner{
        width: 0px;
        height: 0px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #0f78b9;
    }
}
/* sw_det_@@おわり */