@charset "UTF-8";

/* font
---------------------------------------------------------*/

@font-face {
  font-weight: 300;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Light.ttf") format("truetype");
}

@font-face {
  font-weight: 400;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
}

@font-face {
  font-weight: 500;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
}

@font-face {
  font-weight: 700;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
}



/* reset
-------------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1;
}

img {
  vertical-align: bottom;
}

br {
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

main,
section,
header,
footer,
nav,
figure,
address {
  display: block;
}

address {
  font-weight: normal;
  font-style: normal;
}

picture {
  display: block;
}

ul,
ol {
  list-style: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

sub {
  vertical-align: baseline;
  font-size: x-small;
}

hr {
  box-sizing: content-box;
  height: 0;
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-image: none;
  font-size: inherit !important;
  font-family: inherit;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"] {
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: .3em;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  outline: inherit;
  border: none;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;

    -moz-appearance: none;

          appearance: none;
}

button img {
  display: block;
}

textarea {
  resize: vertical;
}

select {
  padding: 3px 5px;
  background-color: #fff;
  font-family: sans-serif;

  -webkit-appearance: none;

    -moz-appearance: none;

          appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

input[type="image"] {
  max-width: 100%;
  background-color: #fff;
}

p {
  max-height: 100%;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
      appearance: button;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: white;
  color: #231815;
  font-family: "MPLUSRounded1c";
  line-height: 2.15;
}

a {
  color: inherit;
  transition: opacity .2s;
}

a:hover {
  opacity: .7;
}



/* ========================================================
  Layout
======================================================== */
/* html
---------------------------------------------------------*/
html {
  height: 100%;
}

/* body
---------------------------------------------------------*/
body {
  height: 100%;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #261D1A;
}


