@charset "UTF-8";
/* ----------------------------------------------

基本設定

------------------------------------------------*/
* {
  box-sizing: border-box;
  line-height: 1.7;
  font-family: "Zen Maru Gothic", serif;
  color: #000;
}

p {
  text-align: justify;
  font-weight: normal;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: black;
}

span.br {
  display: block;
  font-weight: normal;
}
span.br.mb {
  margin-bottom: 1em;
}

.clear {
  clear: both;
  display: block;
}

.flex_box {
  display: flex;
}

.marugo, .marugo * {
  font-family: "Zen Maru Gothic", serif;
}

.Qui, .Qui * {
  font-family: "Quicksand", sans-serif;
}

#container {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
#container header .ham_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: #008cce;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
#container header .ham_menu span, #container header .ham_menu span::before, #container header .ham_menu span::after {
  display: block;
  width: 20px;
  height: 2px;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  transition-property: background-image, transform;
  transition-duration: 0.4s;
}
#container header .ham_menu span {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
#container header .ham_menu span::before, #container header .ham_menu span::after {
  position: absolute;
  content: "";
  transition: all 0.5s;
}
#container header .ham_menu span::before {
  top: -7px;
}
#container header .ham_menu span::after {
  top: 7px;
}
#container header .ham_menu span.open {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
#container header .ham_menu span.open::before, #container header .ham_menu span.open::after {
  top: 0;
  opacity: 1;
}
#container header .ham_menu span.open.rotate::before {
  transform: rotate(45deg);
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}
#container header .ham_menu span.open.rotate::after {
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}
#container h1.none {
  display: none;
}
#container .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(1.25rem, 0.747rem + 2.15vw, 2.625rem);
  margin-top: 1rem;
}
#container .breadcrumb li {
  font-size: clamp(0.75rem, 0.427rem + 1.38vw, 0.875rem);
  display: flex;
  align-items: center;
}
#container .breadcrumb li * {
  font-size: clamp(0.75rem, 0.427rem + 1.38vw, 0.875rem);
}
#container .breadcrumb li a {
  border-bottom: 2px dotted #171c61;
}
#container .breadcrumb li:not(:last-of-type)::after {
  content: "▲";
  display: inline-block;
  font-size: 10px;
  margin: 0 1.5em;
  transform: rotate(90deg);
}
#container .breadcrumb li.top span {
  font-size: 10px;
  margin-right: 0.25rem;
  color: #171c61;
}
#container .button {
  position: relative;
}
#container .button a, #container .button .href {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: .25rem;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#container .button a .arrow, #container .button .href .arrow {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 1rem;
  background-color: #000;
}
#container .button a .arrow::before, #container .button a .arrow::after, #container .button .href .arrow::before, #container .button .href .arrow::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: right center;
  transform: translate(-50%, -35%) rotate(45deg);
}
#container .button a .arrow::after, #container .button .href .arrow::after {
  transform: translate(-50%, -65%) rotate(-45deg);
}
#container .button a .txt, #container .button .href .txt {
  font-size: clamp(0.875rem, 0.742rem + 0.57vw, 1.125rem);
  text-align: center;
}
#container .button.sec_bt {
  max-width: 200px;
}
#container .button.sec_bt a, #container .button.sec_bt .href {
  border-radius: 50px;
  background-color: #cfdcef;
  padding: 0.2rem 1rem;
}
#container .button.sec_bt a .arrow, #container .button.sec_bt .href .arrow {
  background-color: #008cce;
}
#container .button.sec_bt a .txt, #container .button.sec_bt .href .txt {
  color: #008cce;
}
#container .button.sec_bt.blue a, #container .button.sec_bt.blue .href {
  background-color: #008cce;
}
#container .button.sec_bt.blue a .arrow, #container .button.sec_bt.blue .href .arrow {
  background-color: #fff;
}
#container .button.sec_bt.blue a .arrow::before, #container .button.sec_bt.blue a .arrow::after, #container .button.sec_bt.blue .href .arrow::before, #container .button.sec_bt.blue .href .arrow::after {
  background-color: #008cce;
}
#container .button.sec_bt.blue a .txt, #container .button.sec_bt.blue .href .txt {
  color: #fff;
}
#container .button.sec_bt.active a, #container .button.sec_bt.active .href {
  background-color: #cfdcef;
}
#container .button.sec_bt.active a .arrow, #container .button.sec_bt.active .href .arrow {
  background-color: #008cce;
}
#container .button.sec_bt.active a .arrow::before, #container .button.sec_bt.active .href .arrow::before {
  transform: translate(-100%, 110%) rotate(125deg);
  background-color: #fff;
}
#container .button.sec_bt.active a .arrow::after, #container .button.sec_bt.active .href .arrow::after {
  background-color: #fff;
  transform: translate(-100%, 100%) rotate(55deg);
}
#container .button.sec_bt.active a .txt, #container .button.sec_bt.active .href .txt {
  color: #008CCE;
}
#container .button.sec_bt.gray a, #container .button.sec_bt.gray .href {
  background-color: #ccc;
}
#container .button.under_bar::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  transform-origin: right;
}
#container .button.under_bar a .arrow, #container .button.under_bar .href .arrow {
  transition: all 0.5s;
}
#container .button.under_bar a .txt, #container .button.under_bar .href .txt {
  transition: all 0.5s;
}
#container .button.under_bar:hover::before {
  width: 0;
}
#container .button.under_bar:hover a .arrow, #container .button.under_bar:hover .href .arrow {
  background-color: #008cce;
}
#container .button.under_bar:hover a .txt, #container .button.under_bar:hover .href .txt {
  color: #008cce;
}
#container .button.form_bt {
  width: 20%;
  min-width: 200px;
  margin: 0 auto;
}
#container .button.form_bt a, #container .button.form_bt .ahref {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0.25rem 1rem;
  background-color: #008cce;
  border-radius: 10px;
  position: relative;
  transition: background-color 0.5s;
}
#container .button.form_bt a .txt, #container .button.form_bt a input, #container .button.form_bt .ahref .txt, #container .button.form_bt .ahref input {
  color: #fff;
}
#container .button.form_bt a .arrow_normal, #container .button.form_bt .ahref .arrow_normal {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
#container .button.form_bt a .arrow_normal::before, #container .button.form_bt a .arrow_normal::after, #container .button.form_bt .ahref .arrow_normal::before, #container .button.form_bt .ahref .arrow_normal::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 2px;
  background-color: #fff;
  transform-origin: right;
  position: absolute;
}
#container .button.form_bt a .arrow_normal::before, #container .button.form_bt .ahref .arrow_normal::before {
  transform: rotate(45deg);
}
#container .button.form_bt a .arrow_normal::after, #container .button.form_bt .ahref .arrow_normal::after {
  transform: rotate(-45deg);
}
#container .submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: clamp(0.5rem, -0.5rem + 1.25vw, 1rem);
  padding: 0.5rem 1rem;
  background-color: #008cce;
  border-radius: 100px;
}
#container .submenu li:not(.sns, .top_img) {
  border-radius: 50px;
  transition: all 0.5s;
}
#container .submenu li:not(.sns, .top_img) a, #container .submenu li:not(.sns, .top_img) .ahref {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.25em;
  padding: 0.5em;
}
#container .submenu li:not(.sns, .top_img) a .arrow, #container .submenu li:not(.sns, .top_img) .ahref .arrow {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 1rem;
  background-color: #fff;
  transform: rotate(90deg);
}
#container .submenu li:not(.sns, .top_img) a .arrow::before, #container .submenu li:not(.sns, .top_img) a .arrow::after, #container .submenu li:not(.sns, .top_img) .ahref .arrow::before, #container .submenu li:not(.sns, .top_img) .ahref .arrow::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  border-radius: 2px;
  background-color: #008cce;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: right center;
  transform: translate(-50%, -50%) rotate(35deg);
}
#container .submenu li:not(.sns, .top_img) a .arrow::after, #container .submenu li:not(.sns, .top_img) .ahref .arrow::after {
  transform: translate(-50%, -50%) rotate(-35deg);
}
#container .submenu li:not(.sns, .top_img) a span:not(.arrow), #container .submenu li:not(.sns, .top_img) .ahref span:not(.arrow) {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
#container .submenu .top_img a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  grid-gap: 0.5rem;
}
#container .submenu .top_img a img:nth-of-type(1) {
  width: clamp(1.875rem, -0.746rem + 8.06vw, 3.125rem);
}
#container .submenu .top_img a img:nth-of-type(2) {
  width: clamp(6.25rem, 3.629rem + 8.06vw, 7.5rem);
}
#container .submenu .sns {
  display: flex;
  align-items: center;
  grid-gap: 0.75rem;
  justify-content: center;
  padding-left: 1rem;
  border-left: 1px dotted #fff;
}
#container .submenu .sns a {
  line-height: 1;
  width: 20px;
}
#container .pagenation_f {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 0.5rem;
  width: 100%;
  margin: clamp(2rem, 0.061rem + 8.25vw, 6.25rem) auto;
}
#container .pagenation_f li {
  max-width: fit-content;
}
#container .pagenation_f li:not(.prev,.next) a {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  /* line-height: 1; */
  background-color: #a5c3c7;
  border-radius: 5px;
  transition: all .5s;
}
#container .pagenation_f li:not(.prev,.next) a:hover {
  color: #fff;
  background-color: #3d7d85;
}
#container .pagenation_f li.prev, #container .pagenation_f li.next {
  background-color: #3d7d85;
  border-radius: 100px;
  color: #3d7d85;
  position: relative;
}
#container .pagenation_f li.prev a, #container .pagenation_f li.next a {
  padding: 0 .5em;
  color: #fff;
}
/* #container .pagenation_f li.prev {
  transform: rotate(180deg);
} */
/* #container .pagenation_f li.prev::before,#container .pagenation_f li.prev::after, #container .pagenation_f li.next::before,#container .pagenation_f li.next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: right center;
  transform: translate(-50%, -50%) rotate(35deg);
}*/
/* #container .pagenation_f li.prev::after, #container .pagenation_f li.next::after {
  transform: translate(-50%, -50%) rotate(-35deg);
}  */
#container .pagenation_f li span {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  line-height: 1;
  background-color: #3d7d85;
  color: #fff;
  border-radius: 5px;
}
#container .two_column .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: 5%;
}
#container .two_column .wrapper .side_area {
  width: 30%;
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 0.409rem + 1.82vw, 2rem);
  padding-left: 0;
}
#container .two_column .wrapper .side_area::after {
  content: "";
  display: inline-block;
  width: 50vw;
  height: 100%;
  background-color: #eef3f9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#container .two_column .wrapper .side_area .inner section:not(:last-of-type) {
  margin-bottom: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2);
}
#container .two_column .wrapper .side_area .inner section h2 {
  font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);
  font-weight: bold;
  color: #008cce;
}
#container .two_column .wrapper .side_area .inner section .button_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: clamp(1rem, -0.393rem + 4.29vw, 2.5rem);/*16~40px(520~1080px)*/
}
#container .two_column .wrapper .side_area .inner section .button_flex .button {
  width: 100%;
  max-width: 250px;
}
#container .two_column .wrapper .side_area .inner section .button_flex .button a {
  justify-content: flex-start;
}
#container .two_column .wrapper .side_area .inner section .button_flex .button a .txt {
  font-size: clamp(0.875rem, 0.727rem + 0.45vw, 1.125rem);
  /* font-family: "Zen Maru Gothic", serif; */
}
#container .two_column .wrapper .side_area .inner section .button_flex .button:hover.sec_bt.blue a .arrow::before, #container .two_column .wrapper .side_area .inner section .button_flex .button:hover.sec_bt.blue .href .arrow::before {
  transform: translate(-100%, 110%) rotate(125deg);
}
#container .two_column .wrapper .side_area .inner section .button_flex .button:hover.sec_bt.blue a .arrow::after, #container .two_column .wrapper .side_area .inner section .button_flex .button:hover.sec_bt.blue .href .arrow::after {
  transform: translate(-100%, 100%) rotate(55deg);
}
#container .two_column .wrapper .side_area .inner section form {
  display: flex;
  grid-gap: 4%;
}
#container .two_column .wrapper .side_area .inner section form .date_select {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  min-width: 120px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 18px;
}
#container .two_column .wrapper .side_area .inner section form .date_select > i.toggle {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0.5rem;
  transform: translateY(40%);
  z-index: 4;
}
#container .two_column .wrapper .side_area .inner section form .date_select > i.toggle::before, #container .two_column .wrapper .side_area .inner section form .date_select > i.toggle::after {
  content: "";
  width: 0.45rem;
  height: 1.5px;
  border-radius: 10px;
  background-color: #008cce;
  position: absolute;
  top: 50%;
  left: 50%;
}
#container .two_column .wrapper .side_area .inner section form .date_select > i.toggle::before {
  transform: translate(-25%, 0%) rotate(-45deg);
}
#container .two_column .wrapper .side_area .inner section form .date_select > i.toggle::after {
  transform: translate(-75%, 0%) rotate(45deg);
}
#container .two_column .wrapper .side_area .inner section form .date_select > input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:checked ~ span.cp_sl01_selectlabel {
  background-color: #CFDCEF;
  border-radius: 18px 18px 0 0;
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:checked ~ i.toggle.cp_sl01_arrowdown {
  display: none;
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:checked ~ i.toggle.cp_sl01_arrowup {
  display: block;
  background-color: #008cce;
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:checked ~ i.toggle.cp_sl01_arrowup::before {
  background-color: #fff;
  transform: translate(-15%, -100%) rotate(45deg);
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:checked ~ i.toggle.cp_sl01_arrowup::after {
  background-color: #fff;
  transform: translate(-75%, -100%) rotate(-45deg);
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:checked div.options label.option .rdo_txt {
  display: none !important;
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:not(:checked) {
  z-index: 4;
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:not(:checked) ~ label.option > span.rdo_txt {
  display: none;
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:not(:checked) ~ i.toggle.cp_sl01_arrowup {
  display: none;
}
#container .two_column .wrapper .side_area .inner section form .date_select > input:not(:checked) ~ i.toggle.cp_sl01_arrowdown {
  display: block;
}
#container .two_column .wrapper .side_area .inner section form .date_select > span.cp_sl01_selectlabel {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  border-top: 0;
}
#container .two_column .wrapper .side_area .inner section form .date_select .rdo_txt, #container .two_column .wrapper .side_area .inner section form .date_select .cp_sl01_selectlabel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.25em 1em;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 100px;
}
#container .two_column .wrapper .side_area .inner section form .date_select .cp_sl01_selectlabel {
  background-color: #008cce;
}
#container .two_column .wrapper .side_area .inner section form .date_select label.option {
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  transition: all 1s ease-out;
}
#container .two_column .wrapper .side_area .inner section form .date_select label.option span.rdo_txt {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-out;
  border-radius: 0;
}
#container .two_column .wrapper .side_area .inner section form .date_select label.option span.rdo_txt:hover {
  color: #ffffff;
  background: #008CCE;
}
#container .two_column .wrapper .side_area .inner section form .date_select label.option input {
  display: none;
}
#container .two_column .wrapper .side_area .inner section form .date_select label.option input:checked ~ span.rdo_txt {
  position: absolute;
  z-index: 3;
  top: 0;
  display: block;
  width: 100%;
  color: inherit;
  border-top: 0;
  background: #008CCE;
  box-shadow: none;
  color: #fff;
}
#container .two_column .wrapper .side_area .inner section.search {
  width: 100%;
}
#container .two_column .wrapper .side_area .inner section.search h2.ja {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);
  font-family: "Zen Maru Gothic", serif;
}
#container .two_column .wrapper .side_area .inner section.search form.search_form {
  position: relative;
  z-index: 1;
}
#container .two_column .wrapper .side_area .inner section.search form.search_form::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 100%;
  background: url(../images/search.svg) center/auto 50% no-repeat;
  position: absolute;
  top: 0;
  right: .7rem;
}
#container .two_column .wrapper .side_area .inner section.search form.search_form input[type=text] {
  width: 100%;
  border-radius: 100px;
  padding: .5rem 2.2rem .5rem 1rem;
  background-color: #fff;
}
#container .two_column .wrapper .side_area .inner section.search form.search_form input[type=submit] {
  width: 2.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
