@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head .sv_flex {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}
@media (max-width: 1280px) {
  main section .page_head .sv_flex {
    display: block;
    height: auto;
  }
}
main section .page_head .sv_flex .ttlarea {
  width: 40%;
}
@media screen and (max-width: 1380px) {
  main section .page_head .sv_flex .ttlarea {
    width: 30%;
  }
}
@media (max-width: 1280px) {
  main section .page_head .sv_flex .ttlarea {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
main section .page_head .sv_flex .sv_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 350px;
}
@media (max-width: 1280px) {
  main section .page_head .sv_flex .sv_img {
    margin-right: 0;
    width: auto;
    height: 300px;
  }
}
main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 30dvw;
  max-height: 350px;
}
@media (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}
main section .page_head.type01 {
  background-image: url(../images/remedy_fund/sv.jpg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  height: auto;
  aspect-ratio: 192/60;
  max-height: inherit;
}
@media screen and (max-width: 1640px) {
  main section .page_head.type01 {
    aspect-ratio: 192/80;
  }
}
@media (max-width: 1024px) {
  main section .page_head.type01 {
    background-position: center bottom;
    aspect-ratio: 1/1;
    background-image: url(../images/remedy_fund/sv_sp.jpg);
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  main section .page_head.type01 {
    aspect-ratio: 39/43;
    margin-bottom: 50px;
  }
}
main section .page_head.type01 .pc_btn {
  display: none;
}
@media screen and (min-width: 460px) {
  main section .page_head.type01 .pc_btn {
    display: block;
  }
}
main section .page_head.type01:before {
  content: "";
  display: inline-block;
  background-image: url(../images/remedy_fund/sv_btm01.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1920/80;
  width: 100%;
  height: 80px;
}
@media (max-width: 1024px) {
  main section .page_head.type01:before {
    background-image: url(../images/remedy_fund/sv_btm01_sp.svg);
    background-position: center;
    bottom: 65px;
    background-size: cover;
  }
}
@media screen and (max-width: 790px) {
  main section .page_head.type01:before {
    bottom: -30px;
    background-size: contain;
  }
}
main section .page_head.type01 {
  /*&:after {
  	@include mixin.max_scr(vars.$bp_tb) {
  		content: "";
  		display: inline-block;
  		background-color: #fff;
  		position: absolute;
  		bottom: 0;
  		left: 0;
  		width: 100%;
  		height: 80px;
  		z-index: 1;
  	}
  }*/
}
main section .page_head.type01 .page_title {
  top: 42%;
}
@media (max-width: 1024px) {
  main section .page_head.type01 .page_title {
    width: 90%;
    top: 20%;
  }
}
main section .page_head.type01 .page_title .sv_ttl {
  padding-left: 0;
}
main section .page_head.type01 .sv_btn {
  display: none;
}
@media screen and (max-width: 460px) {
  main section .page_head.type01 .sv_btn {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
main section .page_title {
  position: absolute;
  top: 50%;
  left: calc((100% - 1200px) / 2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media (max-width: 1280px) {
  main section .page_title {
    left: 5%;
  }
}
main section .page_title .sv_ttl {
  padding-left: 20px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(18px, 1.205rem + 0.73vw, 28px);
  font-family: "Barlow", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #DC0545;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: capitalize;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(25px, 1.136rem + 1.82vw, 40px);
  line-height: 1;
  font-weight: 500;
  color: #070707;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 1px #DC0545;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #DC0545;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}
#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}
#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}
@media (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}
#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #DC0545;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}
.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 当社の特徴 */
/******************************/
.feature .feature_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .feature .feature_flex li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
.feature .feature_flex li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}
.feature .feature_flex li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature .feature_flex li .numarea span {
    font-size: 30px;
  }
}
.feature .feature_flex li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .feature .feature_flex li .txtarea {
    margin-left: 20px;
  }
  .feature .feature_flex li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}
.feature .feature_flex li:last-child {
  margin-bottom: 0;
}
.feature .feature_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature .feature_flex li:nth-child(even) .numarea {
  width: 35%;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}
.feature .feature_flex li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}
.feature .feature_flex li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}
@media (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .feature .feature_flex li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}
.feature .feature_flex li:nth-child(3n) .numarea {
  background-color: #979797;
}
.feature .feature_flex li:nth-child(3n) .numarea span {
  color: #fff;
}

/******************************/
/* 会社案内 */
/******************************/
#company_content .greeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}
#company_content .greeting_flex .imgbox {
  width: 460px;
}
@media (max-width: 767px) {
  #company_content .greeting_flex .imgbox {
    width: 100%;
  }
}
#company_content .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
#company_content .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media (max-width: 767px) {
  #company_content .greeting_flex .txtbox {
    margin-right: 0;
  }
}
#company_content .greeting_flex .txtbox p {
  line-height: 1.5;
}
#company_content .greeting_flex .txtbox .named {
  margin-top: 30px;
}
#company_content .greeting_flex .txtbox .named .name_ttl {
  font-weight: bold;
  font-size: 20px;
}
#company_content .maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company_content .maker_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #company_content .maker_list li {
    width: calc((100% - 20px) / 2);
  }
}
#company_content .maker_list li:nth-child(1) {
  margin-top: 0;
}
#company_content .maker_list li:nth-child(2) {
  margin-top: 0;
}
#company_content .maker_list li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  #company_content .maker_list li:nth-child(3) {
    margin-top: 20px;
  }
}
#company_content .maker_list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #company_content .maker_list li:nth-child(2n) {
    margin-right: 0;
  }
}
#company_content .maker_list li a {
  display: block;
}
#company_content .maker_list li a:hover {
  opacity: 0.7;
}
#company_content .maker_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320/92;
}
#company_content .maker_list li a p {
  margin-top: 3px;
}

