/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: block;
    filter: drop-shadow(0px 0px #000);
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}


/* ==========================================================================
            Base
            ========================================================================== */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    font-size: 67.5%;
    line-height: 1.5;
    overflow-x: hidden;
    background: var(--main-r);
    font-family:"NotosansJP-R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

body {
    margin: 0;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    color: var(--txt);
}


/* ==========================================================================
              Links
              ========================================================================== */

a {
    background: transparent;
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}

.link-btn {
    width: 50px;
    height: 50px;
    background: var(--main);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin-left: 20px;
}

.link-btn:before {
    content: "";
    position: absolute;
    top: 55%;
    left: 38%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}


/* ==========================================================================
              Typography
              ========================================================================== */

@font-face {
   font-family: "Oswald";
   src: url('../fonts/Oswald.ttf') format('truetype'),
        url('../fonts/Oswald.woff') format('woff');
}

@font-face {
   font-family: "Oswald-R";
   src: url('../fonts/Oswald-R.ttf') format('truetype'),
        url('../fonts/Oswald-R.woff') format('woff');
}

@font-face {
   font-family: "NotosansJP-B";
   src: url('../fonts/NotosansJP-B.ttf') format('truetype'),
        url('../fonts/NotosansJP-B.woff') format('woff');
}

@font-face {
   font-family: "NotosansJP-R";
   src: url('../fonts/NotosansJP-R.ttf') format('truetype'),
        url('../fonts/NotosansJP-R.woff') format('woff');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "NotosansJP-B", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    color: var(--main);
}

address {
    font-style: normal;
}


/* ==========================================================================
             Lists
           ========================================================================== */

dl,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

ul,
li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}


/* ==========================================================================
             Embedded content
           ========================================================================== */

img:not(.post-contents img) {
    width: 100%;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
              Figures
              ========================================================================== */

figure {
    margin: 0;
}


/*********************
           GENERAL STYLES
           *********************/

:root {
    --main: #274D9B;
    --main-r: #ffffff;
    --accent: #7283A0;
    --txt: #111111;
    --bg: #F0F6FF;
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --sm: 1.2rem;
    --md: 1.4rem;
    --lg: 1.8rem;
    --x2: 2rem;
    --x25: 2.5rem;
    --x3: 3rem;
    --x35: 3.5rem;
    --x4: 4rem;
    --x5: 5rem;
    --en: "Oswald", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    --en-r: "Oswald-R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    --width: 1400;
}

#container,
#main {
    background: var(--main-r);
}

#container{
	position:relative;	
}

/*html,
   body,
   a {
       cursor: none;
   }
   */

#cursor {
    pointer-events: none;
    position: fixed;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    background: rgb(16, 44, 168);
    transform: translate(-100px, -100px);
    border-radius: 50%;
    z-index: 999;
}

#stalker {
    pointer-events: none;
    position: fixed;
    top: -16px;
    left: -16px;
    width: 32px;
    height: 32px;
    background: rgba(88, 88, 88, 0.8);
    border-radius: 50%;
    transform: translate(-100px, -100px);
    transition: .15s;
    transition-timing-function: ease-out;
    z-index: 998;
}

#stalker.is-stalker {
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    transition: .15s;
    background: rgba(88, 88, 88, 0.5);
}

.grecaptcha-badge:not(#page__contactus .grecaptcha-badge){
	opacity:0;
}

/*********************
           LAYOUT & GRID STYLES
           *********************/

.ib {
    display: inline-block;
}

.m-none {
    margin: 0 !important;
}

.pc-hide {
    display: none !important;
}

.l-lr {
    padding-right: 8.33333vw;
    padding-left: 8.33333vw;
}

.l-inner {
}