#container .two_column .wrapper .side_area .inner section.tag .tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 0.75rem 0.5rem;
}
#container .two_column .wrapper .side_area .inner section.tag .tag_list li {
  padding: 0.2rem 0.6rem;
  border-radius: 10px;
  background-color: #fff;
}
#container .two_column .wrapper .side_area .inner section.tag .tag_list li a {
  font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);
}
#container .two_column .wrapper .list_area {
  width: 65%;
}
#container .topImage {
  margin: clamp(1rem, 0.409rem + 1.82vw, 2rem) auto clamp(2rem, 0.061rem + 8.25vw, 6.25rem);
  text-align: center;
  width: 100%;
}
#container .topImage img {
  width: clamp(12.5rem, 8.068rem + 13.64vw, 20rem);
  max-height: 130px;
}
#container .topImage h1.marugo {
  font-size: clamp(1.25rem, 0.726rem + 1.61vw, 1.5rem);
  color: #008CCE;
  font-weight: bold;
  margin-top: 0.5rem;
}
#container #thanks {
  margin-bottom: clamp(2rem, 0.061rem + 8.25vw, 6.25rem);
}
#container #thanks * {
  text-align: center;
}
#container #thanks figure {
  width: 100%;
  max-width: 500px;
  margin: 1em auto;
}
#container #thanks .catch {
  font-size: clamp(1.25rem, 0.946rem + 0.63vw, 1.5rem);
  margin: 2rem 0 0.8em;
  font-weight: 500;
  color: #008CCE;
}
#container #thanks .text {
  margin-bottom: 0;
}
#container #thanks .text .br {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);
}
#container #thanks .top_comment {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #021c1e;
}
#container #thanks .top_comment .customer_mail .br {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
#container #thanks .top_comment .customer_mail .mailadd {
  font-size: clamp(1rem, 0.817rem + 0.78vw, 1.5rem);
  padding: 0.5em 1em;
  border-radius: 10px;
  border: #008CCE 2px solid;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 700px;
  font-weight: 500;
  color: #008CCE;
}
#container #thanks address {
  margin-bottom: 1rem;
}
#container #thanks address span {
  font-size: clamp(1rem, 0.738rem + 0.81vw, 1.125rem);
}
#container #thanks .button {
  margin: 2rem auto 0;
}
#container #thanks .wrapper .top_comment {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: min(2vw, 2rem);
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) * 2);
}
#container #thanks .wrapper .top_comment::after {
  content: url(../images/assessment/thanks_bg.svg);
  display: inline-block;
  width: 110%;
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: -1;
}
#container #thanks .wrapper .top_comment figure {
  width: clamp(3.125rem, 2.017rem + 3.41vw, 5rem);
}
#container #thanks .wrapper .top_comment .text_area img {
  width: clamp(8.125rem, 6.648rem + 4.55vw, 10.625rem);
  margin-bottom: min(1vw, 1rem);
}
#container #thanks .wrapper .top_comment .text_area h2 {
  font-size: clamp(1.25rem, 0.955rem + 0.91vw, 1.75rem);
  color: #333;
  font-weight: bold;
  margin-bottom: min(2vw, 2rem);
}
#container #thanks .wrapper .top_comment .text_area .text .br {
  font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);
}
#container.error main {
  min-height: 72vh;
  margin: 0 0 3rem;
}
#container.error main * {
  text-align: center;
}
#container.error main figure:not(.topImage) {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
#container.error main figure.topImage {
  margin-bottom: 2rem;
}
#container.error main p {
  font-size: clamp(0.875rem, 0.453rem + 0.63vw, 1rem);
}
#container.error main p a {
  color: blue;
  text-decoration: underline;
}
#container.error main p.under_content {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #008CCE;
}

