@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main .layout-body {
  overflow: hidden;
  background: #f5fafc;
}

#main .layout-body > .body {
  display: flex;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px;
}

#main div.body {
  max-width: 1240px;
  padding:0 20px;
  margin: 0 auto;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #main .layout-body > .body {
    display: block;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 20px;
  }

 #main div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  #main .layout-body > .body {
    display: block;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
  }

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main #main-contents .section ~ .section {
  padding-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main #main-contents .section ~ .section {
  padding-top: 30px;
}

}

/* ****************************************************************************************************
   * お知らせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
}

.topics .body {
  padding: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.topics .detail {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}


.topics ul {}

.topics ul li {}

.topics ul li a {
  position: relative;
  display: flex;
  font-size: 1.5rem;
  padding: 10px 0;
  border-bottom: 1px dashed #dde5e8;
}
.topics ul li a > * {
  display: inline-block;
}
.topics ul li a:hover {
  background: #f5fafc;
  color: #009fe8;
}

.topics ul li .day {
  min-width: 8em;
  color: #a3a3a3;
}
.topics ul li .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.topics .detail {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 40px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.topics ul li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  padding: 10px 0;
  border-bottom: 1px dashed #dde5e8;
}
}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .btn {
    width: auto;
    padding: 15px 4em;
  }
}


/* ****************************************************************************************************
   * 協会案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.guide {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .guide .detail {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.guide ul.layout-flex-2 {}

.guide ul.layout-flex-2 > * {
  width: 48.5%;
}
.guide ul.layout-flex-2 > :nth-child(n+3) {
  margin-top: 30px;
}

.guide ul.layout-flex-2 li {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.guide ul.layout-flex-2 li .images {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.guide ul.layout-flex-2 li .images img {
  width: 100%;
  transition: 0.3s;
}
.guide ul.layout-flex-2 li:hover .images img {
  transition: 0.3s;
  transform: scale(1.1);
}

.guide ul.layout-flex-2 li span {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 15px 20px;
}
.guide ul.layout-flex-2 li span > * {
  display: block;
  position: relative;
  z-index: 1;
}
.guide ul.layout-flex-2 li span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width:8px;
  height: 8px;
  border-top: 2px solid #8dc21f;
  border-right: 2px solid #8dc21f;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: 0.2s right;
}

.guide ul.layout-flex-2 li span:hover {
  opacity: 0.7;
}
.guide ul.layout-flex-2 li span:hover::before {}
.guide ul.layout-flex-2 li span:hover:after {
  right:0.6em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .guide ul.layout-flex-2 > * {
    max-width: 426px;
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  /*
  .guide ul.layout-flex-2 > * {
    width: 100%;
  }
  .guide .layout-flex-2 > * ~ * {
    margin-top: 20px;
  }
*/
  .guide ul.layout-flex-2 > :nth-child(n+3) {
    margin-top: 20px;
  }
  .guide ul.layout-flex-2 li {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  }
  .guide ul.layout-flex-2 li span {
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 20px;
  }
/*
  .guide ul.layout-flex-2 li ~ li {
    margin-top: 20px;
  }
*/
}


/* ****************************************************************************************************
   * 会員紹介／研修・講習会
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.submenu .detail ul.layout-flex-2 {
  padding: 40px;
  border-radius: 10px;
  background: #dde5e8;
}

.submenu .detail ul.layout-flex-2 li {
  border-radius: 10px;
}

.submenu .detail ul.layout-flex-2 li .item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}

.submenu .detail ul.layout-flex-2 li .item picture {
  overflow: hidden;
  border-radius: 10px;
}
.submenu .detail ul.layout-flex-2 li .item picture img {
  position: relative;
  z-index: 0;
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}
.submenu .detail ul.layout-flex-2 li .item:hover picture img {
  transform: scale(1.1);
}

.submenu .detail ul.layout-flex-2 li .content {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,.3);
  transition: .2s;
  border-radius: 10px;
}
.submenu .detail ul.layout-flex-2 li:hover .content {
  text-shadow: 0 0 3px rgba(0,0,0,.08);
  background: rgba(0,0,0,.08);
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .submenu .detail {
    max-width: 890px;
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .submenu .detail ul.layout-flex-2 {
    padding: 20px;
    border-radius: 10px;
    background: #dde5e8;
  }
  .submenu .detail ul.layout-flex-2 > * {
    width: 48% !important;
  }
  .submenu .detail ul.layout-flex-2 li .item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .submenu .detail ul.layout-flex-2 li ~ li {
    margin-top: 0;
  }
}


/* ****************************************************************************************************
   * 技術情報
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.technical {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .technical .detail {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.technical .detail .layout-flex-2 {}

.technical .detail .layout-flex-2 li {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.technical .detail .layout-flex-2 li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.technical .detail .layout-flex-2 li .icon {
  background: #8dc21f;
  border-radius: 10px 0 0 10px;
  padding: 20px 30px;
  min-width: 120px;
  margin: 0 auto;
  text-align: center;
}
.technical .detail .layout-flex-2 li .btn-1 {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 40px;
  width: 100%;
}
.technical .detail .layout-flex-2 li .btn-1::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8dc21f;
  border-right: 2px solid #8dc21f;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: 0.2s right;
}

.technical .detail .layout-flex-2 li:hover .btn-1:after {
  right:0.6em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .technical .detail .layout-flex-2 li ~ li {
    margin-top: 20px;
  }
  .technical .detail .layout-flex-2 li .icon {
    background: #8dc21f;
    border-radius: 10px 0 0 10px;
    padding: 10px;
    min-width: 60px;
    margin: 0 auto;
  }
  .technical .detail .layout-flex-2 li .icon img {
    min-width: 30px;
    height: 30px;
  }
  .technical .detail .layout-flex-2 li .btn-1 {
    position: relative;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 20px;
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * Q&A
/* ------------------------------------------------------------------------------------------------- */

.technical .faq {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.technical .faq a {
  display: block;
  transition: 0.3s;
}
.technical .faq a:hover {
  opacity: 0.7;
}

.technical .faq .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}

.technical .faq .content .title-1 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
}
.technical .faq .content .text {
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.technical .faq picture {
  display: block;
  text-align: center;
}
.technical .faq picture img {
  width: 100%;
  object-fit: cover;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .technical .faq picture img {
    min-height: 150px;
  }
}