.l-tb {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.l-tb-p {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.l-t {
    margin-top: 10rem;
}

.l-b {
    margin-bottom: 10rem;
}

.l-h {
    line-height: 2;
}

.bg {
    background: var(--bg);
}

.accent-chenge {
    color: var(--accent);
}

.accent-bottom {
    border-bottom: 1px solid var(--accent);
    padding-bottom: 5px;
}

.align-c {
    text-align: center;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.overlay {
    position: relative;
    display: block;
}

.overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.st-l,
.st-l span {
    font-size: 3rem;
}

.st-m,
.st-m span {
    font-size: 2rem;
}

.main-headline,
.main-headline span {
    font-size: 2.5rem;
}

.sub-headline,
.sub-headline span {
    font-size: 2rem;
}

.l-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    align-items: center;
}

.l-flex .flex-l,
.l-flex .flex-r {
    width: calc(100% / 2 - 2.5rem);
}

.l-flex .flex-r .btn-wrap a,
.l-flex .flex-r .btn-wrap button{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bg-main {
    background: var(--main);
    color: var(--main-r);
    padding-top: 20rem;
    padding-bottom: 20rem;
}

.title-wrap {
    margin-bottom: 5rem;
}

.mb_s {
    margin-bottom: 2rem;
}

.mb_m {
    margin-bottom: 5rem;
}

.mb_l {
    margin-bottom: 10rem;
}

.mt_s {
    margin-top: 1rem;
}

.mt_sm {
    margin-top: 2rem;
}

.mt_m {
    margin-top: 3rem;
}

.mt_mm {
    margin-top: 4rem;
}

.mt_l {
    margin-top: 5rem;
}

/*********************
           LINK STYLES
           *********************/

a,
a:visited {
    color: inherit;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
    opacity: 1;
}

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.btn-wrap{
	margin-top:5rem;
}

.btn-wrap a,
.btn-wrap button{
width: 250px;
    display: flex;
    background: var(--main);
    color: var(--main-r);
    padding: 2rem;
    justify-content: space-between;
}

.btn-wrap a img,
.btn-wrap button img{
	width:30px;
}

/******************************************************************
           TYPOGRAPHY STYLES
           ******************************************************************/

h1,
h2,
h3,
h4,
h5 {
    text-rendering: optimizelegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: none;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
   font-size:inherit;
}

h1 {
    font-size: 2.5rem;
    line-height: 1;
}

h2 {
    font-size: 2rem;
    line-height: 1.5;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.5;
}

h4 {
    font-size: 1.6rem;
    line-height: 1.5;
}

h5 {
    font-size: 1.6rem;
    line-height: 1.5;
}

p,
a,
span,
td,
th,
li,
address,
dt,
dd {
    font-size: 1.4rem;
    font-weight: 400;
}

.sec-title-en{
    font-family: var(--en);
    font-size: 5rem;
    color: var(--main);
line-height: 1;
	margin-bottom:1rem;
}

.title-c{
    color: #7283A0;
}

.pick01{
    background: var(--main);
    color: var(--main-r);
    padding: 5px;
    display: inline-block;
}

.pick01:first-child{
	margin-bottom:5px;
}

.pick02{
color:#EC5151;
}


.pick03{
color:#FFE167;
}

/*********************
           HEADER STYLES
           *********************/

.logo-wrap {
display: flex;
    align-items: center;
    gap: 2rem;
}

#page__top .logo-wrap,
#page__reason .logo-wrap,
#page__services .logo-wrap,
#page__works .logo-wrap,
#page__company .logo-wrap,
.tax-works_cat .logo-wrap{
    color: var(--main-r);
}

.logo-wrap a {
display: block;
    width: 150px;
}

.logo-wrap p {
    font-size: 12px;
    line-height: 1.5;
font-family: NotosansJP-B, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Meiryo, sans-serif;
}

#logo {
    margin: 0;
    width: 180px;
    height: auto;
    line-height: 1;
}

#header {
    max-width: 100%;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    top: 0;
    position: fixed;
    transition: all 0.3s ease-out;
    background: transparent;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    z-index: 99;
    border-bottom: 1px solid var(--main-r);
    padding-left: 5rem;
}

#header.is-top {
    background: var(--main-r);
    box-shadow: 0 0 5px 0px #ddd;
}

#header.is-top .logo-wrap p,
#header.is-top-sp .logo-wrap p{
    color: var(--txt);
}

/*********************
           NAVIGATION STYLES
           *********************/
#menu{
display: flex;
    align-items: center;
    gap: 3rem;
}

.header-cta{
    height: 100px;
    display: flex;
}

