@charset "UTF-8";
@import url("sanitize.css");
@import url("../js/slick/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Licorice&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: rgb(69.4029850746, 163.0970149254, 145.7462686567);
  color: #ffffff;
}

::selection {
  background-color: rgb(69.4029850746, 163.0970149254, 145.7462686567);
  color: #ffffff;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  background-color: #ffffff;
  color: #1a1a1a;
}

.material-icons,
.pagetop a::before,
.menu-content ul li a::after,
.index ul li a::after,
.linkbo_01 a::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body {
  font-size: 1.6rem;
  line-height: auto;
}

hr {
  background: transparent;
  border-top: 1px solid #cccccc;
}

a {
  color: #0066be;
  text-decoration: none;
}
a:hover {
  color: #ec0000;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}
a:focus {
  overflow: hidden;
}

h1 {
  color: #72C3B4;
  font-size: 4rem;
  font-weight: 400;
  margin: 0 auto 30px;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    padding: 20px;
  }
}

h2 {
  background-color: #72C3B4;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  border-left: 5px solid #72C3B4;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
    padding: 15px;
  }
}

h3 {
  font-size: 2.2rem;
  font-weight: 400;
  border-left: 10px solid #72C3B4;
  padding: 10px 20px;
  background-color: rgba(114, 195, 180, 0.1);
}

h4 {
  font-size: 2rem;
  font-weight: 400;
  color: #72C3B4;
  border-bottom: 1px dashed #72C3B4;
  padding: 10px;
}

h5 {
  font-size: 1.8rem;
  font-weight: 400;
  background-color: rgba(114, 195, 180, 0.1);
  color: #72C3B4;
  padding: 5px 10px;
  border-radius: 5px;
}

h6 {
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}

table {
  display: table;
  border-collapse: collapse;
  border: none;
  margin-bottom: 30px;
}
table th, table td {
  display: table-cell;
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100% !important;
  }
}
table th {
  font-weight: 400;
  text-align: center;
  background-color: rgba(114, 195, 180, 0.1);
}

#bg {
  overflow: hidden;
  min-width: 320px;
  background-image: url("../all_img/org/ashiato_03.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  #bg {
    background-size: 50%;
  }
}

#header {
  border-bottom: 10px solid #72C3B4;
  padding: 20px 0;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 10px 0;
  }
}

#header_in {
  margin: 0 auto;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#siteid {
  width: 23%;
}
@media screen and (max-width: 767px) {
  #siteid {
    width: 80%;
  }
}
#siteid p {
  margin: 0;
}
#siteid h1,
#siteid p a {
  display: block;
  margin: 0;
  padding: 0;
  height: 50px;
  text-indent: -55555em;
  background-image: url("../site_files/logo/siteid.png");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
@media screen and (max-width: 767px) {
  #siteid h1,
  #siteid p a {
    height: 40px;
  }
}

#hcontents {
  width: 75%;
  display: flex;
  justify-content: space-between;
}

.gmenu {
  flex: 1;
  font-size: 2rem;
}
.gmenu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}
.gmenu ul li {
  width: 20%;
}
.gmenu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #1a1a1a;
}
.gmenu ul li a:hover {
  background-color: #D1E3E4;
}

.h_icon {
  width: 19.5%;
}
.h_icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 20px 5%;
}
.h_icon ul li {
  margin: 0;
  padding: 0;
}
.h_icon ul li img {
  width: 48px !important;
  height: auto !important;
}

#pankuzu {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
#pankuzu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 96%;
  max-width: 1240px;
}
#pankuzu ul li {
  display: inline-block;
}
#pankuzu ul li a::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.5rem;
  color: #1a1a1a;
}
#pankuzu ul li a:hover::after {
  text-decoration: none;
}

.subpage #wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .subpage #wrap {
    padding-top: 70px;
  }
}
.subpage #wrap_in {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .subpage #wrap_in {
    display: inherit;
  }
}

.page_title {
  margin-bottom: 30px;
  background-color: rgba(114, 195, 180, 0.1);
}
.page_title h1 {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}

