@charset "UTF-8";
/* +++++ BASIC +++++ */
html {
  font-size: 32px;
  font-size: clamp(14px, 2.5vw, 32px);
}
body {
  line-height: 1.6;
  background-image: url(/image/recruit/images/bg.png);
  color: #333333;
}

a {
  transition: 0.3s;
}

p:empty {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.text_red {
  margin-top: 40px;
  color: #000;
  text-align: center;
  font-size: 0.6rem;
}

/* +++++ HEADER +++++ */
.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 58.8vw;
  background: url(/image/recruit/images/header_background.png);
  background-size: contain;
  background-position-y: 0;
  background-repeat:no-repeat;
}
.header_logo {
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.header_text1 {
  max-width: 1400px;
  text-align: center;
}
.header_text2 {
  max-width: 1400px;
  text-align: center;
}
.header_group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.header_group li {
  width: calc((100% - 0.5px) / 2);
}

/* +++++ MAIN +++++ */
.main_contents {
  margin: 0 auto;
  width: 80%;
  background: #fff;
}

.contents_box {
  margin: 0 auto 2rem;
  width: 1200px;
  max-width: 90%;
}

.contents_title {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1200px;
  max-width: 100%;
  background: url(/image/recruit/images/title1_bg.png) no-repeat center center;
  background-size: cover;
  background-position: top;
  text-align: center;
  color: #a45cea;
}
.contents_title h2{
  font-size: 1.4rem;
  line-height: 50px;
  font-weight: bold;
  margin-top: 0.5rem;
}

.contents_title img{
	width: 6rem;
}

.contents_title em {
  color: #a45cea;
}

.contents_text {
  text-align: center;
}

.contents_inner {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 95%;
  background: #FFFFFF;
  overflow: hidden;
}
.contents_inner:first-of-type {
  margin-top: 0;
}
.contents_inner:nth-of-type(n + 2) {
  margin-top: 40px;
}

.link_button {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.link_button li {
  width: calc((100% - 0.5px) / 2);
}

.link_button li.red_only {
  width: calc((100% - 0.5px));
}

.link_button li a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  line-height: 2.6em;
  border-radius: 40px;
  color: #FFFFFF;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.link_button li.red_only a{
	width: 50%;
}

.link_button_pink a {
  background: #f876e3;
}
.link_button_purple a {
  background: #b67dee;
}
.link_button_orange a {
  background: #FFC000;
}
.link_button_red a {
  background: #C0504D;
}

/* +++++ MODEL +++++ */
.model_box {
  background: #FFFFFF;
  border:solid #a45cea;
}
.model_box:first-of-type {
  margin-top: 80px;
}
.model_box:nth-of-type(n + 2) {
  margin-top: 40px;
}
.model_subject {
  margin: 1.5rem auto 0.5rem;
  font-size: 0.9rem;
  height: 4.5rem;
  line-height: 2;
  background: url(/image/recruit/images/title2_deco.png) no-repeat;
  background-size: contain;
  background-position: center;
  color: #a45cea;
  text-align: center;
}
.model_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.model_logo {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 35%;
}

.model_logo img{
	width: 100%;
}

.model_detail {
  width: 85%;
  margin: 1rem auto auto;
}
.model_detail_datas {
  padding: 0 20px;
}
.model_detail_data{
  margin: 0.5rem auto 1rem;
}
.model_detail_data:nth-of-type(n + 3) {
  margin: 0.5rem auto 0.3rem;
}
.model_detail_datas img{
  margin: 1rem auto;
}
.model_detail_data{
	width: 100%;
}

.detail_data_h1{
  text-align: center;
  padding: 0.3rem;
  color: #17375E;
  font-size: 0.85rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  background: radial-gradient(#fbeaff, #f4bfff);
}

.model_detail_data tr {
	padding: 0.5rem 0;
}
.model_detail_data td {
  padding: 0;
  font-size: 0.8rem;
  color: #d8376d;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  text-align: center;
  line-height: 1.3rem;
}
.deta_m{
	font-size: 1.5rem;
}
.model_detail_data td.is_wage {
  font-size: 0.8rem;
}
.model_detail_link {
  padding-bottom: 20px;
}
.model_detail_link .link_button {
  margin-top: 20px;
}

/* +++++ POINT +++++ */
.point_item {
  padding-bottom: 20px;
  background-image: url(/image/recruit/images/background_flame.png);
  background-repeat: no-repeat;
  background-size: 100% 98% ;
  display: grid;
}

.fadeInUp{
    opacity: 0;
    transform:  translate(-100px, 0);
}
.fadeInRight {
    opacity: 0;
    transform: translateX(100px);
}
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 2.7;
        transform: translate(0);
    }
}
/* フェードインさせるクラス */
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.point_subject {
  display: block;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.point_subject_image {
  height: auto;
  margin: 0 auto 1rem;
  padding-top: 1.5rem;
  line-height: 40px;
  text-align: center;
}
.point_subject_image img {
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
}
.point_subject_text {
  display: block;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #bfaa80;
  padding: 0.5rem 0;
}
.point_image {
  width: 90%;
  text-align: center;
  margin: auto;
}
.point_image img {
  width: 80%;
  margin: auto;
  max-width: none;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.point_text {
  margin: 0 20px;
  padding: 20px 80px 80px;
  background-size: 100% 100%;
}
.point_text p {
  font-size: 0.75rem;
}

/* +++++ COMPARISON +++++ */
.comparison_container {
  width: 100%;
  border: 2px solid #a45cea;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparison_container_table tr {
  border-bottom: 2px solid #a45cea;
}
.comparison_container_table tr:first-of-type td {
  font-weight: bold;
}
.comparison_container_table th {
  padding: 10px;
  position: sticky;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0.5rem;
  text-align: center;
}
.comparison_container_table th img {
  max-width: inherit;
}
.comparison_container_table th::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 2px solid #a45cea;
  background: #FFFFFF;
  z-index: -1;
}
.comparison_container_table td {
  padding: 0 20px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px dotted #a45cea;
  white-space: nowrap;
}
.comparison_container_table th{
	font-size: clamp(14px, 2.5vw, 32px);
	font-weight: bold;
}
.comparison_text {
  margin: 5px auto auto;
  max-width: 90%;
  font-size: 0.7rem;
}

/* +++++ SITE +++++ */
.site_subject {
  display: blocl;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}
.site_subject_image {;
  text-align: center;
}
.site_subject_image img{
	width: 30%;
}
.detail_box1, .detail_box2{
	width: 90%;
	margin: auto auto 2rem;
}
.detail_box1{
	margin-top: 1.5rem;
	border: solid 2px #f9e9ba;
	padding-bottom: 2rem;
}
.detail_box1 img, .detail_box2 img{
	width: 15%;
	margin: 1rem 42.5% 0;
}
.detail_box1 h2{
	margin:0 auto 1rem;
	text-align: center;
	color: #9d822e;
	font-weight: bold;
	font-size: 1.4rem;	
}
.list_point{
	color: #f2d375;
}
.site_subject_text {
  width: calc(100% - (220px + 20px));
  line-height: 100px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2rem;
}
.site_image img {
  max-width: none;
  width: 100%;
}

.site_tab_switch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.site_tab_trigger {
  width: calc((100% - 0.5px) / 2);
  line-height: 100px;
  border-bottom: 2px dashed #17375E;
  background: #FFFFFF;
  color: #17375E;
  text-align: center;
  cursor: pointer;
}
.site_tab_trigger.is_active {
  border-bottom: 2px solid #17375E;
  background: #17375E;
  color: #FFFFFF;
  cursor: default;
}
.site_tab_box {
  display: none;
  padding: 80px 10px;
}
.site_tab_box.is_active {
  display: block;
}

.site_features_list {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 100%;
  padding: 3.5rem 3rem;
  background: url(/image/recruit/images/detail_flame.png) no-repeat;
  background-size: 90% 95%;
  background-position: center;
}
.site_features_list li {
  line-height: 40px;
  font-size: 0.7rem;
}
.site_features_list li:nth-of-type(n + 2) {
  margin-top: 25px;
}

.site_company {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  border-spacing: 4px 2px;
  border-collapse: separate;
  text-align: center;
}
.site_company tr {
  border: 2px solid #c39af4;
}
.site_company th {
  padding: 0.2rem;
  border: 2px solid #c39af4;
  font-size: 0.9rem;
  background-color:#fff;
  text-align: center;
  vertical-align: middle;
}
.site_company td {
  padding: 0.2rem;
  border: 2px solid #c39af4;
  font-size: 0.9rem;
  background-color:#fff;
}
.site_company_subject {
  border-bottom: 2px solid #17375E;
}

.will_subject{
	background-color: #04003c;
}

/* +++++ VOICE +++++ */
.voice_item {
  padding-top: 40px;
  padding-bottom: 20px;
}
.voice_diviner {
  display: block;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 3rem;
}
.voice_diviner_image {
  width: 60%;
  text-align: center;
  margin: auto;
}
.voice_diviner_detail {
  margin-left: 20px;
  padding-top: 40px;
}
.voice_diviner_name {
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
  color: #b59a77;
  text-align: center;
}
.voice_diviner_data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
}
.voice_diviner_data:first-of-type {
  margin-top: 20px;
}
.voice_diviner_data dt {
  width: 6.5rem;
  text-align: right;
}
.voice_diviner_data dd {
  width: 5.5rem;
}
.voice_Af{
	color: #b59a77;
}
.voice_text {
  margin: 40px 20px 0;
  padding: 10px 40px;
  font-size: 0.65rem;
}
.voice_text p {
  font-size: 0.75rem;
}
.voice_references {
  margin-top: 20px;
  font-size: 0.6rem;
  text-align: right;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '▽'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 50px;
	background-color: #f2d375;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '△'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/* +++++ STEP +++++ */
.step_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 80px;
  width: 800px;
  max-width: 100%;
}
.step_item {
  display: block;
}
.step_item:nth-of-type(n + 2) {
  margin-top: 0.7rem;
}
.step_image {
  width: 150px;
  margin: auto;
}
.step_image img {
  border-radius: 100px;
}
.step_detail {
  width: 100%;
  margin: auto;
}
.step_subject {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  padding: 1.4rem 0;
  font-weight: bold;
  color: #a45cea;
  display: flex;
}
p.step_subject_point span{
  color: #fff;
  font-weight: bold;
  background-color: #AA7800;
  padding: 1rem 0.3rem;
  border-radius: 5rem;
  float: left;
  margin-right: 0.5rem;
}
.step_text {
  font-size: 0.675rem;
  text-align: center;
}
img.step_line{
	display: block;
	margin: 0.5rem auto;
	width:4px;
}

