@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.disp_none {
	display: none!important;
}

.side_float {
    position: fixed;
    right: -20px;
    top: 50%;
    z-index: 999;
    margin-top: -10px;
}

.side_float a {
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.side_float a:hover {
	opacity: 0.6;
}

.side_float span {
    display: block;
    width: 20px;
    margin-left: 20px;
}

.side_float span img {
    filter: brightness(0) saturate(100%);
}

a.mv_instagram {
    transform: rotate(90deg);
    display: flex;
    font-family: "Hind", sans-serif;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    letter-spacing: 2px;
    color: #bc2621;
}

.mountain{
    width: 100vw;
    height: 140vh;
    position: fixed;
    left: 0;
    top: calc(50% - 30vh);
    background-image: url(../img/index/mv_bg.jpg);
	background-size: cover;
    mask-image: url("../img/index/flower_silhouette.svg");
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: 50%;
    -webkit-mask-image: url("../img/index/flower_silhouette.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 50%;
    z-index: 1;
}

.mv_flower {
    width: 50%;
    left: 50%;
    position: fixed;
    height: 140vh;
    top: calc(50% - 30vh);
    background-repeat: no-repeat;
    margin-left: -25%;
    background-image: url(../img/index/flower.svg);
    background-position: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.flower_dispappear {
    opacity: 0;
}

.content{
    width: 100vw;
    position: relative;
    left: 0;
    z-index: 2;
	min-width: 1100px;
}

.mv {
	height: 100vh;
	width: 100%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: center;
}

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

h1.mv_title_en {
    font-family: "Hind", sans-serif;
    line-height: 68px;
    font-size: 90px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 30px;
}

.mv_title_jp {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

.mv_news_area {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: #bc2621;
    display: flex;
    padding: 10px 30px 7px;
    border-radius: 100px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.mv_news_area_date {
    margin-right: 15px;
    font-family: "Hind", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
    color: #fff;
}

.mv_news_area_title {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

section.about {
    margin-top: 200vh;
}

.about_inner {
    padding-bottom: 350px;
}

.whoweare_area {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 270px;
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
}

.whoweare_bg {
    width: 44%;
}

.whoweare_cap {
    width: 48%;
}

h2.about_title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Hind", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.whoweare_text {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.5px;
}

.belief_head {
	background: #bc2621;
	padding: 200px 0 0;
}

.belief_area {
    margin-top: 0;
    /* padding-top: 550px; */
    position: relative;
    background-image: url(../img/index/vanilla_bg.png);
    background-size: 300px;
    background-repeat: repeat;
    background-color: rgba(255,255,255,1);
    background-attachment: fixed;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

h2.belief_title {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    font-family: "Hind", sans-serif;
    max-width: 600px;
    letter-spacing: 3px;
    margin: 0 auto 50px;
}

.belief_cap {
    color: #fff;
    line-height: 32px;
    font-size: 15px;
    max-width: 600px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0 auto;
}

.belief_cap span {
    display: block;
    color: #fff;
    font-size: 70px;
    font-family: "Hind", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 65px;
    margin-bottom: 50px;
}

.belief_images {
    display: flex;
    position: relative;
    margin-top: 200px;
}

img.b_i_1 {
    width: 50%;
    height: auto;
}

img.b_i_2 {
    width: 58%;
    height: auto;
    position: absolute;
    right: 0;
    top: 80px;
}

.belief_contents {
    padding: 300px 0 50px;
    background-image: url(../img/index/earth.svg);
    background-size: 44%;
    background-repeat: no-repeat;
    /* background-color: rgba(255,255,255,1); */
    background-position: right -24% top 46%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.belief_contents_01 {
    margin: 0 auto 120px;
    width: 88%;
    align-items: center;
    display: flex;
}

.whitemask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
}

.belief_contents_image {
    width: 53%;
    background: #ddd;
    height: 450px;
    margin-right: 8%;
    background-image: url(../img/index/belief_1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

h3.belief_contents_title {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    font-family: "Hind", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.belief_contents_cap {
    width: 39%;
}

.belief_contents_02 {
    display: flex;
    align-items: flex-start;
    padding-right: 5%;
    width: 87%;
    justify-content: space-between;
    margin: 0 auto;
}

.belief_contents_cap_02 {width: 54%;padding-left: 25%;}

.belief_contents_image_02 {
    width: 38%;
    height: 650px;
    background: #eee;
    background-image: url(../img/index/belief_2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

h3.belief_contents_title_02 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-family: "Hind", sans-serif;
    line-height: 40px;
}

p.belief_contents_text_02 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    opacity: 0.5;
    line-height: 32px;
}

p.belief_contents_text {
    font-size: 15px;
    opacity: 0.5;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 32px;
}

.belief_contents_03 {
    display: flex;
    width: 85%;
    align-items: end;
    padding-left: 5%;
    margin: -300px auto 0;
}

.belief_contents_image_03 {
    width: 38%;
    height: 650px;
    background: #ddd;
    background-image: url(../img/index/belief_3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.belief_contents_cap_03 {
    margin-left: 8%;
}

h3.belief_contents_title_03 {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 35px;
}

p.belief_contents_text_03 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    opacity: 0.5;
    line-height: 32px;
}

.belief_main {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
}

.belief_illust {
    width: 35%;
}

.belief_text {
    width: 54%;
}

.belief_illust img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(48%) saturate(0%) hue-rotate(245deg) brightness(115%) contrast(100%);
}

.whatwedo {
    padding-top: 160px;
    background-color: rgba(255,255,255,1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-image: url(../img/index/vanilla_bg.png);
    background-attachment: fixed;
    background-size: 300px;
}

.whatwedo_bg {
    background-color: rgba(0,0,0,0.04);
}

ul.whatwedo_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatwedo_inner {
    max-width: 1100px;
    margin: 0 auto;
    background-image: url(../img/index/symbol.png);
    background-size: 500px;
    background-repeat: no-repeat;
    padding-top: 200px;
    background-position: center top;
}

.whatwedo_inner h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-family: "Hind", sans-serif;
}

ul.whatwedo_list li {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #bc2621;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.whatwedo_list li:nth-child(even) {
    margin-top: 60px;
}

ul.whatwedo_list li span {
    display: block;
    color: #bc2621;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 0 30px;
}

ul.ourteam_member {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 200px;
}

h2.ourteam_title {
    font-size: 40px;
    font-family: "Hind", sans-serif;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 3px;
}

h2.ourteam_title span {
    display: block;
    font-family: "Zen Maru Gothic", serif;
    margin-left: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
}

ul.ourteam_member li {
    width: 29%;
    position: relative;
}

span.ourteam_name_en {
    font-size: 30px;
    font-weight: bold;
    font-family: "Hind", sans-serif;
    line-height: 33px;
    display: block;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 5px;
    -webkit-text-stroke: 1.25px #000;
}

h3.ourteam_name {
    position: absolute;
    bottom: 50px;
    left: -15px;
}

span.ourteam_name_jp {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    background: #000;
    padding: 0px 6px 1px;
}

.ourteam_inner {
    background: #f5f5f5;
    background-image: url(../img/index/vanilla_bg.png);
    padding: 200px 0 0;
    background-attachment: fixed;
    background-size: 300px;
}

.ourteam_position {
    background: #bc2621;
    color: #fff;
    width: max-content;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 100px;
    position: absolute;
    right: -12px;
    top: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.ourteam_image {
    border-radius: 40px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.2), 6px 6px 10px rgba(0,0,0,0.03);
}

.ourteam_image img {
    border-radius: 40px;
}

a.ourteam_link {
    display: flex;
    text-align: center;
    color: #bc2621;
    background: #fff;
    position: relative;
    justify-content: center;
    font-size: 20px;
    border-top: 1px solid #bc2621;
    border-bottom: 1px solid #bc2621;
    padding: 20px 0;
    letter-spacing: 1px;
}

a.ourteam_link:after {
	content: "";
	display: block;
	left: 0;
	width: 0;
	top: 0;
	height: 100%;
	z-index: 99;
	background: #bc2621;
	position: absolute;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a.ourteam_link:hover:after {
	width: 100%;
}

a.ourteam_link:hover .ourteam_link_cap {
	color: #fff;
}

a.ourteam_link:hover .joinus {
	transform: scale(1.1);
}

span.joinus {
    display: block;
    position: absolute;
    width: 80px;
    height: auto;
    left: 50%;
    top: -50px;
    margin-left: -220px;
	z-index: 999;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

span.ourteam_link_cap {
    display: block;
    color: #bc2621;
    z-index: 999;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

section.news {
    padding: 200px 0 170px;
    background: #f9f9f9;
}

.news_inner {
    margin: 0 auto;
}

  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 8rem;
  }

  .l-section .l-inner {
  padding: 30px 8%;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 4.4rem;
    border-radius: 100%;
    height: 4.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: .8rem .8rem 1.2rem rgba(0,0,0,.05), -.8rem -.8rem 1.2rem #fff;
            box-shadow: .8rem .8rem 1.2rem rgba(0,0,0,.05), -.8rem -.8rem 1.2rem #fff;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 0.8rem;
    height: 0.8rem;
    content: "";
    border: solid #ddd;
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .card02 {
    overflow: hidden;
  }
  .card02 .swiper {
    overflow: visible;
  }
  .card02 .swiper-controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3.2rem;
  }
  .card02 .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
  }
  .card02 .swiper-pagination-bullet {
    width: 1.6rem;
    height: 3px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    vertical-align: top;
    background-color: var(--color-gray);
  }
  .card02 .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--color-theme);
  }
  .card02 .swiper-button-prev, .card02 .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  .card02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .card02 .swiper-button-disabled::before {
    -webkit-box-shadow: inset .8rem .8rem 1.2rem rgba(0,0,0,.05), inset -.8rem -.8rem 1.2rem #fff;
            box-shadow: inset .8rem .8rem 1.2rem rgba(0,0,0,.05), inset -.8rem -.8rem 1.2rem #fff;
  }
  .card02 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 38%;
    height: auto;
    padding: 50px;
    border-radius: 16px;
    -webkit-box-shadow: .8rem .8rem 1.2rem rgba(0,0,0,.05), -.8rem -.8rem 1.2rem #fff;
            box-shadow: .8rem .8rem 1.2rem rgba(0,0,0,.05), -.8rem -.8rem 1.2rem #fff;
  }
  .card02 .slide {
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
  }
  .card02 .slide-media {
    padding-top: 62.5%;
  }
  .card02 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card02 .slide-content {
    padding: 3.2rem;
  }
  .card02 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
  }
  .card02 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
  }

ul.news_list li {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #f5f5f5;
    padding: 36px 0;
}

.news_date {
    background: #f5f5f5;
    padding: 5px;
    display: block;
    border-radius: 100px;
    color: #888;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 120px;
    text-align: center;
    margin-bottom: 20px;
}

h3.news_list_title span {
    display: block;
    font-size: 11px;
    color: #bc2621;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

h3.news_list_title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

h2.news_title {
    font-size: 40px;
    font-family: "Hind", sans-serif;
    display: flex;
    align-items: center;
    font-weight: 600;
    max-width: 1100px;
    letter-spacing: 3px;
    margin: 0 auto 50px;
}

h2.news_title span {
    display: block;
    font-family: "Zen Maru Gothic", serif;
    margin-left: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
    font-size: 20px;
}


ul.instagram_photos {
    display: flex;
    justify-content: space-between;
}

.instagram_inner {
    max-width: 1100px;
    margin: 0 auto;
}

ul.instagram_photos li {
    width: 24.5%;
    height: 270px;
    background: #eee;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

ul.instagram_photos li a img {
    display: block;
    filter: brightness(0) saturate(100%) invert(99%) sepia(48%) saturate(0%) hue-rotate(245deg) brightness(115%) contrast(100%);
    width: 50px;
    margin: 0 auto 20px;
}

section.instagram {
    padding: 0 0 200px;
    background: #f9f9f9;
}

ul.instagram_photos li a {
    display: block;
    font-family: "Hind", sans-serif;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    height: 100%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

ul.instagram_photos li a:hover {
    background: rgba(0, 0, 0, 0.25);
}

.mv_news_area_change {
	transform: rotateX(90deg);
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
.content{
	min-width: inherit;
}
	
.mv_inner {
    width: 80%;
    margin: 0 auto 40%;
}
	
h1.mv_title_en {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 1px;
    font-weight: 900;
}

.mv_title_jp {
    font-size: 18px;
    letter-spacing: 1px;
}

.mv_news_area {
    width: 100%;
    left: 0;
    border-radius: 0;
    bottom: 0;
    position: fixed;
    padding: 10px 4%;
}

.mv_flower {height: 110vh;width: 80%;margin-left: -40%;}

.mountain {
    height: 110vh;
    mask-size: 80%;
}

.side_float {
    top: 25px;
    right: 70px;
    margin-top: 0;
}

a.mv_instagram {
    transform: inherit;
    font-size: 11px;
    color: #000;
    letter-spacing: 1px;
}

.side_float span {
    width: 15px;
    margin-left: 5px;
}

section.about {
    margin-top: 50vh;
}

.whoweare_area {
    display: flex;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.whoweare_cap {
    width: 100%;
    margin-top: 50px;
}

.whoweare_text {
    font-size: 13px;
    line-height: 24px;
}

h2.about_title {
    font-size: 25px;
    margin-bottom: 30px;
}

.about_inner {
    padding-bottom: 150px;
}
	
.whoweare_bg {
    width: 70%;
    margin: 0 30% 0 0;
}

.belief_head {
    padding: 60px 0 0;
}

.belief_main {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.belief_illust {
    margin: 0 auto 30px;
    width: 40%;
}

.belief_text {
    width: 100%;
}

h2.belief_title {
    font-size: 25px;
    margin-bottom: 30px;
}

.belief_cap span {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
}

.belief_cap {
    font-size: 13px;
    line-height: 25px;
}

.belief_images {
    margin-top: 60px;
}

img.b_i_2 {
    top: 50px;
}

.belief_contents {
    padding: 100px 0 60px;
    background-position: left -24% top 26%;
}

.belief_contents_01 {
    display: block;
    width: 84%;
    margin: 0 auto 60px;
}

.belief_contents_image {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
}

.belief_contents_cap {
    width: 100%;
}

h3.belief_contents_title {
    font-size: 23px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 10px;
}

p.belief_contents_text {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: right;
}

.belief_contents_cap_02 {
    padding-left: 0;
    width: 56%;
}

h3.belief_contents_title_02 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
}

p.belief_contents_text_02 {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.belief_contents_image_02 {
    height: 240px;
    width: 36%;
}

.belief_contents_02 {
    width: 84%;
    padding-right: 0;
}

.belief_contents_03 {
    width: 84%;
    padding-left: 0;
    margin: -60px auto 0;
}

.belief_contents_image_03 {
    height: 240px;
    width: 50%;
}

h3.belief_contents_title_03 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
}

p.belief_contents_text_03 {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.whatwedo {
    padding-top: 0;
    position: relative;
}

.whatwedo_inner {
    background-size: 80%;
    padding-top: 90px;
}

.whatwedo_inner h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

ul.whatwedo_list {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

ul.whatwedo_list li {
    width: 110px;
    height: 110px;
    margin: 0 1%;
}

ul.whatwedo_list li span {
    font-size: 11px;
    letter-spacing: revert-layer;
    line-height: 13px;
    padding: 0 10px;
}

ul.whatwedo_list li:nth-child(even) {
    margin-top: 0;
}

.ourteam_inner {
    padding: 60px 0 0;
}

a.ourteam_link {padding: 15px 0;z-index: 99;}

span.ourteam_link_cap {
    font-size: 14px;
    letter-spacing: 0.5px;
}

span.joinus {
    left: 6%;
    margin-left: 0;
    width: 50px;
    top: -24px;
}

section.news {padding: 60px 0;position: relative;}

h2.news_title {
    font-size: 25px;
    line-height: 30px;
    padding: 0 8%;
    margin: 0 auto;
}

h2.news_title span {
    font-size: 15px;
    padding-bottom: 6px;
    margin-left: 20px;
}

.news_date {
    font-size: 10px;
    padding: 3px 0;
    width: 30%;
    min-width: inherit;
    margin-right: 5%;
}

h3.news_list_title {
    width: 70%;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

h3.news_list_title span {
    font-size: 11px;
}

ul.news_list li {
    padding: 30px 0;
}

.card02 .swiper-slide {
    width: 90%;
    padding: 30px;
}

h3.news_list_title {
    width: 100%;
}

.card02 .swiper-controller {
    width: 100%;
    margin: 30px auto 0 auto;
}

.swiper-button-prev, .swiper-button-next {
    width: 3rem;
    height: 3rem;
}

.swiper-button-prev::after, .swiper-button-next::after {
    width: 0.5rem;
    height: 0.5rem;
}

ul.instagram_photos {
    flex-wrap: wrap;
    justify-content: center;
}

ul.instagram_photos li {
    width: 150px;
    height: 150px;
    margin: 0.5%;
}

ul.instagram_photos li a img {
    width: 25px;
    margin: 0 auto 8px;
}

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

section.instagram {
    padding: 0 0 60px;
    position: relative;
}
.mv_news_area_change {
	bottom: -100px;
	transform: inherit;
}
}
