@charset "UTF-8";

/*---------------------------------------------------------
Reset
---------------------------------------------------------*/

html {
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
}

body {
    /*overflow-x: hidden;*/
    background-color: #F8F8F8;
}

html,
body,
div,
article,
section,
main,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
address,
nav,
table,
th,
td,
a,
p,
img,
figure,
span,
em,
small {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

small {
    font-size: 12px;
    line-height: 1.2;
}

small.kumamon {
    font-size: 60%;
}

main {
    display: block;
}

ul,
li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a,
button {
    outline: none;
}

a:focus,
button:focus {
    outline: none;
}

.mt4 {
    margin-top: 4px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt96 {
    margin-top: 96px !important;
}

.mb40 {
    margin-bottom: 40px;
}

.pd28 {
    padding-top: 28px;
}

.pd48 {
    padding-top: 48px;
}

.pd96 {
    padding-top: 96px;
}

.bold {
    font-weight: bold;
}

.res-pc {
    display: block !important;
}

.res-sp {
    display: none !important;
}

.widthSp {
    width: calc(100% - 48px);
    margin: 40px auto;
}

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

.center_margin {
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.eng {
    font-family: futura-pt, sans-serif;
    font-size: 24px;
}

@media only screen and (max-width: 959px) {
    .res-pc {
        display: none !important;
    }
    .res-sp {
        display: block !important;
    }
    .widthSp {
        margin: 16px auto;
    }
    .eng {
        font-family: futura-pt, sans-serif;
        font-size: 20px;
    }
    .mt16_sp {
        margin-top: 16px !important;
    }
    .pd28 {
        padding-top: 0;
    }
    .pd48 {
        padding-top: 0;
    }
    .pd96 {
        padding-top: 0;
    }
    .mt96 {
        margin-top: 80px !important;
    }
}


/*---------------------------------------------------------
font
---------------------------------------------------------*/


/*---------------------------------------------------------
common
---------------------------------------------------------*/

html {
    font-size: 62.5%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    html {
        font-size: 2.41546vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
    html {
        font-size: 0.80645vw;
    }
}

body {
    margin: inherit;
    font-family: "Noto Sans JP", serif;
    letter-spacing: 0.04em;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    font-weight: 500;
    position: relative;
    /*overflow: hidden;*/
    background-color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #3c3c3c;
}

@media only screen and (max-width: 959px) {
    body {
        margin: inherit;
        font-size: 1.4rem;
        font-family: 'Noto Sans JP', sans-serif;
        color: #000000;
        line-height: 1.8;
        letter-spacing: 0.04em;
    }
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

a:hover {}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.bgwhite {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
}

@media only screen and (max-width: 959px) {
    .bgwhite {
        padding: 24px;
    }
}


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

.headerpc {
    position: fixed;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    border-top: 4px solid #481C7B;
    padding: 24px 0;
    top: 0;
}

.headerpc .headerL {
    padding-left: 40px;
}

.headerpc .headerL img {
    width: 183px;
}

.headerpc .headerR {
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.headerpc .headerR ul {
    display: flex;
    align-items: center;
}

.headerpc .headerR ul li {
    padding: 0 10px;
    line-height: 1.4;
}

.headerpc .headerR ul li.contact {
    padding: 0 24px;
}

.headerpc .headerR ul li a {
    color: #000000;
    font-size: 12px;
    display: block;
}

.headerpc .headerR ul li a .en {
    display: block;
    color: #481C7B;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: center;
}

.headerpc .headerR ul li a::after {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #481C7B;
    border-radius: 50%;
    margin: 8px auto 0;
}

.headerpc .headerR ul li a:hover {
    opacity: 0.6;
}

.headerpc .headerR ul li a:hover::after {
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.headerpc .btnbox {
    display: flex;
    margin-left: 12px;
}

.btnbox .btn_primary a {
    width: 160px;
    font-size: 16px;
    color: #fff;
}

.headerpc .headerR ul li .btnblue a:hover {
    opacity: 1;
}

.header__menu {
    position: relative;
    width: 100%;
    /* メニューの背景色 */
    text-align: center;
    list-style: none;
    padding: 0;
}

.header__menu li {
    display: inline-block;
    padding: 1em 5em;
}

.header__menu li a {
    color: #fff;
    /* メニューの文字色 */
    text-decoration: none;
}

.header__menu li a:hover {}

ul.mega__menu-second {
    visibility: hidden;
    opacity: 0;
}

.header__menu li:hover {
    /* メニューの背景色 */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

li.mega__menu ul.mega__menu-second {
    position: absolute;
    top: 98px;
    left: 400px;
    width: 240px;
    background: #133871;
    /* padding: 20px; */
    box-sizing: border-box;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    display: block;
    text-align: left;
    padding-bottom: 8px;
}

li.mega__menu ul.mega__menu-second li {
    padding: 8px 8px 0 16px !important;
}

li.mega__menu:hover ul.mega__menu-second {
    top: 98px;
    visibility: visible;
    opacity: 1;
}

.mega__menu .arrow {
    width: 16px;
    margin-left: 4px;
    vertical-align: middle;
}


/*---------------------------------------------------------
headerSP
---------------------------------------------------------*/

.logosvgsp {
    position: fixed;
    left: 20px;
    top: 16px;
    width: 140px;
}

.header {
    height: fit-content;
    position: fixed;
    width: 100%;
    width: 100%;
    z-index: 1000;
    background: #fff;
    border-top: 1px solid #481C7B;
    top: 0;
}


/* 言語切り替え */

.dropdown__lists {
    display: none;
    /*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 46px;
    left: 0;
}

.gnavi__list:hover .dropdown__lists {
    display: block;
    /*Gナビメニューにホバーしたら表示*/
}

.gnavi__lists {
    display: flex;
}

.gnavi__list {
    width: 76px;
    height: 47px;
    background-color: #fff;
    border: 1px solid #481C7B;
    border-radius: 100px;
    position: relative;
    transition: all .3s;
    margin-left: 8px;
    color: #481C7B;
}

.gnavi__list img {
    width: 16px;
    margin: 0 3px;
}

.gnavi__list:hover {
    background-color: ;
}

.gnavi__list:not(:first-child)::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}

.gnavi__list:hover::before {
    background-color: #0071BB;
}

.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1b4059;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}

.gnavi__list:hover a {}

.dropdown__list {
    background-color: #481C7B;
    height: 60px;
    transition: all .3s;
    position: relative;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.24);
}

.dropdown__list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #481C7B;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list:hover {
    background-color: #22004A;
}

.dropdown__list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 0 0 0 8px;
    border-radius: 8px;
}

.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}


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


/* ハンバーガーメニュー */


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

#header-hamburger {
    /* 見た目のCSS */
    background: #481C7B;
    cursor: pointer;
    width: 50px;
    aspect-ratio: 1/1;
    margin-left: auto;
    /* ボタンがハンバーガーウィンドウの下に隠れないようにする指定 */
    position: relative;
    z-index: 10;
}


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


/* 三本線 */


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

#header-hamburger span {
    /* 見た目のCSS */
    display: inline-block;
    background: #fff;
    width: 50%;
    height: 2px;
    /* バーガー線の太さ */
    /*アニメーションの設定*/
    transition: all .4s;
    position: absolute;
    left: 50%;
    /* バーガー線の位置 */
    transform: translateX(-50%);
}


