@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  position: relative;
  overflow:hidden;
}

#main-contents div.body {
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.visual {
  background: url("../../_images/business/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * メッセージ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.business {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.business .title {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color:#320b1e;
}

.business .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.business .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color:#320b1e;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.business .subtitle {
  font-size: 2.2rem;
  text-align: center;
  display:block;
  color: #f733a6;
  font-weight:bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.business .subtitle {
  font-size: 2.0rem;
  display:block;
  color: #f733a6;
  font-weight:bold;
  text-align: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.business .text {
  font-size: 1.6rem;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.business .text {
  font-size: 1.6rem;
  text-align: center;
}
}

/* ----------------------------------------------------------------------------------------------------
   * アンカーリンク
/* ------------------------------------------------------------------------------------------------- */

.business .anchor-link {}

.business .anchor-link ul {}

.business .anchor-link ul li {
  position: relative;
  width: 18%;
  background: #f8f1ff;
  border-radius: 60px;
  text-align: center;
}

.business .anchor-link ul li a {
  display: block;
  color: #f733a6;
  padding: 15px 15px 20px 15px;
}

.business .anchor-link ul li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #f733a6;
  border-right: solid 2px #f733a6;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: -8px auto;
  transition: 0.2s bottom;
}
.business .anchor-link ul li:hover a:after {
  bottom: 1.0em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.business .anchor-link ul {
  display: flex;
  justify-content: center;
}

.business .anchor-link ul li {
  position: relative;
  width: 48%;
  background: #f8f1ff;
  border-radius: 60px;
  text-align: center;
  margin: 0 1% 10px;
}
.business .anchor-link ul li a {
  display: block;
  color: #f733a6;
  padding: 10px 10px 20px 10px;
}

}

/* ****************************************************************************************************
   * 職種
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.type ~ .type {
  padding-top: 50px;
}

#type-5 {
  padding-bottom: 100px;
}

.type .contents {
  padding: 50px 40px;
  border: 5px solid #ffdcef;
  border-radius: 40px;
}

.type .contents.layout-flex-2 > * {
  width: 49%;
}

.type .contents .detail {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.type .contents {
  padding: 20px;
  border: 5px solid #ffdcef;
  border-radius: 40px;
}
.type .contents.layout-flex-2 > * {
  width: 100%;
}

.type .contents .detail {
  width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.type .detail .title-1 {
  position: relative;
  font-size: 3.0rem;
  font-weight: bold;
  padding-left: 3em;
}
.type .detail .title-1::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
#type-1 .detail .title-1::before {
  background:url("../../_images/business/num-01.png") no-repeat; 
}
#type-2 .detail .title-1::before {
  background:url("../../_images/business/num-02.png") no-repeat; 
}
#type-3 .detail .title-1::before {
  background:url("../../_images/business/num-03.png") no-repeat; 
}
#type-4 .detail .title-1::before {
  background:url("../../_images/business/num-04.png") no-repeat; 
}
#type-5 .detail .title-1::before {
  background:url("../../_images/business/num-05.png") no-repeat; 
}

.type .contents .detail .text-1 {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.type .detail .title-1 {
  position: relative;
  font-size: 2.5rem;
  padding-left: 2em;
}
.type .detail .title-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#type-1 .detail .title-1::before {
  width: 35px;
  height: 35px;
  background:url("../../_images/business/num-01.png") no-repeat; 
  background-size: 35px 35px;
}
#type-2 .detail .title-1::before {
  width: 35px;
  height: 35px;
  background:url("../../_images/business/num-02.png") no-repeat; 
  background-size: 35px 35px;
}
#type-3 .detail .title-1::before {
  width: 35px;
  height: 35px;
  background:url("../../_images/business/num-03.png") no-repeat; 
  background-size: 35px 35px;
}
#type-4 .detail .title-1::before {
  width: 35px;
  height: 35px;
  background:url("../../_images/business/num-04.png") no-repeat; 
  background-size: 35px 35px;
}
#type-5 .detail .title-1::before {
  width: 35px;
  height: 35px;
  background:url("../../_images/business/num-05.png") no-repeat; 
  background-size: 35px 35px;
}
.type .contents .detail .text-1 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: left;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.type .photo {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.type .photo {
  width: 100%;
  margin-top: 20px;
}

}


