@charset "utf-8";

/*////////////////////////////////////////////////////////////
Name : corpotate.css
////////////////////////////////////////////////////////////*/

/*----------------------------------------------------------------------------------------
	Reset
---------------------------------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ol,ul {list-style:none}

/*----------------------------------------------------------------------------------------
	common settting
---------------------------------------------------------------------------------------- */
html {
	font-size:62.5%;
	height:100vh;
}
body {
	color:#848488;
	line-height:1.4;

	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
}
a {
	color: #444;
	text-decoration: none;
	border:0;
	outline:none;
}
a:hover {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration: underline;
}
a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.disabled {
	pointer-events: none;
	opacity: 0.5;
}

/*----------------------------------------------------------------------------------------
	sns
---------------------------------------------------------------------------------------- */
footer {
	height: 80px;
}
.sns-container {
	background-color:#fbfbfb;
	border-top:1px solid #dee2e6;
	padding:30px 0;
}
.sns-container .footerBottom {
	border-top:1px solid #dee2e6;
	background-color:#f2f2f2;
	padding:20px 0;
}
.sns-container .inner {
	padding:0 20px;
}
.sns-container .body {
	text-align:center;
}
.sns-container .body dt {
	font-size:1.8rem;
	font-weight:bold;
}
.sns-container .body dd {
	text-align:center;
	letter-spacing:-.4em;
	margin-top:20px;
}
.sns-container .body dd > div {
	display:inline-block;
	width:60px;
	margin:0 5px;
	letter-spacing: normal;
}
.sns-container .body dd > div img {
	width:100%;
	height:auto;
}
.margin-box {
	height: 87.25px;
}
/*----------------------------------------------------------------------------------------
	button
---------------------------------------------------------------------------------------- */
.btn {
	width: 320px;
	height: 56px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 56px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.border-btn {
	width: 320px;
	height: 56px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 56px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    outline-offset: -5px;
    text-align: center;
    cursor: pointer;
}

.btn.color-green {
    background-color: #64B32E;
    color: #fff;
}
.btn.color-orange {
    background-color: rgba(241, 150, 28, 1);
    color: #fff;
}
.border-btn.color-green {
    background-color: #64B32E;
    box-shadow: 0.2em -0.2em #64B32E, -0.2em 0.2em #64B32E, 0.2em 0.2em #64B32E, -0.2em -0.2em #64B32E;
    color: #fff;
}
.border-btn.color-orange {
    background-color: rgba(241, 150, 28, 1);
    box-shadow: 0.2em -0.2em rgba(241, 150, 28, 1), -0.2em 0.2em rgba(241, 150, 28, 1), 0.2em 0.2em rgba(241, 150, 28, 1), -0.2em -0.2em rgba(241, 150, 28, 1);
    color: #fff;
}
/*----------------------------------------------------------------------------------------
	main
---------------------------------------------------------------------------------------- */
main {
    width: auto;
    margin:0 auto;
}

@media screen and (min-width: 1280px) {
    main {
        width: 1280px;
    }
}

.top {
	background-image: url("/assets/images/corporate-top-bg.png");
    background-position: 70% 0;
	width: 100%;
    background-size: cover;
}

.top .mask {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.top .body {
	margin: 0 80px 0 80px;
    height: 100%;
    width: calc(50% - 160px);
	display: flex;
	flex-direction: column;
}

.top .body .body-item {
	display: flex;
	justify-content: center;
}

.top .body .body-item:first-child {
	margin-top: 120px;
}

.top .body .body-item:last-child {
	margin: 56px 0 104px 0;
}

.top .body .body-item.title {
	margin: 8px 0 0 0;
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
	color: #FFFFFF;
}

.top .body .body-item.content {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	text-align: justify;
	color: #FFFFFF;
}

.case-studies {
    background-image: url("/assets/images/case-studies-bg.png");
    background-size: cover;
    background-position: bottom;
	width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 150px;
}

.case-studies .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    text-align: justify;
    color: #FFFFFF;
}

.case-studies .content.body-item {
    margin-top: 64px;
}

.case-studies .content.body-item > div {
    width: 70%;
    background-color: #ECF7E5;
    padding: 48px 50px 48px 50px;
    border-radius: 10px;
}

.case-studies .content .statement {
    color: #64B32E;
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
}

.case-studies .body-item {
	display: flex;
	justify-content: center;
}
.case-studies .body-item:first-child {
	margin-top: 96px;
}

.case-studies .body-item.cards {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.case-studies .body-item.cards > div {
    display: flex;
    justify-content: space-around;
}

.case-studies .body-item.cards .card {
   margin-right: 20px;
   width: 30%;
}

.case-studies .body-item.cards .card > img {
    width: 100%;
 }

.case-studies .body-item.cards .card > .statement {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 16px;
 }

.case-studies .body-item.cards .card:last-child {
    margin-right: 0;
}

.benefits .title {
    margin-top: 96px;
    display: flex;
    justify-content: center;
}

.benefits .title > h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 32px;

    color: #64B32E;
}

.benefits .item {
    margin-top: 64px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.benefits .item:nth-child(odd) {
    background-color: #E0F0D5;
}

.benefits .item > div:first-child {
    margin-right: 80px;
}

.benefits-item-2 {
    order: 1;
}

.benefits-item-image-2{
    order: 2;
}

.benefits .item .content {
    width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefits .item .content .item-number {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #F1961C;
    margin-bottom: 8px;
}

.benefits .item .content > h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #6D6D70;
    margin-bottom: 8px;
}

.benefits .item .content > p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6D6D70;
}

.benefits .btn-container {
    padding: 80px 0 96px 0;
    display: flex;
    justify-content: center;
}

.introduction {
    background-color: rgba(100, 179, 46, 1);
}

.mask {
    background-color: rgba(255, 255, 255, 0.8);
}

.introduction .date {
    padding-top: 72px;
    text-align: center;
}

.introduction .title {
    display: flex;
    justify-content: center;
    margin: 16px 0 64px 0;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #64B32E;
}

.introduction .cards {
    display: flex;
    justify-content: center;
    padding-bottom: 72px;
}

.introduction .card {
    background-color: #fff;
    border-radius: 10px;
}
.introduction .cards .step {
    display: inline-block;
    width: 30%;
    text-align: center;
    background-color: #64B32E;
    margin-top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 4px 0 4px 0;
}

.introduction .cards .title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #6D6D70;
    margin: 16px 0 10px 0;
}

