@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table, td, th {
    border: 1px solid #333;
}
html {
    font-size: 100%;
    background-color: #f4f4f4;
    word-break: break-word;
}
body {
    min-height: 100vh;
    color: #4B4948;
    overflow-x: hidden;
    font: normal normal normal 14px/1.6 sans-serif;
    background-color: #f4f4f4;
}
a, a:active, a:link, a:visited {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, dialog, hr, img {
    display: block;
}
button, input, select, textarea {
    font-family: inherit;
}
textarea {
    resize: vertical;
}
input, select {
    vertical-align: middle;
}
button {
    vertical-align: inherit;
    line-height: inherit;
    cursor: pointer;
}
code, kbd, pre, samp {
    font-family: monospace, sans-serif;
    font-size: 1em;
}
mark {
    background-color: #ff0;
}
small {
    font-size: 80%;
}
img {
    max-inline-size: 100%;
    height: auto;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
}
/* 404エラーページスタイル */
.error-404 {
    text-align: center;
    padding: 50px 20px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 200px auto 80px;
    max-width: 600px;
}
.error-title {
    font-size: 36px;
    color: #e74c3c;
    margin-bottom: 20px;
}
.error-message {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}
.home-link {
    margin-top: 20px;
}
.home-link .button {
    padding: 12px 25px;
    background-color: #2ecc71;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
}
.home-link .button:hover {
    background-color: #27ae60;
}
.recent-posts ul {
    list-style-type: none;
    padding: 0;
}
.recent-posts li {
    margin: 10px 0;
}
.recent-posts a {
    color: #3498db;
    text-decoration: none;
}
.recent-posts a:hover {
    text-decoration: underline;
}
body {
    font: 14px/1.4 "-apple-system", "Noto Sans SC", sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #F4F4F4;
    letter-spacing: 1px;
}
.en_font {
    font-family: "Montserrat";
}
/*header*/
.menu {
    position: fixed;
    z-index: 102;
    top: 38px;
    right: 40px;
    width: 40px;
}
.hamburger-menu {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
}
.line {
    position: absolute;
    height: 2px;
    background-color: #4B4948;
    transition: all 0.3s ease;
}
.menu:hover .line {
    background-color: #EB707D;
}
.line.top {
    width: 40px;
    top: 8px;
}
.line.bottom {
    width: 30px;
    bottom: 8px;
    right: 0;
}
.menu.active .line.top {
    transform: rotate(20deg);
    top: 12px;
    width: 40px;
    background-color: #fff;
}
.menu.active .line.bottom {
    transform: rotate(-20deg);
    bottom: 16px;
    right: 0;
    width: 40px;
    background-color: #fff;
}
.menu-text {
    font-size: 12px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    color: #fff;
    top: 30px;
    letter-spacing: 0;
}
.menu-text.show {
    visibility: visible;
    opacity: 1;
}
.site-header {
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 24px 40px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header .head_logo {
    max-width: 400px;
}
.head_logo a {
    transition: .3s;
}
.head_logo a:hover {
    opacity: .7;
}
.head_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.head_nav {
    margin-right: 70px;
}
.head_nav .la {
    position: relative;
}
.head_nav .la span {
    margin-right: 10px;
    margin-top: -2px;
}
.head_nav .la .la_span_p {
    display: none;
}
.head_nav .la span img {
    width: 18px;
}
.head_nav .la a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 35px;
    position: relative;
    z-index: 100;
}
.head_nav .la a:hover {
    text-decoration: none;
}
.head_nav .la ul {
    position: absolute;
    width: 100%;
    overflow: hidden;
    display: none;
}
.head_nav .la ul a {
    justify-content: flex-start;
    background: #4B4948;
    color: #fff;
    border-top: 1px solid #fff;
    transition: .3s;
    position: relative;
    white-space: nowrap;
}
.head_nav .la ul a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #EB707D, #C776A3);
    opacity: 0;
    transition: .2s;
}
.head_nav .la ul a:hover::before {
    opacity: 1;
}
.head_nav .la ul a p {
    position: relative;
}
.head_nav .la ul span {
    margin-right: 7px;
    position: relative;
}
.head_nav .la>a {
    border: 1px solid #000;
}
.head_nav .la>a:hover {
    cursor: pointer;
}
.head_nav .la:hover>a {
    border-color: #EB707D;
    color: #EB707D;
}
.head_nav .la:hover a .la_span_p {
    display: block
}
.head_nav .la:hover a .la_span_g {
    display: none;
}
.head_nav .la ul span.la_ex {
    display: none;
    margin-right: 0;
}
.nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));
    background: linear-gradient(to bottom, rgba(253, 146, 158, .7) 0, rgba(217, 145, 197, .7) 44%, rgba(113, 185, 235, .7) 100% );
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 101;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: .3s;
    display: none;
    padding: 20px;
}
.nav ul {
    width: 300px;
}
.nav ul li a {
    display: flex;
    justify-content: space-between;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: .3s;
}
.nav ul li a:hover {
    text-decoration: none;
}
.nav ul li a::before {
    position: absolute;
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    bottom: 0;
    left: 0;
    transition: .3s;
}
.nav ul li a:hover::before {
    width: 100%;
}
.nav.active {
    display: flex;
}
.nav ul li.current-menu-item a::before, .nav ul li.current-post-ancestor a::before {
    width: 100%;
}
.nav ul li.current-page-ancestor a::before {
    width: 100%;
}
/*loading*/
.loading {
    overflow: hidden;
}
.js-opening {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc( 100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));
    z-index: 1000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.js-opening__loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    gap: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4B4948;
    font: 600 3rem "Montserrat", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: opacity, visibility;
}
.js-opening__loader-bar {
    width: 100%;
    height: 2px;
    background: #A86FAC;
    background: linear-gradient(90deg, rgb(87, 165, 219) 0%, rgb(197, 231, 250) 35%, rgba(168, 111, 172, 0.9) 35%, rgba(168, 111, 172, 0.9) 65%, rgb(228, 184, 213) 65%, rgb(235, 112, 125) 100%);
    clip-path: polygon(0 0, var(--loading, 0) 0, var(--loading, 0) 100%, 0 100%);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: clip-path;
}
.is-loaded .js-opening__loader {
    opacity: 0;
    visibility: inherit;
}
.js-opening__canvas {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: opacity, visibility;
}
.is-loaded .js-opening__canvas {
    opacity: 1;
    visibility: inherit;
    width: auto!important;
    height: 100%!important;
}
.js-opening__loader-txt {
    font-size: 30px;
    font-weight: bold;
}
/*main*/
.main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));
    overflow: hidden;
}
.page_content_pager {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    padding: 0 20px;
}
.page_content_pager .pre div, .page_content_pager .nex div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_content_pager .pre div {
    align-items: flex-end;
}
.page_content_pager .nex div {
    align-items: flex-start;
}
.page_content_pager img {
    width: 100%;
    max-width: 130px;
}
#prevBtn:hover, #nextBtn:hover {
    opacity: .7;
}
#prevBtn, #nextBtn {
    font-size: 16px;
    border: none;
    background: none;
    color: #4B4948;
}
.current_sen {
    max-width: 50px;
}
.indicator {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#currentIndex, #totalScreens {
    display: block;
}
#currentIndex {
    margin-top: -30px;
}
#totalScreens {
    margin-top: 30px;
    color: #C9C8C8;
}
.main-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/main_bg.svg") center 65% no-repeat;
    background-size: auto 77%;
    animation: twist 10s infinite linear;
}
@keyframes twist {
 0% {
 transform: skewY(0deg);
}
 20% {
 transform: skewY(6deg);
}
 40% {
 transform: skewY(0deg);
}
 70% {
 transform: skewY(-8deg);
}
 100% {
 transform: skewY(0deg);
}
}
.main .main_con {
    margin-right: 20px;
    min-width: 255px;
}
.main .catch {
    max-width: 1280px;
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.main_left_title {
    font-size: 100px;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 4px;
}
.main_left_txt {
    margin: 30px 0;
    font-size: 20px;
}
.main_left_txt span {
    font-size: 24px;
}
.main_left_txt_blue {
    color: #57A5DB;
}
.main_left_txt_pink {
    color: #EB707D;
}
.main_left_bot a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #4B4948;
    padding: 15px 20px;
    border-radius: 30px;
    max-width: 350px;
    border: 1px solid #EB707D;
    background: #fff;
    transition: .3s;
}
.main_left_bot a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #EB707D, #C776A3);
    transition: .3s;
    opacity: 0;
    border-radius: 30px;
}
.main_left_bot span {
    position: relative;
}
.main_left_bot span:nth-child(2) {
    margin-left: 20px;
}
.main_left_bot img {
    width: 35px;
    transition: .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    right: 30px;
}
.main_left_bot a:hover {
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}
.main_left_bot a:hover::before {
    opacity: 1;
}
.main_left_bot a .main_left_bot_img_w {
    opacity: 0;
}
.main_left_bot a:hover .main_left_bot_img_g {
    opacity: 0;
}
.main_left_bot a:hover .main_left_bot_img_w {
    opacity: 1;
}
.pentagon h2 {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
}
.pentagon h2 span {
    font-size: 32px;
    color: #EB707D;
    font-weight: 600;
}
.corner a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 130px;
    height: 130px;
    border: 2px solid #EB707D;
    border-radius: 50%;
}
.circle-container {
    position: relative;
    width: 600px;
    height: 520px;
    letter-spacing: 0;
}
.circle {
    position: absolute;
    width: 95px;
    height: 95px;
    transform: translate(-50%, -50%);
}
.circle_about {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) translateY(-127px) rotate(0deg);
}
.circle_info {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(60deg) translateY(-127px) rotate(-60deg);
}
.circle_affiliate {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(120deg) translateY(-127px) rotate(-120deg);
}
.circle_contact {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg) translateY(-127px) rotate(-180deg);
}
.circle_business-field {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(240deg) translateY(-127px) rotate(-240deg);
}
.circle_recruit {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(300deg) translateY(-127px) rotate(-300deg);
}
.circle-container h2 {
    position: absolute;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}
