@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#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: 2em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
#visual {
  background: url("../../_images/about/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * ⽇本そば⽂化学院について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.about {
  position: relative;
}

.about .body {
  max-width: 1120px;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル画像
/* ------------------------------------------------------------------------------------------------- */

.about .title-area {
  background: url("../../_images/_common/title-back.png") no-repeat;
  width: 100%;
  height: 200px;
  background-size: 200px 200px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .title-area .title {
  font-size: 3.6rem;
  font-weight: 600;
}
.about .title-area small {
  font-size: 3.0rem;
}

/* 縦文字*/
.about .title-area.vertical {
  white-space: nowrap;
  writing-mode: vertical-rl;
  justify-content: flex-start;
  width: 200px;
}
.about .title-area.vertical .title {
  letter-spacing: -0.2em;
}
.about .title-area.vertical .title .n {
  display: inline-block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .about .title-area.vertical .title .n {
    display: inline-block;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-orientation: upright;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .about .title-area {
    background: url("../../_images/_common/title-back.png") no-repeat;
    width: 100%;
    height: 100px;
    background-size: 100px 100px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about .title-area .title {
    font-size: 2.8rem;
  }
  .about .title-area small {
    font-size: 2.2rem;
  }
}


/* ****************************************************************************************************
   * 理念・ビジョン・学⻑挨拶
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#philosophy {
  background: url("../../_images/about/philosophy/philosophy-bg.jpg?20251111") no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 100px;
}

#philosophy .title-area {
  text-align: center;
}
#philosophy .text {
  text-align: center;
  margin-top: -20px;
}


/* ****************************************************************************************************
   * 日本そば文化学院は、以下のような活動を行っています。
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#activities {
  padding-top: 100px;
  padding-bottom: 100px;
}

#activities .title-1 {
  text-align: center;
  color: var(--c-green);
  font-size: 3.0rem;
  font-weight: 600;
}

#activities .box {
  max-width: 800px;
  margin: 30px auto 0;
  background: #fff;
  padding: 40px;
}

#activities .box ul li {
  position: relative;
  font-size: 2.2rem;
  padding-left: 1.55em;
  font-weight: 600;
}

#activities .box ul li::before {
  content: "";
  display: block;
  background: url("../../_images/about/philosophy/nav-icon-l.png") no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 14px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #activities .title-1 {
    text-align: center;
    color: var(--c-green);
    font-size: 2.4rem;
  }
  #activities .box {
    max-width: 100%;
    margin: 1em auto 0;
    background: #fff;
    padding: 20px;
  }
  #activities .box ul li {
    position: relative;
    font-size: 1.8rem;
    padding-left: 1.55em;
  }
  #activities .box ul li::before {
    margin-top: 9px;
  }
}


/* ****************************************************************************************************
   * ビジョン-私達の目的-
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#vision {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--c-beige);
}

#vision .column-section {
  position: relative;
  height: 350px;
  margin-top: -30px;
}
#vision .column-section .title {
  font-size: 3.2rem;
  color: var(--c-green);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.6;
  font-weight: 600;
}
#vision .column-section .title span {
  min-width: 80px;
  max-height: 80px;
  background: var(--c-green);
  border-radius: 100%;
  padding: 0.2em;
  color: #fff;
  font-size: 4.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  font-weight: bold;
}

#vision .step2 {
  margin-top: 50px;
}
#vision .step3 {
  margin-top: 50px;
}
#vision .step4 {
  margin-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #vision {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--c-beige);
  }
  #vision .column-section {
    position: relative;
    height: auto;
    margin-top: 0;
  }
  #vision .column-section .title {
    font-size: 2.4rem;
  }
  #vision .column-section .title span {
    min-width: 40px;
    max-height: 40px;
    font-size: 2.0rem;
  }
  #vision .step2,
  #vision .step3,
  #vision .step4 {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#vision .left-column .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 40px);
}
#vision .left-column picture {
  position: relative;
  display: block;
}
#vision .left-column picture img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  object-fit: cover;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

#vision .left-column .detail {
  max-width: 520px;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}
#vision .left-column .detail .content {
  max-width: 510px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #vision .left-column .photo {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  #vision .left-column picture img {
    width: 90%;
    height: auto;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
  #vision .left-column .detail {
    max-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: center;
  }
  #vision .left-column .detail .content {
    max-width: 460px;
    margin: 0 auto;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#vision .right-column {
  position: relative;
}
#vision .right-column .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 40px);
}
#vision .right-column picture {
  position: relative;
  display: block;
}
#vision .right-column picture img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
#vision .right-column .detail {
  min-width: 480px;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  justify-content: flex-start;
}
#vision .right-column .detail .content {
  max-width: 530px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #vision .right-column .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  #vision .right-column picture img {
    width: 90%;
    height: auto;
  }
  #vision .right-column .detail {
    min-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: flex-start;
  }
  #vision .right-column .detail .content {
    max-width: 460px;
    margin: 0 auto;
  }
}

/* ****************************************************************************************************
   * 学長挨拶
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#message {
  padding-top: 60px;
}
#message .body {
  border-bottom: 1px solid var(--c-l-ocher);
  padding-bottom: 100px;
}

#message .contents {
  margin-top: -30px;
}
#message .contents p ~ p {
  margin-top: 3em;
}

#message .inner.layout-2 {
  flex-direction: row-reverse;
}
#message .inner.layout-2 picture {
  width: 43%;
  text-align: center;
}
#message .inner.layout-2 .content {
  width: 56%;
}

#message .sign {
  margin-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  #message .body {
    padding-bottom: 50px !important;
  }
  #message .contents {
    margin-top: 20px;
  }
  #message .contents p ~ p {
    margin-top: 1em;
  }
  #message .inner.layout-2 picture {
    width: 100%;
  }
  #message .inner.layout-2 .content {
    width: 100%;
    margin-top: 1em;
  }
  #message .sign {
    margin-top: 1em;
  }
}

/* ****************************************************************************************************
   * 学院概要
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#overview {
  padding-top: 60px;
}

#overview .inner {
  margin-top: -30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #overview {
    padding-bottom: 0 !important;
  }
  #overview .inner {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#overview table tbody tr th {
  font-weight: bold;
}
#overview table tbody tr td {
  text-align: left;
}
#overview table tbody tr:nth-child(odd) th,
#overview table tbody tr:nth-child(odd) td {
  background: #ede7df;
}

#overview table tbody tr:nth-child(even) th,
#overview table tbody tr:nth-child(even) td {
  background: none;
}


/* ****************************************************************************************************
   * アクセス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#access {
  padding-top: 60px;
}

#access .map {
  position: relative;
  margin-top: -30px;
  z-index: 30;
}

#access .map p {
  position: relative;
}
#access .map p b {
  position: relative;
  color: var(--c-green);
  font-weight: bold;
  padding-left: 2.5em;
  font-size: 2.0rem;
}
#access .map p b::before {
  content: "";
  display: block;
  background: url("../../_images/about/access/access-icon-01.png") no-repeat;
  width: 30px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#access .map p ~ p {}
#access .map p ~ p b::before {
  content: "";
  display: block;
  background: url("../../_images/about/access/access-icon-02.png") no-repeat;
  width: 34px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #access .map {
    position: relative;
    margin-top: 1em;
    z-index: 30;
  }
}

/* ****************************************************************************************************
   * 施設のご紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#facility {
  position: relative;
  padding-top: 60px;
}

#facility .youtube {
  text-align: center;
  display: block;
}

#facility .title-area {
  max-width: 200px;
}
#facility .photo-area {
  width: 80%;
}
#facility .photo-area .images {
  width: 100%;
}
#facility .photo-area .images img {
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  /* 縦文字*/
  #facility .title-area.vertical {
    white-space: nowrap;
    writing-mode: inherit;
    justify-content: flex-start;
    width: 200px;
  }
  #facility .title-area.vertical .title {
    letter-spacing: 0;
  }
  #facility .photo-area {
    width: 100%;
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * セクション（タイトル＋写真）
/* ------------------------------------------------------------------------------------------------- */

#facility section:nth-child(even) {
  padding-top: 100px;
}

#facility section:nth-child(even) .contents.layout-2 {
  display: flex;
  justify-content: flex-end;
}
#facility section:nth-child(even) .title-area {
  margin-right: 40px;
}
#facility section:nth-child(even) .photo-area {}

