<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 &gt; .section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

/* 順番入れ替え*/
.order1 {
  order:2;
}
.order2 {
  order:1;
}

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

@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 &gt; .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

/* 順番入れ替え*/
.order1 {
  order:1;
}
.order2 {
  order:2;
}

}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */
/* ****************************************************************************************************
   * 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: 50px;
}

h2.title span {
  display: block;
  color:#333;
  font-size: 20px;
  font-style: normal;
}

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

@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: 30px;
}

h2.title span {
  display: block;
  color:#333;
  font-size: 18px;
  font-style: normal;
}

}

/* ****************************************************************************************************
   * 私たちの強み
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.strength {
  padding: 0 !important;
}

.strength div.body {
  max-width: 1200px !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.strength div.body &gt; div.list {
/*  display: table-cell;*/
  vertical-align: middle;
}

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

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

.strength div.body {
  max-width: 1200px !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * セクション１背景（右）
/* ------------------------------------------------------------------------------------------------- */

.strength .section-1 {
  width: 100%;
  height: 810px;
  position: relative;
  background: #fff;
  z-index: 3;
}

.strength .section-1::before {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: url("../../_images/strengths/strength-bg-1.jpg") no-repeat;
  background-position: bottom left;
  background-size: cover;
  z-index: -1;
}

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

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

.strength .section-1 {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  z-index: 3;
}

}

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

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

.strength .section-1::before {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: url("../../_images/strengths/strength-bg-1.jpg") no-repeat;
  background-position: bottom left;
  background-size: cover;
  z-index: -1;
}
}

/* ----------------------------------------------------------------------------------------------------
   * セクション２背景（左）
/* ------------------------------------------------------------------------------------------------- */

.strength .section-2 {
  width: 100%;
  height: 810px;
  position: relative;
  background: #d72c17;
  z-index: 3;
  overflow: hidden;
}

.strength .section-2::before {
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background:url("../../_images/strengths/strength-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  z-index: -1;
}

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

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

.strength .section-2 {
  width: 100%;
  height: auto;
  position: relative;
  background: #d72c17;
  z-index: 3;
  overflow: hidden;
}

}

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

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

.strength .section-2::before {
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background:url("../../_images/strengths/strength-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  z-index: -1;
}

}

/* ----------------------------------------------------------------------------------------------------
   * セクション３背景（右）
/* ------------------------------------------------------------------------------------------------- */

.strength .section-3 {
  width: 100%;
  height: 810px;
  position: relative;
  background: #333333;
  z-index: 3;
}

.strength .section-3::before {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: url("../../_images/strengths/strength-bg-3.jpg") no-repeat;
  background-position: bottom left;
  background-size: cover;
  z-index: -1;
}

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

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

.strength .section-3 {
  width: 100%;
  height: auto;
  position: relative;
  background: #333333;
  z-index: 3;
}
}

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

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

.strength .section-3::before {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: url("../../_images/strengths/strength-bg-3.jpg") no-repeat;
  background-position: bottom left;
  background-size: cover;
  z-index: -1;
}

}

/* ----------------------------------------------------------------------------------------------------
   * セクション４背景（左）
/* ------------------------------------------------------------------------------------------------- */

.strength .section-4 {
  width: 100%;
  height: 810px;
  position: relative;
  background: #d72c17;
  z-index: 3;
  overflow: hidden;
}

.strength .section-4::before {
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background:url("../../_images/strengths/strength-bg-4.jpg") no-repeat;
  background-position:top right;
  background-size: cover;
  z-index: -1;
}

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

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

.strength .section-4 {
  width: 100%;
  height: auto;
  position: relative;
  background: #d72c17;
  z-index: 3;
  overflow: hidden;
}

}

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

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

.strength .section-4::before {
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background:url("../../_images/strengths/strength-bg-4.jpg") no-repeat;
  background-position:top right;
  background-size: cover;
  z-index: -1;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 番号
/* ------------------------------------------------------------------------------------------------- */

.strength .num {}

.strength .num img {}

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

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

.strength .num {
  width: 50%;
}

.strength .num img {
  width: 50%;
}

}

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

.strength .title {
  margin-top: 30px;
  font-size: 46px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  color:#2f2f2f;
  line-height: 1.2;
}

.strength .section-2 .title,
.strength .section-3 .title,
.strength .section-4 .title {
  color:#fff;
}

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

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

.strength .title {
  margin-top: 30px;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  color:#2f2f2f;
  line-height: 1.2;
}
}

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

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

.strength .title {
  margin-top: 10px;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  color:#2f2f2f;
  line-height: 1.2;
}
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.strength p.text {
  margin-top: 40px;
}

.strength .section-2,
.strength .section-3,
.strength .section-4 {
  color:#fff;
}

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

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

.strength p.text {
  margin-top: 20px;
}

}

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

.strength .photo {
  text-align: right;
  margin-top: 100px;
}

.strength .section-2 .photo,
.strength .section-4 .photo {
  text-align: left;
}

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

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

.strength .photo {
  text-align: right;
  margin-top: 20px;
}

}</pre></body></html>