.circle-container h2 .en_font {
    font-size: 18px;
    color: #EB707D;
    display: block;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
	font-family: "Noto Sans SC";
}
.circle_about h2 {
    bottom: calc( 100% + 10px );
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.circle_contact h2 {
    top: calc( 100% + 10px );
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.circle_info h2, .circle_affiliate h2 {
    top: 50%;
    transform: translateY(-50%);
    left: calc( 100% + 10px );
}
.circle_recruit h2, .circle_business-field h2 {
    top: 50%;
    transform: translateY(-50%);
    right: calc( 100% + 10px );
    text-align: right;
}
.circle_about h2 {
    width: 150px;
}
.circle_business-field h2 {
    width: 129px;
}
.circle_contact h2 {
    width: 115px;
}
.circle_affiliate h2 {
    width: 150px;
}
.circle_about h2 span::before, .circle_contact h2 span::before {
    right: 50%;
    transform: translateX(50%);
}
.circle_info h2 span::before {
    right: auto;
    left: 0;
}
.circle_recruit h2 span::before, .circle_business-field h2 span::before {
    right: 0;
    left: auto;
}
.circle a {
    width: 100%;
    height: 100%;
}
.circle img {
    width: 100%;
    height: 100%;
}
.circle_about .circle_img {
    background: url('../images/about.png') no-repeat center center/contain;
}
.circle_about .circle_img_hover {
    background: url('../images/about-hover.png') no-repeat center center/contain;
}
.circle_info .circle_img {
    background: url('../images/news.png') no-repeat center center/contain;
}
.circle_info .circle_img_hover {
    background: url('../images/news-hover.png') no-repeat center center/contain;
}
.circle_contact .circle_img {
    background: url('../images/mail.png') no-repeat center center/contain;
}
.circle_contact .circle_img_hover {
    background: url('../images/mail-hover.png') no-repeat center center/contain;
}
.circle_business-field .circle_img {
    background: url('../images/company.png') no-repeat center center/contain;
}
.circle_business-field .circle_img_hover {
    background: url('../images/company-hover.png') no-repeat center center/contain;
}
.circle_recruit .circle_img {
    background: url('../images/recruit.png') no-repeat center center/contain;
}
.circle_recruit .circle_img_hover {
    background: url('../images/recruit-hover.png') no-repeat center center/contain;
}
.circle_affiliate .circle_img {
    background: url('../images/affiliate.png') no-repeat center center/contain;
}
.circle_affiliate .circle_img_hover {
    background: url('../images/affiliate-hover.png') no-repeat center center/contain;
}
.circle_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.circle_img_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 0.2s linear;
}
.circle a:hover .circle_img_hover {
    clip-path: circle(100% at 50% 50%);
}
/*side*/
.page .main {
    justify-content: flex-start;
}
.side {
    position: fixed;
    left: 40px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 3;
}
.side ul li {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.side ul li::before, .side ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.side ul li::before {
    z-index: 2;
}
.side ul li::after {
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 0.2s linear;
    z-index: 3;
}
.side ul li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    opacity: 0;
}
.side ul li:hover::after {
    clip-path: circle(100% at 50% 50%);
}
.side ul li.current-menu-item::after, .side ul li.current-category-ancestor::after, .side ul li.current-post-ancestor::after {
    clip-path: circle(100% at 50% 50%);
}
.side ul li:first-child::before {
    background-image: url(../images/home.png)
}
.side ul li:nth-child(2)::before {
    background-image: url(../images/about.png)
}
.side ul li:nth-child(3)::before {
    background-image: url(../images/company.png)
}
.side ul li:nth-child(4)::before {
    background-image: url(../images/recruit.png)
}
.side ul li:nth-child(5)::before {
    background-image: url(../images/news.png)
}
.side ul li:nth-child(6)::before {
    background-image: url(../images/mail.png)
}
.side ul li:first-child::after {
    background-image: url(../images/home-hover.png)
}
.side ul li:nth-child(2)::after {
    background-image: url(../images/about-hover.png)
}
.side ul li:nth-child(3)::after {
    background-image: url(../images/company-hover.png)
}
.side ul li:nth-child(4)::after {
    background-image: url(../images/recruit-hover.png)
}
.side ul li:nth-child(5)::after {
    background-image: url(../images/news-hover.png)
}
.side ul li:nth-child(6)::after {
    background-image: url(../images/mail-hover.png)
}
/*about*/
.page_content {
    width: 100%;
    padding: 40px 40px 40px 40px;
}
.page_content h1 {
    margin-bottom: 20px;
}
.page_content .page_h1_en {
    font-size: 32px;
    color: #EB707D;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.page_content .page_h1_jp {
    font-size: 36px;
}
.page_content_about .page_content_ul {
    background: url("../images/about_img.svg") center right/contain no-repeat;
    justify-content: flex-start;
}
.page_content_ul > li:first-child {
    margin-right: 10%;
}
.page_content_txt {
    font-size: 16px;
    line-height: 1.8;
}
.page_content_investment .page_content_txt {
    font-size: 12px;
    line-height: 1.4;
}
.page_content_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.page_content_ul>li:first-child {
    max-width: 570px;
    min-width: 570px;
    width: 100%;
}
.page_content_about_link {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.page_content_about_link a {
    display: block;
    width: calc( 50% - 15px );
    position: relative;
    font-size: 18px;
    color: #4B4948;
    margin-bottom: 20px;
    background: url("../images/button01.png") center center/contain no-repeat;
    padding: 15px 40px;
    transition: .3s;
    border-radius: 30px;
}
.page_content_about_link a span {
    position: relative;
    transition: .3s;
}
.page_content_about_link a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #EB707D, #C776A3);
    transition: .3s;
    opacity: 0;
    border-radius: 30px;
}
.page_content_about_link a:hover {
    color: #fff;
    text-decoration: none;
    background-position: -30px;
}
.page_content_about_link a:hover::before {
    opacity: 1;
}
/*about other*/
.page_wrapper {
    display: flex;
    width: 200vw;
}
.page_content_about, .page_content_other01, .page_content_other02, .page_content_business, .page_content_investment, .page_content_material, .page_content_product, .page_content_exchange {
    width: 100vw;
    height: calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.side ul li.current-page-ancestor::after {
    clip-path: circle(100% at 50% 50%);
}
.page_content_other01 {
    background: url("../images/other_bg.svg") bottom center/contain no-repeat;
}
.page_content_other02 {
    background: url("../images/world.svg") center right/75% no-repeat;
}
.page_content_other_ul_img {
    max-width: 100px;
    min-width: 100px;
    margin-right: 20px;
}
.page_content_other01_ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.page_content_other02_ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.page_content_other02_ul li {
    width: 25%;
    padding-right: 20px;
    margin-bottom: 40px;
}
.page_content_other02_ul li h2 {
    font-size: 18px;
}
.page_content_other02_span {
    margin-right: 10px;
}
.page_content_other01 .page_content_ul > li:first-child {
    max-width: 200px;
    min-width: 200px;
}
.page_content_other02 .page_content_ul > li:first-child {
    max-width: 325px;
    min-width: 325px;
}
.page_content_other02_span_pk, .page_content_other02_span_bl {
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}
.page_content_other02_span_pk {
    color: #EB707D;
}
.page_content_other02_span_bl {
    color: #57A5DB;
}
/*business*/
.page-id-9 .page_wrapper {
    width: 500vw;
}
.page_content_business .page_content_ul > li:first-child {
    max-width: 270px;
    min-width: 270px;
}
.page_content_material .page_content_ul > li:first-child, .page_content_product .page_content_ul > li:first-child, .page_content_exchange .page_content_ul > li:first-child {
    max-width: 390px;
    min-width: 390px;
}
.page_content h1.page_h1_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.page_content h1.page_h1_flex small {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #939291;
    font-size: 14px;
    color: #939291;
}
.page_content h1.page_h1_flex .page_h1_img {
    max-width: 140px;
}
.page_content_investment .page_content_ul > li:first-child {
    max-width: 350px;
    min-width: 350px;
}
.page_content .page_content_investment_txt h2 {
    margin-bottom: 10px;
    font-size: 18px;
}
.page_content .page_content_investment_ul li:first-child .page_content_investment_txt h2 {
    color: #57A5DB;
}
.page_content .page_content_investment_ul li:nth-child(2) .page_content_investment_txt h2 {
    color: #A86FAC;
}
.page_content .page_content_investment_ul li:nth-child(3) .page_content_investment_txt h2 {
    color: #D77DB5;
}
.page_content .page_content_investment_ul li:nth-child(4) .page_content_investment_txt h2 {
    color: #EB707D;
}
.page_content_investment_img {
    min-height: 100%;
    min-width: 100px;
    max-width: 100px;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% 0 0 50%;
}
.page_content_investment_ul li {
    align-items: stretch;
    margin-bottom: 15px;
}
.page_content_investment_ul li:nth-child(5) {
    margin-bottom: 0;
}
.page_content_investment_txt {
    padding: 10px 20px;
    background: rgb(250,250,250);
	width: 100%;
	min-height: 86px;
}
.page_content_investment_ul li:first-child .page_content_investment_img {
    background: #AFDEFF;
}
.page_content_investment_ul li:nth-child(2) .page_content_investment_img {
    background: #C5C1DB;
}
.page_content_investment_ul li:nth-child(3) .page_content_investment_img {
    background: #E3B8D0;
}
.page_content_investment_ul li:nth-child(4) .page_content_investment_img {
    background: #F1C1C6;
}
.page_content_investment_ul li:nth-child(5) .page_content_investment_img {
    background: #C9C8C8;
}
.page_content .page_h1_jp small {
    position: relative;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    font-weight: normal;
}
.page_content_investment {
    background: url("../images/investment_bg.svg") 550px center/contain no-repeat;
}
.page_content_material {
    background: url("../images/material_bg.svg") 550px center/contain no-repeat;
}
.page_content_product {
    background: url("../images/product_bg.svg") 550px center/contain no-repeat;
}
.page_content_exchange {
    background: url("../images/exchange_bg.svg") 550px center/contain no-repeat;
}
.page_content_material_img {
    max-width: 500px;
}
.business_link {
    position: relative;
}
.business_link_a {
    position: absolute;
    width: 20%;
    height: 18%;
    display: block;
    transition: .2s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    border-radius: 30px;
}
.link-food-materials {
    top: 7%;
    left: 13%;
}
.link-food-products {
    top: 55%;
    left: -3%;
}
.link-investment-management {
    top: 77%;
    left: 62%;
}
.link-international-exchange {
    top: 31%;
    left: 81%;
}
.business_link_a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
/*history*/
.page.page-id-37 .main {
    align-items: flex-start;
    overflow: visible;
}
.page_content_history h1 {
    position: fixed;
    left: 280px;
    top: 150px;
    z-index: 2;
}
.history_img {
    width: max-content;
    height: calc( 100vh - 100px );
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: hidden;
    padding-top: 20px;
    background: #F4F4F4;
    position: relative;
}
.history_img>img {
    height: 100%;
    width: auto;
}
.history_img_train {
    position: fixed;
    top: 50%;
    width: 250px;
    padding-top: 25px;
    left: 150px;
}
/*news*/
.main_page {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.main_page .page_content {
    margin: 110px auto 60px;
    max-width: 1280px;
    width: 100%;
}
.page_content.recruit_info h2 img {
    max-width: 40px;
    min-width: 40px;
    margin-right: 15px;
}
.page_main_content {
    margin-top: 80px;
}
.news_cate {
    display: flex;
    justify-content: flex-start;
}
.news_cate_ul {
    width: 100%;
}
.news_cate_list {
    margin-right: 100px;
    min-width: 160px;
}
.news_cate_list_title {
    font-size: 18px;
    position: relative;
    margin-bottom: 50px;
}
.news_cate_list_title::before {
    position: absolute;
    height: 1px;
    width: 160px;
    background: #C9C8C8;
    content: "";
    bottom: -25px;
    left: 0;
}
#category-list {
    font-size: 16px;
}
#category-list li:first-child {
    display: none;
}
#category-list li a {
    display: block;
    margin-bottom: 15px;
    color: #4B4948;
}
#category-list li .active_news {
    color: #EB707D;
}
#category-list li a:hover {
    color: #EB707D;
    text-decoration: none;
}
.single-post-content {
    margin-top: 80px;
}
.news_cate_content h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 50px;
}
.news-post-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.news-post-time {
    font-size: 16px;
    margin-right: 20px;
}
.news-post-tag {
    display: flex;
    justify-content: flex-start;
}
.news-post-tag span {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C9C8C8;
    margin-right: 10px;
    padding: 2px 10px;
}
.news_cate_content h3 a {
    display: block;
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    border-bottom: 1px solid #C9C8C8;
}
.news_cate_content h3 a::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 5px;
    width: 20px;
    height: 5px;
    background: url("../images/right.png") center center/contain no-repeat;
    transition: .2s;
}
.news_cate_content h3 a:hover::before {
    right: 20px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 40px auto 0;
}
.pagination span, .pagination a {
    display: block;
    margin: 0 10px;
}
.pagination a {
    color: #C9C8C8;
    transition: .2s;
}
.pagination a:hover {
    color: #4B4948;
    text-decoration: none;
}
.pagination .current {
    background: #4B4948;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-post-content .main_left_bot {
    margin: 60px auto;
    width: 300px;
}
.single-post-content .main_left_bot img {
    left: 50px;
    right: auto;
}
.recruit_content {
    margin: 100px auto;
    background: url("../images/contact.jpg") center center/cover no-repeat;
    padding: 45px 20px;
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.recruit_content_small {
    font-size: 16px;
}
.recruit_content_img {
    display: block;
    margin: 20px auto;
    width: 220px;
}
.recruit_content_gray {
    color: #939291;
}
.recruit_content .main_left_bot {
    width: 300px;
    margin-top: 30px;
}
.bread {
    margin: 40px auto 0;
    justify-content: flex-start;
    align-items: center;
}
.bread span {
    color: #EB707D;
}
/*recruit*/
.recruit_top_img {
    margin: 0 0 0 18%;
    width: calc( 100% - 18% );
    height: 400px;
    background: url("../images/recruit_top.jpg") top center/cover no-repeat;
}
.page-id-11 .main_page .page_content.page_content_recruit {
    margin: 110px auto 0;
}
.recruit_con {
    margin: 0 auto;
    padding: 200px 40px;
    width: 100%;
    background: url("../images/recruit_bg.svg") center center/cover no-repeat;
}
.recruit_con ul {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    display: flex;
    justify-content: space-between;
    line-height: 1.8;
}
.recruit_con ul li:first-child {
    width: 35%;
}
.recruit_con ul li:last-child {
    width: 55%;
    font-size: 16px;
}
.page_content h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 40px;
}
.recruit_info_txt {
    margin-top: 20px;
    font-size: 16px;
}
.page_recruit_content {
    margin: 60px auto;
}
.page_recruit_content h3 {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
}
.page_recruit_content h3 kbd {
    margin-left: 20px;
    font-size: 18px;
    background: #57A5DB;
    padding: 4px 10px;
    color: #fff;
}
.page_recruit_content>p {
    font-size: 16px;
}
.page_recruit_content table {
    margin: 40px auto 60px;
    border: none;
    background: #fff;
    padding: 80px 60px;
    display: block;
    line-height: 1.8;
    font-size: 16px;
}
.page_recruit_content table tbody {
    display: block;
    width: 100%;
}
.page_recruit_content table tr {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C9C8C8;
}
.page_recruit_content table tr::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -1px;
    background: linear-gradient(to right, #57A5DB, #BEB4D8);
}
.page_recruit_content table td {
    border: none;
    min-width: 220px;
}
.page_recruit_content table tr td:first-child {
    font-weight: bold;
}
.page_recruit_content table kbd {
    font-size: 14px;
}
/*企業理念*/