.header-cta a{
display: flex;
    background: #EC5151;
    color: var(--main-r);
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 200px;
    gap: 10px;
	position:relative;
}

.header-cta a:before{
content: "";
    top: 0;
    right: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--main-r);
    position: absolute;
    z-index: 100;
}


.header-cta a:last-child{
    background: var(--main);	
}

.header-cta a img{
	width:20px;
}

.header-cta a:last-child img{
	width:25px;
}

.nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 3rem;
}

.nav__list li a {
    border-bottom: none;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
font-family: NotosansJP-B, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Meiryo, sans-serif;
}

#page__top .nav__list li a,
#page__reason .nav__list li a,
#page__services .nav__list li a,
#page__works .nav__list li a,
#page__company .nav__list li a,
.tax-works_cat .nav__list li a{
    color: var(--main-r);
}

.is-top #menu ul li a {
    color: var(--txt);
}

.is-top #menu ul li a {
    height: 100px;
}

#menu ul li a:hover {
    background-color: transparent;
}

.toggle {
    display: none;
}

/*********************
           FOOTER STYLES
           *********************/
.cta{
margin-right: 8.33333vw;
	position:relative;
}

.cta:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(39,77,155, .48);
}

.cta-inner{
	position:relative;
    width: max-content;
    margin: 0 auto;
}

.cta-inner h2,
.cta-inner h3,
.cta-inner p{
color:var(--main-r);
}

.cta-inner h3{
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.cta-inner span{
	color:#CFCFCF;
}

.cta-first{
    margin-bottom: 3rem;
    align-items: flex-start;
    gap: 10rem;
}

.cta-first .title-wrap{
	margin:0;
}

.cta-btn{
    width: 270px;
    display: block;
}

.services-cta{
	text-align:center;
}

.services-cta p{
    font-size: 2rem;
    color: var(--main);
    font-family: "NotosansJP-B", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

.services-cta .cta-second{
	justify-content: center;
    background: var(--main);
    padding: 5rem;
}

.footer-company{
	margin-top:2rem;
}

#footer_wrap {
    width: 100vw;
    height: 200px;
    position: relative;
    background: #f7f7f7;
    text-align: center;
}

#footer_wrap h3 {
    position: relative;
    top: 50%;
    transform: translate3d(0, -61%, 0);
    display: inline-block;
    font-size: 7.5rem;
}

.footer {
    position: relative;
}

#footer_inner {
    position: relative;
    background: var(--main);
    color: var(--main-r);
	padding-bottom: 3rem;
}

#footer_content {
display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    align-items: flex-start;
    gap: 5rem;
    flex-wrap: wrap;
}

#footer_menu_item {
    width: 30%;
}

#footer_sns {
width: 30px;
    margin-left: auto;
    margin-top: 3rem;
}

#footer_bottom a,
#footer_bottom p {
color: var(--main-r);
    font-size: 12px;
    font-family: var(--en);
}

#copyright {
    text-align: center;
    font-size: 12px;
}
.ez-toc-title{
	font-size:2rem!important;
	color:var(--main)!important;
font-family: "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

#ez-toc-widget-container,
#ez-toc-container{
background: #f0f6ff !important;
    padding: 1rem;
    border: initial !important;
    width: 100%;
}

div#ez-toc-container ul.ez-toc-list a:visited,
div#ez-toc-container ul.ez-toc-list a{
    color: var(--txt);
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li a,
div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-size:1.4rem!important;
}

#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active {
    background-color: initial!important;
}

/*********************
           POSTS & CONTENT STYLES
           *********************/
/*
.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
*/

#mv_item .swiper-button-prev, .single_wrap .swiper-button-prev,
#mv_item .swiper-button-next, .single_wrap .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.3);
backdrop-filter: blur(30px);
    width: 60px;
    height: 60px;
}

#mv_item .swiper-button-prev::before, .single_wrap .swiper-button-prev::before,
#mv_item .swiper-button-next::before, .single_wrap .swiper-button-next::before,{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

#mv_item .swiper-button-next:after, .single_wrap .swiper-button-next:after,
#mv_item .swiper-button-prev:after, .single_wrap .swiper-button-prev:after {
    content: '' !important;
    font-family: initial;
}

