@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  position: relative;
  overflow:hidden;
}
#main-contents::before {
  content: "";
  display: block;
  width: 924px;
  height: 639px;
  background: url("../../_images/company/bg-1.jpg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#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/company/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}


/* ****************************************************************************************************
   * 沿革
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.history {
  position: relative;
  padding-top: 100px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.history .title {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color:#320b1e;
}

.history .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.history .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color:#320b1e;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.history .history-list {
  position: relative;
  margin-top:50px;
}
.history .history-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background: #f733a6;
  z-index:-1;
}
.history .history-list .row {
  position: relative;
}
.history .history-list .row:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  width: 50%;
  height: 2px;
  background: #f733a6;
  margin-top: -1px;
}
@media (min-width:769px) {
  .history .history-list .row:nth-child(2n+2):before {
    left: 50%;
    right: 0;
  }
}
.history .history-list .row:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 12px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #f8f1ff;
  border: 8px solid #f733a6;
  z-index:999;
}
.history .history-list dl {
  position: relative;
  z-index: 2;
  width: 43%;
  padding: 1.5em;
  background: #f8f1ff;
  border-radius:20px;
}
.history .history-list .row:nth-child(2n+2) dl {
  margin-left: auto;
}
.history .history-list dt {
  font-weight: 600;
  color: #f733a6;
}
@media (max-width:768px) {
  .history .history-list:after {
    left: 10px;
  }
  .history .history-list .row ~ .row {
    margin-top: 20px;
  }
  .history .history-list .row:before {
    left: 10px;
  }
  .history .history-list .row:after {
    left: 10px;
  }
  .history .history-list dl {
    width: calc( 100% - 30px );
    padding: 1em;
    margin-left: auto;
  }
  .history .history-list dt {
    margin-bottom: .5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#history ul.layout-flex-2 li {
  text-align: center;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#history ul.layout-flex-2 li img {
  width: 80%;
}

}

/* ****************************************************************************************************
   * メッセージ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.message {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.message::after {
  content: "";
  display: block;
  width: 1000px;
  height: 639px;
  background: url("../../_images/company/bg-2.jpg") no-repeat;
  position: absolute;
  bottom: -150px;
  right: 0;
  z-index: -1;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.message .title {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color:#320b1e;
}

.message .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.message .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color:#320b1e;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.message .subtitle {
  max-width: 19%;
  width: 19%;
  font-size: 2.6rem;
  display:block;
  color: #f733a6;
  font-weight:bold;
  white-space:nowrap;
  -ms-writing-mode:tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode:vertical-rl;
  font-family: 'Noto Sans JP', sans-serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.message .subtitle {
  max-width: 100%;
  width: 100%;
  font-size: 2.0rem;
  display:block;
  color: #f733a6;
  font-weight:bold;
  white-space: nowrap;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.message .text {
  width: 58%;
  max-width: 620px;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.message .text {
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.message .photo {
  width: 40%;
  text-align: center;
}

.message .photo .caption {
  margin-top: 10px;
  text-align: right;
  font-size: 2.2rem;
}
.message .photo .caption span {
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.message .photo {
  width: 100%;
}
.message .photo img {
  width: 60%;
}
.message .photo .caption {
  margin-top: 10px;
  text-align: center;
  font-size: 2.2rem;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.message .lead {
  margin: 70px auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.message .lead {
  max-width: 100%;
  margin: 40px auto 0;
}

}


/* ****************************************************************************************************
   * 基本理念・方針
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.philosophy {
  position: relative;
  background: #f8f1ff;
  padding-top: 100px;
  padding-bottom: 150px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.philosophy .title {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color:#320b1e;
}

.philosophy .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.philosophy .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color:#320b1e;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * セクション1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.philosophy .section-1 {
  position: relative;
  margin-top: 80px;
  padding-bottom: 100px;
}
.philosophy .section-1::before {
  content: "";
  display: block;
  background: url("../../_images/company/icon-img-1.png") no-repeat;
  width: 396px;
  height: 219px;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
}

.philosophy .section-1 .body {
  max-width: 1140px;
  min-height:480px;
}

.philosophy .section-1 .content {
  position: relative;
  padding-top: 100px;
  width: 55%;
  margin-left: 0;
  margin-right: auto;
  max-width: 540px;
}
.philosophy .section-1 .content .text {
  font-size: 2.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.philosophy .section-1 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 50px;
}

.philosophy .section-1 .content {
  position: relative;
  padding-top: 60px;
  width: 43%;
  margin-left: 0;
  margin-right: auto;
  max-width: 430px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.philosophy .section-1 .body {
  max-width: 1140px;
  min-height:auto;
}

.philosophy .section-1::before {
  content: "";
  display: block;
  background: url("../../_images/company/icon-img-1.png") no-repeat;
  width: 198px;
  height: 109px;
  background-size: 198px 109px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0%);
}

.philosophy .section-1 .content {
  position: relative;
  padding-top: 0;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.philosophy .section-1 .subtitle {
  font-size: 5.0rem;
  font-weight: 700;
  color:#320b1e;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.philosophy .section-1 .subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  color:#320b1e;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.philosophy .section-1 .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 480px;
  background:#e1dcf2;
  border-radius: 40px 0 0 40px;
  margin-top:0;
}

.philosophy .section-1 .photo img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
  border-radius: 40px 0 0 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.philosophy .section-1 .photo {
  position:relative;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  background:none;
  border-radius: 20px;
  padding: 0 20px;
  margin-top: 20px;
}

.philosophy .section-1 .photo img {
  position:relative;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0);
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * セクション2
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.philosophy .section-2 {
  position: relative;
  z-index: 1;
}
.philosophy .section-2::after {
  content: "";
  display: block;
  background: url("../../_images/company/icon-img-2.png") no-repeat;
  width: 400px;
  height: 298px;
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.philosophy .section-2 .body {
  max-width: 1140px;
  min-height:480px;
}

.philosophy .section-2 .content {
  position: relative;
  padding-top: 100px;
  width: 55%;
  margin-left: auto;
  margin-right: 0;
  max-width: 540px;
}
.philosophy .section-2 .content .text {
  font-size: 2.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.philosophy .section-2 .content {
  position: relative;
  padding-top: 60px;
  width: 43%;
  margin-left: auto;
  margin-right: 0;
  max-width: 430px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.philosophy .section-2::after {
  content: "";
  display: block;
  background: url("../../_images/company/icon-img-2.png") no-repeat;
  width: 200px;
  height:149px;
  background-size: 200px 149px;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  z-index: -1;
}

.philosophy .section-2 .body {
  max-width: 1140px;
  min-height:auto;
}

.philosophy .section-2 .content {
  position: relative;
  padding-top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.philosophy .section-2 .subtitle {
  font-size: 5.0rem;
  font-weight: 700;
  color:#320b1e;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.philosophy .section-2 .subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  color:#320b1e;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.philosophy .section-2 .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 480px;
  background:#e1dcf2;
  border-radius: 0 40px 40px 0;
  margin-top: 0;
}

.philosophy .section-2 .photo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
  border-radius: 0 40px 40px 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.philosophy .section-2 .photo {
  position:relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background:none;
  border-radius: 20px;
  padding: 0 20px;
  margin-top: 20px;
}

.philosophy .section-2 .photo img {
  position:relative;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0);
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

}


/* ****************************************************************************************************
   * 法人概要
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.profile {
  position: relative;
  padding-top: 65px;
  padding-bottom: 60px;
  z-index: 1;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.profile .title {
  position: relative;
  text-align: center;
  font-size: 4.0rem;
  font-weight: 700;
  color:#fff;
  line-height: 1.4;
}
.profile .title span {
  display: block;
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.profile .title {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color:#fff;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.profile .box {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  background: #a78ff9;
}

.profile .box a {
  align-items: center;
  padding: 40px 30px;
  transition: 0.3s;
  border-radius: 20px;
}
.profile .box a:hover {
  background: #f733a6;
}

.profile .box .title {
  position: relative;
  text-align: left;
  padding-left: 2.2em;
}
.profile .box .title::before {
  content: "";
  display: block;
  background:url("../../_images/company/guide-icon.png") no-repeat;
  width: 71px;
  height: 71px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.profile .box .title span {
  font-family: 'Zen Maru Gothic', serif;
}
.profile .box .btn {
  margin-top: 0;
  background: #fff;
  color: #320b1e;
}
.profile .box .btn::after {
  border: 0;
  background: url("../../_images/_common/icon-detail-4.png") no-repeat;
  width: 20px;
  height: 21px;
  margin-top: 0;
  transform: translateY(-50%);
}
.profile .box .btn:hover {
  opacity: 1;
}
.profile .box:hover .btn::after {
  right:0.6em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.profile .box {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background: #a78ff9;
}

.profile .box a {
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
}

.profile .box div {
  display: flex;
  justify-content: center;
}

.profile .box .title {
  position: relative;
  text-align: left;
  padding-left: 4.2em;
}

.profile .box .btn {
  margin-top: 30px;
  padding: 10px 4em;
}
}