#unit_a {
  width: 74.5%;
}
@media screen and (max-width: 767px) {
  #unit_a {
    width: 100%;
  }
}
#unit_a img {
  max-width: 100% !important;
  height: auto !important;
}
#unit_a table[border="0"] tr, #unit_a table[border="0"] td {
  border: none;
}
#unit_a table[border="0"] img {
  width: 100% !important;
  height: auto !important;
}

#unit_b {
  width: 23.5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #unit_b {
    width: 100%;
  }
}

.menu_2 {
  margin-bottom: 30px;
}
.menu_2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_2 p,
.menu_2 ul li {
  margin: 0;
  padding: 0;
}
.menu_2 p a,
.menu_2 ul li a {
  display: block;
  padding: 15px 30px 15px 10px;
  border-bottom: 1px solid #cccccc;
  color: #1a1a1a;
  position: relative;
}
.menu_2 p a::after,
.menu_2 ul li a::after {
  content: "play_circle_filled";
  font-family: "Material Icons";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.8rem;
  color: #72C3B4;
}
.menu_2 p a:hover,
.menu_2 ul li a:hover {
  text-decoration: none;
  color: #EDBDAC;
}
.menu_2 p a:hover::after,
.menu_2 ul li a:hover::after {
  color: #EDBDAC;
}

#footer {
  text-align: center;
}

.fmenu {
  background-color: #72C3B4;
  color: #ffffff;
  padding: 10px 0;
  margin-bottom: 30px;
}
.fmenu ul {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}
.fmenu ul li {
  border-right: 1px solid #ffffff;
}
.fmenu ul li:first-child {
  border-left: 1px solid #ffffff;
}
.fmenu ul li a {
  display: inline-block;
  color: #ffffff;
  padding: 0 1rem;
}

.footer_info {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer_info {
    margin-bottom: 200px;
  }
}
.footer_info .info_name {
  background-image: url("../site_files/logo/siteid.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  text-indent: -55555em;
  margin: 0 0 10px 0;
}
.footer_info address {
  font-style: normal;
}

.copy {
  font-size: 1rem;
  padding: 10px 0;
}

.pagetop {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 50px;
  }
}
.pagetop a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 200px;
  background-image: url("../all_img/org/pagetop.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 83px;
    height: 123px;
  }
  .pagetop a span {
    display: none;
  }
}

.img_zoom a {
  overflow: hidden;
}
.img_zoom a:hover img {
  transform: scale(1.1, 1.1);
}

.top_main {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .top_main {
    height: 50vh;
  }
}
.top_main #doga {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 178vh;
  height: 56vw;
  min-height: 100%;
  min-width: 100%;
}
.top_main #doga_mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}
.top_main .top_header {
  display: flex;
  margin: 0 auto;
  width: 94%;
  padding: 20px 0;
}
.top_main .top_header .sitelogo {
  width: 80%;
  background-image: url("../all_img/org/siteid.png");
  background-repeat: no-repeat;
  height: 60px;
  background-size: contain;
  text-indent: -55555em;
}
@media screen and (max-width: 767px) {
  .top_main .top_header .sitelogo {
    height: 50px;
  }
}
.top_main .top_header .h_icon {
  width: 20%;
}
.top_main .top_menu {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 100px;
  background-color: #72C3B4;
  color: #ffffff;
  font-size: 2.3rem;
  width: 94%;
  border-radius: 30px;
}
.top_main .top_menu ul {
  margin: 0 auto;
  padding: 10px 0;
  list-style: none;
  display: flex;
  max-width: 1240px;
}
.top_main .top_menu ul li {
  margin: 0;
  padding: 0;
  flex: 1;
}
.top_main .top_menu ul li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
}

.lico {
  font-family: "Licorice", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 9.7rem;
  margin: 0 0 -4rem 0;
}
@media screen and (max-width: 767px) {
  .lico {
    font-size: 6rem;
  }
}

.toppage h2 {
  background-color: transparent;
  color: #1a1a1a;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .toppage h2 {
    font-size: 2rem;
  }
}
.toppage h3 {
  background-color: transparent;
  border: none;
}
.toppage #wrap_in {
  width: 100%;
}