#mv_item .swiper-button-next::after,
.single_wrap .swiper-button-next::after{
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mv_item .swiper-button-prev::after,
.single_wrap .swiper-button-prev::after{
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#mv_item .swiper-button-prev::after, .single_wrap .swiper-button-prev::after,
#mv_item .swiper-button-next::after, .single_wrap .swiper-button-next::after  {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--main-r);
    border-width: 3px 3px 0 0;
}

#mv_item .swiper-button-prev, .single_wrap .swiper-button-prev {
    left: 0 !important;
    margin-right: 10px !important;
}

#mv_item .swiper-button-next, .single_wrap .swiper-button-next {
    right: 0 !important;
}

.sec-img{
	height:50rem;
}

.sec-img img{
	height:100%;
	object-fit:cover;
}

.img-deco{
    padding-right: 3rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 3;
}

.img-deco:before {
content: "";
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--main);
    z-index: -1;
}

.reason-wrap{
	background:var(--main-r);
	padding:5rem;
}

.reason-wrap .l-flex{
	align-items:flex-start;	
}

.reason-item{
    width: calc(100% / 3 - 3.3333333rem);
}

.reason-item h3{
    margin: 2rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #B7B7B7;
}

.reason-img,
.support-img{
	height:25rem;
	position:relative;
}

.reason-num{
position: absolute;
    top: -25px;
    left: 20px;
    font-size: 3rem;
    font-family: var(--en);
    color: #7283A0;
}

.works-wrap article{
width: calc(100% / 3 - 3.3333333rem);
    padding: 2rem;
    background: var(--main-r);
}

.works-wrap article .post-thumbnail,
.topics-wrap article .post-thumbnail{
    height: 30rem;
    position: relative;
}

.works-wrap article .post-thumbnail .post-time{
position: absolute;
    right: 0;
    top: 0;
    background: #7283A0;
    color: var(--main-r);
    font-size: 12px;
    padding: 10px;
    line-height: 1;
    font-family: var(--en);
}

.works-wrap .post-title,
.topics-wrap .post-title,
.news-wrap .post-title{
color: var(--txt);
    font-size: 1.6rem;
    margin: 10px 0 !important;
}

.news-wrap .post-title{
    margin:0 !important;
}

.topics-wrap .post-title{
	-webkit-line-clamp: 2;
}

.topics-wrap article .post-time,
.news-wrap article .post-time,
#single_wrap .post-time{
    color: var(--main);
    font-size: 14px;
    line-height: 1;
    font-family: var(--en);
}

.news-wrap article:first-child a{
    border-top: 1px solid #A7A7A7;
}

.news-wrap article a{
    border-bottom: 1px solid #A7A7A7;
    padding: 2rem 4rem 2rem 2rem;
    position: relative;
    flex-wrap: nowrap;
}

.news-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
position: absolute;
    right: 2rem;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
}

.news-arrow::before, .news-arrow::after {
  content: '';
  position: absolute;
  background: var(--main);
}

.news-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.news-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

.over-l {
    flex: 1;
    margin-left: calc(50% - 50vw);
}

.over-r {
    flex: 1;
    margin-right: calc(50% - 50vw);
}

#page_header {
    height: 40rem;
    position: relative;
}

.hero-bg {
    height: 100%;
}

.hero-content {
position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: var(--main);		
	font-family: "NotosansJP-B", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

#page__reason .hero-content, #page__reason .hero-content .page-subtitle-en, #page__reason .hero-content .page-title,
#page__services .hero-content, #page__services .hero-content .page-subtitle-en, #page__services .hero-content .page-title,
#page__works .hero-content, #page__works .hero-content .page-subtitle-en, #page__works .hero-content .page-title,
#page__company .hero-content, #page__company .hero-content .page-subtitle-en, #page__company .hero-content .page-title,
.tax-works_cat .hero-content, .tax-works_cat .hero-content .page-subtitle-en, .tax-works_cat .hero-content .page-title{
    color: var(--main-r);
}

#page__reason .hero-content .title-c,
#page__services .hero-content .title-c,
#page__works .hero-content .title-c,
#page__company .hero-content .title-c,
.tax-works_cat .hero-content .title-c{
    color: #CFCFCF;
}

.hero-content .page-title {
    font-size: 1.6rem;
    color: var(--main);	
}

.hero-content .page-subtitle-en {
    font-size: 5rem;
    font-family: var(--en);
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 1rem;
    color: var(--main);
}

.breadcrumb__item span {
    text-transform: uppercase;
}

.breadcrumb__item {
    display: inline;
    margin-right: 2rem;
    position: relative;
}

.breadcrumb__item:after {
    content: "／";
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translatey(-50%);
    font-size: 13px;
}

.breadcrumb__item:last-child {
    padding-right: 0rem;
}

.breadcrumb__item:last-child:after {
    content: "";
}

.breadcrumb__item a {
    transition: opacity .6s;
}

.breadcrumb__item a:hover {
    opacity: .6;
}

#page__news #page_header,
#page__contactus #page_header,
#page__complete #page_header{
    height: 35rem;
}