/* １本目 */

#header-hamburger span:nth-of-type(1) {
    top: 30%;
}


/* ２本目 */

#header-hamburger span:nth-of-type(2) {
    top: 50%;
}


/* ３本目 */

#header-hamburger span:nth-of-type(3) {
    top: 70%;
}


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


/* ×印 */


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


/*activeクラスが付与されると線が回転して×になる*/

#header-hamburger.active span:nth-of-type(1) {
    top: 50%;
    left: 25%;
    transform: rotate(-45deg);
    width: 50%;
}

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

#header-hamburger.active span:nth-of-type(3) {
    top: 50%;
    left: 25%;
    transform: rotate(45deg);
    width: 50%;
}


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


/* メニューウィンドウ */


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

#hamburger-window {
    transition: 0.3s;
    text-align: center;
    /* 初期状態は非表示 */
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 1;
    /* 画面いっぱいに表示されるサイズに設定 */
    width: 100%;
    height: 100vh;
    /* 画面からはみ出したらスクロール可能にする */
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #FCFAFF;
    padding-top: 50px;
}


/*スクロールバー非表示（Chrome・Safari）*/

.content::-webkit-scrollbar {
    display: none;
}

#hamburger-window.open {
    visibility: visible;
    right: 0;
}

.hamburger-window__link {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.hamburger-window__link:hover {
    background-color: #ccc;
}

.hamburger-window__link p {
    margin: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #481C7B;
    font-size: 18px;
}

.hamburger-window__link:first-child .acordion-btn {
    border-top: 1px solid #EFEAF7;
}


/* ----------------------------------
アコーディオン部分
--------------------- */

.acordion-menu-wrapper {
    background-color: #075F80;
}

.acordion-btn {
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.acordion-btn:hover {
    background-color: #075F80;
}

.acordion-btn::after {
    /* fontawesomeアイコンを表示 */
    content: '\2b';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    position: absolute;
    right: 5%;
    width: 10px;
    aspect-ratio: 1/1;
    color: #fff;
}

.acordion-btn.is-open::after {
    /* fontawesomeアイコンを表示 */
    content: '\f068';
}

.hamburger-window__link {
    border-top: 1px solid #EFEAF7;
}

.hamburger-window__link_last {
    border-bottom: 1px solid #EFEAF7;
}

.hamburger-window__title,
.hamburger-window__link>a {
    color: #333;
    font-family: "Lato", sans-serif;
}

.hamburger-window__link>a span {
    font-size: 12px;
    padding-left: 12px;
    font-family: "Noto Sans JP", serif;
}

.hamburger-window__link>a {
    display: block;
    text-align: left;
    padding-left: 5%;
    position: relative;
}

.hamburger-window__link>a::after {
    /* fontawesomeアイコンを表示 */
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 10px;
    aspect-ratio: 1/1;
    color: #32126E;
}

.acordion>.acordion__item {
    position: relative;
    text-align: left;
    width: 100%;
    background-color: #075F80;
    /* 閉じている状態 */
    border-top: 0 #ccc solid;
    line-height: 0;
    /* 閉じるアニメーション */
    transition: border-top .1s ease-out,
}

.acordion.is-open>.acordion__item {
    background: #004762;
    /* 開いている状態 */
    border-top: 1px #115B79 solid;
    /* 開くアニメーション */
    transition: border-top .1s ease-out,
}

.acordion.is-open>.acordion__item:first-child {
    border-top: none;
}

.acordion.is-open>.acordion__item::after {
    /* fontawesomeアイコンを表示 */
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    aspect-ratio: 1/1;
    color: #fff;
}

.acordion>.acordion__item>.acordion__link {
    color: #333;
    display: block;
    padding-left: 7%;
    /* 閉じている状態 */
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    /* 閉じるアニメーション */
    transition: padding-top .3s ease-out, padding-bottom .3s ease-out, line-height .3s ease-out, opacity .1s linear, visibility .1s linear;
}

.acordion.is-open>.acordion__item>.acordion__link {
    display: block;
    padding-left: 7%;
    /* 開いている状態 */
    padding-top: 23px;
    padding-bottom: 23px;
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    /* 開くアニメーション */
    transition: padding-top .3s ease-out, padding-bottom .3s ease-out, line-height .3s ease-out, opacity .1s linear, visibility .1s linear;
    color: #fff;
}

.spcontact {
    margin-top: 24px;
}

#hamburger-window .btnbox {
    margin-top: 24px;
}

#hamburger-window .btnbox p {
    width: 100%;
}

