/*
Theme Name: portfolio.site
Author: haruka.nishijima
*/
*{
  box-sizing: border-box;   
}
html {
  font-size: 62.5%;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}    
body {
   font-family: 'Noto Sans JP',sans-serif;
   color: #333;
   font-weight: 400;
   font-size: 1.6rem;
   line-height: 2;
   letter-spacing: 0.15em;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
/*  フォント指定  */

.f_kul {
  font-family: 'Kulim Park','Noto Sans JP',sans-serif;
}
.top-title_e {
  font-family: 'Kulim Park','Noto Sans JP',sans-serif;
  font-size: 7.4rem;
  letter-spacing: 0.2em;
  font-weight: 200;
  padding-right: 20px;    
}
.top-title_j {
  font-size: 2.0rem;
  font-weight: 400;
}
.title_e {
  font-family: 'Kulim Park','Noto Sans JP',sans-serif;
  font-size: 6.2rem;
  letter-spacing: 0.2em;
  font-weight: 200;
  padding-right: 20px;
}
.f_fja {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3.2rem;
  color: #4B69A9;
}
.f_me {
  font-family: 'Kulim Park','Noto Sans JP',sans-serif;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 200;
}
.f_mj {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 300;
}
.f_mjb {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;    
}
.f_s {
  font-size: 2.0rem;
  font-weight: 500;
}
.f_ss {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.f_20 {
  font-size: 2rem;
  font-weight: 500;
}
/* 他 */
.pc-off {
  display: none;
}
@media screen and (max-width: 960px) {
    .top-title_e  {
         font-size: 5.7rem;
         padding-right: 0px;
         letter-spacing: 0.15em;
    }
    .top-title_j {
         font-size: 1.8rem;
         letter-spacing: 0.2rem;
         font-weight: 200;
    }
    .title_e {
          font-size: 5rem;
          letter-spacing: 0.13em;
          font-weight: 200;
          padding-right: 10px;
    }
    .f_s {
          font-size: 1.8rem;
          font-weight: 500;
    }
    .f_me {
          font-family: 'Kulim Park','Noto Sans JP',sans-serif;
          font-size: 2.3rem;
          line-height: 1.5;
    }
    .f_mj {
          font-size: 2.35rem;
          line-height: 1.5;
          font-weight: 400;
    }
    .f_s {
          font-size: 1.8rem;
          font-weight: 500;
    }
    .f_ss {
          font-size: 1.6rem;
          font-weight: 500;
          letter-spacing: 0.1em;
    }
    .pc-off {
        display: block;
    }
}
/*  狭めスペース */
.f_na {
    letter-spacing: 0.1em;
    line-height: 1.5;
}
/*   色指定   */
.c_g {
    color: #6C6E6F;
    font-weight: 100;
    letter-spacing: 0.1em;
}
/*  その他・・*/
.img_line {
    border: 1px solid #6C6E6F;
}
.btn {
    padding: 0 20px;
}
.btn a {
    position: relative;
    overflow: hidden;
    transition: ease .2s;
    color: #4B69A9;
    font-weight: 700;
    display: block; 
    background-color: #FFF;
    border: solid #4B69A9;
    text-align: center;
    width: 100%;
    max-width: 270px;
    border-radius: 70px;
    margin: 0px auto;
    padding: 15px 20px;
    clip-path: inset(0px round 70px);
    animation-fill-mode: backwards;
}
.btn a::after{
    content: "";
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #4B69A9; 
}
.btn span {
	position: relative;
	z-index: 3;
	color:#4B69A9;
}
.btn a:hover span{
	color:#fff;
}
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#4B69A9;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.btn a:hover:after {
    border-left: 8px solid #FFF;
}
header {
    position: fixed;
    height: 68px;
    width: 100%;
    z-index: 100;
    background-color: transparent;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}
.header-logo {
  width: 30px;
  margin: 25px 40px 20px 40px;
}
.header-logo a {
  display: block;
  width: 100%;
}
.menu_list {
  display: flex;
  justify-content: flex-end;
  margin: 35px 40px 0 0;
}
.menu_list li {
  padding: 0 0 30px 70px;
}
@media screen and (max-width: 960px) {
    .header-logo {
        width: 25px;
        margin: 20px 20px 10px 16px; 
    }
    .navigation {
        height: 100vh;
        background-color:#F5F6F9;
    }
    .header{
        height: 80px;
        background-color: #3b3b3b;
    }
    .menu-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        display: flex;
        height: 33px;
        width: 50px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }
    .menu-btn::before {
        color: #fff;
        bottom: -16px;
        position: absolute;
        font-size: 14px;
    }
    .menu-btn.active::before {
        color: #fff;
    }
    .menu-btn span,
    .menu-btn span::before,
    .menu-btn span::after {
        content: '';
        display: block;
        height: 1px;
        width: 38px;
        background-color: #334875;
        position: absolute;
        transition: .3s;
    }
    .menu-btn span::before {
        bottom: 8px;
    }
    .menu-btn span::after {
        top: 8px;
    }
    .menu-btn.active span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    .menu-btn.active span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    .menu-btn.active span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .menu-btn.active span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    .menu-btn.active span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    .menu-btn.active span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .navigation{
        display: none;
        height: 100vh;
        background: #F5F6F9;
        width: 100%;
        position: fixed;
        padding: 16px;
        right: 0;
    }
    .navigation.active{
        display: block;
    }
    .menu_list-item{
        margin-top: 10px;
    }
    .menu_list-item a{
        color:#fff;
    }
    .header-wrap {
        justify-content: start;
    }
    .menu_list {
        display: block;
    }
    .menu_list li {
        font-size: 3.5rem;
        font-weight: 100;
        padding: 0 0 30px 20px;
    }
}
footer {
  background-image: url("img/55.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 55%;
  text-align: center;
  height: 140px;
  width: auto;
}
footer p {
  font-size: 14px;
  color: #FFF;
  font-weight: 100;
  padding: 30px 0 40px;
}
footer small {
  font-size: 10px;
  color: #FFF;
}
/* インデックス */
.section-top_topimage {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}
.section-top_topimage img {
    width: 100%;
    height: 860px;
    object-fit: cover;
    object-position: 50% 25%;
}
.section-top_topimage_title {
    position: absolute;
    top:250px;
    left: 40px;
    z-index: 50;
}
.section-top_topimage_title h1 {
    font-size: 6.5rem;
    line-height: 1.1;
    letter-spacing: 0.25em;
    color: #FFF;
    font-weight: 400;
}
.scrolldown1 {
    text-align: center;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 40px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
@media screen and (max-width: 960px) {
    .section-top_topimage img {
        height: 670px;
        object-fit: cover;
        object-position: center
    }
    .section-top_topimage_title {
        top:190px;
        left: 16px;        
    }
    .section-top_topimage_title h1 {
        font-size: 4.5rem;
        line-height: 1.1;
        letter-spacing: 0.24em;
        color: #FFF;
        font-weight: 400;
    }
    .scrolldown1 {
        top: 75%;
    }
}
.section-top_lead {
    padding: 120px 140px 180px;
    background-image: url("img/2.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 100% 80%;
    min-width: 300px;
}
.section-top_lead_bg {
    max-width: 2000px;
    margin: 0 auto;
}
.sp-on {
    display: none;
}
.section-top_lead_img img{
    max-width: 700px;
    
}
.section-top_lead p {
    margin-top: 30px;
}
@media screen and (max-width: 960px) {
    .sp-off {
        display: none;
    }
    .sp-on {
        display: block;
    }
    .section-top_lead_img img {
        min-width: 330px;
        max-width: 450px;
    }
    .section-top_lead p {
        padding: 0 20px 0px;
    }
    .section-top_lead {
        padding: 70px 0px 235px;
        background-size: 70%;
        background-position: 100% 95%;
    }
}
.section-top_about {
    padding: 100px 140px 150px;
    max-width: 2000px;
    margin: 0 auto  120px;
    background-color: #F5F6F9;
}
.section-top_about_bg {
    max-width: 2000px;
    margin: 0 auto;
}
.section-top_about h2 {
    position: relative;
    z-index: 5;
}
.section-top_about h2::before{
    content: 'ABOUT';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-top_about_wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.section-top_about_text h3 {
    line-height: 1.2;
    margin-bottom: 20px;
    color: #2F5680;
}
.section-top_about_image img {
    width: 322px;
}
.section-top_about_text {
    margin: 25px 0 0 140px;
    max-width: 670px;
}
.section-top_about_text_content {
    margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
    .section-top_about {
        padding: 60px 16px 90px;
        margin-bottom: 100px;
    }
    .section-top_about_wrap {
        display: block;
    }
    .section-top_about h2::before{
        content: 'ABOUT';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.15em;
    }
    .section-top_about_image img {
        display: block;
        width: 250px;
        margin: 30px auto 0;
    }
    .section-top_about_text {
        padding-top: 20px;
        margin: 0 auto;
    }
}
.section-top_works {
    padding: 0px 40px 0px;
    max-width: 2000px;
    margin: 0 auto 120px;
}
.section-top_works_title {
    padding-left: 100px;
}
.section-top_works h2 {
    position: relative;
    z-index: 5;
}
.section-top_works h2::before{
    content: 'WORKS';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-top_works_wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.section-top_works_wrap_content {
    flex-basis: 30%;
}
.section-top_works_wrap_content p:nth-child(2n){
    padding-bottom: 10px;
}
@media screen and (max-width: 960px)  {
        .section-top_works {
            padding: 0px 20px 0px;
            margin-bottom: 100px;
        }
        .section-top_works_wrap {
            display: block;
            margin: 30px 0 80px;
        }
        .section-top_works h2::before{
            content: 'WORKS';
            position: absolute;
            left: -16px;
            bottom: -10px;
            font-size: 7.5rem;
            letter-spacing: 0.15em;
        }
        .section-top_works_wrap_content h3 {
            margin-bottom: 10px;
        }
        .section-top_works_title {
            padding-left: 16px;
        }
        .section-top_works_wrap_content {
            max-width: 500px;
            margin: 0 auto 40px;
        }
}
.section-top_skills {
    padding: 100px 140px 150px;
    max-width: 2000px;
    margin: 0 auto  150px;
    background-color: #F5F6F9;
    position: relative;
    background-image: url("img/7.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 100% 100%;
    min-width: 300px;
}
.section-top_skills_bg {
    max-width: 2000px;
    margin: 0 auto;
}
.section-top_skills h2 {
    position: relative;
    z-index: 5;
}
.section-top_skills h2::before{
    content: 'SKILLS';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-top_skills_wrap {
    display: flex;
    margin-top: 30px;
}
.section-top_skills_tool, .section-top_skills_language {
    flex-basis: 40%;
}
.section-top_skills_wrap h3 {
    margin-bottom: 20px;
    color: #2F5680;
}
.section-top_skills_wrap li {
    padding-bottom: 10px;
    font-weight: 600;
}
.section-top_skills_wrap ul {
    margin-bottom: 20px;
}
.section-top_skills p {
    font-weight: 600;
    border-bottom: solid;
    border-color: #FADD9B;
    border-width: 5px;
    display: inline;
}
@media screen and (max-width: 960px)  {
        .section-top_skills {
            padding: 60px 20px 90px;
            margin-bottom: 100px;
            background-size: 70%;
            background-position: 100% 100%;
            min-width: 300px;
        }
        .section-top_skills_wrap {
            display: block;
            max-width: 670px;
            margin: 0 auto;
        }
        .section-top_skills h2::before{
            content: 'SKILLS';
            position: absolute;
            left: -16px;
            bottom: -10px;
            font-size: 7.5rem;
            letter-spacing: 0.15em;
        }
        .section-top_skills_wrap h3 {
            margin: 30px 0 20px
        }
    }
.section-top_other {
    padding: 0px 40px 0px;
    max-width: 2000px;
    margin: 0 auto 120px;
}
.section-top_other_title {
    padding-left: 100px;
}
.section-top_other h2 {
    position: relative;
    z-index: 5;
}
.section-top_other h2::before{
    content: 'OTHER';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-top_other_wrap {
    margin: 50px 0 40px;
    display: flex;
    justify-content: space-between;
}
.section-top_other_wrap_content {
    flex-basis: 30%;
}
.section-top_other_wrap h3 {
    margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 960px) {
        .section-top_other {
            padding: 0px 20px 0px;
            margin-bottom: 150px;
        }
        .section-top_other_wrap {
            display: block;
            margin: 30px 0 80px;
        }
        .section-top_other h2::before{
            content: 'OTHER';
            position: absolute;
            left: -16px;
            bottom: -10px;
            font-size: 7.5rem;
            letter-spacing: 0.15em;
        }
        .section-top_other_wrap_content h3 {
            margin-bottom: 10px;
        }
        .section-top_other_title {
            padding-left: 16px;
        }
        .section-top_other_wrap_content {
            max-width: 500px;
            margin: 0 auto 40px;
        }
}
.section-top_learn h2 {
    position: relative;
    z-index: 5;
    margin-top: 70px;
}
.section-top_learn h2::before {
    content: 'LEARN';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
 .section-top_learn_title .btn a  {
    margin: 80px -40px;
}
.section-top_learn {
    display: flex;
    justify-content: space-between;
    max-width: 2000px;
    margin: 160px auto 0px;
    padding: 0px 140px 150px
}
.section-top_learn_article_wrappre {
    flex-grow: 3;
}
.section-top_learn_title {
    flex-grow: 1;
}
.f_learn {
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #6C6E6F;
}
.section-top_learn_article_under {
    border-bottom: #F5F6F9 solid 2px;
    margin-bottom: 30px;
}
.section-top_learn_article-title {
    display: flex;
}
.section-top_learn_category p {
    font-size: 1.4rem;
    border: #4B69A9 solid 1px;
    color: #4B69A9;
    border-radius: 20px;
    padding: 0px 30px;
    margin-left: 40px;
}
.section-top_learn_article_under {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-top_learn_article_under img {
    width: 40px;
    margin-bottom: 30px;
}
.section-top_learn_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1.5;
    margin: 20px 0 150px;
}
.section-top_learn_pagination li {
    margin-right: 20px;
}
.section-top_learn_pagination li:last-child {
    padding-bottom: 25px;
    margin-left: 40px;
}
.section-top_learn_pagination li:first-child {
    color: #4B69A9;
}
@media screen and (max-width: 960px)  {
    .section-top_learn_article_wrappre {
        display: block;
        padding: 0 20px;
        margin: 50px 0 180px;
    }
    .section-top_learn h2::before {
        content: 'LEARN';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.15em;
    }
    .section-top_learn_pagination ul {
        margin-bottom: 60px;
    }
    .section-top_learn_article ul {
        margin-bottom: 80px;
    }
    .section-top_learn_log-category {
        margin-bottom: 50px;
    }
    .section-top_learn {
        display: block;
        padding:0px 20px;
    }
}
/* アバウト */
.section-about_top {
    padding: 150px 0px 120px;
    max-width: 2000px;
    margin: 0 auto;
}
.section-about_top h1 {
    position: relative;
    z-index: 5;
    padding-left: 140px;
}
.section-about_top h1::before{
    content: 'ABOUT';
    position: absolute;
    z-index: -5;
    left: 95px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 9.4rem;
    font-weight: 100;
    letter-spacing: 0.20em;
    color: #E2E8F4;
}
.section-about_about_wrap {
    padding: 0px 140px;
}
.section-about_about_wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.section-about_about_text h3 {
    line-height: 1.2;
    margin-bottom: 20px;
}
.section-about_about_image img {
    width: 322px;
}
.section-about_about_text {
    margin: 25px 0 0 140px;
    max-width: 670px;
}
.section-about_about_text_content {
    margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
    .section-about_top {
        padding: 120px 20px 0px;
        margin-bottom: 100px;
    }
    .section-about_about_wrap {
        display: block;
        padding: 0;
    }
    .section-about_top h1 {
        padding-left: 16px;
    }
    .section-about_top h1::before{
        content: 'ABOUT';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 8.0rem;
        letter-spacing: 0.15em;
    }
    .section-about_about_image img {
        display: block;
        width: 250px;
        margin: 30px auto 0;
    }
    .section-about_about_text {
        padding-top: 20px;
        margin: 0 auto;
    }
    .section-about_about_text_content {
        margin-bottom: 0px;
    }
}
.section-about_strength {
    padding: 120px 40px;
    max-width: 2000px;
    margin: 0 auto 120px;
    background-color: #F5F6F9;
}
.section-about_strength_title {
    padding-left: 100px;    
}
.section-about_strength h2 {
    position: relative;
    z-index: 5;
}
.section-about_strength h2::before{
    content: 'STRENGTH';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-about_strength-wrap {
    max-width: 1350px;
    margin: 50px auto 80px;
    display: flex;
    justify-content: space-between;
}
.section-about_strength_wrap_content {
    flex-basis: 30%;
    font-size: 1.4rem;
}
.section-about_strength_wrap_content h3 {
    padding: 20px 0 15px;
    text-align: center;
}
.section-about_strength_wrap_content img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}
@media screen and (max-width: 960px)  {
        .section-about_strength {
            padding: 60px 20px 50px;
            margin-bottom: 100px;
         }
        .section-about_strength {
            display: block;
            margin: 30px 0 100px;
         }
        .section-about_strength h2 {
        padding-left: 0;
        }
        .section-about_strength h2::before{
            content: 'STRENGTH';
            position: absolute;
            left: -16px;
            bottom: -10px;
            font-size: 7.0rem;
            letter-spacing: 0.05em;
        }
    .section-about_strength_title .title_e {
            padding-right: 0px;
    }
        .section-about_strength-wrap {
            display: block;
            margin: 30px 0 0;
        }
        .section-about_strength_content h3 {
            margin-bottom: 10px;
        }
        .section-about_strength_title {
            padding-left: 16px;
        }
        .section-about_strength_wrap_content {
            max-width: 500px;
            margin: 0 auto 40px;
        }
}
.section-about_career {
    padding: 0 140px;
    max-width: 2000px;
    margin: 0 auto 120px;
}
.section-about_career h2 {
    position: relative;
    z-index: 5;
}
.section-about_career h2::before{
    content: 'CAREER';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-about_career_wrap {
    margin-top: 50px;
}
.section-about_career_content {
    margin-bottom: 50px;
}
.section-about_career_wrap ul {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 70px auto 0;
}
.section-about_career_wrap li {
    flex-basis: 30%;
}
@media screen and (max-width: 960px) {
    .section-about_career {
        padding: 0px 20px 0px;
        margin-bottom: 100px;
    }
    .section-about_career h2::before{
        content: 'CAREER';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.15em;
    }
    .section-about_career_wrap {
        margin-top: 30px;
    }
    .section-about_career_content {
        margin-bottom: 40px;
    }
    .section-about_career_wrap ul {
        display: block;
    }
    .section-about_career_wrap li {
        margin: 0 auto 40px;
        max-width: 400px;
    }
}
.section-about_interest {
    padding: 120px 140px 100px;
    max-width: 2000px;
    margin: 0 auto 0px;
    background-color: #F5F6F9;
}
.section-about_interest h2 {
    position: relative;
    z-index: 5;
}
.section-about_interest h2::before{
    content: 'INTEREST';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-about_interest_wrap {
    margin-top: 50px;
}
.section-about_interest_content {
    margin-bottom: 50px;
}
@media screen and (max-width: 960px)  {
        .section-about_interest {
            padding: 60px 20px 150px;
        }
        .section-about_interest {
            display: block;
            margin: 30px 0px 0px;
        }
        .section-about_interest h2::before{
            content: 'INTEREST';
            position: absolute;
            left: -16px;
            bottom: -10px;
            font-size: 7.5rem;
            letter-spacing: 0.12em;
        }
        .section-about_interest_wrap {
            margin-top: 30px;
        }
        .section-about_interest_content {
            margin-bottom: 40px;
        }
}
/* ワークス */
.section-works_top {
    padding-top: 150px;
    max-width: 2000px;
    margin: 0 auto 100px;
}
.section-works_top h1 {
    position: relative;
    z-index: 5;
    padding-left: 140px;
}
.section-works_top h1::before{
    content: 'WORKS';
    position: absolute;
    z-index: -5;
    left: 95px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 9.4rem;
    font-weight: 100;
    letter-spacing: 0.20em;
    color: #E2E8F4;
}
.works-post_wrap {
    display: block;
    text-align: right;
    padding-right: 40px;
    max-width: 2000px;
    margin: 0 auto;
}
.works-category {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.works-category::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #4B69A9;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.works-category select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: none;
    border-bottom: 2px solid #E2E8F4;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.works-category select:focus {
    outline: none;
}
.section-works_works_wrap {
    padding: 0 40px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-works_wrap_content {
    flex-basis: 30%;
}
.section-works_wrap_content p:nth-child(2n){
    padding-bottom: 10px;    
}
@media screen and (max-width: 960px) {
    .section-works_top {
        padding: 120px 20px 0px;
        margin-bottom: 150px;
    }
    .section-works_works_wrap {
        display: block;
        padding: 0 ;
        margin: 50px 0 0;
    }
    .section-works_top h1 {
        padding-left: 20px;
    }
    .section-works_top h1::before{
        content: 'WORKS';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 8.0rem;
        letter-spacing: 0.15em;
    }
    .section-works_wrap_content {
        max-width: 576px;
        margin: 0 auto 40px;
    }
    .works-post_wrap {
        margin-top: 50px;
    }
}
/* クリニックサイト */
.section-clinic_top {
    background-color: #F5F6F9;
    padding: 210px 140px 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-clinic_top_image {
    padding-right: 100px;
}
.section-clinic_top_image img {
    max-width: 840px;
}
.section-clinic_top_text {
    text-align: center;
    min-width: 330px;
}
.section-clinic_top_text_up {
    margin-bottom: 20px
}
.section-clinic_top_text_under {
    margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
    .section-clinic_top {
        display: block;
        padding: 120px 16px 90px;
    }
    .section-clinic_top_image {
        padding: 0 20px;
    }
    .section-clinic_top_text_under {
        margin-bottom: 40px;
    }
}
.section-clinic_overview {
    margin: 120px 0;
    padding: 0 140px;
}
.section-clinic_overview_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.section-clinic_overview_image {
    margin-right: 70px;
    flex-shrink: 0;
}
.section-clinic_overview_image img {
    max-width: 465px;
}
.section-clinic_overview_text {
    max-width: 670px;
}
.section-clinic_overview_text dt {
    font-weight: 600;
}
.section-clinic_overview_text dd {
    margin-bottom: 20px;
}
.section-clinic_overview_concept  {
    text-align: center;
}
.section-clinic_overview_concept img {
    margin-top: 40px;
    max-width: 1160px;
}
@media screen and (max-width: 960px) {
    .section-clinic_overview {
        padding: 0 20px;
    }
    .section-clinic_overview_wrap {
        display: block;
    }
    .section-clinic_overview_image  {
        padding: 0 30px 20px;
        min-width: 256px;
        margin: 0 auto;
        text-align: center;
    }
    .section-clinic_overview  {
        margin: 60px 0 100px;
    }
    .section-clinic_overview_text {
        margin: 0 auto;
    }
}
.section-clinic_process {
    padding: 120px 140px;
    max-width: 2000px;
    margin: 0 auto 120px;
    background-color: #F5F6F9;   
}
.section-clinic_process h2 {
    position: relative;
    z-index: 5;
}
.section-clinic_process h2::before{
    content: 'PROCESS';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-clinic_task_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 100px;
}
.section-clinic_task_image {
    margin-right: 80px;
    flex-shrink: 0;
}
.section-clinic_task_image img {
    max-width: 500px;
}
.section-clinic_process h3 {
    margin-bottom: 30px;
}
.section-clinic_task_text li, .section-clinic_target_text li {
    margin-bottom: 20px;
}
.section-clinic_target_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-clinic_task_text, .section-clinic_target_text, .section-clinic_information_text, .section-clinic_design_text {
    max-width: 670px;
}
.section-clinic_target_text_image {
    margin-left: 80px;
    flex-shrink: 0;
}
.section-clinic_target_text_image img {
    max-width: 400px;
}
.section-clinic_process_site-map {
    max-width: 1160px;
    margin: 0 auto;
}
.section-clinic_process_site-map ul {
    margin-top: 80px;
}
.section-clinic_process_site-map li {
    margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
    .section-clinic_process {
        padding: 60px 20px 50px;
        margin-bottom: 100px; 
    }
    .section-clinic_process h2 {
        position: relative;
        z-index: 5;
    }
    .section-clinic_process h2::before{
        content: 'PROCESS';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.12em;
    }
    .section-clinic_task_wrap {
        display: block;
        margin: 30px 0 60px;
    }
    .section-clinic_task_image {
        margin-right: 0px;
    }
    .section-clinic_task_image  {
        padding: 0 30px 40px;
        text-align: center;
    }
    .section-clinic_target_wrap {
        display: block;
        margin-bottom: 10px;
    }
    .section-clinic_process h3 {
        margin-bottom: 20px;
    }
    .section-clinic_target_text_image {
        margin: 0;
        padding: 40px 30px 40px;
        text-align: center;
    }
    .section-clinic_process_site-map ul {
        margin-top: 20px;
    }
    .section-clinic_process_site-map li {
        margin-bottom: 40px;
    }
    .section-clinic_task_text, .section-clinic_target_text, .section-clinic_information_text, .section-clinic_design_text {
        margin: 0 auto;
    }
}
.section-clinic_point {
    padding: 0 140px;
    max-width: 2000px;
    margin: 0 auto 150px;   
}
.section-clinic_point h2 {
    position: relative;
    z-index: 5;
}
.section-clinic_point h2::before{
    content: 'POINT';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-clinic_information_image img {
    max-width: 400px;
}
.section-clinic_process h3 {
    margin-bottom: 30px;
}
.section-clinic_design_wrap, .section-clinic_information_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.section-clinic_information_wrap {
    margin-bottom: 100px;
}
.section-clinic_design_image {
    margin-left: 80px;
    flex-shrink: 0;
}
.section-clinic_information_image {
    margin-right: 80px;
    flex-shrink: 0;
}
.section-clinic_information img, .section-clinic_design_image img {
    max-width: 400px;
}
.section-clinic_information_text ul, .section-clinic_design_text ul {
    margin-bottom: 30px;
    padding-left: 40px;
}
.section-clinic_information_text h3, .section-clinic_design_text h3 {
    margin-bottom: 30px; 
}
.section-clinic_information_text li, .section-clinic_design_text li {
    font-weight: 600;
    margin-bottom: 15px;
}
.section-clinic_information_text_1 {
    position: relative;
}
.section-clinic_information_text_1::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/56.svg);
    background-size: cover;
}
.section-clinic_information_text_2 {
    position: relative;    
}
.section-clinic_information_text_2::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/57.svg);
    background-size: cover;
}
.section-clinic_information_text_3 {
    position: relative;    
}
.section-clinic_information_text_3::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/58.svg);
    background-size: cover;
}
@media screen and (max-width: 960px) {
    .section-clinic_point {
        padding: 0px 20px 0px;
        margin-bottom: 150px;
    }
    .section-clinic_point h2::before{
        content: 'POINT';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.15em;
    }
    .section-clinic_design_wrap, .section-clinic_information_wrap {
        display: block;
        margin-top: 0;
    }
    .section-clinic_information_image {
        margin: 0;
        padding: 30px 30px 40px;
        text-align: center;     
    }
    .section-clinic_design_image {
        margin: 0;
        padding: 40px 30px 0px;
        text-align: center;           
    }
    .section-clinic_information_wrap {
        margin-bottom: 60px;
    }
    .section-clinic_information_text h3, .section-clinic_design_text h3 {
        margin-bottom: 20px;
    }
}
/* マイナビサイト */
.section-mvlp_top {
    background-color: #F5F6F9;
    padding: 210px 140px 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-mvlp_top_image {
    padding-right: 100px;
}
.section-mvlp_top_image img {
    max-width: 840px;
}
.section-mvlp_top_text {
    text-align: center;
    min-width: 330px;
}
.section-mvlp_top_text_up {
    margin-bottom: 20px
}
.section-mvlp_top_text_under {
    margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
    .section-mvlp_top {
        display: block;
        padding: 120px 16px 90px;
    }
    .section-mvlp_top_image {
        padding: 0 20px;
    }
    .section-mvlp_top_text_under {
        margin-bottom: 40px;
    }
}
.section-mvlp_overview {
    margin: 120px 0;
    padding: 0 140px;
}
.section-mvlp_overview_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.section-mvlp_overview_image {
    margin-right: 70px;
    flex-shrink: 0;
}
.section-mvlp_overview_image img {
    max-width: 465px;
}
.section-mvlp_overview_text {
    max-width: 670px;
}
.section-mvlp_overview_text dt {
    font-weight: 600;
}
.section-mvlp_overview_text dd {
    margin-bottom: 20px;
}
.section-mvlp_overview_concept  {
    text-align: center;
}
.section-mvlp_overview_concept img {
    margin-top: 40px;
    max-width: 1160px;
}
@media screen and (max-width: 960px) {
    .section-mvlp_overview {
        padding: 0 20px;
    }
    .section-mvlp_overview_wrap {
        display: block;
    }
    .section-mvlp_overview_image  {
        padding: 0 30px 20px;
        min-width: 256px;
        margin: 0 auto;
        text-align: center;
    }
    .section-mvlp_overview  {
        margin: 60px 0 100px;
    }
    .section-mvlp_overview_text {
        margin: 0 auto;
    }
}
.section-mvlp_process {
    padding: 120px 140px;
    max-width: 2000px;
    margin: 0 auto 120px;
    background-color: #F5F6F9;   
}
.section-mvlp_process h2 {
    position: relative;
    z-index: 5;
}
.section-mvlp_process h2::before{
    content: 'PROCESS';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-mvlp_request_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 100px;
}
.section-mvlp_request_image {
    margin-right: 80px;
    flex-shrink: 0;
}
.section-mvlp_request_image img {
    max-width: 500px;
}
.section-mvlp_process h3 {
    margin-bottom: 30px;
}
.section-mvlp_request_text li, .section-mvlp_task_text li {
    margin-bottom: 20px;
}
.section-mvlp_task_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-mvlp_task_text_image {
    max-width: 400px;
    flex-shrink: 0;
}
.section-mvlp_request_text, .section-mvlp_task_text, .section-mvlp_information_text, .section-mvlp_design_text {
    max-width: 670px;
}
.section-mvlp_target_text_image {
    margin-left: 80px;
    flex-shrink: 0;
}
.section-mvlp_target_text_image img {
    max-width: 400px;
}
.section-mvlp_process_site-map {
    max-width: 1160px;
    margin: 0 auto;
}
.section-mvlp_process_site-map ul {
    margin-top: 80px;
}
.section-mvlp_process_site-map li {
    margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
    .section-mvlp_process {
        padding: 60px 20px 50px;
        margin-bottom: 100px; 
    }
    .section-mvlp_process h2 {
        position: relative;
        z-index: 5;
    }
    .section-mvlp_process h2::before{
        content: 'PROCESS';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.12em;
    }
    .section-mvlp_request_wrap {
        display: block;
        margin: 30px 0 60px;
    }
    .section-mvlp_request_image {
        margin-right: 0px;
    }
    .section-mvlp_request_image  {
        padding: 0 30px 40px;
        text-align: center;
    }
    .section-mvlp_task_wrap {
        display: block;
        margin-bottom: 10px;
    }
    .section-mvlp_process h3 {
        margin-bottom: 20px;
    }
    .section-mvlp_task_text_image {
        margin: 0 auto;
        padding: 40px 30px 40px;
        text-align: center;
    }
    .section-mvlp_request_text, .section-mvlp_task_text, .section-mvlp_information_text, .section-mvlp_design_text {
        margin: 0 auto;
    }
}
.section-mvlp_point {
    padding: 0 140px;
    max-width: 2000px;
    margin: 0 auto 150px;   
}
.section-mvlp_point h2 {
    position: relative;
    z-index: 5;
}
.section-mvlp_point h2::before{
    content: 'POINT';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-mvlp_information_image img {
    max-width: 400px;
}
.section-mvlp_process h3 {
    margin-bottom: 30px;
}
.section-mvlp_design_wrap, .section-mvlp_information_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.section-mvlp_information_wrap {
    margin-bottom: 100px;
}
.section-mvlp_design_image {
    margin-left: 80px;
    flex-shrink: 0;
}
.section-mvlp_information_image {
    margin-right: 80px;
    flex-shrink: 0;
}
.section-mvlp_information img, .section-mvlp_design_image img {
    max-width: 400px;
}
.section-mvlp_information_text ul, .section-mvlp_design_text ul {
    margin-bottom: 30px;
    padding-left: 40px;
}
.section-mvlp_information_text li, .section-mvlp_design_text li {
    font-weight: 600;
    margin-bottom: 15px;
}
.section-mvlp_information_text span, .section-mvlp_design_text span {
    margin-right: 10px;
}
.section-mvlp_information_text h3, .section-mvlp_design_text h3 {
    margin-bottom: 30px;
}
.section-mvlp_information_text_1 {
    position: relative;
}
.section-mvlp_information_text_1::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/56.svg);
    background-size: cover;
}
.section-mvlp_information_text_2 {
    position: relative;    
}
.section-mvlp_information_text_2::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/57.svg);
    background-size: cover;
}
.section-mvlp_information_text_3 {
    position: relative;    
}
.section-mvlp_information_text_3::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/58.svg);
    background-size: cover;
}
@media screen and (max-width: 960px) {
    .section-mvlp_point {
        padding: 0px 20px 0px;
        margin-bottom: 150px;
    }
    .section-mvlp_point h2::before{
        content: 'POINT';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.15em;
    }
    .section-mvlp_design_wrap, .section-mvlp_information_wrap {
        display: block;
        margin-top: 0;
    }
    .section-mvlp_information_image {
        margin: 0;
        padding: 30px 30px 40px;
        text-align: center;     
    }
    .section-mvlp_design_image {
        margin: 0;
        padding: 40px 30px 0px;
        text-align: center;           
    }
    .section-mvlp_information_wrap {
        margin-bottom: 60px;
    }
    .section-mvlp_information_text h3, .section-mvlp_design_text h3 {
        margin-bottom: 20px;
    }
}
/* プロフサイト */
.section-portfolio_top {
    background-color: #F5F6F9;
    padding: 210px 140px 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-portfolio_top_image {
    padding-right: 100px;
}
.section-portfolio_top_image img {
    max-width: 840px;
}
.section-portfolio_top_text {
    text-align: center;
    min-width: 330px;
}
.section-portfolio_top_text_up {
    margin-bottom: 20px
}
@media screen and (max-width: 960px) {
    .section-portfolio_top {
        display: block;
        padding: 120px 16px 90px;
    }
    .section-portfolio_top_image {
        padding: 0 20px;
    }
}
.section-portfolio_overview {
    margin: 120px 0;
    padding: 0 140px;
}
.section-portfolio_overview_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.section-portfolio_overview_image {
    margin-right: 70px;
    flex-shrink: 0;
}
.section-portfolio_overview_image img {
    max-width: 465px;
}
.section-portfolio_overview_text {
    max-width: 670px;
}
.section-portfolio_overview_text dt {
    font-weight: 600;
}
.section-portfolio_overview_text dd {
    margin-bottom: 20px;
}
.section-portfolio_overview_concept  {
    text-align: center;
}
@media screen and (max-width: 960px) {
    .section-portfolio_overview {
        padding: 0 20px;
    }
    .section-portfolio_overview_wrap {
        display: block;
    }
    .section-portfolio_overview_image  {
        padding: 0 30px 20px;
        min-width: 256px;
        margin: 0 auto;
        text-align: center;
    }
    .section-portfolio_overview  {
        margin: 60px 0 100px;
    }
    .section-portfolio_overview_text {
        margin: 0 auto;
    }
}
.section-portfolio_process {
    padding: 120px 140px;
    max-width: 2000px;
    margin: 0 auto 120px;
    background-color: #F5F6F9;   
}
.section-portfolio_process h2 {
    position: relative;
    z-index: 5;
}
.section-portfolio_process h2::before{
    content: 'PROCESS';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-portfolio_task_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 100px;
}
.section-portfolio_task_image {
    margin-right: 80px;
    flex-shrink: 0;
}
.section-portfolio_task_image img {
    max-width: 500px;
}
.section-portfolio_task_text li {
    margin-bottom: 20px;
}
.section-portfolio_target_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-portfolio_task_text, .section-portfolio_information_text, .section-portfolio_design_text {
    max-width: 670px;
}
@media screen and (max-width: 960px) {
    .section-portfolio_process {
        padding: 60px 20px 50px;
        margin-bottom: 100px; 
    }
    .section-portfolio_process h2 {
        position: relative;
        z-index: 5;
    }
    .section-portfolio_process h2::before{
        content: 'PROCESS';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.12em;
    }
    .section-portfolio_task_wrap {
        display: block;
        margin: 30px 0 60px;
    }
    .section-portfolio_task_image {
        margin-right: 0px;
    }
    .section-portfolio_task_image  {
        padding: 0 30px 40px;
        text-align: center;
    }
    .section-portfolio_task_text, .section-portfolio_information_text, .section-portfolio_design_text {
        margin: 0 auto;
    }
}
.section-portfolio_point {
    padding: 0 140px;
    max-width: 2000px;
    margin: 0 auto 150px;   
}
.section-portfolio_point h2 {
    position: relative;
    z-index: 5;
}
.section-portfolio_point h2::before{
    content: 'POINT';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-portfolio_information_image img {
    max-width: 400px;
}
.section-portfolio_process h3 {
    margin-bottom: 30px;
}
.section-portfolio_design_wrap, .section-portfolio_information_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.section-portfolio_information_wrap {
    margin-bottom: 100px;
}
.section-portfolio_design_image {
    margin-left: 80px;
    flex-shrink: 0;
}
.section-portfolio_information_image {
    margin-right: 80px;
    flex-shrink: 0;
}
.section-portfolio_information img, .section-portfolio_design_image img {
    max-width: 400px;
}
.section-portfolio_information_text ul, .section-portfolio_design_text ul {
    margin-bottom: 30px;
    padding-left: 40px;
}
.section-portfolio_information_text span, .section-portfolio_design_text span {
    margin-right: 10px;
}
.section-portfolio_information_text h3, .section-portfolio_design_text h3 {
    margin-bottom: 30px; 
}
.section-portfolio_information_text li, .section-portfolio_design_text li {
    font-weight: 600;
    margin-bottom: 15px;
}
.section-portfolio_information_text_1 {
    position: relative;
}
.section-portfolio_information_text_1::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/56.svg);
    background-size: cover;
}
.section-portfolio_information_text_2 {
    position: relative;    
}
.section-portfolio_information_text_2::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/57.svg);
    background-size: cover;
}
.section-portfolio_information_text_3 {
    position: relative;    
}
.section-portfolio_information_text_3::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/58.svg);
    background-size: cover;
}
@media screen and (max-width: 960px) {
    .section-portfolio_point {
        padding: 0px 20px 0px;
        margin-bottom: 150px;
    }
    .section-portfolio_point h2::before{
        content: 'POINT';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.15em;
    }
    .section-portfolio_design_wrap, .section-portfolio_information_wrap {
        display: block;
        margin-top: 0;
    }
    .section-portfolio_information_image {
        margin: 0;
        padding: 30px 30px 40px;
        text-align: center;     
    }
    .section-portfolio_design_image {
        margin: 0;
        padding: 40px 30px 0px;
        text-align: center;           
    }
    .section-portfolio_information_wrap {
        margin-bottom: 60px;
    }
    .section-portfolio_information_text h3, .section-portfolio_design_text h3 {
        margin-bottom: 20px;
    }
}
/* ポップディッシュフライヤー */
.section-popdish_top {
    background-color: #F5F6F9;
    padding: 210px 140px 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-popdish_top_image {
    padding-right: 100px;
}
.section-popdish_top_image img {
    max-width: 840px;
}
.section-popdish_top_text {
    text-align: center;
    min-width: 330px;
}
.section-popdish_top_text_up {
    margin-bottom: 20px
}
@media screen and (max-width: 960px) {
    .section-popdish_top {
        display: block;
        padding: 120px 16px 90px;
    }
    .section-popdish_top_image {
        padding: 0 20px;
    }
}
.section-popdish_overview {
    margin: 120px 0;
    padding: 0 140px;
}
.section-popdish_overview_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.section-popdish_overview_image {
    margin-right: 70px;
    flex-shrink: 0;
}
.section-popdish_overview_image img {
    max-width: 465px;
}
.section-popdish_overview_text {
    max-width: 670px;
}
.section-popdish_overview_text dt {
    font-weight: 600;
}
.section-popdish_overview_text dd {
    margin-bottom: 20px;
}
.section-popdish_overview_concept  {
    text-align: center;
}
@media screen and (max-width: 960px) {
    .section-popdish_overview {
        padding: 0 20px;
    }
    .section-popdish_overview_wrap {
        display: block;
    }
    .section-popdish_overview_image  {
        padding: 0 30px 20px;
        min-width: 256px;
        margin: 0 auto;
        text-align: center;
    }
    .section-popdish_overview  {
        margin: 60px 0 100px;
    }
    .section-popdish_overview_text {
        margin: 0 auto;
    }
}
.section-popdish_process {
    padding: 120px 140px;
    max-width: 2000px;
    margin: 0 auto 120px;
    background-color: #F5F6F9;   
}
.section-popdish_process h2 {
    position: relative;
    z-index: 5;
}
.section-popdish_process h2::before{
    content: 'PROCESS';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-popdish_request_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 100px;
}
.section-popdish_request_image {
    margin-right: 80px;
    flex-shrink: 0;
}
.section-popdish_request_image img {
    max-width: 500px;
}
.section-popdish_process h3 {
    margin-bottom: 30px;
}
.section-popdish_request_text li, .section-popdish_task_text p {
    margin-bottom: 20px;
}
.section-popdish_task_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-popdish_request_text, .section-popdish_task_text, .section-popdish_information_text, .section-popdish_design_text {
    max-width: 670px;
}
.section-popdish_task_text_image {
    margin-left: 80px;
    flex-shrink: 0;
}
.section-popdish_task_text_image img {
    max-width: 500px;
}
@media screen and (max-width: 960px) {
    .section-popdish_process {
        padding: 60px 20px 50px;
        margin-bottom: 100px; 
    }
    .section-popdish_process h2 {
        position: relative;
        z-index: 5;
    }
    .section-popdish_process h2::before{
        content: 'PROCESS';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.12em;
    }
    .section-popdish_task_wrap {
        display: block;
        margin: 30px 0 60px;
    }
    .section-popdish_task_image {
        margin-right: 0px;
    }
    .section-popdish_task_image  {
        padding: 0 30px 40px;
        text-align: center;
    }
    .section-popdish_request_wrap {
        display: block;
        margin-bottom: 10px;
    }
    .section-popdish_process h3 {
        margin-bottom: 20px;
    }
    .section-popdish_request_image {
        margin: 0;
        padding: 40px 30px 40px;
        text-align: center;
    }
    .section-popdish_task_text_image {
        margin: 0;
        padding: 40px 30px 40px;
        text-align: center;
    }
    .section-popdish_request_text, .section-popdish_task_text, .section-popdish_information_text, .section-popdish_design_text {
        margin: 0 auto;
    }
}
.section-popdish_point {
    padding: 0 140px;
    max-width: 2000px;
    margin: 0 auto 150px;   
}
.section-popdish_point h2 {
    position: relative;
    z-index: 5;
}
.section-popdish_point h2::before{
    content: 'POINT';
    position: absolute;
    z-index: -5;
    left: -45px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 8.2rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    color: #E2E8F4;
}
.section-popdish_information_image img {
    max-width: 400px;
}
.section-popdish_process h3 {
    margin-bottom: 30px;
}
.section-popdish_design_wrap, .section-popdish_information_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.section-popdish_information_wrap {
    margin-bottom: 100px;
}
.section-popdish_design_image {
    margin-left: 80px;
    flex-shrink: 0;
}
.section-popdish_information_image {
    margin-right: 80px;
    flex-shrink: 0;
}
.section-popdish_information img, .section-popdish_design_image img {
    max-width: 400px;
}
.section-popdish_information_text ul, .section-popdish_design_text ul {
    margin-bottom: 30px;
    padding-left: 40px;
}
.section-popdish_information_text li, .section-popdish_design_text li {
    font-weight: 600;
    margin-bottom: 15px;
}
.section-popdish_information_text span, .section-popdish_design_text span {
    margin-right: 10px;
}
.section-popdish_information_text h3, .section-popdish_design_text h3 {
    margin-bottom: 30px; 
}
.section-popdish_information_text_1 {
    position: relative;
}
.section-popdish_information_text_1::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/56.svg);
    background-size: cover;
}
.section-popdish_information_text_2 {
    position: relative;    
}
.section-popdish_information_text_2::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/57.svg);
    background-size: cover;
}
.section-popdish_information_text_3 {
    position: relative;    
}
.section-popdish_information_text_3::before  {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -40px;
    top:0px;
    content: '';
    background: no-repeat url(img/58.svg);
    background-size: cover;
}
@media screen and (max-width: 960px) {
    .section-popdish_point {
        padding: 0px 20px 0px;
        margin-bottom: 150px;
    }
    .section-popdish_point h2::before{
        content: 'POINT';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 7.5rem;
        letter-spacing: 0.15em;
    }
    .section-popdish_design_wrap, .section-popdish_information_wrap {
        display: block;
        margin-top: 0;
    }
    .section-popdish_information_image {
        margin: 0;
        padding: 30px 30px 40px;
        text-align: center;     
    }
    .section-popdish_design_image {
        margin: 0;
        padding: 40px 30px 0px;
        text-align: center;           
    }
    .section-popdish_information_wrap {
        margin-bottom: 60px;
    }
    .section-popdish_information_text h3, .section-popdish_design_text h3 {
        margin-bottom: 20px;
    }
}
/* アザー */
.section-others-archive_top {
    padding-top: 120px;
    margin-bottom: 100px;
}
.section-others-archive {
    padding: 150px 0px 70px;
    max-width: 2000px;
    margin: 0 auto;
}
.section-others-archive_top h1 {
    position: relative;
    z-index: 5;
    padding-left: 140px;
}
.section-others-archive_top h1::before {
    content: 'OTHERS';
    position: absolute;
    z-index: -5;
    left: 95px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 9.4rem;
    font-weight: 100;
    letter-spacing: 0.20em;
    color: #E2E8F4;
}
.section-others-archive_wrap {
    display: block;
    text-align: right;
    padding-right: 40px;
    max-width: 2000px;
    margin: 0 auto;
}
.others-category {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.others-category::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #4B69A9;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.others-category select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: none;
    border-bottom: 2px solid #E2E8F4;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.others-category select:focus {
    outline: none;
}
.section-others-archive_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px auto 0px;
    padding: 0 40px;
}
.section-others-archive_wrap h2 {
    margin-top: 20px;
    text-align: left;
}
.section-others-archive_flex-wrap {
    flex-basis: 30%;
}
.section-others_wrap_content h2 {
    padding-top: 20px;
}
.section-others_wrap_content p:nth-child(2n){
    padding-bottom: 10px;    
}
@media screen and (max-width: 960px) {
    .section-others-archive_top {
        padding: 120px 20px 0px;
        margin-bottom: 150px;
    }
    .section-others-archive_wrap{
        display: block;
        padding: 0;
    }
    .section-others_top h1 {
        padding-left: 16px;
    }
    .section-others-archive_top h1 {
        padding-left: 20px;
    }
    .section-others-archive_top h1::before {
        content: 'OTHERS';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 8.0rem;
        letter-spacing: 0.15em;
    }
    .section-others-archive_flex-wrap {
        max-width: 576px;
        margin: 0 auto 40px;
    }
    .section-others-archive_wrap {
        margin: 50px 0 40px;
    }
}
/* アザー記事ページ */
.section-others-article {
    padding: 150px 40px 70px;
    max-width: 2000px;
    margin: 0 auto;
}
.section-others-article figure img {
    width: 100%;
    max-width: 1160px;
    display: block;
    margin: 0 auto;
}
figcaption {
    max-width: 1160px;
    margin: 20px auto 100px;
}