.shosai a {
  display: inline-block;
  background-color: #72C3B4;
  color: #ffffff;
  border-radius: 20px;
  padding: 15px 30px;
}

.about {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 50px 0;
  }
}
.about .about_01, .about .about_02 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .about .about_01, .about .about_02 {
    width: 100%;
  }
}
.about .about_01 .lico, .about .about_02 .lico {
  color: #72C3B4;
}
.about .about_01 h2, .about .about_02 h2 {
  text-align: left;
}
.about .about_01 .shosai, .about .about_02 .shosai {
  text-align: right;
}
.about .about_01 {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .about .about_01 {
    width: 100%;
  }
}
.about .about_01 p {
  margin: 0;
  padding: 0;
}
.about .about_01 img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.construction {
  position: relative;
  background-color: #D1E3E4;
  padding: 50px 0;
  background-image: url("../all_img/org/ashiato_01.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .construction {
    background-size: 50%;
  }
}
.construction .lico {
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.construction .shosai {
  text-align: center;
}
.construction .shosai a {
  background-color: #ffffff;
  color: #72C3B4;
}
.construction .chara_01 {
  position: absolute;
  top: -50px;
  right: 50px;
  width: 180px;
  height: 180px;
  background-image: url("../all_img/org/chara_01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .construction .chara_01 {
    width: 100px;
    height: 100px;
  }
}

.slick-arrow {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  color: #72C3B4;
  text-align: center;
}

.slick-prev {
  left: 20px;
}
.slick-prev::before {
  content: "arrow_back_ios";
}

.slick-next {
  right: 20px;
}
.slick-next::before {
  content: "arrow_forward_ios";
}

.slick-prev::before,
.slick-next::before {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Material Icons";
}

.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -40px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  color: #72C3B4;
}
.slick-dots li button::before {
  content: "●";
  font-size: 2rem;
  line-height: 2rem;
  opacity: 0.25;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}

.const_slide,
.slide_01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .const_slide,
  .slide_01 {
    margin-bottom: 60px;
  }
}
.const_slide p,
.slide_01 p {
  margin: 0;
}
.const_slide .slick-slide,
.slide_01 .slick-slide {
  width: 380px;
  height: 380px;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}
.const_slide .slick-slide img,
.slide_01 .slick-slide img {
  width: 100% !important;
  height: 380px !important;
  max-height: 380px !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .const_slide .slick-slide,
  .slide_01 .slick-slide {
    width: 220px;
    height: 220px;
    margin: 0 10px;
  }
  .const_slide .slick-slide img,
  .slide_01 .slick-slide img {
    height: 220px !important;
  }
}

.slick-track {
  overflow: hidden;
}

.daytoday {
  padding: 100px 0;
}
.daytoday .lico {
  color: #72C3B4;
  text-align: center;
  margin-bottom: 30px;
}
.daytoday .daytoday_in ul {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.daytoday .daytoday_in ul li {
  margin: 0 0 30px 0;
  padding: 0;
  width: 30%;
  text-align: center;
  font-size: 2.3rem;
  background-image: url("../all_img/org/dtd_06.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .daytoday .daytoday_in ul li {
    width: 70%;
  }
}
.daytoday .daytoday_in ul li:nth-child(2n) {
  background-image: url("../all_img/org/dtd_07.png");
}
@media screen and (max-width: 767px) {
  .daytoday .daytoday_in ul li:nth-child(2n) {
    margin-left: 30%;
  }
}
.daytoday .daytoday_in ul li img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50% 50%;
}
.daytoday .daytoday_in ul li a {
  color: #1a1a1a;
}
.daytoday .shosai {
  text-align: center;
}

.recruit {
  background-color: #DDE0E4;
  padding: 100px 0;
  background-image: url("../all_img/org/ashiato_02.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 50px 0;
    background-size: 50%;
  }
}
.recruit .recruit_in {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit .recruit_in .recruit_01 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_in .recruit_01 {
    width: 100%;
  }
}
.recruit .recruit_in .recruit_01 .lico {
  color: #72C3B4;
}
.recruit .recruit_in .recruit_01 h2 {
  text-align: left;
}
.recruit .recruit_in .recruit_01 .shosai {
  text-align: right;
}
.recruit .recruit_in .recruit_02 {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_in .recruit_02 {
    width: 100%;
  }
}
.recruit .recruit_in .recruit_02 img {
  width: 100% !important;
  height: auto !important;
}
.recruit .chara_02 {
  position: absolute;
  top: -80px;
  left: 50px;
  width: 180px;
  height: 180px;
  background-image: url("../all_img/org/chara_02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruit .chara_02 {
    width: 100px;
    height: 100px;
  }
}