/* ----------------------------------------------
  PC設定  
------------------------------------------------*/
@media all and (min-width: 769px) {
  #container .pad_under, #container .pad_only, #container .sp_only {
    display: none !important;
  }
  #container .wrapper, #container .full_wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
  #container a:not(.noopa) img {
    transition: all 0.3s;
  }
  #container a:not(.noopa):hover img {
    opacity: 0.8;
  }
  #container .button {
    position: relative;
  }
  #container .button:hover.sec_bt a, #container .button:hover.sec_bt .href {
    background-color: #008cce;
  }
  #container .button:hover.sec_bt a .arrow, #container .button:hover.sec_bt .href .arrow {
    background-color: #cfdcef;
  }
  #container .button:hover.sec_bt a .txt, #container .button:hover.sec_bt .href .txt {
    color: #fff;
  }
  #container .button:hover.sec_bt.blue a, #container .button:hover.sec_bt.blue .href {
    background-color: #CFDCEF;
  }
  #container .button:hover.sec_bt.blue a .arrow, #container .button:hover.sec_bt.blue .href .arrow {
    background-color: #008CCE;
  }
  #container .button:hover.sec_bt.blue a .arrow::before, #container .button:hover.sec_bt.blue a .arrow::after, #container .button:hover.sec_bt.blue .href .arrow::before, #container .button:hover.sec_bt.blue .href .arrow::after {
    background-color: #fff;
  }
  #container .button:hover.sec_bt.blue a .txt, #container .button:hover.sec_bt.blue .href .txt {
    color: #008CCE;
  }
  #container .button:hover.form_bt a {
    background-color: #eef3f9;
  }
  #container .button:hover.form_bt a .txt, #container .button:hover.form_bt a input {
    color: #008CCE;
  }
  #container .button:hover.form_bt a .arrow_normal::before, #container .button:hover.form_bt a .arrow_normal::after {
    background-color: #008CCE;
  }
  #container .button:hover.form_bt .ahref {
    background-color: #d13532;
  }
  /* #container .submenu li:not(.sns):hover {
    background-color: #fff;
  }
  #container .submenu li:not(.sns):hover a .arrow, #container .submenu li:not(.sns):hover .ahref .arrow {
    background-color: #008cce;
  }
  #container .submenu li:not(.sns):hover a .arrow::before, #container .submenu li:not(.sns):hover a .arrow::after, #container .submenu li:not(.sns):hover .ahref .arrow::before, #container .submenu li:not(.sns):hover .ahref .arrow::after {
    background-color: #fff;
  }
  #container .submenu li:not(.sns):hover a span:not(.arrow), #container .submenu li:not(.sns):hover .ahref span:not(.arrow) {
    color: #008cce;
  } */
  #container .submenu .top_img {
    display: none;
  }
  #container header {
    width: 100%;
    position: relative;
    z-index: 1000;
    transition: all 0.5s;
    background-color: #eef3f9;
  }
  #container header .header_inner {
    margin: 0 3%;
    max-width: 1720px;
    padding: 0.5rem 0;
    justify-content: space-between;
    align-items: center;
    grid-gap: 0.5rem;
  }
  #container header .header_inner .logo img {
    width: clamp(6.25rem, 3.629rem + 8.06vw, 7.5rem);
  }
  #container header .header_inner .ham_menu {
    display: none;
  }
  #container header.scroll {
    position: fixed;
    top: 0;
    left: 0;
  }
  #container header.scroll .header_inner .logo {
    padding: 0;
    margin-bottom: 0;
  }
  #container header.scroll .header_inner .logo img {
    width: 80px;
  }
  #container footer .full_wrapper {
    padding: 1.5rem clamp(1rem, -0.215rem + 2.53vw, 2rem) 1rem;
    background-color: #008cce;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #container footer .full_wrapper .submenu {
    justify-content: flex-end;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    padding: 0;
  }
  #container footer .full_wrapper .footer_un_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 0.5rem;
  }
  #container footer .full_wrapper .footer_un_menu a span {
    font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
    color: #fff;
  }
  #container footer .full_wrapper .copy {
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
  }
  #container footer .full_wrapper .copy small {
    color: #fff;
    font-size: 12px;
  }
}
@media all and (min-width: 1830px) {
  #container header .header_inner {
    margin: 0 auto;
  }
}
@media all and (min-width: 1511px) {
  #container .full_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
  }
}
@media all and (min-width: 1330px) {
  #container .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
@media all and (max-width: 890px) {
  #container .two_column .wrapper {
    flex-direction: column;
  }
  #container .two_column .wrapper .side_area {
    width: 100%;
    margin-bottom: 2rem;
  }
  #container .two_column .wrapper .side_area::after {
    width: 100vw;
  }
  #container .two_column .wrapper .side_area .inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 10%;
  }
  #container .two_column .wrapper .list_area {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #container header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
    transition: -webkit-clip-path 0.8s;
    transition: clip-path 0.8s;
    transition: clip-path 0.8s, -webkit-clip-path 0.8s;
    -webkit-clip-path: circle(0% at 92.5vw 7.8vw);
            clip-path: circle(0% at 92.5vw 7.8vw);
  }
  #container header nav.open {
    -webkit-clip-path: circle(150% at 92.5vw 7.8vw);
            clip-path: circle(150% at 92.5vw 7.8vw);
  }
  #container header nav ul.submenu {
    width: 100%;
    padding: 1rem;
    flex-direction: column;
    border-radius: 0;
  }
  #container header nav ul.submenu li:not(.sns, .top_img) {
    border-radius: 50px;
    transition: all 0.5s;
    width: 100%;
  }
  #container header nav ul.submenu li:not(.sns, .top_img) a, #container header nav ul.submenu li:not(.sns, .top_img) .ahref {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0.25em;
    padding: 0.5em;
  }
  #container header nav ul.submenu li:not(.sns, .top_img) a .arrow, #container header nav ul.submenu li:not(.sns, .top_img) .ahref .arrow {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 1rem;
    background-color: #fff;
    transform: rotate(90deg);
  }
  #container header nav ul.submenu li:not(.sns, .top_img) a .arrow::before, #container header nav ul.submenu li:not(.sns, .top_img) a .arrow::after, #container header nav ul.submenu li:not(.sns, .top_img) .ahref .arrow::before, #container header nav ul.submenu li:not(.sns, .top_img) .ahref .arrow::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    border-radius: 2px;
    background-color: #008cce;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: right center;
    transform: translate(-50%, -50%) rotate(35deg);
  }
  #container header nav ul.submenu li:not(.sns, .top_img) a .arrow::after, #container header nav ul.submenu li:not(.sns, .top_img) .ahref .arrow::after {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  #container header nav ul.submenu li:not(.sns, .top_img) a span:not(.arrow), #container header nav ul.submenu li:not(.sns, .top_img) .ahref span:not(.arrow) {
    display: block;
    font-size: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
    line-height: 1;
    color: #fff;
  }
  #container header nav ul.submenu .top_img {
    background-color: #eef3f9;
    transition: all 0.5s;
    max-width: 300px;
    padding: 0.25rem 1rem;
    border-radius: 10px;
  }
  #container header nav ul.submenu .top_img a img:nth-of-type(1) {
    margin-top: -2rem;
  }
  #container header nav ul.submenu .sns {
    padding-left: 0;
    border-left: unset;
  }
  #container header nav ul.submenu .sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0.5rem;
    line-height: 1;
  }
  #container header nav ul.submenu .sns a span {
    font-size: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
    color: #fff;
  }
  #container header nav ul.submenu .sns a img {
    width: 20px;
  }
}
/* ----------------------------------------------
  PAD設定
------------------------------------------------*/
@media all and (min-width: 521px) and (max-width: 768px) {
  #container .pc_only, #container .full_pc, #container .full_pc_under, #container .pc_only, #container .sp_only {
    display: none !important;
  }
  #container .wrapper, #container .full_wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
  #container header {
    width: 100%;
    position: relative;
    z-index: 1000;
    background-color: #eef3f9;
  }
  #container header .header_inner {
    margin: 0 3%;
    padding: 0.5rem 0;
    justify-content: space-between;
    align-items: center;
    grid-gap: 0.5rem;
  }
  #container header .header_inner .logo img {
    width: clamp(6.25rem, 3.629rem + 8.06vw, 7.5rem);
  }
  #container header.scroll {
    position: fixed;
    top: 0;
    left: 0;
  }
  #container header.scroll .header_inner .logo {
    padding: 0;
    margin-bottom: 0;
  }
  #container header.scroll .header_inner .logo img {
    width: 80px;
  }
  #container footer .full_wrapper {
    padding: 1.5rem clamp(1rem, -0.215rem + 2.53vw, 2rem) 1rem;
    background-color: #008cce;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #container footer .full_wrapper .submenu {
    justify-content: flex-end;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    padding: 0;
  }
  #container footer .full_wrapper .footer_un_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 0.5rem;
  }
  #container footer .full_wrapper .footer_un_menu a span {
    font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
    color: #fff;
  }
  #container footer .full_wrapper .copy {
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
  }
  #container footer .full_wrapper .copy small {
    color: #fff;
    font-size: 12px;
  }
}
/* ----------------------------------------------

  SP設定

  ------------------------------------------------*/