@media screen and (max-width: 960px) {
    .section-others-article {
        padding: 120px 20px 0px;
        margin-bottom: 150px;
    }
    figcaption {
    max-width: 1160px;
    margin: 10px auto 50px;
    text-align: left;
    }
}
/* 学習ページ */
.section-learn_top {
    position: relative;;
}
.section-learn_top_image {
    max-width: 2000px;
    margin: 0 auto;
}
.section-learn_top_image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 50% 55%;
    opacity: 0.55;
}
.section-learn_top_title-wrapper {
    position: absolute;
    top:150px;
}
.section-learn_top h1 {
    position: relative;
    z-index: 5;
    padding-left: 140px;
}
.section-learn_top h1::before{
    content: 'LEARN';
    position: absolute;
    z-index: -5;
    left: 95px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 9.4rem;
    font-weight: 100;
    letter-spacing: 0.20em;
    color: #E2E8F4;
}
@media screen and (max-width: 960px) {
    .section-learn_top_image img {
        height: 300px;
        object-fit: cover;
        object-position: 0% 55%;
    }
    .section-learn_top h1 {
        padding-left: 20px;
    }
    .section-learn_top h1::before{
        content: 'LEARN';
        position: absolute;
        left: 0px;
        bottom: -10px;
        font-size: 8.0rem;
        letter-spacing: 0.15em;
    }
}
.section-learn_article_wrappre {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 2000px;
    margin: 120px auto 100px;
    padding: 0 140px;
}
.section-learn_article {
    flex-grow: 3;
}
.section-learn_log {
    flex-grow: 1;
    padding-right: 10%;
}
.f_learn {
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #6C6E6F;
}
.section-learn_log h2 {
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 3.0rem;
    font-weight: 100;;
    line-height: 1.5;
    color: #4B69A9; 
    margin-bottom: 30px;
}
.section-learn_log-category {
    margin-bottom: 80px;
}
.section-learn_log li {
    font-weight: 600;
    margin-bottom: 15px;
}
.section-learn_article_under {
    border-bottom: #F5F6F9 solid 2px;
    margin-bottom: 30px;
}
.section-learn_article-title {
    display: flex;
}
.section-learn_category p {
    font-size: 1.4rem;
    border: #4B69A9 solid 1px;
    color: #4B69A9;
    border-radius: 20px;
    padding: 0px 30px;
    margin-left: 40px;
    display: inline-block;
}
.section-learn_article_under {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-learn_article_under img {
    width: 40px;
    margin-bottom: 30px;
}
.section-learn_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1.5;
    margin: 20px 0 150px;
}
.section-learn_pagination li {
    margin-right: 20px;
}
.section-learn_pagination li:last-child {
    padding-bottom: 25px;
    margin-left: 40px;
}
.section-learn_pagination li:first-child {
    color: #4B69A9;
}
@media screen and (max-width: 960px)  {
    .section-learn_article_wrappre {
        display: block;
        padding: 0 20px;
        margin: 50px 0 150px;
    }
    .section-learn_pagination ul {
        margin-bottom: 60px;
    }
    .section-learn_log-category {
        margin-bottom: 50px;
    }
    .section-learn_log {
        margin-top: 60px;
    }
    .section-learn_category p {
        padding: 0 20px;
    }
    .section-learn_article_under img {
        width: 30px;
        margin: 15px 0 15px;
    }
}
/*  記事ページ  */
.section-article_article_wrappre {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 2000px;
    margin:  auto 0px;
    padding: 120px 140px 0;
}
.section-article_article_flex {
    flex-grow: 3;
}
.section-article_log {
    flex-grow: 1;
    padding-right: 10%;
}
.f_learn {
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #6C6E6F;
}
.section-article_log h2 {
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 3.0rem;
    font-weight: 100;;
    line-height: 1.5;
    color: #4B69A9; 
    margin-bottom: 30px;
}
.section-article_log-category {
    margin-bottom: 80px;
}
.section-article_log li {
    font-weight: 600;
    margin-bottom: 15px;
}
.section-article_article_under {
    border-bottom: #F5F6F9 solid 2px;
    padding: 30px;
}
.section-article_article-title {
    display: flex;
    margin-bottom: 20px;
}
.section-article_category p {
    font-size: 1.4rem;
    border: #4B69A9 solid 1px;
    color: #4B69A9;
    border-radius: 20px;
    padding: 0px 30px;
    margin-left: 40px;
}
.section-article_article_under {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-article_article_under h2 {
    font-size: 3.3rem;
    font-weight: 400;
}
.section-article_text {
    margin-top: 60px;
}
.section-article_text p{
    margin-top: 60px;
    padding: 0 30px;
}
.section-article_pagination  ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 100px auto 150px;
    max-width: 450px;
}
  /* 個別ページのページネーション */
  .section-article_pagination  ul li {
    flex-basis: 1;
    padding: 0;
  }
  .section-article_pagination > ul > li:last-child {
    position: relative;
    flex-basis: 1;
  }
  .section-article_pagination > ul > li:last-child > a::after {
    position: absolute;
    content: "";
    background-image: url(img/62.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 20px;
    top: -7px;
  }
  .section-article_pagination > ul > li:first-child {
   position: relative;
  }
  .section-article_pagination > ul > li:first-child a::before {
    position: absolute;
    content: "";
    background-image: url(img/63.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 20px;
    top: -7px;  
    left: -60px;
  }
.section-article_pagination a {
    color: #4B69A9;
}
@media screen and (max-width: 960px)  {
    .section-article_article_wrappre {
        display: block;
        padding: 120px 20px 0;
        margin: 0px 0 180px;
    }
    .section-article_article_under h2 {
        font-size: 2.6rem;
    }
    .section-article_pagination ul {
        margin-bottom: 60px;
    }
    .section-article_log-category {
        margin-bottom: 50px;
    }
    .section-article_log {
        flex-grow: 1;
        padding-right: 0%;
    }
    .section-article_article_under {
        padding: 0 0 30px 0;
    }
    .section-article_text {
        margin-top: 30px;
    }
    .section-article_text p{
        margin: 30px 0 60px;
        padding: 0 ;
    }
    .section-article_pagination ul {
        justify-content: center;
        max-width: 500px;
        margin: 0 auto 60px;
    }
    .section-article_pagination li {
        margin: 0;
    }
    .section-article_pagination > ul > li:nth-child(2) {
        padding: 0 40px;
    }
}
/* 404ページ  */
.section-404_top {
    padding-top: 200px;
}
.section-404_top h1 {
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size:16rem;
    text-align: center;
    line-height: 0.4;
    letter-spacing: 2;
    font-weight: 400;
    color: #4B69A9;
}
.section-404_top h1 > span {
    font-size: 5.0rem;
    color: #333;
}
.section-404_top_text {
    text-align: center;
    margin-top: 50px;
}
.section-404_top_text p {
    margin-bottom: 40px;
}
.section-404_top_text_b {
    font-size: 1.8rem;
    font-weight: 600;
}
.section-404_top > .btn {
    margin:80px 0 250px
}
@media screen and (max-width: 960px) {
    .section-404_top {
        padding-top: 150px;
    }
    .section-404_top h1 {
        font-size: 10rem;
    }
    .section-404_top h1 > span {
        font-size: 3.0rem;
    }
    .section-404_top_text_b {
        font-size: 1.6rem;
    }
    .section-404_top_text {
        margin-top: 30px;
    }
    .section-404_top > .btn {
        margin: 40px 0 150px;
    }
}
/* WordPressで追加  */
.c_b {
    color: #4B69A9;
}
.section-learn_category-title {
    font-weight: 200;
    font-size: 4.0rem;
    letter-spacing: 0.2em;
    color: #4B69A9;
    margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
    .section-learn_category-title {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
}
.section-others-article h2, .section-others-text_wrap h2 {
    font-size: 2.0rem;
    font-weight: 600;
}
.section-others-article_wrap, .section-others-text_wrap {
    display: flex;
}
.section-others-article_wrap li, .section-others-text_wrap li {
    display: inline-block;
    color: #6C6E6F;
    font-weight: 500;
}
.others-post_wrap {
    text-align: right;
    max-width: 2000px;
    padding: 50px 40px 0 0;
}
/*  コンタクトページ  */
.section-contact_top {
    padding-top: 120px;
    margin-bottom: 70px;
}
.section-contact_top h1 {
    position: relative;
    padding-left: 140px;
}
.section-contact_top h1::before{
    content: 'CONTACT';
    position: absolute;
    z-index: -5;
    left: 95px;
    bottom: -10px;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 9.4rem;
    font-weight: 100;
    letter-spacing: 0.20em;
    color: #E2E8F4;
}
@media screen and (max-width: 960px) {
    .section-contact_top h1 {
        padding-left: 20px;
    }
    .section-contact_top h1::before {
        content: 'CONTACT';
        position: absolute;
        left: -16px;
        bottom: -10px;
        font-size: 8.0rem;
        letter-spacing: 0.03em;
    }
    .top-title_contact  {
        font-family: 'Kulim Park','Noto Sans JP',sans-serif;
        font-size: 5.7rem;
        letter-spacing: 0.03em;
        font-weight: 200;
        padding-right: 0px;
   }
    .section-contact_top {
        padding: 120px 20px 0;
        margin-bottom: 120px;
    }
    .section-contact_content {
        margin-top: 50px;
    }
}
.section-works_wrap_content figcaption {
    text-align: left;
}
.section-works_wrap_content ul {
    margin-top: 10px;    
}
.section-works_wrap_content li, .section-top_works_wrap_content li {
    display: inline-block;
    padding-right: 10px;
    color: #6C6E6F;
    font-weight: 500;
}
.f_ssl {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .section-contact_top form {
     max-width: 600px;
     margin: 0 auto;
  }
  .wpcf7-form.init p, .wpcf7-form.invalid p, .wpcf7-form.sent p  {
    margin-bottom: 30px;
  }
  .wpcf7-form.init p > span {
    display: block;
  }
  .wpcf7-form.init p span:first-child, .wpcf7-form.invalid p span:first-child, .wpcf7-form.sent p span:first-child{ 
    display: inline-block;
    background-color: #E94235;
    color: #FFF;
    font-size: 14px;
    padding: 0px 10px;
    margin-left: 20px;
    border-radius: 3px;
  } 
  .wpcf7-form-control-wrap textarea, .wpcf7 input[type="email"], .wpcf7-text {
    width: 100%;
    border: 1px solid #8888;
    border-radius: 3px;
    padding: 8px;
    margin-top: 10px;
  }
  input[type="submit"] {
    background-color: #4B69A9;
    color: #FFF;
    padding: 18px 80px;
    border: none;
}
  .submitbtn {
    text-align: center;
    margin-top: 50px;
}
/* アーカイブページのページネーション */
  .wp-pagenavi, .wp-pagenavi.wp-pagenavi a, .wp-pagenavi.wp-pagenavi span, .wp-pagenavi span.current {
    text-align: center;
    font-family: 'Kulim Park','Noto Sans JP',sans-serif;
    font-size: 2.5rem;
    font-weight: 200;
  }
  .wp-pagenavi span.current {
    color: #4B69A9;
    font-weight: 200;
  }
  .wp-pagenavi.wp-pagenavi a, .wp-pagenavi.wp-pagenavi span {
    border: none;   
  }
  .nextpostslink {
    position: relative;
  }
  .nextpostslink::after {
     position: absolute;
     top: 7px;
     content: "";
     background-image: url(img/62.svg);
     background-position: 50% 50%;
     background-repeat: no-repeat;
     display: inline-block;
     width: 60px;
     height: 20px;
  }
  .wp-pagenavi span:first-child {
    display: none;
  }