/* +++++ FOOTER +++++ */
.footer {
  margin-top: 80px;
  padding-bottom: 20px;
  background: #f2e9ff;
}
.footer_container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 1200px;
  max-width: 100%;
}
.footer_link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.footer_link li {
  width: calc((100% - 0.5px) / 2);
}
.footer_link li a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  line-height: 3em;
  border-radius: 100px;
  background: #FFFFFF;
  color: #17375E;
  font-size: 0.75rem;
  text-align: center;
}
.footer_copyright {
  color: #545454;
  font-size: 0.5rem;
  text-align: center;
}

.contents_3{
	max-width: 100%;
}
.contents_inner_3{
	max-width: 100%;
}
.point1{
	margin-top: 80px;
}



/* ブレイクポイント（これ以下はiPad） */
@media screen and (max-width: 1024px) {
  /* +++++ BASIC +++++ */
  .text_red {
    font-size: 1rem;
  }
	
  /* +++++ HEADER +++++ */
  .header{
	  height: 60vw;
	  background-size: cover;
	  background-position:center center;
	}

  /* +++++ MAIN +++++ */
  .contents_box {
    width: -webkit-fill-available;
    margin-top: 15px;
    max-width: calc(100% - 80px);
  }

  .contents_title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contents_text {
    margin-top: 10px;
    font-size: 1rem;
  }

  .contents_inner {
    width: -webkit-fill-available;
	max-width: 100%;
  }
  .contents_inner:first-of-type {
    margin-top: 40px;
  }

  .link_button li a {
    font-size: 1.1rem;
  }

  /* +++++ MODEL +++++ */
  .model_box:first-of-type {
    margin-top: 40px;
  }
  .model_detail_data th {
    font-size: 1.3rem;
  }

  /* +++++ POINT +++++ */
  .point_text {
    padding: 40px;
  }
  .point_text p {
    font-size: 1rem;
  }

  /* +++++ SITE +++++ */
  .site_tab_switch li {
    font-size: 1.2rem;
  }

  .site_features_list {
    width: 100%;
  }
  .site_features_list li {
    font-size: 1.1rem;
  }

  /* +++++ VOICE +++++ */
  .voice_item {
    background-size: 35%;
  }
  .voice_diviner_image {
    width: 100%;
  }
  .voice_diviner_detail {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
	padding-top: 20px;
  }
  .voice_diviner_data {
    font-size: 1.2rem;
  }
  .voice_diviner_data:first-of-type{
    margin-top: 0;
  }
  .voice_text {
    padding: 40px;
  }
  .voice_text p {
    font-size: 1rem;
  }
  .voice_references {
    font-size: 0.8rem;
  }

  /* +++++ STEP +++++ */
  .step_wrapper {
    width: -webkit-fill-available;
  }
  .step_subject {
    font-size: 1.2rem;
	text-align: center;
  }
  .step_text {
    font-size: 1rem;
  }

  /* +++++ FOOTER +++++ */
  .footer_container {
    width: -webkit-fill-available;
  }
  .footer_link li a {
    font-size: 1.2rem;
  }
  .footer_copyright {
    font-size: 0.9rem;
  }
}
/* ブレイクポイント（これ以下はSP） */
@media screen and (max-width: 767px) {
  /* +++++ BASIC +++++ */
  body {
    width: auto;
  }
	
  .pc_only {
    display: none;
  }
	
  .sp_only {
  display: block;
	}
  /* +++++ HEADER +++++ */
  .header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	height: 83.8vw;
	background: url(/image/recruit/images/top_bg_sp_1.png);
	  background-size: cover;
	background-position-y: 0; 
  }
  .header_logo img {
    width: 70%;
  }

  /* +++++ MAIN +++++ */
  .main_contents {
	width: 90%;
  }

  .contents_box {
    max-width: calc(100% - 30px);
  }

  .contents_title {
    padding: 2rem;
  }
  
  .contents_title h2{
	  font-size: 1.8rem;
	  line-height: 35px;
	  margin-top: 0.8rem;
	}
	
	.contents_title img{
	  width: 9rem;
	}

  .contents_text {
    margin-top: 0;
  }

  .contents_inner:first-of-type {
    margin-top: 20px;
	max-width: 100%;
  }

  .link_button li a {
    width: 80%;
  }

  /* +++++ MODEL +++++ */
  .model_box:first-of-type {
    margin-top: 20px;
  }
  .model_subject {
    line-height: 1.5;
	height: 4.7rem;
	background: url(/image/recruit/images/title2_deco_sp.png) no-repeat;
    padding: 10px 0;
	background-size: contain;
	background-position: center;
  }
  .model_logo {
    margin: 3px auto 15px;
    width: 50%;
  }
  .model_detail {
    width: 100%;
    border-left: none;
	margin: auto;
  }
  .model_detail_datas {
    padding: 0 10px 15px;
  }

  .model_detail_data th {
    padding: 5px;
    font-size: 1.2rem;
  }
  .deta_m{
	font-size: 1.3rem;
	}
  .model_detail_link .link_button {
	  margin-top: 0;
	}
	.table_last_text{
		font-size:0.74rem !important;
	}

  /* +++++ POINT +++++ */
  .point_item {
    padding-bottom: 10px;
	background-image: url(/image/recruit/images/background_flame_sp.png);
  }
  .point_image img {
    width: 480px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
	object-position: top;
  }
  .point_subject_image img {
  width: 4.5rem;
  height: 4.5rem;
}
  .point_text {
    margin: 0 10px;
    padding: 20px;
  }

  /* +++++ COMPARISON +++++ */
  .comparison_container_table th {
    padding: 10px;
    font-size: 0.8rem;
  }
  .comparison_container_table th img {
    width: 100px;
  }
  .comparison_container_table td {
    padding: 10px;
    font-size: 1.2rem;
  }
	
  .comparison_text {
    margin-top: 10px;
    max-width: 100%;
	font-size: 1rem;
  }

  /* +++++ SITE +++++ */
  .site_subject_image {
    width: 170px;
	margin: auto;
  }
  .site_subject_image img{
	width: 100%;	
  }
  .site_subject_text {
    width: calc(100% - (100px + 10px));
    line-height: 50px;
  }

  .detail_box1{
	padding-bottom: 0.5rem;
  }
  .site_tab_trigger {
    line-height: 48px;
  }
  .site_tab_box {
    padding: 40px 10px;
  }

  .site_features_list {
    width: auto;
	background: url(/image/recruit/images/detail_flame_sp.png) no-repeat;
	background-size: 90% 95%;
	background-position: center;
  }
  .site_features_list li {
    line-height: 1.2;
    background-size: 20%;
	font-size: 0.9rem;
  }

  .site_company {
    border-spacing: 2px 1px;
  }

  .site_company th{
	  padding: 0;
	}

  .site_company td{
	  padding: 0;
	}
	
  /* +++++ VOICE +++++ */
  .voice_item {
    padding-top: 20px;
  }
  .voice_diviner_image img {
    width: 100%;
  }
  .voice_text {
    margin: 0 10px;
    padding: 20px;
	font-size: 1rem;
  }
  .cp_box .cp_container {
	overflow: hidden;
	height: 150px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
  }

  /* +++++ STEP +++++ */
  .step_wrapper {
    padding: 40px 20px;
  }
  .step_item {
    flex-wrap: nowrap;
  }
  .step_image {
    width: 60px;
  }
  .step_detail {
    width: 100%;
  }
  h3.h3_br{
	padding: 0.2rem 0 1.4rem;
	line-height: 1.6rem;
  }	

  /* +++++ FOOTER +++++ */
  .footer {
    margin-top: 20px;
  }
  .footer_link li a {
    width: 80%;
    font-size: 1rem;
  }
  .footer_copyright {
    font-size: 0.85rem;
  }

  .point1{
	margin-top: 0;
  }

	
  .sp_only {
    display: block;
  }
}
