@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overflow: hidden;
}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 会社案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.company {
  position: relative;
}

.company .body {
  max-width: 1120px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.company .title-area {
  line-height: 1.4;
}
.company .title {
  position: relative;
  color: #000;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
  padding-left: 0.8em;
}
.company .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.7rem;
  color: var(--c-tpink);
  font-family: "Noto Sans JP";
}
.company .title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--c-pink);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .title-area {
    line-height: 1.4;
  }
  .company .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 0.7em;
  }
  .company .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    color: var(--c-tpink);
  }
  .company .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c-pink);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
  }
}


/* ****************************************************************************************************
   * ごあいさつ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main #message {
  padding-top: 60px;
  padding-bottom: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main #message {
    padding-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページナビ
/* ------------------------------------------------------------------------------------------------- */

body.page-greeting
#main #page-nav {
  position: relative;
  z-index: 99;
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

#main #message .lead {
  max-width: 840px;
}

#main #message .lead .subtitle {
  font-size: 2.7rem;
  color: var(--c-brown);
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
}

#main #message .lead .text {
  font-size: 1.6rem;
}

#main #message .lead + .sign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#main #message .lead + .sign p {
  font-size: 3.6rem;
  font-family: '秀英にじみ丸ゴシック B';
  margin-top: 0;
  margin-left: 0.5em;
}
#main #message .lead + .sign span {
  font-size: 1.6rem;
  font-family: 'NotoSansCJKjp';
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main #message .lead .subtitle {
    font-size: 2.2rem;
    color: var(--c-brown);
    font-weight: bold;
    font-family: '秀英にじみ丸ゴシック B';
    line-height: 1.4;
  }
  
  #main #message .lead .text {
    font-size: 1.6rem;
  }
  
  #main #message .lead + .sign {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #main #message .lead + .sign p {
    font-size: 2.4rem;
    font-family: '秀英にじみ丸ゴシック B';
    margin-top: 0;
    margin-left: 0.5em;
  }
  #main #message .lead + .sign span {
    font-size: 1.6rem;
    font-family: 'NotoSansCJKjp';
  }
}

/* ****************************************************************************************************
   * 理念
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main #philosophy {}

#main #philosophy .images {
  text-align: center;
/*  margin-top: 230px;*/
}
#main #philosophy .images img {
/*
  width: 50%;
  border-radius: 60px 60px 0 0;
*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main #philosophy {
    padding-top: 0;
    padding-bottom: 0;
  }
  #main #philosophy .images {
    text-align: center;
    margin-top: 100px;
  }
  #main #philosophy .images img {
    width: 100%;
    border-radius: 0;
    height: 100vh;
    object-fit: cover;
  }
}

/* ****************************************************************************************************
   * 理念 背景
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main #philosophy-bg {
  position: relative;
  z-index: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main #philosophy-bg {
    padding-top: 0;
    padding-bottom: 0;
  }/*
  #main #philosophy-bg .images {
    display: none;
  }*/
}

/* ----------------------------------------------------------------------------------------------------
   * マスク画像
/* ------------------------------------------------------------------------------------------------- */

/* レイアウト設定 */
.door-mask-1 {
  position: /*fixed*/sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background: url("../../_images/company/greeting/philosophy-1.png");
  background-size: cover;
  background-position: center;
}
.door-mask-2 {
  position: /*fixed*/sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background: url("../../_images/company/greeting/philosophy-1.png");
  background-size: cover;
  background-position: center;
}
#philosophy-bg img {
  width: 100%;
  height: /*100%*/100vh;
  object-fit: cover;
  vertical-align: bottom;
}
body.is-fixed .door-mask-1 {
  position: fixed;
  background: none;
}
body.is-fixed .door-mask-2 {
  position: fixed;
  background: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #philosophy-bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    vertical-align: bottom;
  }
  .door-mask-2 {
    position: /*fixed*/sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    background: url("../../_images/company/greeting/philosophy-1.png");
    background-size: cover;
    background-position: bottom;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url("../../_images/company/greeting/philosophy-2.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.content-wrap section {
  position: relative;
  z-index: 20;
  width: 100%;
}
.content-wrap section .body {
  max-width: 1120px;
}

.content-wrap section .lead {
  max-width: 840px;
  color: #fff;
  font-family: '秀英にじみ丸ゴシック B';
}

.content-wrap section .lead .title-1 {
  font-size: 3.3rem;
}
.content-wrap section .lead .text {
  font-size: 2.2rem;
  margin-top: 60px;
}
.content-wrap section .lead .text-1 {
  font-size: 2.2rem;
  margin-top: 150px;
}

.content-wrap section .lead ol.default {
  font-size: 2.2rem;
  margin-top: 60px;
}

.content-wrap p {
  position: relative;
  z-index: 20;
  color: #fff;
  font-family: '秀英にじみ丸ゴシック B';
}

.content-wrap-bg p {
    color: #fff;
}
.content-wrap-bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: 0;
}
.content-wrap-bg.show::before {
    opacity: 1;
}
.content-wrap-bg00::before {
  background: url("../../_images/company/greeting/philosophy-2.png");
  background-size: cover;
  background-position: center;
}
.content-wrap-bg01::before {
  background: url("../../_images/company/greeting/philosophy-2.png");
  background-size: cover;
  background-position: center;
}
.content-wrap-bg02::before {
  background: url("../../_images/company/greeting/philosophy-2.png");
  background-size: cover;
  background-position: center;
}
.content-wrap-bg03::before {
  background: url("../../_images/company/greeting/philosophy-2.png");
  background-size: cover;
  background-position: center;
}
.content-wrap-bg04::before {
  background: #fff;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: url("../../_images/company/greeting/philosophy-2.png");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
  }

  .content-wrap-bg01 ~ .content-wrap-bg02 {
    margin-top: 100px;
  }
  .content-wrap section .lead {
    max-width: 840px;
  }
  .content-wrap section .title-1 {
    font-size: 2.4rem;
  }
  .content-wrap section .lead .text {
    font-size: 1.6rem;
    margin-top: 40px;
  }
  .content-wrap section .lead .text-1 {
    font-size: 1.6rem;
    margin-top: 80px;
  }
  
  .content-wrap section ol.default li {
    font-size: 1.8rem;
  }  
}

/* ****************************************************************************************************
   * 会社概要
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main #outline {
  padding-top: 80px;
  padding-bottom: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main #outline {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}


/* ****************************************************************************************************
   * 会社沿革
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main #history {
  padding-top: 0;
  padding-bottom: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main #history {
    padding-top: 1em;
  }
}


/* ****************************************************************************************************
   * アクセス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main #access {
  padding-top: 120px;
  padding-bottom: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main #access {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 地図
/* ------------------------------------------------------------------------------------------------- */

.company .map iframe {
  border-radius: 20px;
}