@charset "UTF-8";

main {
    overflow: hidden;
}

section.page_title_area {
    padding: 160px 0 40px;
    border-bottom: 1px solid #ddd;
}

.page_title_area h1 {
    font-size: 5.5rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    max-width: 1100px;
}

.page_title_area h1 span {
    font-size: 2rem;
    letter-spacing: 0;
    margin-left: 15px;
    font-weight: 700;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 30px;
}

section.statement {
    padding: 150px 0;
    border-bottom: 1px solid;
    box-shadow: 0 100px 100px rgba(0,0,0,0.035);
}

.statement_inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}

h2.statement_title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 30px;
}

p.statement_cap {
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 500;
}

ul.statement_company {
    max-width: 1100px;
    margin: 40px auto 0;
    display: flex;
    width: 90%;
    padding: 0 1%;
    justify-content: space-between;
    background: #000;
    border-radius: 5px;
}

h3.statement_client {
    font-weight: 600;
    font-size: 3rem;
    width: 90%;
    max-width: 1100px;
    margin: 80px auto 0;
}

ul.statement_company li {
    padding: 2%;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.value_contents_title {
    border-bottom: 1px solid;
    margin: 0 auto;
}

.value_inner_contents {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8%;
    border-left: 1px solid;
    border-right: 1px solid;
}

section.value {
    padding: 60px 0 0;
    background: #fff;
    border-bottom: 1px solid;
}

h2.value_contents_title span {
    font-size: 5.5rem;
    font-weight: 600;
    margin: 0 auto 50px;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.value_inner {
    margin: 0 auto;
}

.value_contentes {
    display: flex;
	overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}
.value_contents_box.value_contents_box_last {
}

h3.value_contents_title span {
    display: block;
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 500;
    color: #0414ac;
    letter-spacing: -0.5px;
    font-family: "Work Sans", sans-serif;
}

.value_contents_box {
    width: 100%;
    padding: 0;
    border-radius: 0 0 10px 10px;
}

.value_contents_box_detail img {
    width: 100%;
    height: auto;
}

h3.value_contents_title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0%;
    padding: 8% 8% 0;
}

.value_contents_box p {font-size: 1.6rem;line-height: 30px;font-weight: 500;}


.more_link {
    padding: 30px;
    height: 100%;
    border: 1px solid #1b1b1b;
    width: 50%;
    display: block;
    position: relative;
    margin: 0 0 0 50%;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.others_arrow {
    width: 30px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
	position: relative;
}

ul.about_others_link_area li:nth-child(4),ul.about_others_link_area li:nth-child(5) {
    width: 50%;
}

ul.about_others_link_area li:nth-child(4) a {
    border-top: none;
    border-right: 1px solid #1b1b1b;
}

ul.about_others_link_area li:nth-child(5) a {
    border-top: none;
}

.more_link:hover .others_arrow {
filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(348deg) brightness(107%) contrast(101%)
}
	
.others_link_text p {
    color: #1b1b1b;
    font-weight: 500;
    z-index: 9999;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    position: relative;
}

.more_link span {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
    display: flex;
    color: #1b1b1b;
    font-weight: 600;
    justify-content: space-between;
    z-index: 9999;
    font-size: 2rem;
    position: relative;
    border-left: 1px solid #1b1b1b;
    margin-bottom: 20px;
    padding-left: 10px;
}

.more_link:hover {
	color: #fff;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

.more_link:hover span {
	color: #fff;
    border-left: 1px solid #fff;
}

.more_link:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #1b1b1b;
	content: "";
	display: block;
	left: 0;
	top: 0;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.more_link:hover .others_link_text p {
	color: #fff;
}

.more_link:hover:after {
	background: #1b1b1b;
	position: absolute;
	width:100%;
	height: 100%;
}

.contents_title_title_link {
	display: block;
	text-align: center;
	background: #000;
	color: #fff;
	padding: 12px 0;
	height: auto;
	overflow: hidden;
	border-radius: 100px;
	width: 100%;
	max-width: 200px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.contents_title_title_link span {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    text-align: center;
	display: block;
    color: #fff;
    font-weight: 600;
	z-index: 9999;
	position: relative;
}

.contents_title_title_link:hover {
	color: #fff;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

.contents_title_title_link:hover span {
	color: #fff;
}

.contents_title_title_link:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #0426A0;
	content: "";
	display: block;
	left: 0;
	top: 0;
	border-radius: 100px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.contents_title_title_link:hover:after {
	background: #0426A0;
	position: absolute;
	width:100%;
	height: 100%;
}

.value_contents_box_detail_reason {padding: 5% 0 0;}

table.value_table th {
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 10px 0 0 10px;
    padding: 30px 0;
    font-size: 1.6rem;
    width: 30%;
}

.value_table td {
    padding: 30px;
    font-weight: 500;
    font-size: 1.6rem;
    width: 70%;
    color: #000;
    border: #000 solid 1px;
    border-radius: 0 10px 10px 0;
}

table.value_table tr {width: 100%;display: flex;}

table.value_table tbody {
    gap: 10px;
    display: grid;
    width: 100%;
}

h3.value_contents_title:after {
    content: "";
    display: block;
    width: 80px;
    background: #000;
    height: 1px;
    margin-top: 30px;
}

section.approach {
    padding-top: 60px;
    position: relative;
    background: #fff;
}

.approach_title_inner {
    font-size: 5.5rem;
    max-width: 1100px;
    font-weight: 600;
    margin: 0 auto;
}

.approach_inner {
    margin: 0 auto;
}

h2.approach_title {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.approach_wrapper {
    overflow: hidden;
    border-top: 1px solid;
}

.approach_wrapper_inner {
    max-width: 1100px;
    margin: 0 auto;
    border-left: 1px solid;
    padding: 8%;
    border-right: 1px solid;
}

.approach_image {
    border-right: 1px solid;
}

.approach_contents {
    width: 100%;
}

.approach_features {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    margin: 10% auto;
    border-left: 1px solid;
}

.approach_features_box {
    text-align: center;
    width: 33.33%;
    border-right: 1px solid;
}

h4.approach_features_box_title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 40px;
}

.approach_features_box_cap span {
    font-size: 7rem;
    font-weight: 400;
}

.approach_features_box_cap {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 20px;
}

h3.approach_wrapper_title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 6%;
    display: flex;
    line-height: 84px;
    width: max-content;
}

h3.approach_wrapper_title span {
    font-size: 4rem;
    color: #0414ac;
    width: max-content;
}

p.approach_cap {
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
}

a.contents_link_banner.blurTrigger.blur {
    display: flex;
    background: #f5f5f5;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
}

.swiper-container-custom {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.swiper-container-custom .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px !important;
  transition: all 0.3s ease;
}

.swiper-container-custom .swiper-pagination-bullet-active {
  background: #333;
  transform: scale(1.2);
}
.swiper-pagination {
    position: inherit!important;
    margin-top: 20px;
}

span.swiper-pagination-bullet {
    background: #000;
}

.contents_link_image {
    width: 50%;
    height: 100%;
    border-radius: 10px;
    background: #ddd;
    overflow: hidden;
}

.contents_link_cap {
    width: 50%;
    padding: 0% 5%;
}

.contents_link_cap_title {
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.contents_link_cap_title span {
    display: block;
    font-weight: 400;
    opacity: 0.5;
    font-size: 1.2rem;
    margin-top: 6px;
}

p.contents_link_cap_text {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 22px;
}

.approach_members h4 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 4%;
}

.approach_members {
    margin-top: 6%;
}

ul.approach_members_list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6%;
}

ul.approach_members_list li {
    font-size: 1.3rem;
}

.contactus_inner {
    padding: 5%;
    background: #fff;
    max-width: 1100px;
    align-items: center;
    display: flex;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0,0,0,0.035);
    border-radius: 10px;
    justify-content: space-between;
}

.approach_wrapper.approach_wrapper_last {
    border-bottom: 1px solid;
}

.approach_link_btn {
	display: block;
	background: #000;
	color: #fff;
	padding: 12px 0;
	height: auto;
	overflow: hidden;
	border-radius: 100px;
	width: 100%;
	margin-top: 20px;
	max-width: 240px;
	font-family: "Work Sans", sans-serif;
	position: relative;
	text-align: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.approach_link_btn span img {
    width: 20px;
    margin-left: 10px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(348deg) brightness(107%) contrast(101%);
}

.approach_link_btn span {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    text-align: center;
    display: flex;
    color: #fff;
    font-weight: 600;
    z-index: 9999;
    position: relative;
    justify-content: center;
}

.approach_link_btn:hover {
	color: #fff;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

.approach_link_btn:hover span {
	color: #fff;
}

.approach_link_btn:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #0426A0;
	content: "";
	display: block;
	left: 0;
	top: 0;
	border-radius: 100px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.approach_link_btn:hover:after {
	background: #0426A0;
	position: absolute;
	width:100%;
	height: 100%;
}

section.contactus {
    padding: 100px 0 100px 0;
}

h2.contactus_title {
    font-size: 2.2rem;
    font-weight: 500;
}

p.contactus_cap {
    font-size: 1.4rem;
    color: #555;
    margin-top: 15px;
}

.contactus_link {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 15px 0;
    height: auto;
    overflow: hidden;
    border-radius: 100px;
    width: 100%;
    font-family: "Work Sans", sans-serif;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contactus_link span {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    text-align: center;
	display: block;
    color: #fff;
    font-weight: 600;
	z-index: 9999;
	position: relative;
}

.contactus_link:hover {
	color: #fff;
	box-shadow: 0 15px 24px rgba(0,0,0,0.025), 0 6px 10px rgba(0,0,0,0.015);
}

.contactus_link:hover span {
	color: #fff;
}

.contactus_link:after {
	position: absolute;
	width: 0;
	height: 100%;
	background: #0426A0;
	content: "";
	display: block;
	left: 0;
	top: 0;
	border-radius: 100px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.contactus_link:hover:after {
	background: #0426A0;
	position: absolute;
	width:100%;
	height: 100%;
}

.contactus_contents {
    width: 70%;
    border-right: 1px solid #ddd;
}

.contactus_link_wrapper {
    width: 24%;
}

#loopslider03 {
    margin: 0 auto;
    width: auto;
    height: 133px;
    text-align: left;
    position: relative;
    top: 0px;
    overflow: hidden;
}

#loopslider03 ul {
    height: auto;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider03 ul li {
    width: auto;
    height: 136px;
    white-space: nowrap;
    float: left;
    display: inline;
    overflow: hidden;
}

.bottom_phrase ul li {
    color: #1b1b1b;
    font-size: 20rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 130px;
}

.bottom_phrase:before {
	content:"";
	display: none;
	width: 100%;
	left: 0;
	z-index: 99;
	top: 0px;
	height: 1px;
	background: #1b1b1b;
	position: absolute;
}

.bgextend {
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.textAppear {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.backgroundExtend::before {
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    background: #0414ac;
    top: 0;
    left: 0;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger,.bgRLextendTrigger {
    opacity: 0;
}


.bgextend2 {
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.textAppear2 {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.backgroundExtend2::before {
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background: #0414ac;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger2,.bgRLextendTrigger2 {
    opacity: 0;
}

.bgextend3 {
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.textAppear3 {
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.backgroundExtend3::before {
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #0414ac;
    top: 0;
    left: 0;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger3,.bgRLextendTrigger3 {
    opacity: 0;
}

span.bgappearTrigger2.textAppear2 {
    margin-left: -10px;
}

span.bgappearTrigger.textAppear {
    margin-left: -10px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.page_title_area h1 {
    font-size: 4rem;
    width: 88%;
    font-weight: 600;
    margin: 0 auto 5vh;
}

section.page_title_area {
    padding: 150px 0 0;
}
	
#loopslider03 {
	height: 100px;	
}

.bottom_phrase ul li {
	font-size: 10rem;
	line-height: 140px;
	letter-spacing: -7px;
}
	
h2.statement_title {
    font-size: 2.2rem;
    line-height: 36px;
    margin-bottom: 5vh;
}

h2.statement_title br {
    display: none;
}

p.statement_cap {
    font-size: 1.4rem;
    line-height: 25px;
}

ul.statement_company {
    flex-wrap: wrap;
    width: 90%;
    margin: 2vh auto 0;
    gap: 0;
    padding: 3%;
}

h3.statement_client {
    font-size: 2.2rem;
    line-height: 36px;
    margin: 6vh auto 0;
}

ul.statement_company li {
    width: 50%;
    margin: 0;
    padding: 1% 5%;
}

section.statement {
    padding-bottom: 10vh;
    padding-top: 10vh;
}

section.value {
    padding: 5vh 0 0;
}
	
.value_inner_contents {
    border: none;
    padding: 5vh 0 10vh 6%;
}

h2.value_contents_title span {
    font-size: 3.2rem;
    padding: 0 6%;
    margin-bottom: 5vh;
}

.value_contents_box p {
    font-size: 1.4rem;
    line-height: 25px;
    padding: 0 6% 3% 0;
}

h3.value_contents_title span {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

h3.value_contents_title:after {
    width: 50px;
    margin-top: 20px;
}

.value_contents_box_detail_reason {
    padding: 8% 0 0;
}
	
table.value_table th {
    font-size: 1.4rem;
    padding: 5% 0;
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value_table td {
    font-size: 1.4rem;
    padding: 5%;
    width: 64%;
    border-radius: 0 6px 6px 0;
}
	
.image_scroll {
    overflow: scroll;
    width: 220%;
    padding: 0 6% 6% 0;
}

.image_scroll img {
    display: block;
}
	
.value_contents_box_detail {
    padding: 0 6% 0 0;
}

a.more_link {
    height: auto;
    margin: 0;
    width: 93%;
    padding: 25px;
}

a.more_link span {
    font-size: 2rem;
}

section.approach {
    padding: 0;
}

.approach_title_inner {
    font-size: 3.2rem;
}

h2.approach_title {
    margin-bottom: 5vh;
    padding: 0 6%;
    padding-top: 5vh;
}

.approach_wrapper_inner {
    padding: 5vh 6%;
    border-right: none;
    border-left: none;
}

h3.approach_wrapper_title {
    font-size: 2.5rem;
    display: block;
    line-height: 46px;
}

h3.approach_wrapper_title span {
    display: block;
    font-size: 2.5rem;
}

p.approach_cap {
    font-size: 1.4rem;
    line-height: 25px;
    text-align: left;
}

p.approach_cap br {
    display: none;
}

.approach_features_box {width: 100%;border-right: none;border-bottom: 1px solid;padding: 9% 0 6% 0;display: flex;justify-content: space-evenly;}

.approach_features {
    display: block;
    border-left: none;
    border-top: 1px solid;
}

.approach_features_box_cap span {
    line-height: 30px;
    font-size: 4rem;
}

h4.approach_features_box_title {
    margin-bottom: 0;
    width: 50%;
    font-size: 1.6rem;
    border-right: 1px solid #aaa;
}

.approach_features_box_cap {
    line-height: 30px;
    display: flex;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    width: 50%;
}

ul.approach_members_list li {
    font-size: 1.2rem;
}

ul.approach_members_list {
    gap: 8px;
    margin-bottom: 5vh;
}

.approach_members h4 {
    font-size: 2.2rem;
}

a.contents_link_banner {
    display: block!important;
}

.contents_link_image {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

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

.contents_link_cap {
    padding: 6%;
}

.approach_link_btn {
    margin: 20px auto 0;
}
	
section.contactus {
    padding: 6% 6% 0 6%;
}

.contactus_inner {
    display: block;
    padding: 8%;
    margin: 0 auto;
}

.contactus_contents {
    width: 100%;
    border: none;
}

.contactus_link_wrapper {
    width: 240px;
    margin: 20px auto 0;
}
	
.contents_link_cap_title {
    margin-bottom: 10px;
}

h2.contactus_title {
    font-size: 1.8rem;
}

.contactus_link {
    padding: 12px 0;
}
}