/* commom
---------------------------------------------------------*/
.main_inner {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.small_inner {
  width: 800px;
  max-width: 100%;
  margin: auto;
}


/* 太字 */
.font_bold{
  font-weight: 500;
}


@media screen and (max-width: 960px){

  .main_inner {
    width: auto;
    margin: 0 16px;
  }

  .small_inner{
    width: auto;
    margin: 0 32px;
  } 

}

/* マージン設定 */
.mbNone {
  margin-bottom: 0 !important; }

.mbSS {
  margin-bottom: 0.5em !important; }

.mbS {
  margin-bottom: 1em !important; }

.mbM {
  margin-bottom: 2em !important; }

.mbL {
  margin-bottom: 3em !important; }

.mbLL {
  margin-bottom: 4em !important; }

.mbLLL {
  margin-bottom: 6em !important; }
 
.mbLLLL {
  margin-bottom: 8em !important; }

.mtNone {
  margin-top: 0 !important; }

.mtSS {
  margin-top: 0.5em !important; }

.mtS {
  margin-top: 1em !important; }

.mtM {
  margin-top: 2em !important; }

.mtL {
  margin-top: 3em !important; }

.mtLL {
  margin-top: 4em !important; }

.mtLLL {
  margin-top: 6em !important; }

.mtLLLL {
  margin-top: 8em !important; }


.ptSS{
	padding-top: 0.5em !important; }

.ptS{
	padding-top: 1em !important; }

.ptM{
	padding-top: 2em !important; }

.ptL{
	padding-top: 3em !important; }

.ptLL{
	padding-top: 4em !important; }



@media (max-width: 768px) {
.sp_mbNone {
  margin-bottom: 0 !important; }

.sp_mbSS {
  margin-bottom: 0.5em !important; }

.sp_mbS {
  margin-bottom: 1em !important; }

.sp_mbM {
  margin-bottom: 2em !important; }

.sp_mbL {
  margin-bottom: 3em !important; }

.sp_mbLL {
  margin-bottom: 4em !important; }
 
.sp_mtNone {
  margin-top: 0 !important; }

.sp_mtSS {
  margin-top: 0.5em !important; }

.sp_mtS {
  margin-top: 1em !important; }

.sp_mtM {
  margin-top: 2em !important; }

.sp_mtL {
  margin-top: 3em !important; }

.sp_mtLL {
  margin-top: 4em !important; }
}


/* br */
/* pcは改行しない */
.pc-d-none{
	display:none !important;
}

@media (max-width: 768px) {
/* spは改行しない */
.sp-d-none{
	display:none !important;
}
.pc-d-none{
	display:block !important;
}
}


/* テキスト位置 */
.text-right {
  text-align: right; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left; }

/* フォントサイズ */
.font_small{
	font-size: 0.7em;
}


@media screen and (max-width: 767px){

  .main_inner{
    margin: 0 16px;
  }
	
	.small_inner {
  margin: 0 16px;
}

	/* テキスト位置 */
.sp_text-right {
  text-align: right; }

.sp_text-center {
  text-align: center !important; }

.sp_text-left {
  text-align: left; }

}



.logo{
	text-align: center;
	margin: 1em 0 4em 0;
}

.main-img img{
	border-radius: 10px;
	margin-bottom: 2em;
}

/* リード文 */
.read_text{
  color: #FF98BC;
  font-size: 2rem;
  margin-bottom: 80px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
	line-height: 1.8em;
}

.heading01{
	text-align: center;
	margin-bottom: 2em;	
	position: relative;
	padding: 1.5rem 1rem 2rem 1rem;
	font-size: 3rem;
	color: #747373;
}
.heading01:after {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #BCBDBF, #BCBDBF 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #BCBDBF, #BCBDBF 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.heading02{
	font-size: 1.8rem;
	color: #FFF;
	background-color: #B4D668;
	padding: 0.8em;
	text-align: center;
	margin-bottom: 2em;
	line-height:1.4em;
}
.heading02_02{
	font-size: 1.8rem;
	color: #FFF;
	background-color: #4DC6C1;
	padding: 0.8em;
	text-align: center;
	margin-bottom: 2em;
	line-height:1.4em;
}

.heading03{
	text-align: center;
	font-size: 1.8rem;
	color: #B4D668;
	margin-bottom: 0.4em;
	line-height:1.4em;
}
.heading03_02{
	text-align: center;
	font-size: 1.8rem;
	color: #4DC6C1;
	margin-bottom: 0.4em;
	line-height:1.4em;
}

.heading04{
	text-align: center;
	font-size: 1.8rem;
	color: #FF98BC;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	line-height:1.4em;
	font-weight: bold;
	border-bottom: solid 2px #FF98BC;
}

@media (max-width: 768px) {
.logo{
	margin: 1.5em 0 1.5em 0;
}
.logo img{
	width: 70%;
}
.main-img img{
	width: 100%;
	height: 240px;
	object-fit: cover; 
	margin-bottom: 2em;
}
.read_text{
    font-size: 1.8rem;
	margin-bottom: 30px;
	margin-top: 50px;
  }
.heading01{
	font-size: 2.4rem;
}
	
}


/* ボタンリンク */
.btn01{
  font-size: 2rem;
  padding: 16px 0;
  border-radius: 10px;
  font-weight: 500;
  display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
}

.btn01 > .fa-angle-right{
  padding-left: 8px;
}

.btn-color01{
  background: #FF98BC;
}

.btn-color02{
  background: #B3D861;
}

.btn-color03{
  background: #46C7C3;
}

.btn-color04{
  background: #E0D05A;
}


.link_btn{
  font-size: 1.4rem;
  padding: 14px 80px;
  border: 2px solid #46C7C3;
  border-radius: 40px;
  font-weight: 500;
  display: inline-block;
  margin-top: 48px;
}

.link_btn > .fa-angle-right{
  padding-left: 8px;
}

.link_btn_gr{
  color: #fff;
  background: #46C7C3;
}

.link_btn_pi{
  color: #fff;
  background: #FF98BC;
	border: 2px solid #FF98BC;
}

.link_btn_yg{
  color: #fff;
  background: #B3D861;
	border: 2px solid #B3D861;
}

.link_btn_wh{
  color: #46C7C3;
}

@media (max-width: 768px) {
	.btn01{
  font-size: 1.6rem;
	}
	.link_btn{
  padding: 16px 40px;
}
	
}




/* テキストリンク */
.text_link{
  display: block;
  margin: 30px 0;
}

.text_link_item{
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
}

.text_link > .fa-angle-right,
.text_link02 > .fa-angle-right{
  color: #46C7C3;
  padding-left: 6px;
}

/* ==========================
box
=========================== */
.box{
	display: flex;
	margin: 0 -30px 30px 0;
}
.box_item{
	width: 100%;
	margin-right: 30px;
}

.box02{
	display: flex;
	margin: 0 -15px 15px 0;
}
.box02_item{
	width: 100%;
	margin-right: 15px;
}

.box02-btn{
  font-size: 1.6rem;
  padding: 0.6em 0;
  border-radius: 10px;
  font-weight: 500;
  display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.4em;
}

.box02-btn01 > .fa-angle-right{
  padding-left: 8px;
}


.careers{
	background-color: #F7F7F7;
	padding: 2em 0 4em 0;
	margin: 5em 0;
}

@media (max-width: 767px) {
	.box{
	display:block;
		margin-right: 0;
	}
	.box_item{
		margin-bottom: 16px;
	}
}



.interview_name{
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 2em;
}
.qatext{
	font-weight: bold;
	padding-left:1.8em;
	text-indent:-1.8em;
	margin-bottom: 1.8em;
	line-height: 1.8;
}
.interview_img_L{
	float: left;
	margin-right: 24px;
	width: 50%;
}
.interview_img_R{
	float: right;
	margin-left: 24px;
	width: 50%;
}
.interview_text{
	line-height: 2;
}

@media (max-width: 767px) {
	.qatext{
	line-height: 1.6;
}
	.interview_img_L,
	.interview_img_R{
		width: 100%;
		margin-bottom: 1em;
}
	.interview_text{
	line-height: 1.8;
}
	
}


.clear{
	clear: both;
}