#news,
#contactus,
#form_comp{
	margin-top:3rem;
}

#single_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 20rem;
}

#single_wrap .breadcrumbs{
	margin-bottom:5rem;
}

#single_wrap .breadcrumbs a,
#single_wrap .breadcrumbs p,
#single_wrap .breadcrumbs span{
font-family: "NotosansJP-B", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
    color: var(--main);
}

#single_wrap article {
    width: calc(70% / 1 - 25px);
}

#single_wrap .sidebar {
    width: calc(30% / 1 - 25px);
}

.single img {
    height: auto;
    max-width: 100%;
}

#news__pager {
    margin-top: 5rem;
}

#news__pager .page-numbers {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.news-list article {
    border-top: 1px solid #CFCFCF;
}

.news-list article:last-child {
    border-bottom: 1px solid #CFCFCF;
}

.news-list article a {
    display: block;
    padding: 30px 0;
}

.news-list article a div {
    display: flex;
    gap: 3rem;
    align-items: center;
}

#blog__pager{
    width:100%;
}

#blog__pager ul.page-numbers {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span {
width: 50px;
    height: 50px;
    line-height: 1;
    border: 1px solid var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main);
	font-family:var(--en);
}

.pagination .page-numbers li span {
    background: var(--main);
    color: var(--main-r);
    border: 1px solid var(--main);
}

.post-title {
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
    margin-bottom: 0 !important;
}

.single .post-title {
    margin: 2rem 0 !important;
    -webkit-line-clamp: initial;
    font-size: 2.5rem;
    line-height: 1.3;
	color:var(--txt);
}

.post-time {
    color: #3A3A3A;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-category {
    font-size: var(--sm);
    background: var(--main);
    color: var(--main-r);
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
}

.post-time,
.post-category {
    white-space: nowrap;
}

.single .post-contents h2,
.single .post-contents h3,
.single .post-contents h4,
.single .post-contents h5 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.single .post-contents p,
.single .post-contents figure {
    margin-bottom: 20px;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: 25% 75%;
}

.single-title,
.page-title,
.entry-title {
    margin: 0;
}

#archive_news_inner .news-list {
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width:1400px) {

    /*********************
           HEADER STYLES
           *********************/
#header {
    height: 85px;
}

.nav__list {
    gap: 2rem;
}

    .nav__list li a {
        font-size: 1.4rem;
    }

.header-cta {
    height: 85px;
}

.header-cta a {
    width: 180px;
}

.header-cta a img {
    width: 17px;
}

.header-cta a:last-child img {
    width: 22px;
}

#header {
    padding-left: 3rem;
}

    /*********************
           GENERAL STYLES
           *********************/
h2 {
    font-size: 1.8rem;
}

.l-lr {
    padding-right: 6.33333vw;
    padding-left: 6.33333vw;
}
	
.l-flex {
    gap: 3rem;
}

.l-flex .flex-l, .l-flex .flex-r {
    width: calc(100% / 2 - 1.5rem);
}

.sec-img {
    height: 40rem;
}

.reason-img, .support-img {
    height: 20rem;
}

.works-wrap article {
    width: calc(100% / 3 - 2rem);
}

.btn-wrap a, .btn-wrap button {
    padding: 1.5rem
}

.sub-headline, .sub-headline span {
    font-size: 1.7rem;
}

