<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main div.body {
  max-width: 1000px;
  padding:0;
  margin: 0 auto;
  overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main div.body {
   max-width: 100%;
   padding:0 10px;
   margin: 0 auto;
   overflow: hidden;
   }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main div.body {
  max-width: 100%;
  padding:0 10px;
  margin: 0 auto;
  overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */
/* ****************************************************************************************************
   * body#layout-lower　visual
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body#layout-lower
.visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #f3efe8;
  margin-top: -100px;
  z-index: 0;
}

body#layout-lower
.visual::before {
  z-index: -1;
}

body#layout-lower
.visual div.body {
  max-width: 1000px !important;
  margin: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

body#layout-lower
.visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #f3efe8;
  margin-top: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body#layout-lower
.visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #f3efe8;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

body#layout-lower
.visual div.body .title {
  position: relative;
  text-align: left;
  padding-top: 140px;
  font-style: italic;
  font-weight: bold;
  color:#333;
  font-size: 50px;
  padding-left: 20px;
  line-height: 1.4;
}

body#layout-lower
.visual div.body .title::after {
  content: attr(data-text);
  display: block;
  font-size: 25px;
  font-weight: bold;
  color:#d72c17;
  margin-left: -20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

body#layout-lower
.visual div.body .title {
  position: relative;
  text-align: left;
  padding-top: 100px;
  font-style: italic;
  font-weight: bold;
  color:#333;
  font-size: 50px;
  padding-left: 20px;
  line-height: 1.4;
}
body#layout-lower
.visual div.body .title::after {
  content: attr(data-text);
  display: block;
  font-size: 25px;
  font-weight: bold;
  color:#d72c17;
  margin-left: -20px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body#layout-lower
.visual div.body .title {
  position: relative;
  text-align: left;
  padding-top: 50px;
  font-style: italic;
  font-weight: bold;
  color:#333;
  font-size: 24px;
  padding-left: 20px;
  line-height: 1.4;
}
body#layout-lower
.visual div.body .title::after {
  content: attr(data-text);
  display: block;
  font-size: 18px;
  font-weight: bold;
  color:#d72c17;
  margin-left: -20px;
}

}

/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

h2.title {
  text-align: center;
  color:#d72c17;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
  font-size: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

h2.title {
  text-align: center;
  color:#d72c17;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
  font-size: 20px;
}

}

/* ****************************************************************************************************
   * My BCP
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#bcp-1 {
  padding-top: 100px;
  padding-bottom: 80px;
}

#bcp-2,
#bcp-3 {
  padding-top: 0;
  padding-bottom: 80px;
}

#bcp-2 div.body,
#bcp-3 div.body {
  overflow: inherit !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#bcp-1 {
  padding-top: 50px;
  padding-bottom: 40px;
}

#bcp-2,
#bcp-3 {
  padding-top: 0;
  padding-bottom: 40px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * h4タイトル
/* ------------------------------------------------------------------------------------------------- */

.bcp h4.title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  background:#d72c17;
  color:#fff;
  padding: 10px 0;
  z-index: 1;
}

/* 前斜線*/
.bcp h4.title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 40px;
  height: 100%;
  background: #d72c17;
  transform: skewX(-30deg);
  z-index: -1;
}

/* 後斜線*/
.bcp h4.title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  height: 100%;
  background: #d72c17;
  transform: skewX(-30deg);
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.bcp h4.title {
  width: 90%;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  background:#d72c17;
  color:#fff;
  padding: 10px 0;
  z-index: 1;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.bcp h4.title {
  width: 80%;
  margin: 0 auto;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  background:#d72c17;
  color:#fff;
  padding: 10px 0;
  z-index: 1;
}
}

/* ----------------------------------------------------------------------------------------------------
   * キャプション
/* ------------------------------------------------------------------------------------------------- */

.bcp p.caption {
  position: relative;
  padding-left: 1.25em;
  font-weight: bold;
}
.bcp p.caption::after {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color:#d72c17;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.bcp p.caption {
  position: relative;
  padding-left: 1.25em;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
}
.bcp p.caption::after {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color:#d72c17;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.bcp .images {
  text-align: center;
}

.bcp .layout-2 {
  align-items: center;
}

.bcp .layout-2 .images {
  width: 20%;
}

.bcp .layout-2 p {
  width: 77%;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {


.bcp .layout-2 .images {
  width: 100%;
}

.bcp .layout-2 p {
  width: 100%;
  margin-top:1em;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.bcp ul.layout-flex-2 {
  margin-top: 40px;
}

.bcp ul.layout-flex-2 li ~ li {
  margin-top: 0;
}


/*202403追記*/
.layout-flex-3.customsize .item:nth-of-type(1){
width: 26%;
padding: 0;
}
.layout-flex-3.customsize .item:nth-of-type(2){
width: 26%;
padding: 0;
}
.layout-flex-3.customsize .item:nth-of-type(3){
width: 40%;
padding: 0;
}
.layout-flex-3.customsize .item:nth-of-type(3) p.caption{
display: block;
}
.layout-flex-3.customsize .item:nth-of-type(3) p.caption::after{
content: none;  
}

@media (max-width:736px) {
.layout-flex-3.customsize .item:nth-of-type(1){
width: 100%;
padding: 0;
}
.layout-flex-3.customsize .item:nth-of-type(2){
width: 100%;
padding: 0;
}
.layout-flex-3.customsize .item:nth-of-type(3){
width: 100%;
padding: 0;
}
.layout-flex-3.customsize .item:nth-of-type(3) p.caption{
display: none; 
}
}</pre></body></html>