@media all and (max-width: 520px) {
  #container {
    /* ----------------------------------------------
    jsのためのcss
    ------------------------------------------------*/
  }
  #container .pc_only, #container .full_pc, #container .full_pc_under, #container .pc_only, #container .pad_only, #container .pad_over {
    display: none !important;
  }
  #container .wrapper, #container .full_wrapper {
    margin-left: 3%;
    margin-right: 3%;
  }
  #container header {
    width: 100%;
    position: relative;
    z-index: 1000;
    background-color: #eef3f9;
  }
  #container header .header_inner {
    margin: 0 3%;
    justify-content: space-between;
    align-items: center;
    grid-gap: 0.5rem;
    padding: 0.5rem 0;
  }
  #container header .header_inner .logo img {
    width: clamp(6.25rem, 3.629rem + 8.06vw, 7.5rem);
  }
  #container header.scroll {
    position: fixed;
    top: 0;
    left: 0;
  }
  #container header.scroll .header_inner .logo {
    padding: 0;
    margin-bottom: 0;
  }
  #container header.scroll .header_inner .logo img {
    width: 80px;
  }
  #container footer .full_wrapper {
    padding: 1.5rem clamp(1rem, -0.215rem + 2.53vw, 2rem) 1rem;
    background-color: #008cce;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #container footer .full_wrapper .submenu {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 0;
  }
  #container footer .full_wrapper .submenu li {
    width: auto;
  }
  #container footer .full_wrapper .submenu li.white_bt {
    width: calc(50% - 0.25rem);
  }
  #container footer .full_wrapper .submenu li.sns {
    padding: 0;
    border-left: unset;
    justify-content: center;
    grid-gap: 1rem;
  }
  #container footer .full_wrapper .footer_un_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  #container footer .full_wrapper .footer_un_menu li {
    width: calc(50% - 0.5rem);
  }
  #container footer .full_wrapper .footer_un_menu li a span {
    display: block;
    text-align: center;
    font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
    color: #fff;
  }
  #container footer .full_wrapper .copy {
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
  }
  #container footer .full_wrapper .copy small {
    color: #fff;
    font-size: 12px;
  }
  #container .two_column .wrapper .side_area .inner {
    flex-direction: column;
    align-items: center;
  }
  #container .two_column .wrapper .side_area .inner .tag h2 {
    text-align: center;
  }
  #container .contactjs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 3%;
    background: url(../images/top/top_bg.jpg) center/cover no-repeat;
  }
  #container .contactjs .tel_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 49%;
    grid-gap: 0.5rem;
  }
  #container .contactjs .tel_area .telmain {
    align-items: center;
    border-radius: 5px;
    background-color: #171c61;
    padding: 0.5rem;
  }
  #container .contactjs .tel_area .telmain svg {
    height: clamp(1rem, -0.898rem + 2.81vw, 1.563rem);
    width: auto;
  }
  #container .contactjs .tel_area .telmain svg .cls-1 {
    fill: #fff;
  }
  #container .contactjs .tel_area .telmain svg .cls-2 {
    fill: #171c61;
  }
  #container .contactjs .tel_area .telmain .tel, #container .contactjs .tel_area .telmain .tel a {
    font-size: clamp(1.25rem, 0.406rem + 1.25vw, 1.5rem);
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }
  #container .contactjs .button {
    width: 50%;
  }
  #container .contactjs .button a {
    font-size: 12px;
    padding: 0.5rem;
    text-align: center;
    border: 1px solid #171c61;
    background-color: #fff;
    color: #171c61;
  }
  #container .jsfix {
    position: fixed;
    bottom: 0;
    opacity: 1;
    width: 100%;
    z-index: 500;
  }
  #container .opa {
    opacity: 0;
  }
  #container .none {
    display: none !important;
  }
}
#container .fade_l {
  transform: translateX(-1rem);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
#container .fade_l.f_l_2 {
  transition: opacity 1s, transform 1s;
}
#container .fade_l.fade_opa {
  transform: translateX(0);
  opacity: 1;
}/*# sourceMappingURL=common.css.map */