#facility section:nth-child(even) .photo-area .images ~ .images {
  margin-top: 40px;
}

#facility section:nth-child(even) .photo-area .images .caption {
  margin: 1em 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #facility section:nth-child(even) {
    padding-top: 50px;
  }
  #facility section:nth-child(even) .title-area {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * セクション（写真＋タイトル）
/* ------------------------------------------------------------------------------------------------- */

#facility section:nth-child(odd) {
  padding-top: 100px;
}

#facility section:nth-child(odd) .contents.layout-2 {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
#facility section:nth-child(odd) .title-area {
  margin-left: 40px;
}
#facility section:nth-child(odd) .photo-area {}

#facility section:nth-child(odd) .photo-area .images ~ .images {
  margin-top: 40px;
}

#facility section:nth-child(odd) .photo-area .images .caption {
  margin: 1em 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #facility section:nth-child(odd) {
    padding-top: 50px;
  }
  #facility section:nth-child(odd) .title-area {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }
}

/* ****************************************************************************************************
   * よくあるご質問
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#faq {
  position: relative;
  padding-top: 60px;
}

#faq section ~ section {
  margin-top: 60px;
}

#faq .faq-list {
  margin-top: -30px;
}

#faq .faq-list .faq-item ~ .faq-item {
  margin-top: 20px;
}
#faq .faq-list .faq-item {
  background: #fff;
  border: 1px solid var(--c-ocher);
  padding: 20px 40px;
}
#faq .faq-list .faq-item .title-1 {
  position: relative;
  min-height: 80px;
  font-size: 2.2rem;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 60px;
  padding-right: 40px;
  background: url(../../_images/about/faq/icon-q.png) 0px 20px no-repeat;
  display: flex;
  align-items: center;
}
#faq .faq-list .faq-item .content {
  border-top: 1px solid var(--c-l-ocher);
}

#faq .faq-list .faq-item .content > div {
  padding-top: 20px;
  padding-left: 60px;
  padding-bottom: 40px;
  padding-right: 40px;
  background: #fff url(../../_images/about/faq/icon-a.png) 0px 20px no-repeat;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #faq section ~ section {
    margin-top: 30px;
  }
  #faq .faq-list {
    margin-top: 1em;
  }
  #faq .faq-list .faq-item {
    background: #fff;
    border: 1px solid var(--c-ocher);
    padding: 20px;
  }
  #faq .faq-list .faq-item .title-1 {
    position: relative;
    min-height: 40px;
    font-size: 1.8rem;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 20px;
    background: url(../../_images/about/faq/icon-q.png) 0px 17px no-repeat;
    background-size: 20px auto;
    display: flex;
    align-items: center;
    line-height: 1.6;
  }
  #faq .faq-list .faq-item .content {
    border-top: 1px solid var(--c-l-ocher);
  }
  
  #faq .faq-list .faq-item .content > div {
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
    background: #fff url(../../_images/about/faq/icon-a.png) 0px 17px no-repeat;
    background-size: 20px auto;
    margin: 0 auto;
  }
}