.introduction .cards .statement-container {
    display: flex;
    justify-content: center;
    margin: 12px 0 15px 0;
}

.introduction .cards .statement {
    width: 200px;
}

.introduction .cards .arrow {
    position: relative;
    padding: 15px 0;
}

.introduction .arrow-container {
    display: flex;
    width: 50px;
    justify-content: center;
}
.introduction .arrow::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid rgba(241, 150, 28, 1);
    border-right: 2px solid rgba(241, 150, 28, 1);
    transform: rotate(45deg);
    box-sizing: border-box;
}

.question {
    background-color: rgba(254, 251, 244, 1);
    padding: 96px 0 96px 0;
}
.question .title {
    display: flex;
    justify-content: center;
}

.question .title > h2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #64B32E;
}

.question .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 64px;
}

.question .container.accordion {
    margin: 3em auto;
    max-width: 78%;
}
.question .container .toggle {
    display: none;
}
.question .container .option {
   
    position: relative;
    margin-bottom: 1em;
}
.question .container .title,
.question .container .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.question .container .title {
    padding: 1em;
    display: block;
    background-color: #93ca6d;
    color: #fff;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}
.question .container .title::after,
.question .container .title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #fbfbfb;
    transition: all 0.3s;
}
.question .container .title::after {
    transform: rotate(90deg);
}
.question .container .content {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
}
.question .container .content > div {
    width: calc(100% - 54px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 28px 32px 28px 32px;
}
.question .container .content p {
    margin: 0;
    padding-left: 10px;
    font-size: 0.9em;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic ProN';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #6D6D70;
}
.question .container .toggle:checked + 
.title + 
.content {
    max-height: 500px;
    transition: all 1.5s;
}
.question .container .toggle:checked +
.title::before {
    transform: rotate(90deg) !important;
}

.question .btn-container {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.fixed-bar .btn-container {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.fixed-bar .btn-container .border-btn:first-child {
    margin-right: 160px;
}

.flex-order-1 {
    order: 1;
}

.flex-order-2 {
    order: 2;
}

.flex-order-3 {
    order: 3;
}

.flex-order-4 {
    order: 4;
}
/*----------------------------------------------------------------------------------------
	contentCampaign
---------------------------------------------------------------------------------------- */
.contact {
    margin-top: 160px;
}

.contact > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .title > h1{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0.1em;
	color: #848488;
}

.contact > .title > .vector {
  margin-top: 50px;
  position: absolute;
  width: 135px;
  height: 0px;
  border: 1px solid #64B32E;
}

.form {
  width: 50%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 80px;
}

.form-item {
  margin-bottom: 18px;
}

.form-item .description {
  display: flex;
  margin-bottom: 8px;
  height: 20px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.form-item .description p {
    margin-right: 8px;
}

.form-item .form-control select {
  padding: 1em;
  width: 100%;
  height: 48px;
  border: solid 1px #AFAFAF;
  border-radius: 4px;
}

/* .form-item .form-control select > option{
  position: absolute;
  width: 120px;
  height: 16px;
  left: 24px;
  top: calc(50% - 16px/2);

  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.08em;
} */

.form-item .form-control input {
  border-radius: 4px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 1em;
  border: solid 1px #AFAFAF;
}

.form-item .form-control textarea {
  padding: 1em;
  width: calc(100% - 2em);
  height: 176px;
  border: solid 1px #AFAFAF;
  border-radius: 4px;
}

.form-item.last-item {
  margin-bottom: 0;
}
.btn-wrap {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}

.btn-wrap .submit-btn {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #64B32E;
  cursor: pointer;
  border-radius: 10px;
  color: #fff;
  border: solid 0px;
  width: 280px;
  height: 56px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'Noto Sans JP';
  font-style: normal;
}

.form-item .form-control .error {
    border: 1px solid #EF5C5C;
}

.form-item .form-control .error-text {
    color: #EF5C5C;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
/*----------------------------------------------------------------------------------------
	footer
---------------------------------------------------------------------------------------- */
footer {
	margin-top:80px;
}
footer .footerTop {
	background-color:#fbfbfb;
	border-top:1px solid #dee2e6;
	padding:30px 0;
}
footer .footerBottom {
	border-top:1px solid #dee2e6;
	background-color:#f2f2f2;
	padding:20px 0;
}
footer .inner {
	padding:0 20px;
}
footer .footerNav {
	letter-spacing: -.4em;
	font-size:1.3rem;
}
footer .footerNav > div {
	display:inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-right:12px;
	padding-right:12px;
	border-right:1px solid #ddd;
}
footer .footerNav > div:last-child {
	border-right:0;
}
footer .footerCopyright {
	margin-top:12px;
}
footer .footerCopyright p {
	color:#999;
	font-size:1rem;
}
footer .footerSocial {
	text-align:center;
}
footer .footerSocial dt {
	font-size:1.8rem;
	font-weight:bold;
}
footer .footerSocial dd {
	text-align:center;
	letter-spacing:-.4em;
	margin-top:20px;
}
footer .footerSocial dd > div {
	display:inline-block;
	width:60px;
	margin:0 5px;
	letter-spacing: normal;
}
footer .footerSocial dd > div img {
	width:100%;
	height:auto;
}