.insta_info {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 100px;
  border: 5px solid #D1E3E4;
  border-radius: 50px;
  background-image: url("../all_img/org/insta_logo.png");
  background-repeat: no-repeat;
  background-position: left 50px center;
  background-size: 130px 130px;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .insta_info {
    background-position: center top 20px;
    background-size: 100px 100px;
  }
}
.insta_info strong {
  font-size: 4rem;
  font-weight: normal;
}
.insta_info .insta_info_in {
  padding: 30px 200px;
  background-image: url("../all_img/org/chara_03.png");
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-size: 180px 180px;
}
@media screen and (max-width: 767px) {
  .insta_info .insta_info_in {
    padding: 100px 30px 200px;
    background-position: center bottom 20px;
    background-size: 150px 150px;
  }
}
.insta_info .shosai {
  text-align: center;
}

.contact {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 100px;
}
.contact .lico {
  color: #72C3B4;
  margin-bottom: 0px;
}
.contact .tel_no {
  font-size: 5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact .tel_no {
    font-size: 4rem;
  }
}

#news_topics [class*=news_topics_] {
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#news_topics .rss {
  font-size: 1rem;
  margin: 0 10px;
}
#news_topics .rss a {
  padding: 0 5px;
  background-color: #D1E3E4;
  color: #ffffff;
}
#news_topics dl {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
#news_topics dl dt {
  margin: 15px 0 0 0;
  padding: 15px 0 0 3.5rem;
  border-top: 1px solid #cccccc;
  position: relative;
}
#news_topics dl dt span {
  display: inline-block;
}
#news_topics dl dt.new::before {
  content: "New!";
  color: #EDBDAC;
  display: inline-block;
  position: absolute;
  left: 0;
}
#news_topics dl dd {
  margin: 0;
  padding: 0 0 0 4.5rem;
}
#news_topics .disp_list {
  text-align: center;
}
#news_topics .disp_list a {
  display: inline-block;
  border: 1px solid #72C3B4;
  background-color: #ffffff;
  color: #72C3B4;
  padding: 5px 20px;
  min-width: 220px;
  border-radius: 50px;
}
#news_topics .disp_list a:hover {
  background-color: #72C3B4;
  color: #ffffff;
  text-decoration: none;
}

.imgbg {
  background-image: url("../site_files/image/dmy/dmy_640-480_01.png");
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}
.imgbg .imgbg_in {
  background-color: rgba(26, 26, 26, 0.7);
  color: #ffffff;
  padding: 100px 0;
}
.imgbg .imgbg_in h2 {
  color: #ffffff;
}
.imgbg .imgbg_in .imgbg_contents {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.index {
  margin-bottom: 50px;
}
.index dl dd {
  display: none;
}
.index dl,
.index ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.index dl dt,
.index ul li {
  margin: 0 0 20px 0;
  padding: 0;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .index dl dt,
  .index ul li {
    width: 100%;
  }
}
.index dl dt a,
.index ul li a {
  display: block;
  height: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #72C3B4;
  position: relative;
  color: #1a1a1a;
}
.index dl dt a::after,
.index ul li a::after {
  content: "chevron_right";
  position: absolute;
  font-family: "Material Icons";
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.8rem;
}
.index dl dt a:hover,
.index ul li a:hover {
  background-color: #72C3B4;
  color: #ffffff;
  text-decoration: none;
}

.site_map {
  margin-bottom: 50px;
}
.site_map p {
  font-size: 2rem;
}
.site_map ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.site_map ul li::before {
  content: "play_circle_filled";
  font-family: "Material Icons";
  color: #72C3B4;
  margin-right: 0.5rem;
}
.site_map ul li[class*=layer_] {
  border-top: 1px dotted #cccccc;
  font-size: 1.8rem;
  padding-top: 30px;
  margin-bottom: 30px;
}
.site_map ul li.layer_1 {
  border-top: 3px solid #72C3B4;
  font-size: 2rem;
}
.site_map ul.in_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  padding-top: 20px;
}
.site_map ul.in_page li {
  width: 49%;
  padding: 5px 0 5px 2rem;
  text-indent: -2rem;
}
.site_map ul.in_page li::before {
  content: "chevron_right";
}
@media screen and (max-width: 767px) {
  .site_map ul.in_page li {
    width: 100%;
  }
}