.cta-inner h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.cta-first {
    gap: 7rem;
}

.works-wrap article .post-thumbnail, .topics-wrap article .post-thumbnail {
    height: 20rem;
}

.reason-item{
    width: calc(100% / 3 - 2rem);
}

.cta {
    margin-right: 6.33333vw;
}
}


@media screen and (max-width:1200px) {
    /*********************
           HEADER STYLES
           *********************/

    #logo {
        width: 150px;
    }

   #menu-nav {
        display: block;
    }

    .header-cta {
        position: relative;
        z-index: 3;
    }

    #menu ul li a {
padding: 3rem;
        color: var(--main-r) !important;
        text-decoration: none;
        font-size: 1.6rem;
		text-align: left;
    }

    #menu ul li:first-child {
        border-top: 1px solid #fff;
    }

    #menu ul li {
        border-bottom: 1px solid #fff;
    }

    #menu #menu-nav_inner {
        display: block;
        width: 70%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-10px, 0, 0) translate(-50%, -50%);
    }

    #nav_inner {
        text-align: center;
        margin: 0;
        background: #274d9be6;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 90px;
        pointer-events: none;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
        transition: transform cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
		z-index:5;
    }

    #menu.open #nav_inner {
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    #menu-nav_inner {
        opacity: 0;
        -webkit-transition: opacity ease 0.6s 0s, -webkit-transform ease 0.6s 0s;
        transition: opacity ease 0.6s 0s, transform ease 0.6s 0s;
    }

    #menu.open #menu-nav_inner {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) translate(-50%, -50%);
        transform: translate3d(0, 0, 0) translate(-50%, -50%);
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .toggle {
        display: block;
        width: 85px;
        height: 85px;
        cursor: pointer;
        z-index: 10;
        right: 0;
        background: var(--accent);
        position: fixed;
        top: 0;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 2px var(--main-r);
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }

    .toggle.active span {
        border-bottom: solid 2px var(--main-r);
    }

    .toggle span:nth-child(1) {
        top: 37px;
    }

    .toggle span:nth-child(2) {
        top: 48px;
    }

    .toggle.active span:nth-child(1) {
        top: 42px;
        transform: translateX(-50%) rotate(-25deg);
    }

    .toggle.active span:nth-child(2) {
        top: 42px;
        transform: translateX(-50%) rotate(25deg);
    }
	
	#menu{
		margin-right:85px;
	}

    /*********************
           GENERAL STYLES
           *********************/
p, a, span, td, th, li, address, dt, dd {
    font-size: 14px;
}

.main-headline, .main-headline span {
    font-size: 2rem;
}

    .sec-img {
        height: 23rem;
    }

.services-cta p {
    font-size: 1.8rem;
}

.img-deco {
    padding-right: 2rem;
    padding-bottom: 2rem;
}

.img-deco:before {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
}

.services-cta .cta-second {
    padding: 3rem;
}

.mb_l {
    margin-bottom: 7rem;
}

    .sec-img {
        height: 35rem;
    }

#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li a, div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-size: 14px !important;
}
}

@media screen and (max-width:960px) {

    /*********************
           GENERAL STYLES
           *********************/
    :root {
        --width: 540;
    }

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

    .bg-main {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    #cursor,
    #stalker {
        display: none;
    }

    /*********************
        NAVIGATION STYLES
        *********************/

    #header {
        height: 70px;
    }

    .header-cta {
        height: 70px;
    }

    #header_inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 80px;
        width: 100%;
    }

    #header.is-top-sp {
        background: var(--main-r);
    }

    #header.is-top-sp .logo-wrap .logo-g {
        fill: var(--main);
    }

    #header.is-top-sp .toggle.active span {
        border-bottom: solid 2px var(--main-r);
    }

    .is-top-sp #header_inner {
        height: 50px;
    }

#menu {
        margin-right: 70px;
    }

.toggle {
        width: 70px;
        height: 70px;
    }

.toggle span:nth-child(1) {
        top: 31px;
    }

.toggle span:nth-child(2) {
        top: 39px;
    }

    .toggle.active span:nth-child(1) {
        top: 35px;
    }

    .toggle.active span:nth-child(2) {
        top: 35px;
    }
    /*********************
           FOOTER STYLES
           *********************/
    .footer-block-inner figure:hover {
        transform: scale(1);
    }