/******************************/
/* リンク集 */
/******************************/
.link .link_flex .linkbox {
  margin-bottom: 80px;
}
.link .link_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link .link_contents_flex .contents_flex_li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(2n) {
    margin-right: 0;
  }
}
.link .link_contents_flex .contents_flex_li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3n) {
    margin-right: 20px;
  }
}
.link .link_contents_flex .contents_flex_li:nth-child(1), .link .link_contents_flex .contents_flex_li:nth-child(2) {
  margin-top: 0;
}
.link .link_contents_flex .contents_flex_li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3) {
    margin-top: 30px;
  }
}
.link .link_contents_flex .contents_flex_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}
.link .link_contents_flex .contents_flex_li .txtbox p {
  font-size: 13px;
}

/******************************/
/* 会社案内 */
/******************************/
.company .box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.company .box.text_layout p {
  line-height: 1.8;
}
.company .box.text_layout .named span {
  font-size: 18px;
  margin-left: 5px;
}
.company .box .company_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company .box .company_gallery li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}
.company .box .company_gallery li:nth-child(2n) {
  margin-right: 0;
}
.company .box .company_gallery li:nth-child(1), .company .box .company_gallery li:nth-child(2) {
  margin-top: 0;
}
.company .box .company_gallery li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 440/300;
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}
.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* ご寄付のお願い　 */
/******************************/
.remedy_fund .sec01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .remedy_fund .sec01 {
    padding: 0 0 50px;
  }
}
.remedy_fund .sec02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FBF5F6;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .remedy_fund .sec02 {
    padding-top: 50px;
  }
}
.remedy_fund .sec02 .selectbox01 {
  position: relative;
  background-image: url(../images/remedy_fund/sec02_select_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.remedy_fund .sec02 .selectbox01 .sub_images_ul02 .li img {
  width: auto;
}
.remedy_fund .sec02 .selectbox01 .btn03 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 290px;
}
.remedy_fund .sec02 .selectbox01 .wbox02 {
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .remedy_fund .sec02 .selectbox01 .f22 {
    font-size: 18px;
  }
}
.remedy_fund .sec03,
.remedy_fund .sec05 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .remedy_fund .sec03,
  .remedy_fund .sec05 {
    padding: 50px 0;
  }
}
.remedy_fund .sec04 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FBF5F6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .remedy_fund .sec04 {
    padding: 50px 0;
  }
}
.remedy_fund .sec04 .sub_images_ul02.cul2 .li .wbox01 .ar_list01 li {
  width: 100%;
}
@media (max-width: 767px) {
  .remedy_fund .sec04 .sub_images_ul.cul2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 15px 10px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .remedy_fund .sec04 .sub_images_ul.cul2 .li {
    width: 100% !important;
    margin: 0 !important;
  }
}
.remedy_fund .sec05 .bnr a figure img {
  display: block;
}
@media (max-width: 1024px) {
  .remedy_fund .sec05 .bnr a figure img {
    display: none;
  }
}
.remedy_fund .sec05 .bnr a figure img + img {
  display: none;
}
@media (max-width: 1024px) {
  .remedy_fund .sec05 .bnr a figure img + img {
    display: block;
  }
}
.remedy_fund .cbox02:before {
  content: "";
  display: inline-block;
  background-image: url(../images/remedy_fund/cbox02_img_pc01.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 600/293.01;
  width: 64%;
  height: auto;
}
@media (max-width: 1024px) {
  .remedy_fund .cbox02:before {
    display: none;
  }
}
.remedy_fund .cbox02 .sp_img01 {
  display: none;
}
@media (max-width: 1024px) {
  .remedy_fund .cbox02 .sp_img01 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .remedy_fund .cbox02 .btn_type01 {
    margin-top: -20px;
  }
}
.remedy_fund .cbox02 .box_W {
  width: 40%;
}
@media (max-width: 1024px) {
  .remedy_fund .cbox02 .box_W {
    width: 100%;
    text-align: center;
  }
}

/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
