@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */



/* --------------------- */
/* ----- 共通部分 ----- */
/* --------------------- */

* {
  font-family: "BIZ UDGothic", sans-serif;
}

.section-title {
  background: #ffffff00 !important;
}
.section-title h2 {
  position: relative;
  padding-top: 50px ;
  padding-bottom: 20px;
  padding-left: 45px;
  width: 100%;
  font-size: 24px;
  font-wight: 700;
  border-bottom: solid 1px #e8e8e8;
}
.section-title h2:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50px;
  width: 30px;
  height: 30px;
  background-image: url("../images/contents2025/sectionhead.png");
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .section-title {
    padding: 0 10px; 
  }
  .section-title h2:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 47px;
  }
}

.common-link,
.back-link {
  min-width: 350px;
  line-height: 2.5em;
}
.common-link {
  padding: 0 0 10px;
}
.back-link {
  padding: 50px 0 10px;
}
.common-link a,
.back-link a {
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  transition: .3s;
}
.common-link a {
  background: #3ab54a;
}
.back-link a {
  background: #3858d8;
}

.common-link a:hover,
.back-link a:hover {
  opacity: .6;
  transition: .3s;
}
.common-link a::before {
  content: "> ";
}
.back-link a::before {
  content: "<< ";
}


body {
  background-image: url("../images/contents2025/backimage.png");
}



/*  ----------------------------------------------------------------  */

/* ------------------------- */
/* ----- ヘッダー部分 ----- */
/* ------------------------- */

.header_logo {
 margin: 20px !important;
 width: 100px !important;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  padding: 0;
}
header .main {
  padding: 50px 0 0;
  height: auto;
}

.bt00 {
    margin: 0 auto;
}
.main_text h1 {
  padding: 0 20px;
}
.main_text {
    padding: 40px 0;
    font-size: 2.5rem !important;
    color: #f8f8f8;
    background: linear-gradient(#5DCFDC, #0B90AE 100%);
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
}
.president-img {
  width: 10%;
}
.president-img img{
  width: 80%;
  min-width: 100px;
  object-fit: contain;
}
.president-img p{
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .main_text {
    font-size: max(20px, calc(0.2rem + 3vw)) !important;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .main_txt h1 {
    padding: 0 10px;
  }
  .president-img {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    align-items: flex-end;
    vertical-align: bottom;
  }
   .president-img img{
     width: 15%;
   }
  .president-img p{
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .main_text {
    padding: 20px 0;
 }
 .president-img p {
   font-size: 14px;
 }
  #toggleMenu {
    width: 50px;
    height: 50px;
  }
}

.main {
  background: #c8f0e8 !important;

}
.main:before {
  background: linear-gradient(to right bottom, #ffffffdf, #ffffff00 50%, #ffffffdf 100%) !important;
  width: 100% !important;
  height: 100% !important;
}
#toggleMenu {
  width: 60px;
  height: 60px;
  background-color: #0B90AE;
}
.hedTopwrap .catchcopy-body {
  padding: 50px 20px 30px;
  background: linear-gradient(#dff0, #dfff 50%, #dff0 100%);
}
.hedTopwrap .catchcopy-body p{
  padding: 0 0 20px;
  font-size: 22px;
  line-height: 2.3em;
}
.hedTopwrap .catchcopy-body p:nth-child(n+2){
  padding: 0 0 0;
}
.hedTopwrap .catchcopy-body .tsk-link{
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 2.3em;
}

/*  ----------  */
/*  Float-Menu  */
/*  ----------  */

.overlayMenu > .outer {
  height: 110%;
  /*padding: 50px 30px !important; ---SCSSにより上書き無効*/
}
.overlayMenu > .outer li a {
  height: auto !important;
}

@media only screen and (max-width: 1200px) {
  .hedTopwrap .catchcopy-body p {
    font-size: max(18px, calc(0.05rem + 1.8vw)) !important;
  }
  .hedTopwrap .catchcopy-body .tsk-link{
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .hedTopwrap .catchcopy-body {
    padding: 40px 15px 20px;
  }
}


/*  ----------------------------------------------------------------  */

/* --------------------------- */
/* ----- コンテンツ共通 ----- */
/* --------------------------- */

#contents {
  padding: 0 20px;
}

#main {
  width: 100%;
  padding: 0;
  height: auto;
}

@media screen and (max-width: 640px) {
  .header_logo {
    margin: 15px !important;
    width: 70px !important;
  }
}


*  ----------------------------------------------------------------  */

/* ------------------------ */
/* ----- index.html用 ----- */
/* ------------------------ */


/*  ------------  */
/*  Flow-FlexBox  */
/*  ------------  */

.flow-flex {
  padding: 0 20px;
}
.flow-flex div.box {
  position: relative;
  display: flex;
  justify-content: left;
  gap: 20px;
  padding-bottom: 50px;
  width: 100%;
}
.flow-flex div.box:nth-child(2n-1){
  flex-direction: row-reverse;
}
.flow-flex div.box img {
  width: 200px !important;
  /*height: 200px !important;*/
  background-color: #f8f8f8;
}

.flow-flex div.box div {
  width: calc(100% - 220px);
  text-align: center;
  background-color: #EBF8DF;
  font-size: 18px;
  line-height: 1.7em;
}
.flow-flex div.box::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: calc(50% - 150px);
  width: 300px;
  height: 30px;
  background-color: #2AA5687f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flow-flex div.box div h3,
.flow-category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 5px;
  width: 100%;
  min-height: 3.75em;
  color: #f8f8f8;
  background-color: #2AA568;
  box-shadow: 0 2px 2px #e8e8e8;
  font-size: 24px;
}
.flow-flex div.box div span {
  display: inline-block;
  padding: 20px;
}

@media screen and (max-width: 835px) {
  .flow-flex div.box {
    gap: 10px;
  }
  /*.flow-flex div.box img {
    width: 150px;
    height: 150px !important;
  }*/
  .flow-flex div.box div {
    width: calc(100% - 150px);
  }
  .flow-flex div.box div {
    font-size: 16px;
  }
  .flow-flex div.box div h3,
  .flow-category {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .flow-flex div.box {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
  }
  .flow-flex div.box:nth-child(2n-1){
    flex-direction: column-reverse;
  }
  .flow-flex div.box img {
    padding: 10px 15%;
    width: 100% !important;

  }
  .flow-flex div.box div {
    width: 100%;
  }


}

/*  ----------------  */
/*  Category-GridBox  */
/*  ----------------  */

#c17.flow-category-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  padding: 20px 0 10px;
}
#c17.flow-category-inner div.box {
  height: auto;
}
#c17.flow-category-inner div.box img {
  width: 100%;
}
#c17.flow-category-inner div.box div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  color: #f8f8f8;
  background-color: #2AA568;
  text-align: center;
  font-size: 18px;
}
.flow-category-comment {
  padding: 0 0 50px;
  font-size: 16px;
  color: #386838;
}