#footer_inner {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

#footer_content{
justify-content: center;
	}

.footer-company {
    text-align:center;
}

    /*********************
           LAYOUT & GRID STYLES
           *********************/
    .l-lr {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .l-tb {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .l-t {
        margin-top: 7rem;
    }

    .l-b {
        margin-bottom: 7rem;
    }

    .l-tb-p {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .sec-img {
        height: 30rem;
    }

.cta-inner{
    width: 100%;
	}

.cta-btn {
    width: 100%;
}

.cta-link{
	width:calc(100% / 3 - 2rem);
	}

.works-wrap .post-title, .topics-wrap .post-title, .news-wrap .post-title {
    font-size: 14px;
}

.post-category {
font-size: 12px;
        padding: 5px;
}

    .services-cta p {
        font-size: 1.6rem;
    }

.works-wrap article .post-thumbnail, .topics-wrap article .post-thumbnail {
        height: 20rem;
    }

#single_wrap {
    margin-top: 15rem;
}

#page__news #page_header, #page__contactus #page_header, #page__complete #page_header {
    height: 30rem;
}

#ezw_tco-2{
	display:none;
	}

}

@media screen and (max-width:767px) {

    /*********************
           GENERAL STYLES
           *********************/
    html {
        scroll-padding-top: 90px;
    }

    .mbr {
        display: inline-block;
    }

    .sp-hide {
        display: none;
    }

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

    .l-lr {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .l-tb {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .l-t {
        margin-top: 5rem;
    }

    .l-b {
        margin-bottom: 5rem;
    }

    .l-tb-p {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .l-flex {
        gap: 2rem;
    }

.mb_m {
    margin-bottom: 3rem;
}

.mb_l {
        margin-bottom: 5rem;
    }

    .main-headline, .main-headline span {
        font-size: 1.6rem;
    }

.img-deco {
        padding-right: 1rem;
        padding-bottom: 1rem;
    }

    .img-deco:before {
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }

.title-wrap {
    margin-bottom: 2rem;
}

p, a, span, td, th, li, address, dt, dd {
        font-size: 13px;
    }


    /* ==========================================================================
              Links
              ========================================================================== */

    .btn-1 a,
    .btn-1 button {
        background: var(--main);
        width: 200px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
        color: var(--main-r);
        letter-spacing: .04em;
        position: relative;
        border-left: 5px solid #D13631;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .btn-1 a::before,
    .btn-1 button::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        display: block;
        background: #D13631;
        z-index: 1;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .btn-1 a span,
    .btn-1 button span {
        position: relative;
        z-index: 5;
    }

    .btn-1 a:hover::before,
    .btn-1 button:hover::before {
        width: 100%;
    }

    /*********************
           HEADER STYLES
           *********************/
#header {
        padding-left: 2rem;
    }

.logo-wrap p {
    font-size: 11px;
    line-height: 1.3;
}

.site-description br{
	display:none;
	}

.logo-wrap {
    gap: 1rem;
}

#menu {
        margin-right: 80px;
    }

    .menu-item a {
        font-size: var(--md);
    }

.header-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
    }

.is-hidden {
        visibility: hidden;
        opacity: 0;
    }

#mv_item .swiper-button-prev, .single_wrap .swiper-button-prev, #mv_item .swiper-button-next, .single_wrap .swiper-button-next {
    width: 40px;
    height: 40px;
}

    .header-cta a {
    width: 50%;
    }

.logo-wrap a {
width: 100px;
        margin: 0 auto;
}

#header,
#header_inner {
        height: 60px;
    }

    .toggle {
        width: 60px;
        height: 60px;
    }

    .toggle span:nth-child(1) {
        top: 26px;
    }

    .toggle span:nth-child(2) {
        top: 34px;
    }

.toggle.active span:nth-child(1),
.toggle.active span:nth-child(2){
        top: 30px;
    }
.header-cta {
        height: 50px;
    }

    #menu ul li a {
        padding: 1rem;
        font-size: 1.4rem;
    }

#page_header {
    height: 30rem;
}