.philosophy_ul {
    display: flex;
    justify-content: space-between;
}
.philosophy_ul li {
    margin: 40px auto;
    width: 30%;
    max-width: 330px;
}
.philosophy_ul li h2 {
    display: block;
    margin: 20px auto 10px;
    text-align: center;
    font-size: 24px;
}
.philosophy_ul li h2 span {
    display: block;
    margin: 10px auto 20px;
    font-size: 20px;
    color: #57A5DB;
    font-weight: normal;
}
.philosophy_ul li div {
    font-size: 15px;
}
.philosophy_txt {
    margin: 80px auto 60px;
    text-align: center;
    font-size: 28px;
}
.philosophy_page {
    background: url("../images/philosophy.svg") center 30%/contain no-repeat;
}
/*contact*/
.contact_content {
    margin: 80px auto;
    width: 100%;
    max-width: 1000px;
}
.contact_content_txt {
    margin: 0 auto;
    width: 100%;
}
.contact_content_txt p:first-child {
    font-size: 18px;
    margin-bottom: 20px;
}
.contact_content_tel {
    margin: 60px auto;
    padding: 60px 20px;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 16px;
}
.contact_content_tel h2 {
    display: block;
    font-size: 18px;
}
.contact_content_tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #57A5DB;
    transition: .2s;
    font-weight: 500;
}
.contact_content_tel a:hover {
    text-decoration: none;
    opacity: .7;
}
.contact_content_tel a img {
    margin-right: 12px;
    max-width: 33px;
}
.contact_content_tel div {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_content_tel p, .contact_form_p {
    font-size: 16px;
}
.contact_form_bot {
    display: flex;
    justify-content: center;
}
.contact_form_bot>div {
    width: 50%;
    transition: .2s;
    margin-top: 20px;
    background: #ECECEC;
    font-size: 16px;
    text-align: center;
    padding: 25px;
    color: #C9C8C8;
}
.contact_form_bot>div:hover {
    cursor: pointer;
    opacity: .7;
}
.contact_form_bot>div.contact_form_bot_checked {
    background: #fff;
    color: #4B4948;
}
.contact_form_p {
    font-size: 16px;
}
.contact_form_ul {
}
.form_content {
    padding: 40px;
    background: #fff;
    font-size: 16px;
}
.form_content_dl {
    margin-bottom: 30px;
}
.form_content_dl dt {
    margin-bottom: 15px;
}
.form_content_dl dt p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form_content_dl dt .form_hisu, .form_content_dl dt .form_nini {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
    padding: 3px 4px;
    border-radius: 3px;
}
.form_content_dl dt .form_hisu {
    background: #EB707D;
}
.form_content_dl dt .form_nini {
    background: #C9C8C8;
}
.form_content_dl input, .form_content_dl textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #C9C8C8;
    border-radius: 5px;
    font-size: 14px;
}
.form_content_dl dt small {
    margin-left: 10px;
}
.form_content_dl_box input, .form_content_dl_policy input {
    width: 13px;
    padding: 0;
    border-radius: 0;
}
.form_content_dl_add {
    margin-bottom: 15px;
}
.form_content_dl_add_div {
    display: flex;
    justify-content: space-between;
}
.form_content_dl_add_div dl {
    margin-bottom: 15px;
    width: 49%;
}
.form_content_dl_file {
    width: 49%;
}
.form_content_dl_file small {
    display: block;
    margin-top: 15px;
}
.form_content_dl_file input {
    color: #4B4948;
    font-size: 14px;
}
.form_content_dl_policy .wpcf7-list-item, .form_content_dl_box .wpcf7-list-item {
    margin: 0 10px 0 0;
    font-size: 14px;
}
.form_content_dl_policy a {
    text-decoration: underline;
}
.form_content_dl_policy a:hover {
    opacity: .7;
}
.form_content_dl select.wpcf7-select, .form_content_dl select option {
    width: 100%;
    background: #fff;
    border: 1px solid #C9C8C8;
    border-radius: 5px;
    max-width: 350px;
    color: #4B4948;
    font-size: 14px;
    padding: 20px!important;
}
.contact_form_ul li {
    display: none;
}
.contact_form_ul li.contact_form_ul_li_checked {
    display: block;
}
.contact_send {
    margin: 60px auto 0;
    max-width: 300px;
    width: 100%;
}
.contact_send input {
    position: relative;
    font-size: 18px;
    color: #4B4948;
    padding: 15px 20px;
    border-radius: 30px;
    height: 100%;
    width: 100%;
    border: 1px solid #EB707D;
    transition: .3s;
    background: url("../images/right.png") 230px center no-repeat;
    background-color: #fff;
    background-size: 20px 5px;
}
.contact_send input:hover {
    background: url("../images/right_w.png") 230px center no-repeat;
    background-color: #EB707D;
    background-size: 20px 5px;
    color: #fff;
}
.page-id-13 .footer_txt, .page-id-13 .footer_contact {
    display: none;
}
.page-id-13 .site-footer {
    background: none;
}
.page-id-13 .main_page .page_content {
    margin: 110px auto 20px;
}
/**/
.policy_div {
    font-size: 16px;
    margin-bottom: 60px;
    line-height: 1.8;
}
.page_content .policy_div h2 {
    font-size: 18px;
    margin-bottom: 20px;
    background: url("../images/policy_h2_bg.jpg") left center/cover no-repeat;
    padding-left: 10px;
    background-size: 3px;
}
.policy_div_txt01 {
    margin-bottom: 30px;
}
.page_content .policy_div h3 {
    font-size: 16px;
}
.policy_div_txt01 p {
    margin-top: 20px;
    margin-left: 40px;
}
.policy_span {
    color: #EB707D;
}
.page-id-111 .footer_txt, .page-id-111 .footer_contact {
    display: none;
}
.page-id-111 .site-footer {
    background: none;
}
.page-id-111 .main_page .page_content {
    margin: 110px auto 20px;
}
/*affiliates*/
.parent-pageid-15 .nav ul li.current-page-ancestor a::before {
    width: 0;
}
.affiliates_txt {
    margin: 60px auto;
    font-size: 18px;
}
.page_content_company_txt {
    padding: 80px 60px 50px;
    background: #fff;
    max-width: 1120px;
    margin: -40px auto 0;
    z-index: 2;
    position: relative;
    box-shadow: 2px 2px 20px #C9C8C8;
}
.page_content_company_txt dl {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C9C8C8;
    font-size: 16px;
    position: relative;
}
.page_content_company_txt dl::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 30px;
    height: 2px;
    background: linear-gradient(to right, #57A5DB, #BEB4D8)
}
.page_content_company_group {
    margin: 60px auto 0;
}
.page_content_company_group>div {
    padding-top: 80px;
}
.page_content_company_txt dl dt {
    min-width: 200px;
    max-width: 200px;
    font-weight: bold;
}
.page_content_company_group h2 img {
    max-width: 40px;
    min-width: 40px;
    margin-right: 15px;
}
.office_de .page_content_about_link {
    display: block;
    margin-top: 30px;
}
.office_de .page_content_about_link a {
    position: relative;
    width: 100%;
    max-width: 300px;
    background: url("../images/group_bot_bg.png") center center/contain no-repeat;
    background-size: 300px;
    height: 61px;
    display: flex;
    align-items: center;
    transition: .3s;
}
.office_de {
    position: relative;
    margin: 60px auto 0;
    width: 100%;
    padding: 0 50px;
    border-bottom: 1px solid #4B4948;
}
.office_de_bot span {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    width: 80px;
    transition: .3s;
}
.office_de_bot span img {
    transition: .3s;
}
.office_de_bot span:hover img {
    transform: scale(1.02);
    cursor: pointer;
}
.office_de_bot .office_de_bot_active {
    display: block;
}
.office_de_tab, .office_de_bot_min {
    display: none;
}
.office_de .page_content_about_link a:hover {
    color: #fff;
    text-decoration: none;
    background-position: -30px;
}
.office_de h3 {
    font-size: 24px;
}
.office_de h3 .post-number {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
}
.office_txt {
    margin-top: 20px;
}
.office_de ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.office_de ul li:first-child {
    width: 100%;
    max-width: calc( 100% - 500px );
}
.office_de ul li:last-child {
    width: 100%;
    max-width: 350px;
}
.office_de_tab {
    margin: 50px auto;
}
.office_de_tab table, .office_de_tab td {
    border: none;
    display: block;
}
.office_de_tab tbody {
    display: block;
    width: 100%;
}
.office_de_tab tr {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C9C8C8;
    width: 100%;
}
.office_de_tab td:first-child {
    max-width: 200px;
    min-width: 200px;
    font-weight: bold;
}
/*footer*/
.site-footer {
    background: url("../images/footer_bg.jpg") center center/cover no-repeat;
    position: relative;
}
.back-top {
    position: absolute;
    bottom: 160px;
    right: 5px;
    font-size: 16px;
    transform: rotate(-90deg);
    white-space: nowrap;
    z-index: 2;
    color: #fff;
}
.back-top p {
    position: relative;
    transition: .2s;
}
.back-top p:hover {
    opacity: .7;
    cursor: pointer;
}
.back-top p::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background: #fff;
    opacity: .6;
    top: 50%;
    left: calc( 100% + 20px );
}
.back-top p::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    background: #fff;
    top: 50%;
    left: calc( 100% + 20px );
    animation: moveUpDown 4s infinite ease-in-out;
}
@keyframes moveUpDown {
 0% {
 left: calc( 100% + 20px );
}
 50% {
 left: calc( 100% + 130px );
}
 100% {
 left:calc( 100% + 20px );
}
}
.footer_txt {
    margin : 0 auto;
    width : 100%;
    font-size : 170px;
    text-align : center;
    overflow : hidden;
    transform: translateY(-50%);
    font-weight: 600;
    line-height : 1;
}
.footer_txt p {
    margin: 0;
    display : inline-block;
    padding-left: 100%;
    white-space : nowrap;
    line-height : 1;
    animation : scrollSample01 20s linear infinite;
    color: #fff;
    opacity: .7;
}
@keyframes scrollSample01 {
0% {
transform: translateX(0)
}
100% {
transform: translateX(-100%)
}
}
.footer_contact {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px 40px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}
.footer_contact span {
    font-size: 20px;
}
.footer_contact_title {
    margin: 10px auto 30px;
    font-size: 48px;
}
.footer_contact small {
    font-size: 16px;
}
.footer_contact_bot a {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer_contact_bot a img {
    transition: .2s;
    border-radius: 50%;
    margin-left: 20px;
    max-width: 100px;
    min-width: 100px;
}
.footer_contact_bot a:hover {
    text-decoration: none;
}
.footer_contact_bot a:hover img {
    background: #EB707D;
    border-radius: 50%;
    margin-left: 10px;
}
.footer_info {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 80px 40px;
    display: flex;
    justify-content: space-between;
}
.footer_nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.footer_nav li {
    margin-left: 60px;
}
.footer_logo {
    max-width: 120px;
    position: relative;
}
.footer_logo a img {
    transition: .3s;
}
.footer_logo a:hover img {
    transform: rotateY(45deg);
}
.footer_nav img {
    max-width: 15px;
    margin-right: 10px;
    min-width: 15px;
    margin-top: 5px;
}
.footer_nav .footer_nav_small img {
    max-width: 5px;
    margin-right: 20px;
    min-width: 5px;
    margin-top: -2px;
}
.footer_nav_small a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer_nav a {
    margin-bottom: 15px;
}
.footer_nav_big {
    font-size: 16px;
}
.footer_nav_big a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer_info_bg {
    position: relative;
    width: 100%;
}
.footer_info_bg::before {
    position: absolute;
    width: calc( 100% - 100px );
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    content: "";
    border-radius: 0 80px 0 0;
}
.copyright {
    margin: 0 auto;
    padding: 0 40px 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1280px;
}
.copyright div {
    margin-right: 25%;
}

@media (max-width: 1450px) {
.main_page {
    padding-left: 100px;
}
.page_content_about, .page_content_other01, .page_content_other02, .page_content_business, .page_content_investment, .page_content_material, .page_content_product, .page_content_exchange, .footer_contact {
    padding-left: 140px;
}
.page_content .page_content_investment_txt h2 {
    font-size: 16px;
}
.page_content_txt {
    font-size: 14px;
}
.page_content .page_h1_jp, .page_content h2, .footer_contact_title {
    font-size: 30px;
}
.page_content .page_h1_en {
    font-size: 20px;
}
.page_content_ul > li:first-child {
    margin-right: 50px;
}
.recruit_content {
    padding: 35px 10px;
}
.footer_info, .copyright {
    justify-content: flex-start;
}
}

@media (max-width: 1100px) {
.main .catch {
    flex-direction: column;
    align-items: center;
    height: calc( 100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top) - 150px );
    max-height: 500px;
    margin: 150px auto 0;
}
.main .main_con {
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
}
.circle-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.circle-container .circle {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 70px;
    height: 70px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.circle-container h2 {
    text-align: center;
    top: calc( 100% + 10px );
}
.circle-container h2 .en_font {
    font-size: 14px;
}
.circle-container h2 .circle_span {
    display: none;
}
.circle_info h2, .circle_contact h2 {
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
}
.circle_business-field h2, .circle_recruit h2, .circle_affiliate h2 {
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
}
.circle_about h2 {
}
.circle_about {
    order: 1;
}
.circle_info {
    order: 5;
}
.circle_contact {
    order: 6;
}
.circle_business-field {
    order: 2;
}
.circle_recruit {
    order: 4;
}
.circle_affiliate {
    order: 3;
}
.main .main_con {
    margin-right: 0;
}
.main_left_title {
    font-size: 80px;
}
.main_left_title_p {
    position: relative;
}
.main_left_title_p span {
    position: absolute;
    right: -35px;
    top: 0;
}
.main_left_txt {
    font-size: 16px;
}
.main_left_txt span {
    font-size: 20px;
}
.main_left_bot a {
    font-size: 14px;
}
.main_left_bot span:nth-child(2) {
    margin-left: 10px;
}
.main_left_bot img {
    width: 30px;
    right: 15px;
}
.main-bg {
    background-size: auto 60%;
    background-position: center center;
}
.circle_about .circle_img_hover {
    background: url('../images/about.png') no-repeat center center/contain;
}
.circle_info .circle_img_hover {
    background: url('../images/news.png') no-repeat center center/contain;
}
.circle_contact .circle_img_hover {
    background: url('../images/mail.png') no-repeat center center/contain;
}
.circle_business-field .circle_img_hover {
    background: url('../images/company.png') no-repeat center center/contain;
}
.circle_recruit .circle_img_hover {
    background: url('../images/recruit.png') no-repeat center center/contain;
}
.circle_affiliate .circle_img_hover {
    background: url('../images/affiliate.png') no-repeat center center/contain;
}
.page_content_ul {
    flex-direction: column;
    max-height: calc( 100% - 100px );
}
.page_content_business .page_content_ul > li:first-child {
    margin-right: 0;
}
.page_content h1 {
    margin-bottom: 20px;
}
.page_content .page_h1_en {
    font-size: 18px;
    margin-bottom: 10px;
}
.page_content .page_h1_jp, .page_content h2, .footer_contact_title {
    font-size: 24px;
}
.page_recruit_content h3, .philosophy_txt, .philosophy_ul li h2 {
    font-size: 20px;
}
.page_content_business .page_content_ul > li:last-child {
    max-width: 500px;
}
.page_content_about, .page_content_other01, .page_content_other02, .page_content_business, .page_content_investment, .page_content_material, .page_content_product, .page_content_exchange {
    padding-left: 40px;
}
.page_content_business .page_content_ul > li:first-child {
    max-width: 100%;
    min-width: auto;
    text-align: center;
}
.page_content_material .page_content_ul > li:first-child, .page_content_product .page_content_ul > li:first-child, .page_content_exchange .page_content_ul > li:first-child, .page_content_investment .page_content_ul > li:first-child {
    max-width: 100%;
    min-width: auto;
    text-align: center;
}
.page_content_ul>li:last-child {
    margin: 20px auto 0;
}
.page_content_exchange .page_content_ul > li:last-child {
    max-width: 350px;
}
.page_content_investment_txt {
    width: 100%;
}
.page_content_investment .page_content_ul>li:last-child {
    max-width: 100%;
}
.page_content_ul > li:first-child {
    margin-right: 0;
}
.page_content h1.page_h1_flex {
    justify-content: center;
}
.page_content .page_h1_jp small::before {
    left: 50%;
    transform: translateX(-50%);
}
.page_content_material .page_content_ul li:last-child, .page_content_product .page_content_ul li:last-child {
    max-width: 350px;
}
.page_content_investment_img, .page_h1_img {
    display: none;
}
.page_content_investment_txt .page_content_txt {
    font-size: 12px;
}
.side .side-menu {
    display: flex;
    justify-content: center;
}
.side {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 10px;
    padding: 0 20px;
}
.side ul li {
    margin: 0 10px;
}
.page_content_pager img {
    max-width: 90px;
}
.indicator, .philosophy_ul li h2 span {
    font-size: 16px;
}
.page_content_about .page_content_ul {
    background: url("../images/about_img.svg") center center/contain no-repeat;
}
.page_content_about .page_content_ul > li:first-child {
    margin: 20px auto;
}
.page_content_other01 .page_content_ul > li:first-child {
    max-width: 100%;
    min-width: auto;
}
.page_content_other01_ul li {
    margin-bottom: 10px;
}
.page_content_other_ul_img {
    max-width: 80px;
    min-width: 80px;
}
.page_content h1 {
    text-align: center;
}
.page_content .page_h1_jp br {
    display: none;
}
.recruit_top_img {
    height: 300px;
}
.recruit_con {
    padding: 80px 0 40px;
}
.main_page .page_content {
    margin: 80px auto 40px;
}
.main_page {
    padding-left: 0;
}
.recruit_con ul {
    padding: 0 40px;
}
.office_de ul li:first-child {
    max-width: calc( 100% - 250px );
}
.office_de ul li:last-child {
    max-width: 200px;
}
.page_content_history h1 {
    left: 50%;
    transform: translateX(-50%);
}
.news_cate {
    flex-direction: column;
}
.news_cate_ul {
    margin: 40px auto 0;
}
.recruit_content_img {
    width: 120px;
}
.recruit_content .main_left_bot {
    margin-top: 20px;
    max-width: 220px;
}
.recruit_content {
    background: #fff;
    max-width: 600px;
}
.footer_contact {
    padding-left: 40px;
}
.footer_logo, .back-top {
    display: none;
}
.footer_info_bg::before {
    width: 100%;
    border-radius: 0;
}
.footer_info {
    padding: 60px 40px 40px;
}
.copyright {
    padding: 0 40px 100px;
}
.footer_nav {
    justify-content: flex-start;
}
.footer_nav li {
    margin-left: 40px;
}
.footer_nav li:first-child {
    margin-left: 0;
}
.copyright {
    justify-content: space-between;
}
.copyright div {
    margin-right: 20px;
}
.footer_contact_bot a img {
    max-width: 60px;
    min-width: 60px;
}
.footer_txt {
    font-size: 100px;
}
.footer_contact {
    padding-bottom: 0;
}
.page_content_material {
    background: url(../images/material_bg.svg) center 250px/ contain no-repeat;
}
.page_content_product {
    background: url(../images/product_bg.svg) center 210px / contain no-repeat;
}
.page_content_investment {
    background: url(../images/investment_bg.svg) center 200px / contain no-repeat;
}
.page_content_exchange {
    background: url(../images/exchange_bg.svg) center 200px / contain no-repeat;
}
.page_content_pager {
    bottom: 80px;
}
}

@media (max-width: 767px) {
.sp_br_no {
    display: none;
}
.site-header {
    padding: 20px;
}
.site-header .head_logo {
    max-width: 220px;
}
.head_nav .la a {
    font-size: 12px;
    padding: 5px;
}
.head_nav .la>a {
    border: none;
    padding: 6px 15px;
}
.head_nav .la ul img, .la_full, .la_txt {
    display: none;
}
.menu {
    top: 22px;
    right: 20px;
}
.head_nav .la ul a {
    width: calc( 100% - 2px );
    margin-left: 1px;
}
.head_nav .la ul span.la_ex {
    display: block;
}
.head_nav .la span, .head_nav .la ul span {
    margin-right: 0;
}
.head_nav .la ul a p {
    width: 100%;
    text-align: center;
}
.head_nav {
    margin-right: 50px;
}
.page_content .page_h1_jp, .page_content h2 {
    font-size: 20px;
}
.contact_content_tel a {
    font-size: 24px;
}
.contact_content_tel a img {
    max-width: 20px;
}
.page_content .page_h1_jp small, .page_content h3, .page_recruit_content h3 kbd, .philosophy_txt {
    font-size: 16px;
}
.page_content_material_img {
    max-width: 280px;
}
.page_content .page_content_investment_txt h2 {
    font-size: 14px;
}
.page_content_investment_txt .page_content_txt, .page_content_other01_ul .page_content_txt {
    font-size: 9px;
}
.page_content_investment_ul li {
    margin-bottom: 10px;
}
.page_content_investment_txt {
    padding: 10px;
	min-height: auto;
}
.page_content_about .page_content_ul > li:first-child {
    max-width: 100%;
    min-width: auto;
}
.page_content_about_link {
    justify-content: flex-start;
    margin-top: 20px;
}
.page_content_about_link a {
    max-width: 230px;
    margin: 5px auto;
    width: 100%;
}
.page_content_about_link a::before {
    display: none;
}
.page_content_about_link a:hover {
    background-position: center;
    color: #4B4948;
}
.page_content_other_ul_img {
    margin-right: 15px;
    max-width: 60px;
    min-width: 60px;
}
.page_content_other02_ul li h2, .office_de h3 .post-number, .philosophy_ul li h2 {
    font-size: 16px;
}
.page_content_other02_ul li {
    width: 50%;
}
.page_content_other02_ul li {
    margin-bottom: 10px;
    padding-right: 10px;
}
.recruit_top_img {
    margin: 0;
    height: 200px;
    width: 100%;
}
.recruit_con {
    padding: 60px 0 40px;
}
.recruit_con ul {
    flex-direction: column;
}
.recruit_con ul li:first-child {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 200px;
}
.recruit_con ul li:last-child {
    width: 100%;
}
.page_recruit_content table tr, .office_de_tab tr {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.page_recruit_content table {
    padding: 20px;
}
.page_content_company_txt dl {
    flex-direction: column;
}
.page_content_company_txt dl dt {
    margin-bottom: 10px;
}
.office_de .page_content_about_link a {
    max-width: 230px;
    background-size: 100%;
    height: auto;
}
.office_de .page_content_about_link a:hover {
    background-position: center;
    color: #4B4948;
}
.office_de {
    padding: 0;
    margin: 40px auto 0;
}
.office_de ul {
    flex-direction: column;
}
.office_de ul li:first-child {
    max-width: 100%;
    margin: 0 auto 20px;
}
.office_de ul li:last-child {
    max-width: 330px;
    margin: 0 auto;
}
.philosophy_ul {
    flex-direction: column;
}
.philosophy_ul li {
    margin: 0 auto 40px;
    width: 100%;
}
.philosophy_ul li img {
    margin: 0 auto;
    max-width: 250px;
}
.philosophy_txt {
    margin: 40px auto;
}
.history_img_train {
    display: none;
}
.page_content_about.page_content .page_h1_jp br {
    display: block;
}
.news_cate_list {
    margin: 0;
}
#category-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#category-list li {
    margin-right: 20px;
    margin-bottom: 10px;
}
.news-post-info {
    flex-direction: column;
    align-items: flex-start;
}
.news-post-time {
    margin-bottom: 10px;
    font-size: 14px;
}
.news_cate_content h3 a {
    font-size: 16px;
}
.single-post-content {
    margin-top: 40px;
}
.single .page_content h1 {
    text-align: left;
}
.contact_content_tel {
    padding: 40px 20px;
}
.contact_content .contact_content_tel h2 {
    font-size: 16px;
}
.form_content_dl_add_div {
    display: block;
}
.form_content_dl_add_div dl, .form_content_dl_file {
    width: 100%;
}
.contact_content {
    margin: 40px auto;
}
.footer_nav {
    flex-wrap: wrap;
}
.footer_nav li {
    width: 50%;
    margin-left: 0;
    margin-bottom: 20px;
}
.copyright {
    flex-direction: column-reverse;
}
.copyright div {
    margin-right: 0;
    margin-top: 20px;
}
.footer_contact {
    flex-direction: column;
    justify-content: flex-start;
}
.footer_contact li:first-child {
    margin-bottom: 30px;
}
.footer_txt {
    font-size: 70px;
}
.page-id-13 .main_page .page_content, .page-id-11 .main_page .page_content.page_content_recruit {
    margin: 90px auto 0;
}
.recruit_content {
    margin: 50px auto;
}
.page_content_company_txt {
    padding: 40px 20px;
}
.main {
    height: auto;
}
.page_content_about, .page_content_other01, .page_content_other02, .page_content_business, .page_content_investment, .page_content_material, .page_content_product, .page_content_exchange {
    align-items: flex-start;
    margin-top: 80px;
}
.page_content_pager img {
    max-width: 40px;
}
.home .main, .page-id-37 .main {
    height: calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));
}
}

