
@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
.fl_wrap {
  opacity: 1;
  transition: opacity 2.0s ease;
}
.fl_wrap.hidden {
  display: none;  
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-align: center;
}
.fl_commitment_explanation p{
  font-weight: bold;
}
.fl_commitment_article img{
  width: auto;
  height:auto;
  max-width: 8rem;
}
.fl_commitment_article .frame{
  padding: 0;
}
.title-num{
  position: relative;
  margin: 0 0 5rem 0;
}
.title-num .title-num-icon01{
  position: absolute;
  top: 1rem;
  left: 10rem;
}
.title-num .title-num-icon02{
  position: absolute;
  top: 3rem;
  left: 10rem;
}
.title-num .title-num-icon03{
  position: absolute;
  top: -20px;
  left: -5px;
}
.caption{
  color: #9A2413;
  font-weight: bold;
  font-size: 1.6rem;
}

.fl_commitment_article .frame .col2-1st .md_left,
.fl_commitment_article .frame .col2-2nd .md_right{
  width: 50%;
  background-size: cover;
  background-position: center;
}
.fl_commitment_article .frame .col2-1st .article01{
  background-image: url(../images/commitment_img01.jpg);
}
.fl_commitment_article .frame .col2-2nd .article02{
  background-image: url(../images/commitment_img02.jpg);
}
.fl_commitment_article .frame .col2-1st .article03{
  background-image: url(../images/commitment_img03.jpg);
}

.fl_commitment_explanation{
  margin: 20rem 0 0;
  height: 100%;
  overflow-x: clip;
  padding: 28rem 0 0;
}
.fl_commitment_explanation .frame{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FEFBF2;
  z-index: 0;
}
.fl_commitment_explanation .frame::before{
  content: '';
  position: absolute;
  top: -28rem;
  left: 50%;
  width: 110%;
  height: 28rem;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #FEFBF2;
}
.fl_commitment_explanation .deco_img{
  max-width: 20rem;
  position: absolute;
  top: -30rem;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.fl_commitment_explanation .explanation{
  display: flex;
}
.fl_commitment_explanation .md_left {
  width: calc(100% - 22rem);
  top: -5rem;
  position: relative;
  z-index: 1;
}
.fl_commitment_explanation .md_right {
  width: 17rem;
  margin-left: 5rem;
  position: relative;
  top: 15rem;
}


/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/


/*---------- main ----------*/

main {
  padding-top: 10rem;
}
.fl_wrap {
  position: relative;
}
.frame {
  padding: 0 5rem;
  margin: 0 auto;
}

.fl_commitment_article .frame .col2-1st,
.fl_commitment_article .frame .col2-2nd{
  display: flex;
}
.fl_commitment_article .frame .col2-2nd{
  margin: 15rem 0;
}
.fl_commitment_article .frame .col2-1st .md_right,
.fl_commitment_article .frame .col2-2nd .md_left{
  width: 50%;
  padding: 12rem;
}
.fl_commitment_article .frame .col2-1st .md_left,
.fl_commitment_article .frame .col2-2nd .md_right{
  width: 50%;
  background-size: cover;
  background-position: center;
}
.fl_commitment_article {
  margin-top: 10vw;
}

/*---------- footer ----------*/

}

/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}


/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {


/*---------- header ----------*/

/*---------- main ----------*/

.fl_top_part_mv .page-image {
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fl_top_part_mv_icon_phone {
  z-index: 1;
}
.fl_commitment_explanation{
  margin: 10rem 0 0;
  padding: 17rem 0 0;
}
.fl_commitment_explanation .frame::before {
  top: -17rem;
  height: 17rem;
}
.fl_commitment_explanation .deco_img{
  max-width: 10rem;
  top: -15rem;
}
.fl_commitment_explanation .explanation {
  flex-wrap: wrap;
}
.fl_commitment_explanation .md_left {
  width: 100%;
  padding: 0 2rem;
  text-align: justify;
  top: -7rem;
}
.fl_commitment_explanation .md_right {
  width: 100%; 
  margin: 0;
  top: -5rem;
}
.fl_commitment_explanation .explanation img {
  width: 12rem;
  margin: 0 auto;
}

.fl_commitment_article{
  margin:0 0 10rem 0;
}
.fl_commitment_article .frame .col2-2nd{
display: flex;
flex-direction: column-reverse;
}
.fl_commitment_article .frame .col2-1st,
.fl_commitment_article .frame .col2-2nd{
  margin: 5rem 0;
}
.title-num {
  position: relative;
  margin: 4cqmax 0 1rem 0;
}
.fl_commitment_article .frame .col2-1st .md_left,
.fl_commitment_article .frame .col2-2nd .md_right{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 40%;
}

.fl_commitment_article .col2-1st .md_right,
.fl_commitment_article .col2-2nd .md_left {
  padding: 0 1rem;
}


/*---------- footer ----------*/

}
/*---------- レイアウト微調整 ----------*/
@media screen and (max-width: 1000px) {
  
}
@media screen and (max-width: 920px) {
  
}
@media screen and (max-width: 800px) {
  
}
@media screen and (max-width: 476px) {
  
}
@media screen and (max-width: 350px) {
  
}
@media screen and (max-width: 325px) {
  
}