.mail_form {
  margin-bottom: 50px;
}
.mail_form p {
  margin: 0;
  padding: 0;
}
.mail_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mail_form form {
    display: block;
  }
}
.mail_form form .form_label,
.mail_form form .form_input {
  border-top: 1px solid #cccccc;
  padding: 10px;
  align-items: stretch;
}
.mail_form form .form_label {
  width: 30%;
  font-weight: 400;
  background-color: rgba(114, 195, 180, 0.1);
}
@media screen and (max-width: 767px) {
  .mail_form form .form_label {
    width: 100%;
  }
}
.mail_form form .form_label .mcheck {
  color: #EDBDAC;
  font-size: 1rem;
  line-height: 1rem;
  white-space: nowrap;
}
.mail_form form .form_label .mcheck::after {
  content: "必須";
}
.mail_form form .form_input {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .mail_form form .form_input {
    width: 100%;
    border-top: none;
  }
}
.mail_form form .form_input input[type=text] {
  min-width: 80%;
}
@media screen and (max-width: 767px) {
  .mail_form form .form_input input[type=text] {
    min-width: 100%;
  }
}
.mail_form form .form_input textarea {
  width: 100%;
}
.mail_form form .form_input input[type=text],
.mail_form form .form_input textarea {
  border: 1px solid #cccccc;
  padding: 5px;
  font-size: 1.6rem;
}
.mail_form form .form_input p {
  color: #EDBDAC;
  font-size: 1.2rem;
}
.mail_form form .form_button {
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 20px 0 10px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.mail_form form .form_button input {
  width: 30%;
  margin-bottom: 20px;
}
.mail_form form .form_button input[type=submit] {
  padding: 10px 0;
  background-color: #72C3B4;
  color: #ffffff;
  border: 1px solid #72C3B4;
  border-radius: 50px;
}
.mail_form form .form_button input[type=submit]:hover {
  background-color: #ffffff;
  color: #72C3B4;
}
.mail_form form .form_button input[type=button] {
  padding: 5px 0;
  background-color: #ccc;
  color: #1a1a1a;
  border: 1px solid #ccc;
  border-radius: 50px;
}
.mail_form form .form_button input[type=button]:hover {
  background-color: #eee;
}

.effect_1 {
  padding-top: 100px;
  transition: 0.8s;
}

.effect_2 {
  margin-left: -100%;
  margin-right: 100%;
  transition: 0.5s;
}

.effect_3 {
  margin-left: 100%;
  margin-right: -100%;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 150;
    background-color: #ffffff;
  }
  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #72C3B4;
    position: absolute;
    transition: 0.4s ease-in-out;
  }
  .menu-btn span::before {
    bottom: 8px;
  }
  .menu-btn span::after {
    top: 8px;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.2s ease-in-out;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 140;
    background-color: #72C3B4;
    transition: all 0.5s;
    overflow: scroll;
    padding: 70px 20px;
  }
  .menu-content h2 {
    padding: 0;
  }
  .menu-content p {
    margin: 0;
    padding: 0;
  }
  .menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-content ul li {
    margin: 0;
    padding: 0;
  }
  .menu-content p a,
  .menu-content ul li a {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 10px 30px 10px 10px;
    position: relative;
  }
  .menu-content p a::after,
  .menu-content ul li a::after {
    content: "chevron_right";
    position: absolute;
    font-family: "Material Icons";
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.4rem;
    color: #ffffff;
  }
}/*# sourceMappingURL=org.css.map */