/*  --------------------  */
/*  Section-introduction  */
/*  --------------------  */

.introduction-wrap {
  padding: 0 50px 20px; 
  background-image: url("../images/contents2025/32698293_s2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#c27.section-title {
  background-color: #f8f8f8c8;
}
#c27.section-title h2 {
  border-bottom: none;
}
.introduction {
  font-size: 18px;
  background-color: #f8f8f8c8;
}
.introduction div {
  padding: 30px 50px 50px;
}
.introduction_under {
  padding: 20px 50px;
  font-size: 16px;
  color: #386838;
}

@media screen and (max-width: 640px) {
  .introduction-wrap {
    padding: 0 10px 10px;
  }
  .introduction div {
    padding: 0 20px 20px;
  }
  #c51.introduction_under {
    padding: 20px;
  }
}



/*  --------------  */
/*  Section-review  */
/*  --------------  */

.review {
  margin-top: 20px;
  /*padding: 0 0 20px;*/
}
.review ul {
  width: 100%;
}
.review ul li {
  /*padding: 20px 0 0;*/
  width: 100%;
  font-size: 18px;
}
.review ul li h3 {
  padding: 12px 20px;
  width: 100%;
  background-color: #EBF8DF;
  border-radius: 25px;
  border: solid 1px #e8e8e8;
}
.review ul li span {
  display: inline-block;
  padding: 15px 20px 25px;
}
#c25.review ul li:nth-child(n+4) {
  display: none;
}


/*  --------------  */
/*  Section-Column */
/*  --------------  */

.section-column {
  padding: 0 0 20px;
}
.section-column ul {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.section-column ul li {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px 20px; 
  background-image: url("../images/contents2025/column-backimage.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.section-column ul li img {
  padding: 30px 0 0 30px;
  float: right;
}
.section-column ul li h3 {
  padding: 20px 0 0;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  border-bottom: dotted 1px #e8e8e8;
}
.section-column ul li span {
  display: block;
  padding: 5px 0 0;
  color: #3ab54a;
  font-size: 16px;
}
.section-column ul li .bold{
  display: inline-block;
  color: #3ab54a;
  font-weight: 600;
}
@media screen and (max-width: 835px) {
  .section-column ul li img {
    float: none;
  }
}



/*  ---------------  */
/*  Section-Company  */
/*  ---------------  */

.section-campany {
  padding: 20px 0;
}



/*  ----------------------------------------------------------------  */

/* --------------------------- */
/* ----- サブページ部分 ----- */
/* --------------------------- */

/*.main,
.main_txt.bt80{
  display: none;
}*/

/*#Local_header {
  padding: 50px 0 50px 0 !important;
  height: 150px !important;
}*/

#local_headers {
 position: relative;
 width: 100%;
 height: 100%;
 padding: 75px 0;
 height: 200px;
}
@media only screen and (max-width: 835px) {
  #local_headers {
    padding: 50px 0;
    height: 150px;
  }
}