#hamburger-window .btnbox p a {
    width: 80%;
    margin: 0 auto;
    padding: 16px 0;
}

#hamburger-window .langbox {
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
}

#hamburger-window .langbox a {
    color: #481C7B;
}


/*---------------------------------------------------------
button
---------------------------------------------------------*/

.pushcircle {
    /*周囲の線の起点とするためrelativeを指定*/
    position: relative;
    /*円の形状*/
    width: 152px;
    height: 152px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    background: #00030B;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    outline: none;
    /*天地中央にテキストを配置*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
}


/*内側の線*/

.pushcircle:after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    top: 50%;
    left: 50%;
    /*線の形状*/
    width: 90%;
    height: 90%;
    border: 1px solid #00030B;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    /*アニメーションの指定*/
    transition: .3s ease;
}


/*hoverをしたら枠線が小さくなる*/

.pushcircle:hover:after {
    transform: translate(-50%, -50%) scale(1);
    border-color: #ADADAD;
}

.contactC {
    text-align: center;
}

.contactR {
    text-align: right;
}

@media screen and (max-width: 959px) {
    .pushcircle {
        width: 100px;
        height: 100px;
    }
}


/*---------------------------------------------------------
title
---------------------------------------------------------*/

h2.title {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #333333;
}

h3.title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #333;
}

@media screen and (max-width: 959px) {
    h2.title {
        font-size: 32px;
    }
    h3.title {
        font-size: 18px;
        line-height: 24px;
    }
}


/*---------------------------------------------------------
fv
---------------------------------------------------------*/


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

.newslist {
    background: #FCFAFF;
    padding: 8px;
}

