@charset "utf-8";
/* CSS Document */
.lom_header{
  height: 88px;
  border-bottom: 16px solid #F69D00;
}
.lom_mainph img{max-width: 100%;}
.lom_mainph img:last-of-type{display: none;}

.lom_catch{
  padding: 40px 0 14px;
  text-align: center;
}
.lom_catch p{
  margin-bottom: 16px;
  font-family : 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size : 2.875rem;
  font-weight : bold;
  letter-spacing : 0.01em;
  color : #000000;
}
.lom_catch>span{
  font-size : 1.5rem;
  color : #2EB6AA;
}

.lom_bodynav{
  display: flex;
  justify-content: center;
  padding: 72px 0 48px;
  background-color: #F69D00;
}
.lom_bodynav li:nth-of-type(2){margin: 0 64px;}
.lom_bodynav li a{
  display: block;
  width: 188px;
}
.lom_bodynav li a img{max-width: 100%;}
.lom_bodynav li a img:last-of-type{display: none;}
.lom_bodynav li a p{
  display: none;
  text-align: center;
  font-size: 0.75rem;
  color: #000000;
}

.lom_classcontainer .lom_overwrap{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lom_captionbox{
  position: relative;
  width: 600px;
  margin: 0 0 0 auto;
  padding: 64px 30px 0 0;
}
.lom_captionbox h2{
  width: 306px;
  margin: auto 20px 24px auto;
  font-family : 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size : 1.875rem;
  font-weight : bold;
}
.lom_captionbox>p{
  width: 450px;
  line-height : 1.625;
  margin: auto 20px 24px auto;
  font-weight: 500;
}
.lom_acdmbox{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 56px;
}
.lom_acdmbox p:first-of-type{width: 176px;}
.lom_acdmbox p:last-of-type{width: 240px;}
.lom_acdmbox p img{max-width: 100%;}
.lom_acdmbox p:last-of-type img:last-of-type{display: none;}
.lom_acdmbox p:last-of-type a{pointer-events: none;}
.lom_acdmbox p:last-of-type a:hover img:first-of-type{display: none;}
.lom_acdmbox p:last-of-type a:hover img:last-of-type{display: inline;}
.lom_symbol{
  position: absolute;
  left: 0;
  top: -56px;
  padding-top: 32px;
  width: 172px;
  height: 172px;
  text-align: center;
  font-size: 1.5rem;
  color: #FFFFFF;
  border-radius: 100%;
  background-color: #275CC3;
}
.lom_slidebox{width: 600px;}
.slider{display: none;}
.slider.slick-initialized{display: block;} /*slick-initializedが付与されたら表示*/

.lom_spcontents{display: none;}
.lom_spcontents>p{
  line-height: 1.75;
  padding: 20px 36px;
  font-size: 0.875rem;
}
.lom_spcontents div{
  padding: 18px 36px 32px;
  background-color: #275CC3;
}
.lom_spcontents div span{
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.125rem;
  color: #FFFFFF;
}
.lom_spcontents div a{pointer-events: none;}


.lom_aboutlom{
  border-top: 30px solid #2EB6AA;
  border-bottom: 30px solid #FFDA77;
}
.lom_aboutlom .lom_overwrap{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lom_aboutlom .lom_overwrap>div{width: 600px;}
.lom_aboutlom .lom_overwrap>div:nth-of-type(2){
  padding: 108px 146px 0 80px;
  background: url("../img/index/il_aboutbg.png") right 12px top 12px no-repeat;
}
.lom_aboutlom h2{
  margin-bottom: 32px;
  font-family : 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size : 1.875rem;
  font-weight : bold;
}
.lom_aboutlom p{}



.lom_joinus{
  padding: 80px 0 92px;
  background-color: #F69D00;
}
.lom_joinus .lom_wrap{background: url("../img/index/il_joinbg.png") right top 24px no-repeat;}
.lom_joinus h2{
  margin-bottom: 32px;
  font-family : 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size : 1.875rem;
  font-weight : bold;
}
.lom_joinus dt{font-size: 1.25rem;}
.lom_joinus dd:first-of-type{margin-bottom: 32px;}



.lom_comprof{
  margin-bottom: 40px;
  padding-top: 64px;
  background-image: url("../img/index/il_comprofbg1.png"), url("../img/index/il_comprofbg2.png");
  background-position: left calc(50% - 543px) top 468px , right calc(50% - 570px) top 260px;
  background-repeat: no-repeat;
}
.lom_comprof h2{
  margin-bottom: 48px;
  font-family : 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size : 1.875rem;
  font-weight : bold;
}
.lom_comprof h2::before{
  content: "";
  display: inline-block;
  width: calc(45px + ((100% - 1000px)/2));
  min-width: 45px;
  height: 30px;
  margin-right: 16px;
  vertical-align: middle;
  background-color: #2EB6AA;
}
.lom_comprof h2 span{vertical-align: middle;}
.lom_comprof h3{
  margin-bottom: 24px;
  text-align: center;
  font-family : 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size : 1.875rem;
  font-weight : bold;
}
.lom_comprof dl{
  display: flex;
  align-items: center;
  max-width: 780px;
  margin: auto;
  padding: 14px 0;
  border-bottom: 1px solid #2EB6AA;
}
.lom_comprof dt{
  width: 240px;
  text-align: center;
}
.lom_comprof dd span{margin-left: 1em;}
.lom_officerlist li{display: flex;}
.lom_officerlist li p:first-of-type{width: 96px;}
.lom_comprof dd ol li{
  padding-left: 2em;
  text-indent: -2em;
}



.lom_access{
  margin-bottom: 40px;
  padding-top: 64px;
}
.lom_access h2{
  margin-bottom: 48px;
  font-family : 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size : 1.875rem;
  font-weight : bold;
}
.lom_access h2::before{
  content: "";
  display: inline-block;
  width: calc(45px + ((100% - 1000px)/2));
  min-width: 45px;
  height: 30px;
  margin-right: 16px;
  vertical-align: middle;
  background-color: #2EB6AA;
}
.lom_access h2 span{vertical-align: middle;}
.lom_access .lom_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lom_access .lom_wrap>div{width: 500px;}
.lom_accesstxt h3{
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: bold;
}
.lom_accesstxt p{margin-bottom: 12px;}
.lom_accesstxt span{
  display: block;
  margin-bottom: 32px;
  font-size: 0.75rem;
}
.lom_accesstxt dd{line-height: 2;}
.lom_accesstxt dd:first-of-type{margin-bottom: 24px;}
.lom_access iframe{
  width: 100%;
  height: 360px;
}



.lom_bldph{
  padding: 32px 0 120px;
  background-color: rgba(46, 182, 170, 0.3);
}
.lom_bldph .lom_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lom_bldph figure{width: 320px;}
.lom_bldph figure p:first-of-type{
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
.lom_bldph figure p:last-of-type{margin-bottom: 18px;}
.lom_bldph figure figcaption{
  text-align: center;
  font-size: 0.75rem;
}




@media screen and (min-width:841px){
  .lom_bodynav li a:hover{opacity: 0.7;}
}






@media screen and (max-width:840px){
  .lom_mainph{margin-top: 68px;}
  .lom_mainph img:first-of-type{display: none;}
  .lom_mainph img:last-of-type{display: inline;}

  .lom_catch{
    padding: 16px 30px;
    text-align: left;
  }
  .lom_catch p{font-size: 1.625rem;}
  .lom_catch>span{font-size: 1.125rem;}

  .lom_bodynav{padding: 16px;}
  .lom_bodynav li:nth-of-type(2){margin: 0 52px;}
  .lom_bodynav li a{width: 64px;}
  .lom_bodynav li a p{display: block;}
  .lom_bodynav li a img:first-of-type{display: none;}
  .lom_bodynav li a img:last-of-type{display: inline;}



  .lom_classcontainer .lom_overwrap{flex-wrap: wrap;}
  .lom_captionbox{
    width: 100%;
    margin: auto;
    padding: 24px 35px;
  }
  .lom_captionbox h2{margin: 0;}
  .lom_captionbox > p{display: none;}
  .lom_acdmbox{display: none;}
  .lom_symbol{display: none;}
  .lom_slidebox{width: 100%;}

  .lom_spcontents{display: block;}


  .lom_aboutlom .lom_overwrap{flex-wrap: wrap;}
  .lom_aboutlom .lom_overwrap > div{width: 100%;}
  .lom_aboutlom .lom_overwrap > div:first-of-type{order: 2;}
  .lom_aboutlom .lom_overwrap > div:first-of-type img{max-width: 100%;}
  .lom_aboutlom .lom_overwrap > div:nth-of-type(2){
    padding: 30px 36px;
    background: none;
    order: 1;
  }
  .lom_aboutlom h2{margin-bottom: 0;}
  .lom_aboutlom .lom_overwrap > div:nth-of-type(2) p{display: none;}
  .lom_aboutlom .lom_overwrap > div:nth-of-type(3){order: 3}
  .lom_aboutlom .lom_overwrap > div:nth-of-type(3) img{
    max-width: 100%;
    margin-top: 20px;
  }



  .lom_joinus{
    padding: 36px 30px 56px;
    background: none;
  }
  .lom_joinus .lom_wrap{background: url("../img/index/il_joinbg_sp.png") 190px 20px no-repeat;}
  .lom_joinus dt{font-size: 0.875rem;}
  .lom_joinus dd{font-size: 0.875rem;}


  .lom_comprof{
    margin-bottom: 0;
    padding: 0;
  }
  .lom_comprof h2{
    line-height: 1;
    margin-bottom: 30px;
    padding: 10px 36px 12px;
    font-size: 1.25rem;
    color: #FFFFFF;
    background-color: #2EB6AA;
  }
  .lom_comprof h2::before{content: none;}
  .lom_comprof h2 span{display: block;}
  .lom_comprof .lom_innerwrap{padding: 0 36px;}
  .lom_comprof h3{
    text-align: left;
    font-size: 1.75rem;
  }
  .lom_comprof dt{
    width: 64px;
    text-align: left;
    font-size: 0.875rem;
  }
  .lom_comprof dd{
    width: calc(100% - 64px);
    font-size: 0.875rem;
  }
  .lom_comprof dl:last-of-type{display: block;}
  .lom_comprof dl:last-of-type dt{
    width: 100%;
    margin-bottom: 10px;
  }
  .lom_comprof dl:last-of-type dd{width: 100%;}



  .lom_access{
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .lom_access h2{
    line-height: 1;
    margin-bottom: 0;
    padding: 10px 36px 12px;
    font-size: 1.25rem;
    color: #FFFFFF;
    background-color: #2EB6AA;
  }
  .lom_access h2::before{content: none;}
  .lom_access h2 span{display: block;}
  .lom_access .lom_wrap{flex-wrap: wrap;}
  .lom_access .lom_wrap > div{width: 100%;}
  .lom_access .lom_wrap > div:last-of-type{order: 1;}
  .lom_accesstxt{
    padding: 30px 32px;
    order: 2;
  }
  .lom_accesstxt dl{font-size: 0.875rem;}

  .lom_bldph{
    padding: 30px 0;
    background-color: transparent;
    border-top: 10px solid rgba(46,182,170,0.30);
  }
  .lom_bldph .lom_wrap{flex-wrap: wrap;}
  .lom_bldph figure{
    width: 100%;
    margin-bottom: 40px;
  }
  .lom_bldph figure:last-of-type{margin-bottom: 0;}
  .lom_bldph figure p{text-align: center;}
  .lom_bldph figure p:first-of-type{
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
  .lom_bldph figure p:last-of-type{margin-bottom: 10px;}
  .lom_bldph figure img{max-width: 100%;}
}