.breadcrumbs span,
.breadcrumbs a{
   font-size: 11px;
	}
    /*********************
           POSTS & CONTENT STYLES
           *********************/
.services-cta p {
        font-size: 12px;
        text-align: left;
    }
.services-cta .cta-second {
        padding: 1rem;
        justify-content: left;
    }
.hero-content{
	display:block;
bottom: 2rem;
	}
.hero-item{
	margin-bottom:5rem;
	}
.sec-title-en {
    font-size: 4rem;
}

.sec-img {
        height: 30rem;
    }

.reason-wrap {
    padding: 2rem;
}

.reason-item {
        width: 100%;
    }

.reason-wrap .l-flex {
    gap: 5rem;
}

.reason-num {
    left: 10px;
}

.btn-wrap a, .btn-wrap button {
    width: 170px;
    padding: 1rem;
    font-size: 12px;
}

.hero-content .page-subtitle-en {
    font-size: 4rem;
}

.hero-content .page-title {
        font-size: 1.2rem;
    }

#single_wrap article {
    width: 100%;
}

.single .post-title {
    font-size: 1.8rem;
}

    .sub-headline, .sub-headline span {
        font-size: 1.4rem;
    }

#single_wrap {
        margin-top: 8rem;
    }

    .post-title {
        -webkit-line-clamp: 1;
        width: 100%;
    }

    .post-data-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
    }

    .news-list article a div {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .news-list article a {
        padding: 20px 0;
    }

    .post-category {
        font-size: 12px;
    }

    .wpcf7-list-item-label,
    .wpcf7-list-item-label a {
        font-size: 13px;
    }

    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    textarea,
    .field {
        height: 60px;
        padding: 10px;
    }

.pagination .page-numbers li a, .pagination .page-numbers li span {
    width: 40px;
    height: 40px;
}

#blog__pager {
    margin: 1rem;
}

    /*********************
           FOOTER STYLES
           *********************/
    .cta-inner h3 {
        font-size: 1.6rem;
    }

.cta {
        margin-right: 0;
    }

.cta-link {
        width: calc(100% / 2 - .5rem);
    }

.cta-second{
	gap:1rem;
	}

    .footer-more-l,
    .footer-more-r {
        width: 100%;
    }

    .footer-block {
        height: 40vh;
    }

    #footer_content {
        padding-bottom: 100px;
    }

    #footer_bottom a,
    #copyright {
        font-size: 12px;
    }

#footer_logo{
	display:block;
	}

.nav__list li a {
        font-size: 12px;
    }

.nav__list {
        display: block;
        width: 100%;
    }

.nav__list li a {
    display: block;
    border-bottom: 1px solid var(--main-r);
    padding: 10px;
}
	
	.footer-item .site-description{
        margin-top: 2rem;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
	}

    /*********************
           LAYOUT & GRID STYLES
           *********************/

	.align-c {
    text-align: left;
}

    .l-flex .flex-l,
    .l-flex .flex-r {
        width: 100% !important;
    }

    textarea {
        min-height: 250px;
    }

.btn-wrap {
    margin-top: 3rem;
}

.works-wrap{
	gap:1rem;
	}

.works-wrap article {
        width: calc(100% / 2 - .5rem);
        padding: 1rem;
    }
    .works-wrap article .post-thumbnail, .topics-wrap article .post-thumbnail {
        height: 10rem;
    }

.works-wrap article .post-thumbnail .post-time {
    font-size: 11px;
    padding: 5px;
}

.works-wrap .post-title, .topics-wrap .post-title, .news-wrap .post-title {
        font-size: 13px;
    }

.post-category {
        font-size: 11px;
    }

.news-wrap article a{
    padding: 1rem 3rem 1rem 0rem;
}

.news-arrow {
    right: 0rem;
}

.ez-toc-title {
    font-size: 1.6rem !important;
}

#footer_sns {
    width: 20px;
    margin:0 auto;
    margin-top: 3rem;
}
	
.footer-item{
	width:100%;
	}

}

@media screen and (min-width:1201px) {
	.pc-none{
		display:none;
	}
}

@media screen and (min-width:961px) {
#ez-toc-container{
		display:none;
	}
}