@media (max-width: 500px) {
.main .catch {
    margin: 20px auto 0;
}
.circle-container .circle {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    position: relative;
}
.side ul li {
    width: 50px;
    height: 50px;
    margin: 0 5px;
}
.circle-container h2 .en_font {
    font-size: 10px;
}
.main_left_title {
    font-size: 50px;
}
.main_left_txt {
    margin: 20px auto;
}
.main_left_title_p span {
    right: 0;
}
.circle_about, .circle_info, .circle_contact, .circle_business-field, .circle_recruit, .circle_affiliate {
    top: 0;
}
.page_content_about_link {
    flex-direction: column;
}
.page_content_other02_ul li h2, .contact_content .contact_content_tel h2, .contact_content_tel p, .page_content .page_h1_jp small {
    font-size: 14px;
}
.form_content {
    padding: 20px;
}
.contact_form_bot > div {
    padding: 20px;
}
.js-opening__loader-txt {
    font-size: 20px;
}
.page_content_product .page_content_txt {
    font-size: 12px;
}
.page_content .page_h1_jp small {
    margin-top: 10px;
}
.page_content h1.page_h1_flex {
    margin-bottom: 10px;
}
.page_content_other02 .page_content_txt {
    font-size: 11px
}
}

@media (max-height: 500px) {
.main_left_title {
    font-size: 30px;
    line-height: 1;
}
.main .catch {
    height: 300px;
    margin: 30px auto 0;
    z-index: 100;
}
.main .main_con {
    margin-bottom: 20px;
}
.main_left_txt {
    margin: 20px auto;
    font-size: 14px;
}
.main_left_txt span {
    font-size: 16px;
}
.main_left_bot a {
    padding: 10px 20px;
}
.circle-container .circle {
    width: 60px;
    height: 60px;
}
.circle_about h2 {
    top: calc( 100% + 5px );
}
.circle_about, .circle_info, .circle_contact, .circle_business-field, .circle_recruit, .circle_affiliate {
    top: 0;
}
.circle-container h2 {
    top: calc( 100% + 5px );
}
.circle-container h2 .en_font {
    font-size: 12px;
}
.main_left_title_p span {
    right: 50px;
}
}
