@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url("../fonts/NunitoSans-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url("../fonts/NunitoSans-Bold.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url("../fonts/NotoSansSC-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url("../fonts/NotoSansSC-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url("../fonts/NotoSansTC-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url("../fonts/NotoSansTC-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Martel';
  src: url("../fonts/Martel-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------
	font
--------------------------------*/
html {
  font-family: 'Nunito Sans','Noto Sans JP', serif;
}

html:lang(en) {
  font-family: 'Nunito Sans', sans-serif;
}

html:lang(zh-hans) {
  font-family: 'Nunito Sans','Noto Sans SC', sans-serif;
}

html:lang(zh-hant) {
  font-family: 'Nunito Sans','Noto Sans TC', sans-serif;
}

:lang(en) {
  font-family: 'Nunito Sans', sans-serif;
}

:lang(zh-hans) {
  font-family: 'Nunito Sans','Noto Sans SC', sans-serif;
}

:lang(zh-hant) {
  font-family: 'Nunito Sans','Noto Sans TC', sans-serif;
}

/*--------------------------------
	　全体の設定
--------------------------------*/
body {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 'Nunito Sans','Noto Sans JP', serif;
}

a {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media print, screen and (min-width: 961px) {
  body {
    font-size: clamp(0.74rem, 1.242vw, 1rem);
    line-height: 2;
  }
}

.main__wrapper {
  position: relative;
}

.main_contents {
  width: 100%;
}

.main_contents_wrapper {
  max-width: calc(1208px + 40px*2);
  margin: 0 auto;
  padding-top: 2em;
  padding-left: 4vw;
  padding-right: 4vw;
}

@media print, screen and (min-width: 961px) {
  .main_contents_wrapper {
    padding-top: 2.5em;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.main_contents_wrapper section {
  margin-bottom: 4em;
}

@media print, screen and (min-width: 961px) {
  .main_contents_wrapper section {
    margin-bottom: 5em;
  }
}

@media print, screen and (min-width: 961px) {
  .sp_only {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .pc_only {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.btn + .remarks {
  margin-top: 1em;
}

.remarks {
  color: rgba(14, 14, 14, 0.5);
}

main a[target="_blank"] {
  color: #125e4b;
  border-bottom: 1px solid #125e4b;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

main a[target="_blank"]:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="%23125e4b" d="M21.334 21.333H2.668V2.663h9.334V0H2.668A2.665 2.665 0 0 0 .001 2.663v18.67a2.667 2.667 0 0 0 2.667 2.666h18.666a2.675 2.675 0 0 0 2.667-2.666v-9.336h-2.667ZM14.668 0v2.663h4.787L6.348 15.768l1.88 1.881L21.335 4.541v4.791h2.667V0Z"/></svg>');
}

main a[target="_blank"]:hover {
  opacity: 0.5;
}

main a[target="_blank"]:hover {
  border-bottom-color: transparent;
}

.mgb20 {
  display: block;
  margin-bottom: 2em;
}

.link {
  display: block;
  width: 10em;
  padding-right: 0.8em;
  position: relative;
  border-bottom: #2b2b2b 1px solid;
}

.link:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #0e0e0e;
  border-right: 1px solid #0e0e0e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  right: 0.25em;
  top: -2px;
}

.link:hover {
  color: #125e4b;
  border-bottom-color: #125e4b;
}

.link:hover:before {
  border-color: #125e4b;
}

.link.right {
  margin-left: auto;
}

.link.center {
  margin-left: auto;
  margin-right: auto;
}

.link.wh {
  border-bottom-color: #ffffff;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.link.wh:before {
  border-color: #ffffff;
}

.link.wh:hover {
  opacity: 0.5;
}

.link.wh:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.link.wh:hover:before {
  border-color: #ffffff;
}

/*--------------------------------
	header
--------------------------------*/
header {
  position: relative;
  z-index: 99;
  width: 100%;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  background-color: #ffffff;
  padding: 1.75em 0;
}

@media only screen and (max-width: 960px) {
  header {
    padding: 1em 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

header .logo {
  width: 34%;
}

@media only screen and (max-width: 960px) {
  header .logo {
    max-width: 125px;
  }
}

@media print, screen and (min-width: 961px) {
  header .logo {
    width: 20%;
    max-width: 260px;
    margin-left: 3.75em;
  }
}

header .logo img {
  width: 100%;
}

header .logo a:hover {
  opacity: 1;
}

/*--------------------------------
	footer
--------------------------------*/
footer {
  background-color: #f1f1f1;
  text-align: center;
  opacity: 0.5;
  margin-top: 4em;
  padding: 1em 0;
}

@media print, screen and (min-width: 961px) {
  footer {
    padding: 2.1em 0;
    text-align: right;
    margin-top: 5em;
  }
}

footer p {
  max-width: calc(1208px + 40px*2);
  margin: 0 auto;
  padding-left: 8vw;
  padding-right: 8vw;
  font-size: 12px;
}

@media print, screen and (min-width: 961px) {
  footer p {
    font-size: clamp(0.555rem, 0.9315vw, 0.75rem);
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*--------------------------------
	h1
--------------------------------*/
h1 {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 1.1em;
}

@media only screen and (max-width: 960px) {
  h1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media print, screen and (min-width: 961px) {
  h1 {
    font-size: clamp(1.48rem, 2.484vw, 2rem);
    line-height: 1.75;
    margin-bottom: 0.9em;
  }
}

h1 span {
  font-size: 16px;
  line-height: 1.875;
}

@media print, screen and (min-width: 961px) {
  h1 span {
    font-size: clamp(0.925rem, 1.5525vw, 1.25rem);
    display: block;
  }
}

/*--------------------------------
.Title_area
--------------------------------*/
.Title_area {
  width: 100%;
  max-width: calc(1208px + 40px*2);
  margin: 4em auto 0;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 960px) {
  .Title_area {
    padding-left: 8vw;
    padding-right: 8vw;
    margin: 1em auto 2.5em;
  }
}

.Title_area.seminar {
  padding: 0;
  margin-top: 0;
}

@media print, screen and (min-width: 961px) {
  .Title_area.seminar {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}

@media print, screen and (min-width: 961px) {
  .Title_area.seminar .btn {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
}

.Title_area .tag {
  font-size: 0;
  display: inline-block;
  margin-right: 1rem;
}

@media print, screen and (min-width: 961px) {
  .Title_area .tag {
    margin-right: 2rem;
  }
}

.Title_area .tag li {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.15em 0.5em;
  font-size: clamp(0.8325rem, 1.39725vw, 1.125rem);
  line-height: 1.5;
  background-color: #f1f1f1;
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 960px) {
  .Title_area .tag li {
    font-size: 14px;
    padding: 0.15em 0.3em;
    margin-right: 0.25em;
  }
}

.Title_area .tag li[data-request="open"] {
  background-color: #0e5644;
  color: #ffffff;
}

.Title_area .tag li[data-request="colsed"] {
  background-color: #2b2b2b;
  color: #ffffff;
}

.Title_area .tag li:last-of-type {
  margin-right: 0;
}

.Title_area .in_english {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #125e4b;
  color: #125e4b;
}

.Title_area .in_english[target="_blank"]:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.Title_area .in_english[target="_blank"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="%23125e4b" d="M21.334 21.333H2.668V2.663h9.334V0H2.668A2.665 2.665 0 0 0 .001 2.663v18.67a2.667 2.667 0 0 0 2.667 2.666h18.666a2.675 2.675 0 0 0 2.667-2.666v-9.336h-2.667ZM14.668 0v2.663h4.787L6.348 15.768l1.88 1.881L21.335 4.541v4.791h2.667V0Z"/></svg>');
}

@media only screen and (max-width: 960px) {
  .Title_area .category {
    font-size: 14px;
    margin-bottom: 0.75em;
  }
}

.Title_area h1 {
  font-size: clamp(1.48rem, 2.484vw, 2rem);
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 960px) {
  .Title_area h1 {
    font-size: 24px;
    margin-bottom: 0.5em;
  }
}

.Title_area .subtitle {
  font-size: clamp(0.925rem, 1.5525vw, 1.25rem);
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 960px) {
  .Title_area .subtitle {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 961px) {
  .Title_area dl {
    display: table;
  }
}

.Title_area dl dt {
  color: #aa7d59;
  font-size: clamp(0.8325rem, 1.39725vw, 1.125rem);
}

@media print, screen and (min-width: 961px) {
  .Title_area dl dt {
    width: 3.5em;
    display: table-cell;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 960px) {
  .Title_area dl dt {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 961px) {
  .Title_area dl dd {
    display: table-cell;
  }
}

@media only screen and (max-width: 960px) {
  .Title_area dl + dl {
    margin-top: 1em;
  }
}

/*--------------------------------
	flow
--------------------------------*/
ol.flow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 0 2em;
}

@media only screen and (max-width: 960px) {
  ol.flow {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media print, screen and (min-width: 961px) {
  ol.flow {
    margin: 2em 0 3em;
  }
}

ol.flow li {
  background: #d5d5d5;
  position: relative;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  width: calc(100%/3);
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.75em;
}

@media print, screen and (min-width: 961px) {
  ol.flow li {
    width: calc(100%/3 - 1.75em);
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.5em;
  }
}

ol.flow li:not(:last-child):before, ol.flow li:not(:last-child):after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 1.75em solid transparent;
  border-left: 1.4em solid #d5d5d5;
  margin: auto;
}

@media only screen and (max-width: 960px) {
  ol.flow li:not(:last-child):before, ol.flow li:not(:last-child):after {
    border-width: 1.9em;
    border-left-width: 1.2em;
  }
}

ol.flow li:not(:last-child):before {
  margin-left: 1px;
  border-left-color: #FFF;
}

ol.flow li.active {
  z-index: 1;
  background: #2b2b2b;
  color: #FFF;
}

ol.flow li.active:not(:last-child):after {
  border-left-color: #2b2b2b;
}

ol.flow li.active:not(:last-child):before {
  border-left: none;
}

@media only screen and (max-width: 960px) {
  .contact_text {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/*--------------------------------
	contact_form
--------------------------------*/
.contact_form {
  margin-top: 1.5em;
}

.contact_form dl {
  border-top: 1px solid rgba(14, 14, 14, 0.2);
  padding: 2em 0;
}

@media only screen and (max-width: 960px) {
  .contact_form dl {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media print, screen and (min-width: 961px) {
  .contact_form dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25em 0;
  }
}

.contact_form dl:last-of-type {
  border-bottom: 1px solid rgba(14, 14, 14, 0.2);
}

.contact_form dl dt {
  color: #aa7d59;
  font-size: 16px;
}

@media only screen and (max-width: 960px) {
  .contact_form dl dt {
    margin-bottom: 0.75em;
  }
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dt {
    padding-right: 1.5em;
    width: 34.6%;
    font-size: clamp(0.8325rem, 1.39725vw, 1.125rem);
  }
}

.contact_form dl dt b {
  font-weight: normal;
  border: #aa7d59 1px solid;
  font-size: 12px;
  padding: 0.15em 0.3em;
  margin-right: 1em;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dt b {
    font-size: clamp(0.6475rem, 1.08675vw, 0.875rem);
  }
}

.contact_form dl dt b.required {
  color: #ffffff;
  background-color: #aa7d59;
}

.contact_form dl dt span {
  color: #0e0e0e;
  opacity: 0.5;
  margin-left: 0.5em;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dt span {
    font-size: clamp(0.74rem, 1.242vw, 1rem);
  }
}

.contact_form dl dd {
  /*label*/
  /*radio label*/
  /*checkbox label*/
  /*textarea*/
  /*type=text*/
  /*select*/
}

.contact_form dl dd:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd {
    width: 65.4%;
  }
}

.contact_form dl dd .error_text {
  background-color: #be3939;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 0.1em 0.5em;
}

.contact_form dl dd .error_text ~ input[type="text"],
.contact_form dl dd .error_text ~ textarea,
.contact_form dl dd .error_text ~ .selectbox_area select {
  background-color: #fdeeee;
}

.contact_form dl dd .error_text + div {
  margin-top: 1em;
}

.contact_form dl dd .error_text + div label span:before {
  background-color: #fdeeee;
  border-color: #d5d5d5;
}

.contact_form dl dd small {
  display: block;
  margin-top: 0.5em;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd small {
    font-size: clamp(0.6475rem, 1.08675vw, 0.875rem);
  }
}

.contact_form dl dd small:before {
  content: "※";
}

.contact_form dl dd b + .clm2 {
  margin-top: 1em;
}

.contact_form dl dd .clm2 + b {
  margin-top: 1em;
  display: block;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd .clm2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd .clm2 label {
    width: calc((100% - 1em)/2);
  }
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd .inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd .inline label {
    width: auto;
  }
}

.contact_form dl dd label {
  display: block;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd label:nth-of-type(2n+1) {
    margin-right: 1em;
  }
}

.contact_form dl dd label span {
  position: relative;
  padding-left: 1.93em;
  display: block;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd label span {
    padding-left: 1.75em;
  }
}

@media only screen and (max-width: 960px) {
  .contact_form dl dd label span {
    display: block;
    margin-top: 1em;
  }
}

.contact_form dl dd label span:before, .contact_form dl dd label span:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  margin: auto;
  left: 0;
}

.contact_form dl dd label [type="radio"] ~ span:before, .contact_form dl dd label [type="radio"] ~ span:after {
  border-radius: 50%;
}

.contact_form dl dd label [type="radio"] ~ span:before {
  border: 1px solid rgba(14, 14, 14, 0.4);
}

.contact_form dl dd label [type="radio"] ~ span:before {
  width: 1.43em;
  height: 1.43em;
  top: 0.05em;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd label [type="radio"] ~ span:before {
    top: 0.15em;
    width: 1.25em;
    height: 1.25em;
  }
}

.contact_form dl dd label [type="radio"]:checked ~ span:after {
  background-color: #125e4b;
  width: 0.85em;
  height: 0.85em;
  left: calc((1.43em - 0.85em)/2);
  top: 0.35em;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd label [type="radio"]:checked ~ span:after {
    width: 0.75em;
    height: 0.75em;
    left: calc((1.25em - 0.75em)/2);
    top: calc(0.75em/2);
  }
}

.contact_form dl dd label [type="checkbox"] ~ span:before, .contact_form dl dd label [type="checkbox"] ~ span:after {
  font-size: sp_rem(16);
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd label [type="checkbox"] ~ span:before, .contact_form dl dd label [type="checkbox"] ~ span:after {
    font-size: clamp(0.74rem, 1.242vw, 1rem);
  }
}

.contact_form dl dd label [type="checkbox"] ~ span:before {
  background-color: rgba(14, 14, 14, 0.2);
  bottom: auto;
  top: 0.25em;
  border-radius: 2px;
  width: 1em;
  height: 1em;
}

.contact_form dl dd label [type="checkbox"]:checked ~ span:after {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  right: auto;
  width: 0.6em;
  height: 0.35em;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
  bottom: auto;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd label [type="checkbox"]:checked ~ span:after {
    left: 0.175em;
  }
}

.contact_form dl dd label [type="checkbox"]:checked ~ span:before {
  background-color: #aa7d59;
}

.contact_form dl dd textarea {
  width: 100%;
  background-color: #f1f1f1;
  height: 11.5em;
  padding: 0.60em 0.75em;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd textarea {
    height: 12.5em;
    padding: 0.5em 0.75em;
  }
}

.contact_form dl dd input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
  padding: 0.60em 0.75em;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd input[type=text] {
    padding: 0.5em 0.75em;
  }
}

.contact_form dl dd div.selectbox_area {
  position: relative;
  margin-top: 0;
}

.contact_form dl dd div.selectbox_area:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #0e0e0e;
  pointer-events: none;
}

.contact_form dl dd div.selectbox_area select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #f1f1f1;
  width: 100%;
  padding: 0.60em 2.25em 0.60em 0.75em;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd div.selectbox_area select {
    padding: 0.5em 2.25em 0.5em 0.75em;
  }
}

.contact_form dl dd div.selectbox_area select::-ms-expand {
  display: none;
}

.contact_form dl dd ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact_form dl dd ul li span {
  line-height: 3;
}

@media print, screen and (min-width: 961px) {
  .contact_form dl dd ul li:not(:last-of-type) {
    margin-right: 0.75em;
  }
}

.contact_form dl dd ul.name {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .contact_form dl dd ul.name {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact_form dl dd ul.name li:nth-of-type(2n) {
  width: 19.5em;
}

@media only screen and (max-width: 960px) {
  .contact_form dl dd ul.name li:nth-of-type(2n) {
    width: calc(50% - 2em);
  }
}

@media only screen and (max-width: 960px) {
  .contact_form dl dd ul.name li:nth-of-type(n+1) {
    margin-top: 1em;
  }
}

.contact_form dl dd ul.post_code {
  width: 100%;
  margin-bottom: 1em;
}

.contact_form dl dd ul.post_code li:nth-of-type(2n) {
  width: 6em;
}

.contact_form dl dd ul.post_code li:not(:last-of-type) {
  margin-right: 0.75em;
}

.contact_form dl dd ul.building_name li {
  white-space: nowrap;
  margin-top: 1em;
}

.contact_form dl dd ul.building_name li:not(:last-of-type) {
  margin-right: 0.75em;
}

.contact_form dl dd ul.building_name li:nth-of-type(2) {
  width: 100%;
}

.contact_form dl dd button.clear {
  border-bottom: 1px solid #0e0e0e;
  position: relative;
  padding-right: 1.8em;
}

.contact_form dl dd button.clear:after, .contact_form dl dd button.clear:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  width: 1px;
  height: 1em;
  margin: auto;
  background: #0e0e0e;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.contact_form dl dd button.clear:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact_form dl dd button.clear:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact_form dl dd button.clear:hover {
  color: #125e4b;
  border-bottom-color: #125e4b;
}

.contact_form dl dd button.clear:hover:after, .contact_form dl dd button.clear:hover:before {
  background: #125e4b;
}

.contact_form.error dl dd ul.name li:nth-of-type(2n) {
  width: calc(100% - 2em);
}

/*--------------------------------
	利用規約
--------------------------------*/
.agreement_wrapper {
  max-width: 1000px;
  margin: 2.5em auto 0;
}

@media only screen and (max-width: 960px) {
  .agreement_wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media print, screen and (min-width: 961px) {
  .agreement_wrapper {
    margin: 6.1em auto 0;
  }
}

.agreement_wrapper .agreement {
  margin-top: 2em;
  position: relative;
  border: 1px solid rgba(14, 14, 14, 0.2);
  height: 17em;
}

@media print, screen and (min-width: 961px) {
  .agreement_wrapper .agreement {
    height: 23em;
    margin-top: 2.5em;
  }
}

.agreement_wrapper .agreement .inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 1.25em 1.5em 5.75em;
}

@media print, screen and (min-width: 961px) {
  .agreement_wrapper .agreement .inner {
    padding: 3.5em 4em;
  }
}

.agreement_wrapper .agreement .inner:after {
  position: absolute;
  content: "";
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background: -webkit-linear-gradient(transparent, #ffffff);
  background: linear-gradient(transparent, #ffffff);
  height: 5.75em;
  pointer-events: none;
}

@media print, screen and (min-width: 961px) {
  .agreement_wrapper .agreement .inner:after {
    height: 5em;
  }
}

.agreement_wrapper .agreement .inner ul.privacy_message li {
  line-height: 1.5em;
  position: relative;
  padding-left: 0.8em;
}

.agreement_wrapper .agreement .inner ul.privacy_message li + li {
  margin-top: 1em;
}

.agreement_wrapper .agreement .inner ul.privacy_message li:before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #0e0e0e;
  position: absolute;
  left: 0;
  top: 0.5em;
  bottom: auto;
}

@media only screen and (max-width: 960px) {
  .agreement_wrapper .btn {
    width: 100%;
  }
}

/*--------------------------------
	btn
--------------------------------*/
.btn {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  background-color: #2b2b2b;
  padding: 1.3em;
  text-align: center;
  margin-top: 1.5em;
  line-height: 1.25em;
}

@media only screen and (max-width: 960px) {
  .btn {
    width: calc(100vw - 4vw*4);
  }
}

@media print, screen and (min-width: 961px) {
  .btn {
    padding: 0 0.9em;
    margin-top: 2.5rem;
    width: 17em;
    min-height: 3.75em;
    vertical-align: middle;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.btn:hover {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  background-color: #0e5644;
}

.btn.grn {
  background-color: #0e5644;
}

.btn.grn:hover {
  background-color: #2b2b2b;
}

.btn.arrow {
  position: relative;
}

.btn.arrow.return:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0.8em;
  right: auto;
}

.btn.arrow:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.8em;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

@media print, screen and (min-width: 961px) {
  .btn.wide {
    width: 19em;
  }
}

@media print, screen and (min-width: 961px) {
  .btn_wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto 0;
  }
}

@media print, screen and (min-width: 961px) {
  .btn_wrap .btn {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }
}

/*--------------------------------
	.login
--------------------------------*/
.login {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px #cccccc solid;
  padding: 2em;
  padding-left: 4vw;
  padding-right: 4vw;
  margin-top: 4em;
}

@media only screen and (max-width: 960px) {
  .login {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 961px) {
  .login {
    padding: 3em;
    margin-top: 10em;
  }
}

.login dl {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 961px) {
  .login dl {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.login dl dt {
  padding-bottom: 0.5em;
}

@media print, screen and (min-width: 961px) {
  .login dl dt {
    padding-bottom: 0;
    width: 9.5em;
  }
}

@media print, screen and (min-width: 961px) {
  .login dl dd {
    width: calc(100% - 9.5em);
  }
}

.login dl dd input {
  background-color: #f1f1f1;
  width: 100%;
  padding: 0.5em;
}

.login p.center {
  margin-top: 1.5em;
}

@media only screen and (max-width: 960px) {
  .login p.center {
    font-size: 12px;
  }
}

/*--------------------------------
	.thanks
--------------------------------*/
@media print, screen and (min-width: 961px) {
  .thanks {
    text-align: center;
  }
}

.thanks b {
  font-size: 1.15em;
}

/*--------------------------------
.information
--------------------------------*/
.information {
  background-color: #f1f1f1;
  padding: 3em 8vw;
}

@media print, screen and (min-width: 961px) {
  .information {
    padding: 2em 3em;
    margin-top: 2em;
  }
}

.information .title {
  font-size: 20px;
}

@media print, screen and (min-width: 961px) {
  .information .title {
    font-size: clamp(1.11rem, 1.863vw, 1.5rem);
  }
}

.information .sub_title {
  font-size: clamp(0.8325rem, 1.39725vw, 1.125rem);
}

@media only screen and (max-width: 960px) {
  .information .sub_title {
    font-size: 16px;
  }
}

.information dl {
  margin-top: 1em;
  width: 100%;
}

@media print, screen and (min-width: 961px) {
  .information dl {
    display: table;
  }
}

.information dl dt {
  color: #aa7d59;
  font-size: clamp(0.8325rem, 1.39725vw, 1.125rem);
}

@media print, screen and (min-width: 961px) {
  .information dl dt {
    width: 6em;
    display: table-cell;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 960px) {
  .information dl dt {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 961px) {
  .information dl dd {
    display: table-cell;
  }
}

.information dl dd a {
  display: inline;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #125e4b;
  color: #125e4b;
}

.information dl dd a[target="_blank"]:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.information dl dd a[target="_blank"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="%23125e4b" d="M21.334 21.333H2.668V2.663h9.334V0H2.668A2.665 2.665 0 0 0 .001 2.663v18.67a2.667 2.667 0 0 0 2.667 2.666h18.666a2.675 2.675 0 0 0 2.667-2.666v-9.336h-2.667ZM14.668 0v2.663h4.787L6.348 15.768l1.88 1.881L21.335 4.541v4.791h2.667V0Z"/></svg>');
}

.information dl dd a:not(:last-of-type) {
  margin-right: 0.5em;
}

.information dl + dl {
  margin-top: 1em;
}

@media only screen and (max-width: 960px) {
  .information dl + dl {
    margin-top: 1em;
  }
}

/*--------------------------------
.box
--------------------------------*/
.box {
  padding: 2em 1.2em 1.75em;
  border: 1px solid rgba(14, 14, 14, 0.2);
  margin-top: 3em;
}

.box h4 {
  color: #aa7d59;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 961px) {
  .box h4 {
    font-size: clamp(0.8325rem, 1.39725vw, 1.125rem);
    margin-bottom: 1.5em;
  }
}

@media print, screen and (min-width: 961px) {
  .box {
    padding: 2.5em 4em;
  }
}

.box a {
  display: inline;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #125e4b;
  color: #125e4b;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.box a[target="_blank"]:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.box a[target="_blank"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="%23125e4b" d="M21.334 21.333H2.668V2.663h9.334V0H2.668A2.665 2.665 0 0 0 .001 2.663v18.67a2.667 2.667 0 0 0 2.667 2.666h18.666a2.675 2.675 0 0 0 2.667-2.666v-9.336h-2.667ZM14.668 0v2.663h4.787L6.348 15.768l1.88 1.881L21.335 4.541v4.791h2.667V0Z"/></svg>');
}

.box a:not(:last-of-type) {
  margin-right: 0.5em;
}

.box a:hover {
  opacity: 0.5;
}

.box a:hover {
  border-bottom-color: transparent;
}
/*# sourceMappingURL=contacts.css.map */