/*  ---------------  */
/*  ContactPage  */
/*  ---------------  */

#c14.contactpage-wrap {
  margin-top: 20px;
}
.local_tel {
  padding-top: 20px;
}
.local_tel img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px !important;
}
#c9.section-title div {
  padding: 20px 0;
}
.form_wrap.message {
  margin: 50px 20px 200px 20px !important;
}
dl.file dd div.filename:before {
  display: none;
}
dl.file dt {
  padding-top: 20px !important;
}
dl.file dd {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  .local_tel {
    margin-left: 10px !important;
  }
  dl.file dd div.drop {
    display: none !important;
  }
  div.error {
    margin-top: 100px;
    padding: 10px;
  }
}


/*  -------  */
/*  404Page  */
/*  -------  */

.error_message {
  padding: 20px 0 300px;
}
.error_message .link-centerbox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 835px) {
  .error_message {
    padding: 50px 0;
  }
}
/*  -----------  */
/*  Column Page  */
/*  -----------  */

.column-archive {
  margin-top: 50px;
}
.column-archive h2 {
  position: relative;
  padding: 0 20px 0 45px;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  border-bottom: solid 1px #e8e8e8;
}
.column-archive h2:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../images/contents2025/sectionhead.png");
  background-size: cover;
}
.column-archive div {
  padding: 20px 0 0;
}
.column-archive .bold{
  display: inline-block;
  color: #3ab54a;
  font-weight: 600;
}

/*  -----------  */
/*  Policy Page  */
/*  -----------  */

#c18 {
  padding-top: 20px;
}



/*  ----------------------------------------------------------------  */

/* ------------------------- */
/* ----- フッター部分 ----- */
/* ------------------------- */

#global_footer {
  background-color: #EBF8DF;
  margin-top: 20px !important;
}
.footer_info_wrap {
  display: none;
  padding: 30px 15px !important;
  /*padding: 30px 0 !important;
  background: linear-gradient(#5DCFDC, #0B90AE 100%) !important;*/
}
.footer_info_wrap p {
  padding: 0 20px 20px;
  width: 100%;
  text-align: center;
  font-size: 1.8rem !important;
}

.list.footer_tel img,
.list.footer_cont img {
  margin-right: 10px;
  vertical-align: middle;
  max-width: 30px;
  max-height: 30px;
}
.footer_info .list a {
  height: 2.5em !important;
  font-size: calc(0.875rem + 1.5vw) !important;
}

.fix_tel img,
.fix_cont img {
  width: 20px !important;
  height: 20px !important;
}
.fix_tel a {
  background: #5DCFDC !important;
}
.fix_cont img {
  width: 20px !important;
  height: 20px !important;
}
.fix_cont a {
  background: #3ab54a !important;
}

.footer_wrap  {
  display: block !important;
  padding: 30px 15px !important;
}
.footer_ad {
  position: relative;
  max-width: 100% !important;
}

.tel_link {
  transition: 0.5s;
}
.tel_link:hover{
  opacity:0.6;
}
a.mail_link {
  color: #333
}

.pagetop {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 0;
  width: auto;
  text-align: center;
}
.pagetop a {
  width: auto;
  line-height: 2.5em;
}

.copy_bg {
  padding: 10px !important;
  color: #f8f8f8;
  background: #2AA568;
  /*border-top: solid 1px #2AA568;*/
}
#copyright p {
  line-height: 1.6rem;
}
.copy_mark {
  font-size: 28px;
  vertical-align: bottom;
  line-height: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .footer_info_wrap p {
    font-size: max(16px, calc(0.3rem + 2vw)) !important;
  }
  .copy_bg {
    padding: 5px 15px !important;
  }
}
@media only screen and (max-width: 835px) {
  .footer_wrap {
    padding: 30px 20px 50px !important;
  }
  .pagetop {
    bottom: -40px;
  }
}
@media only screen and (max-width: 640px) {
  .footer_ad {
    align-items: center;
    max-width: 100%;
    text-align: center;
  }
  .fix_info li a {
    border-radius: 0 !important;
  }
}