.newslistin {
    width: 1068px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.newslistL .day {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #333;
}

.newslistL .tag {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #333;
    margin: 0 16px;
    position: relative;
    padding-left: 16px;
}

.newslistL .tag::before {
    content: "";
    position: absolute;
    display: inlihe-block;
    background-color: #481C7B;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newslistL .tx {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #333;
    display: inline-flex;
    width: 750px;
}

@media screen and (max-width: 959px) {
    .newslistin {
        width: 100%;
        margin: 0 auto;
        display: block;
        justify-content: space-between;
    }
    .newslistL .tx {
        font-size: 14px;
        display: block;
        width: 100%;
    }
    .newslistin .newslistR .textlink {
        margin: 0 0 0 auto;
    }
}


/*---------------------------------------------------------
OUR PHILOSOPHY
---------------------------------------------------------*/

.op {
    padding: 120px 0;
}

.op .tx {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.06em;
    line-height: 64px;
    text-align: center;
    color: #481c7b;
    margin-top: 56px;
}

.txbtnbox {
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 959px) {
    .op {
        padding: 40px 0;
        width: 88%;
        margin: 0 auto;
    }
    .op .tx {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        margin: 16px auto 0;
    }
    .txbtnbox {
        text-align: center;
        margin-top: 24px;
    }
}


/*---------------------------------------------------------
business
---------------------------------------------------------*/

.businessin {
    width: 1068px;
    margin: 0 auto;
    padding-bottom: 64px;
}

.businessin h2 {
    text-align: left;
}

.btnset {
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
}

.btnset p.title {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #481c7b;
    margin-right: 16px;
}

.business .btnset .textlink {
    margin: 0 auto 0 0;
}

.business_listbox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.business_listbox li {
    width: 340px;
    background: #FCFAFF;
    margin-bottom: 28px;
}

.business_listbox li .box {
    padding: 32px 16px;
}

.business_listbox li .box p {
    margin-top: 12px;
}

.business_listbox li .box .btn_secondary {
    margin-top: 16px;
}

.business_listbox2 {
    margin-top: 24px;
}

.business_listbox2 li {
    display: flex;
    width: 520px;
}

.business_listbox2 li img {
    width: 249px;
}

@media screen and (max-width: 959px) {
    .businessin {
        width: 88%;
        margin: 0 auto;
        padding-bottom: 64px;
    }
    .businessin h2 {
        text-align: left;
    }
    .btnset {
        display: flex;
        justify-content: flex-start;
        margin-top: 4px;
        align-items: center;
    }
    .btnset p.title {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.08em;
        text-align: left;
        color: #481c7b;
        margin-right: 16px;
    }
    .business .btnset .textlink {
        margin: 0 auto 0 0;
    }
    .business_listbox {
        display: block;
        margin-top: 24px;
    }
    .business_listbox li {
        width: 100%;
        margin-top: 16px;
    }
    .business_listbox li .box {
        padding: 16px;
    }
    .business_listbox li .box p {
        margin-top: 8px;
    }
    .business_listbox li .box .btn_secondary {
        margin-top: 16px;
    }
    .business_listbox2 {
        margin-top: 24px;
    }
    .business_listbox2 li {
        display: block;
        width: 100;
    }
    .business_listbox2 li img {
        width: 100%;
    }
}


/*---------------------------------------------------------
pinkarea
---------------------------------------------------------*/

.pinkarea {
    padding: 64px 0;
    background: #FCFAFF;
}

.pinkareain {
    width: 1068px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

.pinkareain .movie {
    width: 613px;
}

.pinkareain .linkbox .linkboxin {
    width: 413px;
    border-radius: 6px;
    border: 1px solid #481C7B;
    background: #fff;
    padding: 38px 40px;
}

.pinkareain .linkbox .linkboxin2 {
    margin-top: 16px;
}

.pinkareain .linkbox .linkboxin h2.title {
    font-size: 40px;
    text-align: left;
}

.pinkareain .linkbox .linkboxin .btnset {
    justify-content: space-between;
}

.pinkareain .linkbox .linkboxin .btnset .textlink {
    margin: 0;
}

@media screen and (max-width: 959px) {
    .pinkarea {
        padding: 40px 0;
    }
    .pinkareain {
        width: 88%;
        display: block;
    }
    .pinkareain .movie {
        width: 100%;
    }
    .pinkareain .linkbox {
        margin-top: 8px;
    }
    .pinkareain .linkbox .linkboxin {
        width: 100%;
        padding: 24px;
    }
    .pinkareain .linkbox .linkboxin2 {
        margin-top: 8px;
    }
    .pinkareain .linkbox .linkboxin h2.title {
        font-size: 24px;
    }
    .pinkareain .linkbox .linkboxin .btnset {
        justify-content: space-between;
    }
    .pinkareain .linkbox .linkboxin .btnset .textlink {
        margin: 0;
    }
    .pinkareain .btnset p.title {
        font-size: 16px;
    }
}


/*---------------------------------------------------------
products
---------------------------------------------------------*/

.products {
    background: #481C7B;
    padding: 64px 0;
}

.products .productsin {
    width: 1068px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products .productsin .titlebox h2 {
    color: #fff;
}

.products .productsin .titlebox p.title {
    color: #fff;
}

.products .productsin .titlebox .textlink {
    color: #fff;
    margin: 0;
}

.products .productsin .titlebox .textlink::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.products .productsin .imgbox {
    width: 540px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products .productsin .imgbox li a {
    width: 170px;
    height: 170px;
    display: block;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-weight: bold;
    padding-top: 70px;
    font-size: 16px;
    margin-bottom: 14px;
}

.products .productsin .imgbox li:nth-child(1) a {
    background-image: url(../img/bg_products_01@2x.jpg);
}

.products .productsin .imgbox li:nth-child(2) a {
    background-image: url(../img/bg_products_02@2x.jpg);
}

.products .productsin .imgbox li:nth-child(3) a {
    background-image: url(../img/bg_products_03@2x.jpg);
}

.products .productsin .imgbox li:nth-child(4) a {
    background-image: url(../img/bg_products_04@2x.jpg);
}

.products .productsin .imgbox li:nth-child(5) a {
    background-image: url(../img/bg_products_05@2x.jpg);
}

.products .productsin .imgbox li:nth-child(6) a {
    background-image: url(../img/bg_products_06@2x.jpg);
}

.products .productsin .imgbox li:nth-child(7) a {
    background-image: url(../img/bg_products_07@2x.jpg);
    margin-bottom: 0;
}

.products .productsin .imgbox li:nth-child(8) a {
    background-image: url(../img/bg_products_08@2x.jpg);
    margin-bottom: 0;
}

.products .productsin .imgbox li:nth-child(9) a {
    background-image: url(../img/bg_products_09@2x.jpg);
    margin-bottom: 0;
}

.products .productsin .imgbox li a img {
    width: 32px;
    margin-top: 12px;
}

@media screen and (max-width: 959px) {
    .products {
        padding: 64px 0;
    }
    .products .productsin {
        width: 88%;
        margin: 0 auto;
        display: block;
    }
    .products .productsin .titlebox h2 {
        text-align: left;
    }
    .products .productsin .imgbox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 24px;
    }
    .products .productsin .imgbox li a {
        width: 160px;
        height: 160px;
        padding-top: 60px;
    }
    .products .productsin .imgbox li:nth-child(7) a {
        margin-bottom: 16px;
    }
    .products .productsin .imgbox li:nth-child(8) a {
        margin-bottom: 16px;
    }
    .products .productsin .imgbox li a img {
        width: 32px;
        margin-top: 12px;
    }
}


/*---------------------------------------------------------
sustainability
---------------------------------------------------------*/

.sustainability {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/bg_sustainability@2x.jpg);
    padding: 160px 0;
}

.sustainability .titlebox {
    width: 1068px;
    margin: 0 auto;
}

.sustainability .titlebox h2 {
    text-align: left;
    color: #fff;
}

.sustainability .titlebox p.title {
    color: #fff;
}

.sustainability .titlebox .textlink {
    color: #fff;
    margin: 0;
}

.sustainability .titlebox .textlink::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.sustainability .titlebox .btn_secondary {
    margin: 16px 0 0 0;
}

@media screen and (max-width: 959px) {
    .sustainability {
        padding: 64px 0;
    }
    .sustainability .titlebox {
        width: 88%;
        margin: 0 auto;
    }
    .sustainability .titlebox .btn_secondary {
        margin: 16px 0 0 0;
    }
}


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

.recruitin {
    text-align: left;
    width: 1068px;
    margin: 0 auto;
    padding: 80px 0;
}

.recruitin h2 {
    text-align: left;
}

.recruitin .recruitlink {
    margin-top: 40px;
}

@media screen and (max-width: 959px) {
    .recruitin {
        width: 88%;
        padding: 64px 0 0;
    }
}


/*---------------------------------------------------------
project
---------------------------------------------------------*/

.project {
    padding: 64px 0;
}

.projectin {
    width: 1068px;
    margin: 0 auto;
}

.project .titlebox h2 {
    text-align: left;
}

.project .titlebox .textlink {
    margin: 0;
}

.project .sliderimg {
    margin-top: 40px;
}

@media screen and (max-width: 959px) {
    .projectin {
        width: 88%;
    }
}


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

.company {
    width: 1068px;
    margin: 0 auto;
    padding: 64px 0;
}

.company h2 {
    text-align: left;
}

.company .textlink {
    margin: 0;
}

.history {
    padding: 80px 0;
    background-image: url(../img/bg_history@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
}

.history p.title {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
}

.history .btnbox {
    display: flex;
    margin: 40px auto 0;
    justify-content: center;
}

.history .btnbox a {
    margin: 0 8px;
}

.company .linkbox {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.company .linkbox li a {
    display: block;
    background: #481C7B;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fcfaff;
    padding: 32px 0;
    width: 340px;
}

.company .linkbox li a:hover {
    background: #22004A;
}

.company .linkbox li a span {
    font-size: 12px;
    font-family: "Noto Sans JP", serif;
}

.company .linkbox li a img {
    width: 32px;
    margin-top: 4px;
}

@media screen and (max-width: 959px) {
    .company {
        width: 88%;
        padding: 64px 0;
    }
    .history {
        padding: 40px 0;
        margin-top: 24px;
    }
    .history p.title {
        font-size: 24px;
    }
    .history .btnbox {
        display: flex;
        margin: 24px auto 0;
    }
    .history .btnbox a {
        margin: 0 8px;
    }
    .company .linkbox {
        margin-top: 16px;
        flex-wrap: wrap;
        display: block;
    }
    .company .linkbox li a {
        font-size: 16px;
        padding: 24px 0;
        width: 100%;
        margin-bottom: 12px;
    }
    .company .linkbox li a:hover {
        background: #22004A;
    }
    .company .linkbox li a span {
        font-size: 12px;
    }
    .company .linkbox li a img {
        width: 32px;
        margin-top: 4px;
    }
}


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

.recruit {
    width: 1068px;
    margin: 0 auto;
    padding: 0;
}

.recruit h2 {
    text-align: left;
}

.recruit .textlink {
    margin: 0;
}

.recruit .linkbox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.recruit .linkbox li {
    width: 340px;
}

.recruit .linkbox li a:hover {
    opacity: 0.6;
}

.recruit .linkbox li .titlebox {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    align-items: center;
}

.recruit .linkbox li .titlebox img {
    width: 32px;
}

.recruit .linkbox li a .tx {
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin-top: 8px;
}

.recruit .btnbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.recruit .btnbox .btn_secondary {
    width: 48%;
    margin: 0;
    padding: 16px 8px;
}

.recruitlink a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 959px) {
    .recruit {
        width: 88%;
    }
    .recruit .linkbox {
        display: block;
        margin-top: 24px;
    }
    .recruit .linkbox li {
        width: 100%;
        margin-bottom: 16px;
    }
    .recruit .linkbox li .titlebox {
        display: flex;
        margin-top: 12px;
    }
    .recruit .linkbox li .titlebox img {
        width: 32px;
    }
    .recruit .linkbox li a .tx {
        font-size: 14px;
        line-height: 26px;
        text-align: left;
        color: #000;
        margin-top: 8px;
    }
}


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

.news {
    width: 1068px;
    margin: 0 auto;
    padding: 64px 0;
}

.news h2 {
    text-align: left;
}

.news .textlink {
    margin: 0;
}

.news .newslist {
    padding: 0;
    margin-top: 40px;
}

.news .newslistin {
    border-top: 1px solid #481C7B;
    padding: 24px 0;
    background: #fff;
}

.news .newslistinlast {
    border-bottom: 1px solid #481C7B;
}

@media screen and (max-width: 959px) {
    .news {
        width: 88%;
        padding: 64px 0;
    }
    .news .newslist {
        padding: 0;
        margin-top: 24px;
    }
    .news .newslistin {
        padding: 16px 0;
    }
}


/*---------------------------------------------------------
Privacy
---------------------------------------------------------*/

.prbox {
    margin-top: 40px;
}

.prbox p {
    margin-top: 16px;
}


/*---------------------------------------------------------
loopslider
---------------------------------------------------------*/


/*
.loopslider {
    margin-top: 120px;
}

/*
右から左へ
----------------------------*/

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}


/*
IE11対策
----------------------------*/

_:-ms-lang(x)::-ms-backdrop,
.loopslider {
    display: -ms-grid;
    overflow: hidden;
}


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

.loopslider__wrap {
    display: flex;
    overflow: hidden;
}

.loopslider__list {
    display: flex;
    list-style: none;
}

.loopslider__list--left {
    animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.loopslider__item {
    width: calc(100vw / 2);
}

.loopslider__item>img {
    width: 100%;
}

.loopslider__wrap:hover .loopslider__list--left {
    animation-play-state: paused;
}

@media screen and (max-width: 959px) {
    .loopslider {
        margin-top: 80px;
    }
    .loopslider__item {
        width: calc(100vw / 1);
    }
}


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

footer {
    background-color: #481C7B;
    padding: 40px 0 0;
    margin-top: 80px;
}

.footerbox {
    display: flex;
    width: 1070px;
    margin: 0 auto;
    justify-content: space-between;
}

.footerbox .footerL img {
    width: 317px;
}

.footerbox .footerR {
    display: flex;
    justify-content: space-between;
    margin-left: 80px;
    width: 100%;
}

.footerbox .footerR ul {
    width: 300px;
    border-top: 1px solid #fff;
}

.footerbox .footerR ul li {
    padding-top: 14px
}

.footerbox .footerR ul li a {
    display: flex;
    justify-content: space-between;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #fff;
}

.footerbox .footerR ul li a:hover {
    opacity: 0.6;
}

.footerbox .footerR ul li a span {
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0;
    text-align: right;
    color: #fcfaff;
    font-family: "Noto Sans JP", serif;
}

.footerbox .footerR ul li .btnbox {
    margin-top: 40px;
}

.footerbox .footerR ul li .btnbox a {
    width: 100% !important;
    padding: 24px 0;
    position: relative;
}

.footerbox .footerR ul li .btnbox a::after {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.copyright {
    text-align: center;
}

.ppboxbg {
    background: #fff;
    width: 100%;
}

.ppbox {
    justify-content: space-between;
    margin: 40px auto 0;
    color: #481C7B;
    font-size: 12px;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 8px 0;
    display: flex;
    width: 1070px;
}

.ppbox a {
    color: #481C7B;
}

@media screen and (max-width: 959px) {
    footer {
        padding: 40px 0 0;
        margin-top: 40px;
    }
    .footerbox {
        display: block;
        width: 88%;
    }
    .footerbox .footerL img {
        width: 240px;
    }
    .footerbox .footerR {
        display: block;
        margin-left: 0;
        margin-top: 14px;
        width: 100%;
    }
    .footerbox .footerR ul {
        width: 100%;
        border-top: 1px solid #fff;
    }
    .footerbox .footerR ul.spbordernon {
        border: none;
    }
    .footerbox .footerR ul li a {
        font-size: 18px;
    }
    .footerbox .footerR ul li .btnbox {
        margin-top: 24px;
        width: 200px;
        margin: 0 auto;
    }
    .footerbox .footerR ul li .btnbox a {
        padding: 8px 0;
    }
    .ppbox {
        width: 100%;
        display: block;
    }
    .copyright {
        margin-top: 8px;
    }
}


/*---------------------------------------------------------
inpage
---------------------------------------------------------*/

.fvinpage {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.companybg {
    background-image: url(../img/bg_company@2x.jpg);
    background-position: right;
}

.technologybg {
    background-image: url(../img/bg_technology@2x.jpg);
}

.sustainabilitybg {
    background-image: url(../img/bg_sustainability@2x.jpg);
}

.awardsbg {
    background-image: url(../img/bg_award@2x.jpg);
}

.productsbg {
    background-image: url(../img/bg_products_in@2x.jpg);
}

.fvinpage h1 {
    font-weight: normal;
    font-size: 104px;
    line-height: 156px;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 80px;
}

h1.inpagetitle_2 {
    font-weight: normal;
    font-size: 104px;
    line-height: 124px;
    text-align: left;
    color: #fff;
    padding: 120px 0 80px;
    background: #075F80;
}

h1.inpagetitle_2 span {
    display: block;
    width: 960px;
    margin: 0 auto;
}

.fvinpage .inpagetitle_sh {
    font-weight: 300;
    font-size: 342px;
    line-height: 513px;
    text-align: left;
    color: #fff;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 80px;
    white-space: nowrap
}

.fvinpage .scroll {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    margin-top: 16px;
    bottom: 40px;
    right: 80px;
    position: absolute;
}

h2.inpagetitle {
    font-weight: normal;
    font-size: 64px;
    line-height: 72px;
    color: #0d0100;
}

h2.inpagetitle span {
    font-size: 32px;
}

h3.inpagetitle {
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    color: #00030b;
}

.anc {
    display: flex;
    width: 960px;
    margin: 80px auto 40px;
}

.ancmbnone {
    margin: 80px auto 0;
}


/*
.btn a {
    position: relative;
    display: block;
    width: 240px;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 200px;
    font-size: 16px;
    color: #133871;
    text-decoration: none;
    text-align: center;
    border: 2px solid #133871;
    margin: 0 auto;
}

.btn a:hover::after {
    position: relative;
    display: block;
    width: 240px;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 200px;
    font-size: 16px;
    color: #133871;
    text-decoration: none;
    text-align: center;
    border: 2px solid #133871;
    margin: 0 auto;
}
*/

.btn_arrow {
    display: table;
    position: relative;
    padding: 8px 8px 8px 0;
    border-bottom: 1px solid #929396;
    color: #00030B;
    font-size: 24px;
    text-align: left;
    box-sizing: border-box;
    transition: 0.5s;
    width: 100%;
    margin-top: 8px;
}

.btn_arrow::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    font-size: 14px;
}

.btn_arrow:hover {
    color: #00030B;
    opacity: 0.4;
}

.anc li {
    margin-right: 40px;
}

.anc li a {
    position: relative;
    color: #0D0100;
    padding-right: 20px;
}

.anc li a:hover {
    color: #0E6DFF;
}

.anc li a:hover::after {
    border-top: 2px solid #0E6DFF;
    border-right: 2px solid #0E6DFF;
}


/* アイコンのスタイル */

.anc li a::after {
    content: '';
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #0D0100;
    border-right: 2px solid #0D0100;
    transform: rotate(135deg);
    box-sizing: border-box;
}

.table_design {
    border-collapse: collapse;
    width: 100%;
    margin-top: 40px;
}

.table_design tr {
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #E0DFDF;
}

.table_design tr:nth-child(odd) {}

.table_design th,
.table_design td {
    padding: 24px 0;
    font-weight: normal;
    vertical-align: top;
}

.table_design th {
    text-align: left;
    width: 300px;
    min-width: 4em;
}

@media screen and (max-width: 959px) {
    .fvinpage {
        height: 80vh;
    }
    .fvinpage h1 {
        font-size: 40px;
        line-height: 48px;
        bottom: 24px;
        left: 20px;
    }
    h1.inpagetitle_2 {
        font-size: 40px;
        line-height: 48px;
        padding: 96px 0 80px;
    }
    h1.inpagetitle_2 span {
        display: block;
        width: 92%;
        margin: 0 auto;
    }
    .fvinpage .inpagetitle_sh {
        font-size: 84px;
        line-height: 160px;
        left: 20px;
        letter-spacing: 0;
    }
    .fvinpage .scroll {
        font-size: 14px;
        line-height: 14px;
        bottom: 24px;
        right: 8px;
    }
    h2.inpagetitle {
        font-size: 32px;
        line-height: 40px;
    }
    h2.inpagetitle span {
        font-size: 16px;
    }
    h3.inpagetitle {
        font-size: 24px;
        line-height: 32px;
    }
    .anc {
        width: calc(100% - 48px);
        flex-wrap: wrap;
        margin: 24px auto 24px 0;
    }
    .ancmbnone {
        margin: 24px auto 24px 0;
    }
    .anc li {
        margin-right: 24px;
        margin-bottom: 8px;
    }
    .table_design {
        margin-top: 24px;
    }
    .table_design th,
    .table_design td {
        padding: 16px 0;
        font-size: 12px;
    }
    .table_design th {
        text-align: left;
        width: 100px;
        min-width: 4em;
    }
    .btn_arrow {
        font-size: 20px;
        margin-top: 8px;
    }
}


/*---------------------------------------------------------
list
---------------------------------------------------------*/

.disc {
    list-style-type: disc;
    padding-left: 24px;
    margin-top: 24px;
}

.disc li {
    list-style-type: disc;
}

.decimal {
    list-style-type: decimal;
    padding-left: 24px;
    margin-top: 24px;
}

.decimal li {
    list-style-type: decimal;
}


/*---------------------------------------------------------
base
---------------------------------------------------------*/

p.mt {
    margin-top: 80px;
}

p.line {
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 1px solid #E0DFDF;
    max-width: 1120px;
    margin: 120px auto;
    width: 100%;
}

p.line:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 16px;
    height: 1px;
    content: '';
    background: #10A5CC;
}

.inner1360 {
    max-width: 1360px;
    margin: 0 auto;
}

.inner1120 {
    max-width: 1120px;
    margin: 0 auto;
}

.inner960 {
    max-width: 960px;
    margin: 0 auto;
}

.pankuzu {
    padding: 16px 0;
    position: absolute;
    width: 100%;
    top: 88px;
}

.pankuzu ul {
    display: flex;
}

.pankuzu ul li {
    margin-right: 8px;
    font-weight: normal;
    color: #fff;
}

.pankuzu ul li a {
    color: #fff;
    font-weight: normal;
}

.blue {
    color: #1E6CC3;
}

span.number {
    background: #00508E;
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    width: 56px;
    height: 56px;
    padding-top: 12px;
    border-radius: 40px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
}


/* ボタンのスタイル */

.btn a {
    position: relative;
    display: block;
    width: 240px;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 200px;
    font-size: 16px;
    color: #133871;
    text-decoration: none;
    text-align: center;
    border: 2px solid #133871;
    margin: 0 auto;
}


/* アイコンのスタイル */

.btn-arrow-right a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #133871;
    border-right: 2px solid #133871;
    transform: rotate(45deg);
    box-sizing: border-box;
}

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


/* ボタンのスタイル */

.btn_primary a {
    position: relative;
    display: block;
    width: 240px;
    padding: 11px 0;
    background-color: #481C7B;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}

.btn_primary a:hover {
    background: #22004A;
}

.btn_primary a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.btn_secondary {
    display: table;
    position: relative;
    padding: 8px;
    border: 1px solid #32126E;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #32126E;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    width: 220px;
    background: #fff;
    border-radius: 100px;
    margin: 0 auto;
}

.btn_secondary::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.btn_secondary:hover {
    border: 1px solid #32126E;
    background-color: #32126E;
    color: #fff;
}

.btn_white a {
    position: relative;
    display: block !important;
    width: 240px;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 200px;
    font-size: 16px;
    color: #481C7B !important;
    text-decoration: none;
    margin: 0 auto;
    text-align: center !important;
}


/* アイコンのスタイル */

.btn-arrow-right a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #133871;
    border-right: 2px solid #133871;
    transform: rotate(45deg);
    box-sizing: border-box;
}

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


/* アイコンのスタイル */

.btn-arrow-right a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.textlink {
    display: table;
    position: relative;
    color: #32126E;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    padding-right: 24px;
    margin: 0 auto;
    line-height: 1.8 !important;
}

.textlink::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #844AC7;
    border-top: 2px solid #844AC7;
    content: "";
    transition: 0.1s;
}

.textlink:hover::after {
    right: 0;
    transition: 0.1s;
}

@media only screen and (max-width: 959px) {
    p.mt {
        margin-top: 64px;
    }
    .inner1360 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    .inner1120 {
        max-width: inherit;
        width: calc(100% - 48px);
        margin: 0 auto;
    }
    .inner960 {
        max-width: inherit;
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .pankuzu {
        top: 72px;
    }
}

@media only screen and (max-width: 959px) {}


/*---------------------------------------------------------
fadein
---------------------------------------------------------*/


/* 画面外にいる状態 */

.fadein {
    opacity: 0.1;
    transform: translate(0, 24px);
    transition: all 500ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@media only screen and (max-width: 959px) {}


/*---------------------------------------------------------
Pagination
---------------------------------------------------------*/

.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}

.Pagination-Item-Link,
.page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    border: solid 1px #00030B;
    font-size: 14px;
    color: #00030B;
    font-weight: bold;
    transition: all 0.15s linear;
}

.Pagination-Item-Link-Icon {
    width: 20px;
}

.Pagination-Item-Link.isActive,
.page-numbers.current {
    background: #00030B;
    color: #fff;
    pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover,
.page-numbers:hover {
    background: #00030B;
    color: #fff;
}

.Pagination>*+* {
    margin-left: 8px;
}

@media only screen and (max-width: 959px) {
    .Pagination {
        margin-top: 40px;
    }
    .Pagination-Item-Link {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: hidden;
        background: #fff;
        border: solid 1px #00030B;
        font-size: 12px;
        color: #00030B;
        font-weight: bold;
        transition: all 0.15s linear;
    }
}


/*---------------------------------------------------------
praivacy
---------------------------------------------------------*/

.praicacybox {
    margin-bottom: 80px;
}

.textbox_sub {
    margin-top: 40px;
}

.textbox_sub h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 48px;
    text-align: left;
    color: #0d0100;
}

.textbox_sub h2 .tx {
    margin-top: 24px;
}

.textbox_sub ul {
    margin-top: 8px;
}

.textbox_sub ul li {
    list-style: decimal;
    margin-left: 24px;
}

.marginnon {
    margin: 0 !important;
}

.ancdiv {
    padding-top: 100px;
    margin-top: -100px;
}

@media screen and (max-width: 959px) {
    .textbox_sub {
        margin-top: 24px;
    }
    .textbox_sub h2 {
        font-size: 16px;
    }
    .textbox_sub h2 .tx {
        margin-top: 16px;
    }
    .anclink_guide {
        display: grid;
    }
    .anclink_guide li {
        width: 100%;
        padding-bottom: 24px;
    }
    .ancdiv {
        padding-top: 60px;
        margin-top: -60px;
    }
}


/*---------------------------------------------------------
Form
---------------------------------------------------------*/

.contactform {
    margin: 0 auto 80px;
}

.Form {
    margin-top: 40px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.error {
    display: block;
    color: #A30009;
    font-size: 12px;
    font-weight: normal;
}

.Form-Item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.Form-Item:nth-child(5) {}

.Form-Item-Label {
    width: 100%;
    max-width: 240px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 16px;
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

.Form-Item-Label-Required {
    border-radius: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #A30009;
    color: #fff;
    font-size: 14px;
    display: block;
}

.inputbox {
    margin-left: 0;
    width: 100%;
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 16px;
}

.errorForm {
    border: 1px solid #A30009;
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 16px;
}

.Form-Btn {
    border-radius: 100px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 42px;
    padding-bottom: 42px;
    padding: 42px 20px;
    display: block;
    letter-spacing: 0.05em;
    background: #00030B;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.c-block-input__items {
    display: flex;
    align-items: center;
}

.c-block-input__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.c-block-input__radio input[type="radio"] {
    display: none;
}

.c-block-input__radio label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 3px 0 3px 26px;
    position: relative;
    width: auto;
    padding-right: 24px;
    font-size: 16px;
}

.c-block-input__radio label::before {
    content: "";
    display: block;
    border: 1px solid #999;
    border-radius: 1000px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.c-block-input__radio label::after {
    content: "";
    display: block;
    background: #1E6CC3;
    border-radius: 1000px;
    width: 10px;
    height: 10px;
    opacity: 0;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -4px;
}

.c-block-input__radio input[type=radio]:checked+label::after {
    opacity: 1;
}

.Form-Item-Input-small {
    width: 120px;
}

.yoko {
    display: flex;
    align-items: center;
}

.year {
    padding-left: 8px;
}

@media screen and (max-width: 959px) {
    .contactform {
        margin: 0 auto 64px;
    }
    .Form {
        margin-top: 8px;
    }
    .Form-Item {
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
        margin-right: 8px;
    }
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
    .c-block-input__items {
        margin-top: 18px;
    }
}

.add_custom_text {
    font-size: 20px !important;
    font-weight: bold;
}

.add_custom_text2 {
    font-size: 60% !important;
}

.inpagetitle small {
    font-size: 70% !important;
}
