body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	list-style-type: none;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
}

figure{
    margin: 0;
    padding: 0;
}

textarea {
	font-size: 100%;
}

*:focus {
outline: none;
}

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

hr{
	display: none;
}

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
    scroll-padding-top: 220px;

    font-feature-settings: "palt" 1;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-align: justify;
    text-justify: inter-ideograph;
}

iframe[name="google_conversion_frame"]{
	position: absolute;
	top: 0;
}

body{
	height: 100%;
	background: #fff;
	color: #1E2A6E;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	text-decoration: none;
	color: #1E2A6E;
}

a:hover{
}

a:hover img{
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

header {
    position: fixed;
    z-index: 100;
    top: 64px;
    left: 40px;
}

header h1 {
    width: 48px;
    margin-bottom: 64px;
}

header #g-nav-list{  
}

header .nav_main{
}

header .nav_main li {
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

header .nav_sub {
    border-top: solid 1px;
    padding-top: 16px;
    margin-top: 32px;
    display: flex;
    gap: 0 12px;
}

header .nav_sub .icon_img {
    width: 28px;
}

.nav_ww{
    margin-top: 20px;
}

header .ww_link {
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.6;
}

header .ww_link small{
    font-size: 1.2rem;
}

.contents {
}

.contents_inner {
    margin: 0 auto;
    width: 80%;
}

.mainvisual {
    height: 100vh;
    position: relative;
}

.mainvisual h2 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 2;
    font-size: 1.8rem;
    letter-spacing: 0.4em;
    font-weight: 600;
    white-space: pre;
}

.about{
    padding: 120px 0;
}

.about_inner{

}

.about_inner h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
}

.about_detail {
    text-align: center;
    margin-bottom: 48px;
}

.about_detail h3 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.about_detail p {
    line-height: 2.4;
}

.about_table {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.about_table dt {
    clear: left;
    float: left;
    width: 120px;
    line-height: 1.8;
    font-weight: 600;
}

.about_table dd {
    padding-left: 120px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: dashed 1px;
    line-height: 1.8;
}

.button_link a {
    font-size: 1.2rem;
    border: solid 1px;
    padding: 8px 24px;
    border-radius: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button_link {
    display: block;
    margin: 64px auto 0;
    text-align: center;
}

.button_link a:hover{
    background-color: #1E2A6E;
    color: #fff;
}

.works{
    padding: 120px 0;
}

.works_inner{

}

.works_inner h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
}

.works_detail {
    width: 80%;
    margin: 0 auto 80px;
}

.works_detail.visual{
    
}

.works_visual_detail {
    margin-bottom: 40px;
    text-align: center;
}

.works_detail h3 {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 2rem;
}

.works_detail p {
    line-height: 2.4;
}

.works_detail p span {
    letter-spacing: 0px;
}

.works_visual_img{
}

.works_visual_img ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 3%;
}

.works_visual_img ul li {
    width: 31.3%;
}

.works_detail.writing {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.works_writing_detail {
    width: 56%;
    min-width: 480px;
}

.works_writing_img {
    width: 40%;
    margin-left: 4%;
}

.contact {
    height: 100vh;
    position: relative;
}

.contact_inner {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact_inner h2{ 
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
    font-size: 3.2rem;
    letter-spacing: 0.05em; 
}

.contact_detail{

}

.contact_detail p {
    text-align: center;
    line-height: 1.8;
}

.contact_detail p:last-child{
    margin-top: 24px;
}

.contact_detail p a{
    text-decoration: underline;
}

footer {
    position: fixed;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer p {
    font-family: 'Ubuntu', sans-serif;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 1.2rem;
}




@media screen and (min-width: 800px) {

.openbtn1 p{
    display: none;
}

.sp_view{
    display: none !important;
}



}





/* 800p以下 */
@media screen and (max-width: 800px) {

.openbtn1 {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: fixed;
    top: 16px;
    z-index: 1000;
    right: 2%;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 1px;
    background-color: #1E2A6E;
    right: 7px;
    width: 72%;
}

.openbtn1 p{
    font-size: 1.2rem;
    text-align: center;
    margin-top: 44px;
    color: #1E2A6E;
}

.openbtn1 .openbtn_menu{
}

.openbtn1.active .openbtn_menu{
    display: none;
}

.openbtn1 .openbtn_close{
    display: none;
}

.openbtn1.active .openbtn_close{
    display: block;
}

.openbtn1 span:nth-of-type(1) {
    top: 12px;
}

.openbtn1 span:nth-of-type(2) {
    top: 24px;
}

.openbtn1 span:nth-of-type(3) {
    top: 36px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
    display: none;
}

.openbtn1.active span:nth-of-type(3) {
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
}

#g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    transition: all 0.3s;
    right: 0;
    box-sizing: border-box;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#g-nav.panelactive{
    opacity: 1;
    z-index: 999;
    right: 0;
    background-color: #fff;
    pointer-events: unset;
}

header #g-nav-list {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56%;
    margin: 0 auto;
}

header .nav_main {
}

header .nav_main li {
    font-size: 1.8rem;
    margin-bottom: 32px;
}

header .ww_link {
    font-size: 1.6rem;
}

header .nav_sub .icon_img {
    width: 32px;
}


}




/* 800px以上1080以下 */
@media (max-width: 1080px) and (min-width: 800px) {








}



_::-webkit-full-page-media, _:future, :root .wrapper__recruitpage-left {
    width: 64%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome, .wrapper__recruitpage-left {
        width: 64%;
    }

}
































