﻿/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  overflow: visible;
  height: 0;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not([fill]) {
  fill: currentColor;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
* {
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 480px) {
  * {
    letter-spacing: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #2c3d4f;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.75;
  }
}
@media screen and (min-width: 1301px) {
  .w-1300__show {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  .w-1300__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (max-width: 768px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}
.fs0 {
  font-size: 0;
}
.fs-S {
  font-size: 14px;
}
.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 768px), print {
  .fs-M {
    font-size: 16px;
  }
}
.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 768px), print {
  .fs-L {
    font-size: 18px;
  }
}
.flex {
  display: flex;
}
@media screen and (max-width: 768px), print {
  .flexColumn {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}
.alignStart {
  align-items: flex-start;
}
.alignEnd {
  align-items: flex-end;
}
.alignCenter {
  align-items: center;
}
.justBetween {
  justify-content: space-between;
}
.justCenter {
  justify-content: center;
}
.justStart {
  justify-content: flex-start;
}
.justEnd {
  justify-content: flex-end;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.wrap-800 {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
.wrap-1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.wrap-1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.col-2 {
  width: 47%;
}
.col-3 {
  width: 30%;
}
.col-4 {
  width: 24%;
}
.w-100 {
  width: 100%;
}
:root {
  --headerHeight: 80px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media screen and (max-width: 1300px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 40px;
  }
}
@media screen and (max-width: 768px), print {
  :root {
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}
.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}
.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}
.mb-S {
  margin-bottom: 25px;
}
.mb-M {
  margin-bottom: 30px;
}
.mb-L {
  margin-bottom: 40px;
}
#pankuzu {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #pankuzu {
    margin-top: 10px;
  }
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #ef6729;
  border-bottom: 1px solid #ef6729;
}
#page_header {
  text-align: center;
  padding: 180px 0 112px;
  background-image: url(../images/entry/TitleBg@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #page_header {
    padding: 150px 0 85px;
  }
}
@media screen and (max-width: 768px), print {
  #page_header {
    padding: 120px 0 85px;
  }
}
@media screen and (max-width: 480px) {
  #page_header {
    padding: 110px 0 60px;
  }
}
#page_header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  #page_header h1 {
    font-size: 28px;
  }
}
#page_header .en {
  color: #ea2e64;
  font-size: 18px;
  border-bottom: 2px solid #ea2e64;
}
.secTitle {
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-top: 35px;
  margin-bottom: 30px;
}
.secTitle .pinkTitle {
  border-bottom: 2px solid #ef6729;
  content: attr(data-en);
  color: #ef6729;
  display: inline;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .secTitle .pinkTitle {
    font-size: 13px;
  }
}
.secTitle.__blue::after {
  color: #77a7bc;
}
.secTitle.__white {
  color: #fff;
}
@media screen and (max-width: 768px), print {
  .secTitle {
    padding-top: 30px;
    font-size: 28px;
  }
  .secTitle:after {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .secTitle {
    font-size: 24px;
  }
  .secTitle:after {
    font-size: 24px;
  }
}
.brownBg {
  background-color: #f7f2ed;
}
.blueBg {
  background-color: #ef6729;
}
.button01 {
  background-color: #2c3d4f;
  border-bottom: 5px solid #1a2733;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 25px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .button01 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 768px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01:visited {
  color: #fff;
}
.button01:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  border-left: 13px solid rgba(0, 0, 0, 0);
  border-right: 13px solid rgba(0, 0, 0, 0);
  border-bottom: 13px solid #fff;
  transform: rotate(135deg);
}
.editor h1 {
  font-size: 200%;
}
.editor h2 {
  font-size: 150%;
}
.editor h3 {
  font-size: 120%;
}
.editor h4 {
  font-size: 100%;
}
.editor h5 {
  font-size: 80%;
}
.editor h6 {
  font-size: 70%;
}
.editor p {
  display: block;
  margin: 1em 0;
}
.editor strong {
  font-weight: bold;
}
.editor b {
  font-weight: bold;
}
.editor em {
  font-style: italic;
}
.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}
.editor .alignright {
  float: right;
}
.editor .alignleft {
  float: left;
}
.editor img[class*="wp-image-"],
.editor img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.gallery br {
  display: none;
}
.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}
.gallery-icon {
  text-align: center;
}
.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}
.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}
.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}
.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}
.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}
.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
.headerInner {
  background-color: #fff;
  border-radius: 20px;
  top: 20px;
  left: 50%;
  height: var(--headerHeight);
  position: fixed;
  padding: 0 20px;
  width: 90%;
  transform: translate(-50%, 0);
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .headerInner {
    border-radius: 10px;
    padding: 0 10px;
  }
}
@media print {
  .headerInner {
    position: absolute;
  }
}
@media screen and (max-width: 1700px) {
  .headerLogo {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .headerLogo {
    width: 200px;
  }
}
@media print {
  .headerLogo {
    width: 200px;
  }
}
#gNav {
  background-image: linear-gradient(
    90deg,
    rgb(253, 253, 222),
    rgb(255, 255, 255)
  );
  display: block !important;
  position: fixed;
  left: 0;
  top: -20px;
  height: 105%;
  width: 100vw;
  overflow-y: auto;
  transform: translate(-50%, 0);
  z-index: 998;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#gNav.is-show-nav {
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
@media print {
  #gNav {
    display: none !important;
  }
}
#gNav .headerNav {
  flex-direction: column;
  padding: 205px 20px 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #gNav .headerNav {
    padding: 160px 20px 40px;
  }
}
@media screen and (max-width: 768px), print {
  #gNav .headerNav {
    padding: 130px 20px 40px;
  }
}
@media screen and (max-width: 480px) {
  #gNav .headerNav {
    padding: 105px 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  #gNav .headerNav .wrapper {
    width: 100%;
  }
}
#gNav .headerButton {
  margin-top: 50px;
}
@media screen and (max-width: 768px), print {
  #gNav .headerButton {
    margin-top: 35px;
  }
}
#gNav .headerButton a {
  margin: 0 10px;
}
@media screen and (max-width: 1300px) {
  #gNav .headerButton a {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  #gNav .headerButton a {
    width: 49%;
  }
}
.headerNavList {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .headerNavList {
    font-size: 14px;
  }
}
@media print {
  .headerNavList {
    font-size: 14px;
  }
}
.headerNavList + .headerNavList {
  margin-left: clamp(1px, 1.8vw, 30px);
}
@media screen and (max-width: 1700px) {
  .headerNavList + .headerNavList {
    margin-left: 15px;
  }
}
.headerNavList .headerNavList__link {
  color: #2c3d4f;
  font-size: 19px;
}
@media screen and (max-width: 1024px) {
  .headerNavList .headerNavList__link {
    font-size: 16px;
  }
}
.headerNavList:first-of-type .headerNavList__link {
  border-top: 2px dotted #ccc;
}
.headerNavList + .headerNavList {
  margin-left: 0;
}
.headerNavList .headerNavList__link {
  border-bottom: 2px dotted #ccc;
  display: block;
  padding: 20px 10px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .headerNavList .headerNavList__link {
    padding: 13px 10px;
  }
}
.headerNavList .headerNavList__link::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
}
.headerNavList.headContactBtn {
  background-color: #2c3d4f;
  border-radius: 25px;
  color: #fff;
}
@media print {
  .headerNavList.headContactBtn {
    display: none;
  }
}
.headerNavList.headContactBtn:first-of-type .headerNavList__link {
  width: 180px;
}
.headerNavList.headContactBtn + .headContactBtn {
  margin-left: clamp(1px, 1.8vw, 20px);
}
@media screen and (max-width: 1700px) {
  .headerNavList.headContactBtn + .headContactBtn {
    margin-left: 10px;
  }
}
@media print {
  .headerNavList.headContactBtn + .headContactBtn {
    width: 160px;
  }
}
.headerNavList.headContactBtn + .headContactBtn a {
  width: 160px;
}
.headerNavList.headContactBtn .headerNavList__link {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  width: clamp(1px, 14vw, var(--headerHeight) * 2);
  border: none;
  font-size: 16px;
}
.headerNavList.headContactBtn .headerNavList__link::before {
  content: none;
}
:root {
  --borderPosition: 20px;
}
@media screen and (max-width: 1300px) {
  :root {
    --borderPosition: 17px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --borderPosition: 7px;
  }
}
@media print {
  :root {
    --borderPosition: 17px;
  }
}
.hunsMenu {
  cursor: pointer;
  position: relative;
  height: var(--headerHeight);
  width: var(--headerHeight);
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .hunsMenu {
    width: 50px;
  }
}
.hunsMenu::before {
  bottom: 10px;
  content: "MENU";
  color: #2c3d4f;
  font-weight: 500;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .hunsMenu::before {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .hunsMenu::before {
    bottom: -1px;
  }
}
@media print {
  .hunsMenu::before {
    font-size: 12px;
  }
}
.hunsMenu span {
  background: #2c3d4f;
  display: inline-block;
  left: 50%;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, 0);
  height: 2px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .hunsMenu span {
    width: 20px;
  }
}
.hunsMenu span:nth-of-type(1) {
  top: var(--borderPosition);
}
.hunsMenu span:nth-of-type(2) {
  top: calc(var(--borderPosition) + 10px);
}
@media screen and (max-width: 1300px) {
  .hunsMenu span:nth-of-type(2) {
    top: calc(var(--borderPosition) + 6px);
  }
}
@media print {
  .hunsMenu span:nth-of-type(2) {
    top: calc(var(--borderPosition) + 6px);
  }
}
.hunsMenu span:nth-of-type(3) {
  top: calc(var(--borderPosition) + 20px);
}
@media screen and (max-width: 1300px) {
  .hunsMenu span:nth-of-type(3) {
    top: calc(var(--borderPosition) + 12px);
  }
}
@media print {
  .hunsMenu span:nth-of-type(3) {
    top: calc(var(--borderPosition) + 12px);
  }
}
.hunsMenu.is-open::before {
  content: "CLOSE";
}
.hunsMenu.is-open span:nth-of-type(1) {
  top: 18px;
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
  width: 55%;
}
@media screen and (max-width: 1300px) {
  .hunsMenu.is-open span:nth-of-type(1) {
    top: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .hunsMenu.is-open span:nth-of-type(1) {
    top: 8px;
  }
}
.hunsMenu.is-open span:nth-of-type(2) {
  opacity: 0;
}
.hunsMenu.is-open span:nth-of-type(3) {
  top: 30px;
  transform: translateX(-50%) translateY(-6px) rotate(45deg);
  width: 55%;
}
@media screen and (max-width: 1300px) {
  .hunsMenu.is-open span:nth-of-type(3) {
    top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .hunsMenu.is-open span:nth-of-type(3) {
    top: 20px;
  }
}
footer {
  padding-top: 40px;
}
.footLogo {
  display: inline-block;
  margin-bottom: 20px;
}
.siteFoot {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  .siteFoot {
    margin-bottom: 30px;
  }
}
.siteFoot .siteFootItem__link {
  color: #969696;
  font-size: 12px;
}
@media screen and (max-width: 768px), print {
  .siteFoot .siteFootItem__link {
    font-size: 11px;
  }
}
.siteFoot_top {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  .siteFoot_top {
    margin-bottom: 30px;
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 480px) {
  .siteFoot_top {
    padding-bottom: 65px;
  }
}
.siteFoot_top .siteFootItem__link {
  color: #969696;
  font-size: 12px;
}
@media screen and (max-width: 768px), print {
  .siteFoot_top .siteFootItem__link {
    font-size: 11px;
  }
}
.footButton {
  position: fixed;
  background-color: #ebafc3;
  padding: 10px 5px;
  z-index: 997;
  bottom: 0;
  width: 100%;
}
.footButton a {
  margin: 0 5px;
  font-size: 0;
}
@media screen and (max-width: 768px), print {
  .footButton img {
    max-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .footButton img {
    height: auto;
  }
}
@media print {
  .footButton {
    position: relative;
  }
}
#topSNS .infoCard {
  padding: 0 10px;
}
@media screen and (max-width: 768px), print {
  .infoCardImage {
    margin: 0 auto 30px;
    width: 80%;
  }
}
@media screen and (max-width: 768px), print {
  .infoCardText {
    width: 100%;
  }
}
#topSNS .infoCardText {
  margin-bottom: 20px;
}
#flow {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 768px), print {
  #support {
    margin-top: -30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #support {
    margin-top: -15px;
    padding-top: 15px;
  }
}
#sien {
  margin-top: -105px;
  padding-top: 105px;
}
@media screen and (max-width: 768px), print {
  #sien {
    margin-top: -80px;
    padding-top: 80px;
  }
}
#okayama {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px), print {
  #okayama {
    margin-top: -20px;
    padding-top: 20px;
  }
}
#question {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px), print {
  #question {
    margin-top: -60px;
    padding-top: 60px;
  }
}
#access {
  margin-top: -165px;
  padding-top: 165px;
}
@media screen and (max-width: 768px), print {
  #access {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  #access {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.offerArea {
  background-image: url(../images/top/offerBg.jpg);
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px), print {
  .offerArea {
    background-image: url(../images/top/offerBg_sp.jpg);
  }
}
@media screen and (max-width: 480px) {
  .offerArea {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .offerArea .kyujinText {
    text-align: left;
  }
}
.offerArea .offerItem {
  display: block;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 480px) {
  .offerArea .offerItem {
    width: 90%;
  }
}
.offerArea .center {
  display: block;
  margin: 0 auto;
}
.offerArea .jobBox {
  border-bottom: 1px solid #2c3d4f;
  border-top: 1px solid #2c3d4f;
  margin: 30px 0;
}
.offerArea .jobBox dl {
  padding: 15px 15px 25px;
  align-items: baseline;
}
@media screen and (max-width: 480px) {
  .offerArea .jobBox dl {
    flex-direction: column;
    padding: 15px 0 20px;
  }
}
.offerArea .jobBox dl:last-child {
  border-top: 1px solid #2c3d4f;
}
.offerArea .jobBox dl dt {
  width: 140px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .offerArea .jobBox dl dt {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
.offerArea .jobBox dl dd {
  width: calc(100% - 140px);
}
@media screen and (max-width: 480px) {
  .offerArea .jobBox dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .offerArea .jobBox dl dd p {
    text-align: center;
  }
}
.offerArea .jobBox .jobArea {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.offerArea .jobBox .jobArea .jobName {
  background-color: #fff;
  border-radius: 10px;
  margin: 13px 10px 0 0;
  padding: 3px 10px;
}
@media screen and (max-width: 480px) {
  .offerArea .jobBox .jobArea .jobName {
    margin-right: 6px;
    border-radius: 5px;
  }
}
.offerArea .smallText {
  color: #969696;
  font-size: 13px;
  margin-top: 30px;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 768px), print {
  .offerArea .smallText {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 480px) {
  .offerArea .smallText {
    text-align: left;
    letter-spacing: -0.04em;
  }
}
.topFvBox {
  transform: translate(0, -50%);
  top: 50%;
  left: 10.5vw;
  position: absolute;
  width: min(33vw, 420px);
}
.topFvBox .topFvTitle {
  font-size: clamp(12px, 4vw, 50px);
  font-weight: 500;
  margin-bottom: 30px;
}
.topFvBox .topFvText {
  font-size: clamp(12px, 1.3vw, 16px);
}
@media screen and (max-width: 768px), print {
  .topFvBox {
    top: 130px;
    left: 20px;
    width: 90%;
  }
  .topFvBox .topFvTitle {
    font-size: clamp(30px, 7vw, 50px);
    margin-bottom: 10px;
  }
  .topFvBox .topFvText {
    font-size: 14px;
  }
}
.contatBg {
  background-image: url(../images/top/contactBg.png);
  padding: 110px 0 125px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -7.3vw;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .contatBg {
    background-size: cover;
    background-position: 40%;
    margin-top: -7vw;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .contatBg {
    margin-top: -8vw;
  }
}
@media screen and (max-width: 768px), print {
  .contatBg {
    background-image: url(../images/top/contactBg_sp.png);
    background-size: 100% 100%;
    margin-top: -20px;
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  .contatBg {
    padding: 40px 0;
  }
}
@media print {
  .contatBg {
    margin-top: 220px;
  }
}
@media screen and (max-width: 768px), print {
  .contatBg .contactArea {
    flex-direction: column;
  }
}
.contatBg .contactTitle {
  color: #ef6729;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px), print {
  .contatBg .contactTitle {
    font-size: 24px;
  }
}
.contatBg .contactsubTitle {
  margin-bottom: 40px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contatBg .contactsubTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px), print {
  .contatBg .contactsubTitle img {
    width: 70%;
  }
}
@media screen and (max-width: 768px), print {
  .contatBg .contactText {
    margin: 0 auto;
  }
}
.contatBg .entryButton {
  margin: 0 10px;
}
@media screen and (max-width: 768px), print {
  .contatBg .entryButton {
    width: 60%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 480px) {
  .contatBg .entryButton {
    width: 290px;
  }
}
@media screen and (max-width: 768px), print {
  .contatBg .contactButton {
    margin: 0 auto;
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .contatBg .contactButton {
    width: 290px;
  }
}
#topevent {
  margin-top: -3vw;
  margin-bottom: 90px;
}
@media screen and (max-width: 1300px) {
  #topevent {
    margin-top: -4vw;
  }
}
@media screen and (max-width: 768px), print {
  #topevent {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  #topevent {
    margin-bottom: 45px;
  }
}
#topevent .eventBg {
  position: relative;
  background-color: #fcffdf;
  padding: 175px 0 140px;
  background-image: url(../images/top/eventbg@2x.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px), print {
  #topevent .eventBg {
    padding: 85px 0 100px;
  }
}
@media screen and (max-width: 480px) {
  #topevent .eventBg {
    padding: 15px 0 60px;
    background-image: url(../images/top/eventbg_sp@2x.png);
    background-position: center top;
  }
}
#topevent .eventBg::before {
  background-image: url(../images/top/eventdeco@2x.png);
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  #topevent .eventBg::before {
    background-size: contain;
    bottom: -85px;
  }
}
#topevent .eventBox {
  margin-bottom: 95px;
}
@media screen and (max-width: 480px) {
  #topevent .eventBox {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 40px;
  }
}
#topevent .eventBox .eventItem {
  width: calc(33.3333333333% - 35px);
  position: relative;
}
@media screen and (max-width: 768px), print {
  #topevent .eventBox .eventItem {
    width: calc(33.3333333333% - 25px);
  }
}
@media screen and (max-width: 480px) {
  #topevent .eventBox .eventItem {
    width: 100%;
  }
}
#topevent .eventBox .eventItem.new::before {
  background-image: url(../images/top/new@2x.png);
  background-size: contain;
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  top: -20px;
  left: -20px;
}
#topevent .eventBox .eventItem .eventimg {
  margin-bottom: 5px;
}
#topevent .eventBox .eventItem .Title {
  font-size: 18px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
  margin-bottom: 15px;
  min-height: 108px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 480px) {
  #topevent .eventBox .eventItem .Title {
    font-size: 16px;
    min-height: auto;
  }
}
#topevent .eventBox .eventItem dl {
  display: flex;
}
#topevent .eventBox .eventItem dl dt {
  width: 62px;
}
#topevent .eventBox .eventItem dl dd {
  width: calc(100% - 62px);
  letter-spacing: 0.02em;
}
#topevent .eventBox .eventItem dl dd.kaisaiti span {
  background-color: rgba(242, 168, 49, 0.3);
  padding: 0 10px;
  border-radius: 4px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  #topevent .eventBox .eventItem dl dd.kaisaiti span {
    margin-right: 5px;
  }
}
#topevent .eventBox .eventItem dl + dl {
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  #topevent .eventBox .eventItem + .eventItem {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #topevent .sienbtn {
    width: 90%;
    margin: 0 auto;
  }
}
#topSupport {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px), print {
  #topSupport {
    margin-bottom: 0;
  }
}
#topSupport .supportBg {
  background-image: url(../images/top/supportBg.png);
  padding: 180px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px), print {
  #topSupport .supportBg {
    padding: 70px 0 190px;
  }
}
@media screen and (max-width: 480px) {
  #topSupport .supportBg {
    padding: 70px 0 135px;
  }
}
@media print {
  #topSupport .supportBg {
    padding-top: 0;
  }
}
#topSupport .offerArea {
  margin-top: -95px;
}
.securityBg {
  background-image: url(../images/top/securityBg.png);
  padding: 240px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .securityBg {
    background-position: center top;
  }
}
@media screen and (max-width: 768px), print {
  .securityBg {
    padding: 310px 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .securityBg {
    background-image: url(../images/top/securityBg_sp.png);
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px), print {
  .securityBg .wrapper {
    width: 100%;
  }
}
.securityBg .securityPointArea {
  margin-bottom: 70px;
  margin-top: -80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), print {
  .securityBg .securityPointArea {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .securityBg .securityPointArea .securityText {
    letter-spacing: 0.02em;
  }
}
.securityBg .securityPointArea .securityPoint {
  width: 32%;
}
@media screen and (max-width: 768px), print {
  .securityBg .securityPointArea .securityPoint {
    width: 100%;
  }
}
@media screen and (max-width: 768px), print {
  .securityBg .securityPointArea .securityPoint:nth-child(1) img {
    width: 34%;
  }
}
@media screen and (max-width: 480px) {
  .securityBg .securityPointArea .securityPoint:nth-child(1) img {
    width: 40%;
  }
}
.securityBg .securityPointArea .securityPoint:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px), print {
  .securityBg .securityPointArea .securityPoint:nth-child(2) {
    margin: 0;
  }
  .securityBg .securityPointArea .securityPoint:nth-child(2) img {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .securityBg .securityPointArea .securityPoint:nth-child(2) img {
    width: 33%;
  }
}
@media screen and (max-width: 768px), print {
  .securityBg .securityPointArea .securityPoint + .securityPoint {
    margin-top: 40px;
  }
}
.securityBg .securityPointArea .securityPoint img {
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px), print {
  .securityBg .securityPointArea .securityPoint img {
    margin: 0;
    width: 40%;
  }
}
@media screen and (max-width: 768px), print {
  .securityBg .securityPointArea .securityPoint .smpFlex {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
  }
}
.securityBg .securityPointArea .securityPoint .securityPointTitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px), print {
  .securityBg .securityPointArea .securityPoint .securityPointTitle {
    font-size: 18px;
    margin: 0 auto;
  }
}
.securityBg .securityPointArea .securityPoint .securityPointTitle span {
  color: #ef6729;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .securityBg .securityPointArea .securityPoint .securityPointTitle span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px), print {
  .securityBg .securityPointArea .securityPoint .securityPointTitle span {
    font-size: 28px;
  }
}
.securityBg .securitySupport .coordinatorButton {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px), print {
  .securityBg .securitySupport .coordinatorButton {
    width: 80%;
    bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .securityBg .securitySupport .coordinatorButton {
    bottom: 30px;
  }
}
@media print {
  .securityBg .securitySupport img {
    width: 100%;
  }
}
.okayamaBg {
  background-image: url(../images/top/okayamaBg.png);
  padding: 100px 0 255px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  margin-top: -75px;
}
@media screen and (max-width: 768px), print {
  .okayamaBg {
    background-image: url(../images/top/okayamaBg_sp.png);
    background-repeat: repeat;
    padding-bottom: 100px;
    background-position: left 70px;
  }
}
@media screen and (max-width: 480px) {
  .okayamaBg {
    padding-bottom: 50px;
  }
}
.okayamaBg .tecsyokuText {
  margin-bottom: 65px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .tecsyokuText {
    margin-bottom: 30px;
  }
}
.okayamaBg .sienArea .sienTitle {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .sienTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.okayamaBg .sienArea .sienTitle span {
  font-size: 32px;
  color: #ef6729;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .sienTitle span {
    font-size: 25px;
  }
}
.okayamaBg .sienArea .sienText {
  margin-bottom: 60px;
  line-height: 1.8;
}
@media screen and (max-width: 768px), print {
  .okayamaBg .sienArea .sienText {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .sienText {
    text-align: left;
  }
}
.okayamaBg .sienArea .sienText .note {
  display: block;
  font-size: 13px;
}
.okayamaBg .sienArea .siencontent {
  background-color: #fffadd;
  padding: 50px 60px 60px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent {
    padding: 30px;
    margin-bottom: 45px;
  }
}
.okayamaBg .sienArea .siencontent::before {
  background-image: url(../images/top/fukidasi@2x.png);
  background-size: contain;
  content: "";
  position: absolute;
  width: 96px;
  height: 50px;
  top: -15px;
  left: 30px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent::before {
    width: 70px;
  }
}
.okayamaBg .sienArea .siencontent .contentTitle {
  display: inline-block;
  border-bottom: 1px dashed #2c3d4f;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .contentTitle {
    font-size: 14px;
  }
}
.okayamaBg .sienArea .siencontent .contentTitle span {
  color: #ef6729;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .contentTitle span {
    font-size: 26px;
  }
}
.okayamaBg .sienArea .siencontent .ListArea .ListTitle {
  color: #ef6729;
  font-size: 18px;
  margin-bottom: 5px;
  text-indent: -1.1rem;
  padding-left: 1.1rem;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .ListArea .ListTitle {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
.okayamaBg .sienArea .siencontent .ListArea .ListText {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .ListArea .ListText {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.okayamaBg .sienArea .siencontent .kankyoTitle {
  border-top: 1px dashed #cbcbcb;
  margin-top: 35px;
  padding-top: 30px;
  color: #ef6729;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .kankyoTitle {
    margin-top: 25px;
    padding-top: 25px;
    font-size: 16px;
  }
}
.okayamaBg .sienArea .siencontent .kankyoText {
  margin-bottom: 35px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px), print {
  .okayamaBg .sienArea .siencontent .kankyoText {
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .kankyoText {
    letter-spacing: -0.03em;
  }
}
.okayamaBg .sienArea .siencontent .sansyoText {
  font-size: 13px;
}
.okayamaBg .sienArea .siencontent .sansyoText a {
  margin-left: 10px;
  border-bottom: 1px solid #2c3d4f;
  color: #2c3d4f;
}
@media screen and (max-width: 1024px) {
  .okayamaBg .sienArea .siencontent .sansyoText a {
    display: initial;
  }
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .sansyoText a {
    display: inline;
    margin-left: 0;
  }
}
.okayamaBg .sienArea .siencontent .jyutakuflx {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .jyutakuflx {
    flex-direction: column;
  }
}
.okayamaBg .sienArea .siencontent .jyutakuflx .jyutakuItem .ListText {
  margin-bottom: 0;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .jyutakuflx .jyutakuItem .ListText {
    margin-bottom: 20px;
  }
}
.okayamaBg .sienArea .siencontent .jyutakuflx .jyutakuItem + .jyutakuItem {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .siencontent .jyutakuflx .jyutakuItem + .jyutakuItem {
    margin-left: 0;
  }
}
.okayamaBg .sienArea .sonohokaLink {
  margin-top: -25px;
  margin-bottom: 65px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .sonohokaLink {
    margin-bottom: 35px;
  }
}
.okayamaBg .sienArea .sonohokaLink p {
  margin-top: 20px;
}
.okayamaBg .sienArea .sonohokaLink a {
  border-bottom: 1px solid #2c3d4f;
  color: #2c3d4f;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .okayamaBg .sienArea .sonohokaLink a {
    display: initial;
  }
}
@media screen and (max-width: 480px) {
  .okayamaBg .sienArea .sonohokaLink a {
    display: inline;
  }
}
.okayamaBg .OkayamapointTitle {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .okayamaBg .OkayamapointTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.okayamaBg .OkayamapointTitle span {
  font-size: 32px;
  color: #ef6729;
}
@media screen and (max-width: 480px) {
  .okayamaBg .OkayamapointTitle span {
    font-size: 25px;
  }
}
.okayamaBg .OkayamapointFlex {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  .okayamaBg .OkayamapointFlex {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.okayamaBg .okayamaPoint:nth-child(1),
.okayamaBg .okayamaPoint:nth-child(2) {
  width: 48%;
}
.okayamaBg .okayamaPoint:nth-child(3) {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px), print {
  .okayamaBg .okayamaPoint:nth-child(1),
  .okayamaBg .okayamaPoint:nth-child(2) {
    width: 100%;
  }
  .okayamaBg .okayamaPoint:nth-child(2) {
    margin-top: 30px;
  }
}
.okayamaBg .okayamaPoint.subpoint {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  .okayamaBg .okayamaPoint.subpoint {
    margin-bottom: 30px;
  }
}
.okayamaBg .bairitu {
  margin-bottom: 85px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .bairitu {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .okayamaBg .okayamaText {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 480px) {
  .okayamaBg .okayamaText {
    text-align: left;
  }
}
.okayamaBg .teikyo {
  font-size: 13px;
  margin-top: -20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .okayamaBg .kyujinText {
    text-align: left;
  }
}
.serviceCard {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), print {
  .serviceCard {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
}
.serviceCardItem--title {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .serviceCardItem--title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px), print {
  .serviceCardItem {
    width: 49%;
    margin-bottom: -10px;
  }
}
.voiceBg {
  background-image: url(../images/top/voiceBg.png);
  padding: 70px 0 290px;
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -50px;
}
@media screen and (max-width: 768px), print {
  .voiceBg {
    background-image: url(../images/top/voiceBg_sp.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 70px 0 250px;
  }
}
@media screen and (max-width: 480px) {
  .voiceBg {
    background-position: center 50px;
    padding: 70px 0 290px;
  }
}
@media screen and (max-width: 768px), print {
  .voiceBg .voiceArea {
    flex-direction: column;
  }
  .voiceBg .voiceArea img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .voiceBg .voiceArea img {
    width: 80%;
  }
}
.voiceBg .voiceArea + .voiceArea {
  margin-top: 70px;
}
.voiceBg .voiceArea .voice {
  background-color: #d5e8ea;
  border-radius: 5px;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 768px), print {
  .voiceBg .voiceArea .voice {
    margin-left: 0;
    margin-top: 40px;
    padding: 20px;
  }
}
.voiceBg .voiceArea .voice:before {
  background-image: url(../images/top/voiceBgItem@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 30px;
  height: 40px;
  position: absolute;
  top: 70px;
  left: -30px;
  z-index: -1;
}
@media screen and (max-width: 768px), print {
  .voiceBg .voiceArea .voice:before {
    background-image: url(../images/top/voiceBgItem_sp@2x.png);
    background-size: contain;
    top: -31px;
    left: 40px;
    width: 40px;
    height: 35px;
    z-index: 0;
  }
}
.voiceBg .voiceArea .voice .voiceBox + .voiceBox {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .voiceBg .voiceArea .voice .voiceBox p {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px), print {
  .voiceBg .voiceArea .voice .voiceBox p {
    letter-spacing: 0em;
  }
}
.voiceBg .voiceArea .voice h3 {
  background-color: #2c3d4f;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .voiceBg .voiceArea .voice h3 {
    font-size: 14px;
  }
}
.matchingImage {
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px), print {
  .matchingImage {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .matchingImage {
    width: 100%;
  }
}
.flowTitle_b {
  padding-top: 120px;
}
@media screen and (max-width: 768px), print {
  .flowTitle_b {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .flowTitle_b {
    padding-top: 40px;
  }
}
.flowArea {
  max-width: 88%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .flowArea {
    max-width: 84%;
  }
}
.flowArea .flowTitle {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px), print {
  .flowArea .flowTitle {
    font-size: 20px;
  }
}
.flowArea .flowTitle span {
  font-size: 20px;
}
@media screen and (max-width: 768px), print {
  .flowArea .flowTitle span {
    font-size: 16px;
  }
}
.flowArea .flowItem {
  background-color: #fffadd;
  padding: 40px;
}
@media screen and (max-width: 768px), print {
  .flowArea .flowItem {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .flowArea .flowItem {
    letter-spacing: 0.02em;
  }
}
.flowArea .flowItem.decoArea01 {
  position: relative;
}
@media screen and (max-width: 768px), print {
  .flowArea .flowItem.decoArea01 {
    padding-bottom: 210px;
  }
}
.flowArea .flowItem.decoArea01::before {
  background-image: url(../images/top/flowItem01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 240px;
  height: 178px;
  position: absolute;
  top: -20px;
  right: 35px;
}
@media screen and (max-width: 768px), print {
  .flowArea .flowItem.decoArea01::before {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.flowArea .flowItem.decoArea02 {
  position: relative;
}
@media screen and (max-width: 768px), print {
  .flowArea .flowItem.decoArea02 {
    padding-bottom: 170px;
  }
}
.flowArea .flowItem.decoArea02::before {
  background-image: url(../images/top/flowItem02@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 204px;
  height: 130px;
  position: absolute;
  top: -20px;
  right: 35px;
}
@media screen and (max-width: 768px), print {
  .flowArea .flowItem.decoArea02::before {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.flowArea .flowItem .flowDeco {
  max-width: 60%;
}
@media screen and (max-width: 768px), print {
  .flowArea .flowItem .flowDeco {
    max-width: 100%;
  }
}
.flowArea .flowItem .flowEntry {
  display: inline-block;
  margin: 30px 0;
}
@media screen and (max-width: 768px), print {
  .flowArea .flowItem .flowEntry {
    margin: 10px 0;
  }
}
.flowArea .flowItem .smallText {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  padding-left: 0.9rem;
  text-indent: -0.9rem;
}
@media screen and (max-width: 480px) {
  .flowArea .flowItem .smallText {
    letter-spacing: -0.04em;
  }
}
.flow01,
.flow02,
.flow03,
.flow04,
.flow05,
.flow06,
.flow07,
.flow08 {
  position: relative;
}
.flow01::before,
.flow02::before,
.flow03::before,
.flow04::before,
.flow05::before,
.flow06::before,
.flow07::before,
.flow08::before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100px;
  height: 100px;
  top: -15px;
  left: -10px;
  z-index: 1;
}
@media screen and (max-width: 768px), print {
  .flow01::before,
  .flow02::before,
  .flow03::before,
  .flow04::before,
  .flow05::before,
  .flow06::before,
  .flow07::before,
  .flow08::before {
    width: 50px;
    height: 50px;
    top: -10px;
  }
}
.flow01::after,
.flow02::after,
.flow03::after,
.flow04::after,
.flow05::after,
.flow06::after,
.flow07::after,
.flow08::after {
  position: absolute;
  border-left: 2px dashed #2c3d4f;
  content: "";
  height: 100%;
  top: 35px;
  left: 40px;
  z-index: 0;
}
@media screen and (max-width: 768px), print {
  .flow01::after,
  .flow02::after,
  .flow03::after,
  .flow04::after,
  .flow05::after,
  .flow06::after,
  .flow07::after,
  .flow08::after {
    left: 15px;
  }
}
.flow01::before {
  background-image: url(../images/top/flow01@2x.png);
}
.flow02 {
  margin-top: 50px;
}
.flow02::before {
  background-image: url(../images/top/flow02@2x.png);
}
.flow03 {
  margin-top: 50px;
}
.flow03::before {
  background-image: url(../images/top/flow03@2x.png);
}
.flow04 {
  margin-top: 50px;
}
.flow04::before {
  background-image: url(../images/top/flow04@2x.png);
}
.flow05 {
  margin-top: 50px;
}
.flow05::before {
  background-image: url(../images/top/flow05@2x.png);
}
.flow06 {
  margin-top: 50px;
}
.flow06::before {
  background-image: url(../images/top/flow06@2x.png);
}
.flow07 {
  margin-top: 50px;
}
.flow07::before {
  background-image: url(../images/top/flow07@2x.png);
}
.flow08 {
  margin-top: 50px;
}
.flow08::before {
  background-image: url(../images/top/flow08@2x.png);
}
.flow08::after {
  display: none;
}
.questionBg {
  background-image: url(../images/top/questionBg.png);
  padding: 225px 0 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-top: -230px;
}
@media screen and (max-width: 768px), print {
  .questionBg {
    padding: 200px 0;
  }
}
@media screen and (max-width: 480px) {
  .questionBg {
    background-image: url(../images/top/questionBg_sp.png);
    padding: 50px 0 120px;
  }
}
.questionBg .questionArea + .questionArea {
  margin-top: 40px;
}
.questionBg .questionArea .question {
  background-color: #ffe950;
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
}
@media screen and (max-width: 768px), print {
  .questionBg .questionArea .question {
    font-size: 16px;
    padding: 10px;
  }
}
.questionBg .questionArea .question.questionDeco {
  position: relative;
}
.questionBg .questionArea .question.questionDeco::before {
  background-image: url(../images/top/questionDeco@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 104px;
  height: 150px;
  position: absolute;
  top: -100px;
  right: 20px;
}
@media screen and (max-width: 768px), print {
  .questionBg .questionArea .question.questionDeco::before {
    display: none;
  }
}
.questionBg .questionArea .answer {
  background-color: #fff;
  font-weight: 500;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .questionBg .questionArea .answer {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 480px) {
  .questionBg .questionArea .answer {
    letter-spacing: -0.07em;
  }
}
.questionBg .questionArea .answer span {
  color: #ef6729;
}
.questionBg .ButtonArea {
  margin-top: 80px;
}
@media screen and (max-width: 768px), print {
  .questionBg .ButtonArea {
    flex-direction: column;
    margin-top: 40px;
  }
}
.questionBg .ButtonArea .contactBalloon {
  background-color: rgba(235, 176, 195, 0.4);
  border-radius: 10px;
  padding: 30px;
  margin-right: 40px;
  max-width: 720px;
  position: relative;
}
@media screen and (max-width: 768px), print {
  .questionBg .ButtonArea .contactBalloon {
    margin: 0;
  }
}
.questionBg .ButtonArea .contactBalloon:before {
  background-image: url(../images/top/contactBalloonItem@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 40px;
  height: 34px;
  position: absolute;
  top: 65px;
  right: -40px;
}
@media screen and (max-width: 768px), print {
  .questionBg .ButtonArea .contactBalloon:before {
    background-image: url(../images/top/contactBalloonItem_sp@2x.png);
    top: auto;
    bottom: -30px;
    width: 55px;
    height: 30px;
    right: auto;
    left: 24%;
  }
}
.questionBg .ButtonArea .contactBalloon .entryButton {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .questionBg .ButtonArea .contactBalloon .entryButton {
    flex-direction: column;
  }
}
.questionBg .ButtonArea .contactBalloon .entryButton a + a {
  margin-left: 20px;
}
@media screen and (max-width: 768px), print {
  .questionBg .ButtonArea .contactBalloon .entryButton a + a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .questionBg .ButtonArea .contactBalloon .entryButton a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px), print {
  .questionBg .ButtonArea .woman img {
    display: block;
    margin-left: auto;
    margin-top: -10px;
    z-index: 1;
    position: relative;
  }
}
.accessBg {
  background-image: url(../images/top/accessBg.png);
  padding: 180px 0 235px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: -230px;
}
@media screen and (max-width: 768px), print {
  .accessBg {
    padding: 180px 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .accessBg {
    margin-top: -180px;
    padding-bottom: 90px;
  }
}
.accessBg .wrapper {
  max-width: 100%;
  width: 88%;
}
.accessBg .accessText {
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px), print {
  .accessBg .accessText {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px), print {
  .accessBg .accessBox {
    flex-direction: column;
  }
}
.accessBg .accessArea {
  background-color: #fff;
  box-shadow: 3px 3px 8px rgba(104, 104, 104, 0.2);
  padding: 70px 0;
}
@media screen and (max-width: 768px), print {
  .accessBg .accessArea {
    padding: 30px 0;
  }
}
.accessBg .accessArea .accessItem {
  padding: 0 30px;
}
@media screen and (max-width: 768px), print {
  .accessBg .accessArea .accessItem {
    padding: 0;
    max-width: 445px;
    margin: 0 auto;
  }
}
.accessBg .accessArea .accessItem + .accessItem {
  border-top: 1px dashed #2c3d4f;
  margin-top: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 768px), print {
  .accessBg .accessArea .accessItem + .accessItem {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.accessBg .accessArea .accessItem .officeName {
  background-color: #2c3d4f;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 0 30px;
  margin-bottom: 15px;
}
.accessBg .accessArea .accessImage {
  width: 49%;
}
@media screen and (max-width: 768px), print {
  .accessBg .accessArea .accessImage {
    width: 100%;
  }
}
.accessBg .accessArea .accessTextarea {
  width: 49%;
}
@media screen and (max-width: 768px), print {
  .accessBg .accessArea .accessTextarea {
    margin-top: 15px;
    width: 100%;
  }
}
.accessBg .accessArea .Line + .Line {
  margin-top: 20px;
}
@media screen and (max-width: 768px), print {
  .accessBg .accessArea .Line {
    flex-direction: column;
  }
}
.accessBg .accessArea .Line dt {
  margin-right: 20px;
  width: 110px;
}
@media screen and (max-width: 768px), print {
  .accessBg .accessArea .Line dt {
    width: 115px;
  }
}
.accessBg .accessArea .Line dd {
  font-size: 15px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 1024px) {
  .accessBg .accessArea .Line dd {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px), print {
  .accessBg .accessArea .Line dd {
    width: 100%;
  }
}
.accessBg .accessArea .Line dd .smallText {
  font-size: 12px;
  color: #969696;
}
.accessBg .accessArea .Line .googlemap {
  display: block;
  margin-top: 10px;
}
.accessBg .accessArea .Line .holiday {
  background-color: #2c3d4f;
  color: #fff;
  padding: 0 2px;
}
.txt-hide {
  display: none;
}
.txt-hide .voiceArea {
  margin-top: 70px;
}
button.more {
  margin: 35px auto 0;
  font-size: 18px;
  display: block;
  color: #f5ab31;
  padding: 10px 15px;
  border: none;
  outline: 0;
  transition: 0.3s;
  -erbkit-transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 480px) {
  button.more {
    font-size: 14px;
  }
}
button.more::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #f5ab31;
  border-right: 1px solid #f5ab31;
  transform: rotate(135deg) translate(-50%, 0);
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
@media screen and (max-width: 480px) {
  button.more::before {
    bottom: -12px;
    width: 13px;
    height: 13px;
  }
}
button.more.on-click {
  display: none;
}
#contact #section10 {
  margin: 55px 0;
}
@media screen and (max-width: 768px), print {
  #contact #section10 {
    margin: 20px 0 30px;
  }
}
#contact #section10 .txt_area,
#contact #section10 .txt_area02 {
  text-align: center;
  line-height: 1.8em;
}
@media screen and (max-width: 480px) {
  #contact #section10 .txt_area,
  #contact #section10 .txt_area02 {
    text-align: left;
  }
}
#contact #section10 .contact-area {
  background-color: #ffefe5;
  padding: 30px 0 35px;
  margin: 0 auto;
  text-align: center;
  max-width: 768px;
  width: 100%;
}
@media screen and (max-width: 768px), print {
  #contact #section10 .contact-area {
    padding: 20px 0;
  }
}
#contact #section10 .contact-area > p {
  line-height: 1.8;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  #contact #section10 .contact-area > p {
    font-size: 15px;
    width: 90%;
    margin: 0 auto 25px;
  }
}
#contact #section10 .contact-area .Tel {
  font-size: 49px;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px), print {
  #contact #section10 .contact-area .Tel {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #contact #section10 .contact-area .Tel {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
#contact #section10 .contact-area .Tel span {
  color: #000;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px), print {
  #contact #section10 .contact-area .Tel span {
    padding-left: 30px;
  }
}
#contact #section10 .contact-area .Tel span a {
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 480px) {
  #contact #section10 .contact-area .Tel span a {
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  #contact #section10 .contact-area .button01 {
    max-width: 360px;
    padding: 15px;
    font-size: 16px;
    font-weight: normal;
  }
}
#contact #section20 .cont-ttl {
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px), print {
  #contact #section20 .cont-ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #contact #section20 .cont-ttl {
    font-size: 20px;
  }
}
#contact #section20 .cont-ttl + p {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #contact #section20 .cont-ttl + p {
    text-align: left;
    margin-bottom: 20px;
  }
}
#contact .step-area {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px), print {
  #contact .step-area {
    margin-bottom: 20px;
  }
}
#contact .step-area .step2,
#contact .step-area .step3 {
  display: none;
}
#contact form .checkbox input[type="checkbox"].checkbox__item {
  display: none;
}
#contact form .checkbox label {
  display: inline-block;
}
#contact form .checkbox .checkbox__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}
#contact form .checkbox .checkbox__item + span::after,
#contact form .checkbox .checkbox__item + span::before {
  content: "";
  display: block;
  position: absolute;
  background: #f2f2f2;
  width: 15px;
  height: 15px;
  top: 6px;
  left: 6px;
}
#contact form .checkbox .checkbox__item + span::after {
  opacity: 0;
  width: 7px;
  height: 11px;
  transform: rotate(45deg);
  left: 10px;
  border: none;
  border-right: 2px solid #ef6729;
  border-bottom: 2px solid #ef6729;
}
#contact form .checkbox .checkbox__item:checked + span {
  color: #333;
}
#contact form .checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}
#contact form .table-area dl {
  border-bottom: 1px dashed #ccc;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  #contact form .table-area dl {
    padding: 20px 10px;
  }
}
#contact form .table-area dl:first-of-type {
  border-top: 1px dashed #ccc;
}
#contact form .table-area dl dt {
  width: 250px;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 5px 0 10px;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dt {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
#contact form .table-area dl dt .required {
  background: #ea2e64;
  color: #fff;
  border-radius: 5px;
  padding: 2px 15px;
  margin-right: 30px;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dt .required {
    margin-right: 0;
    margin-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  #contact form .table-area dl dt .required {
    font-size: 14px;
  }
}
#contact form .table-area dl dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dd {
    width: 100%;
  }
}
#contact form .table-area dl dd .mwform-checkbox-field:nth-child(4) {
  position: relative;
}
#contact form .table-area dl dd .mwform-checkbox-field:nth-child(4):after {
  color: #666;
  font-size: 14px;
  content: "※内容を以下に記入してください";
  left: 5.5em;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dd .mwform-checkbox-field:nth-child(4):after {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #contact form .table-area dl dd .mwform-checkbox-field:nth-child(4):after {
    bottom: -25px;
    font-size: 14px;
    left: 25px;
    transform: none;
    top: auto;
  }
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dd .mwform-checkbox-field:nth-child(4) ~ .error {
    margin-top: 15px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  #contact form .table-area dl dd .mwform-checkbox-field:nth-child(4) ~ .error {
    margin-top: 25px;
    margin-bottom: -25px;
  }
}
#contact
  form
  .table-area
  dl
  dd
  .mwform-checkbox-field
  label
  input[type="checkbox"] {
  display: none;
}
#contact form .table-area dl dd .mwform-checkbox-field label span {
  width: 100%;
  display: block;
  padding: 0 10px 0 25px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
#contact form .table-area dl dd .mwform-checkbox-field label span:before {
  background: #fff;
  border: 1px solid #cbcbcb;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 16px;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dd .mwform-checkbox-field label span:before {
    left: 0;
  }
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dd .mwform-checkbox-field label span {
    padding-left: 20px;
  }
}
#contact
  form
  .table-area
  dl
  dd
  .mwform-checkbox-field
  .radio:checked
  + span::after {
  border-right: 1.5px solid #cd5c5c;
  border-bottom: 1.5px solid #cd5c5c;
  content: "";
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
@media screen and (max-width: 768px), print {
  #contact
    form
    .table-area
    dl
    dd
    .mwform-checkbox-field
    .radio:checked
    + span::after {
    left: 5px;
  }
}
#contact form .table-area dl dd .vertical-item:last-child {
  position: relative;
}
#contact form .table-area dl dd .vertical-item:last-child::after {
  content: "a";
  position: absolute;
}
#contact form .table-area dl dd textarea[name="種別内容"] {
  margin-top: 20px;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dd textarea[name="種別内容"] {
    margin-top: 40px;
  }
}
#contact form .table-area dl dd .item-long,
#contact form .table-area dl dd .item-small,
#contact form .table-area dl dd .item-area {
  background-color: #f2f2f2;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
#contact form .table-area dl dd .item-short {
  background-color: #f2f2f2;
  font-size: 16px;
  padding: 10px;
  width: calc(60% - 30px);
}
#contact form .table-area dl dd .form-zip-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#contact form .table-area dl dd .form-zip-wrap span {
  margin-right: 10px;
  font-size: 21px;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dd .form-zip-wrap span {
    margin-right: 0.5em;
  }
}
#contact form .table-area dl dd .form-zip-wrap .form-wrap {
  margin: 0 0 0 auto;
}
#contact form .table-area dl dd .mail_box-title {
  font-size: 14px;
  margin: 10px 0;
  color: #999;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dd .mail_box-title {
    font-size: 13px;
  }
}
#contact form .table-area dl dd #mail_box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  pointer-events: none;
  box-shadow: none;
  padding: 10px;
  width: 100%;
}
#contact form .table-area dl dd .form-add-exp {
  margin-top: 5px;
  color: #666;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area dl dd .form-add-exp {
    font-size: 13px;
  }
}
#contact form .table-area dl .form-wrap {
  margin: 0 0 0 auto;
}
#contact form .table-area dl .form-zip-item .error {
  margin-left: 37px;
  margin-top: -10px;
  margin-bottom: 15px;
}
#contact form .table-area dl.center-layout {
  align-items: center;
}
#contact form .table-area dl.center-layout dt {
  padding: 0;
}
#contact form .table-area .privacy-txt {
  text-align: center;
  color: #666;
  margin-top: 35px;
}
#contact form .table-area .privacy-txt a {
  color: #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area .privacy-txt {
    font-size: 13px;
    margin-top: 20px;
  }
}
#contact form .table-area .privacy-txt__inner {
  height: 200px;
  overflow-y: scroll;
  padding: 25px 30px;
  border: 1px solid #ccc;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area .privacy-txt__inner {
    padding: 10px;
    line-height: 1.8;
  }
}
#contact form .table-area .privacy-txt__inner .text-area {
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  #contact form .table-area .privacy-txt__inner .text-area {
    font-size: 14px;
  }
}
#contact form .table-area .privacy-txt__inner .text-area:last-of-type {
  margin-bottom: 0;
}
#contact form .table-area .privacy-txt__inner .text-area h3 {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  #contact form .table-area .privacy-txt__inner .text-area h3 {
    font-size: 14px;
  }
}
#contact form .table-area .privacy_area {
  margin: 30px 0 50px;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area .privacy_area {
    margin: 15px 0 25px;
  }
}
#contact form .table-area .privacy_area .privacy_inner {
  display: flex;
  justify-content: center;
  margin-left: 70px;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area .privacy_area .privacy_inner {
    margin-left: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #contact form .table-area .privacy_area .privacy_inner {
    margin-left: 0;
    font-size: 14px;
  }
}
#contact form .table-area .privacy_area .privacy_inner + .error {
  text-align: center;
}
#contact form .table-area .privacy_area .required {
  background: #ef6729;
  border-radius: 5px;
  color: #fff;
  padding: 2px 15px;
  margin-right: 80px;
  margin-left: 30px;
}
@media screen and (max-width: 768px), print {
  #contact form .table-area .privacy_area .required {
    margin-left: 1em;
    margin-right: 35px;
  }
}
@media screen and (max-width: 480px) {
  #contact form .table-area .privacy_area .required {
    width: 60px;
    margin-right: 0;
    margin-left: 5px;
    font-size: 14px;
  }
}
#contact form .button01 {
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  #contact form .button01 {
    max-width: 360px;
    padding: 15px;
    font-size: 16px;
    font-weight: normal;
  }
}
#contact form .privacy-area {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  #contact form .privacy-area {
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
#contact form .privacy-area .privacy-title {
  color: #2c3d4f;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px), print {
  #contact form .privacy-area .privacy-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #contact form .privacy-area .privacy-title {
    font-size: 18px;
  }
}
#contact form .boder-bm {
  border-bottom: 1px dashed #ccc;
}
#contact form .mailarea .mailTitle {
  max-width: 70px;
  width: 100%;
  display: inline-block;
}
#contact form .mailarea input {
  width: 89% !important;
}
@media screen and (max-width: 768px), print {
  #contact form .mailarea input {
    width: 100% !important;
  }
}
#contact form .mailarea + .mailarea {
  margin-top: 10px;
}
#contact form .grayText {
  color: #999;
  max-width: 740px;
  margin: 20px 0 0 auto;
  width: 100%;
}
#contact .mw_wp_form_confirm .step-area {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_confirm .step-area {
    margin-bottom: 20px;
  }
}
#contact .mw_wp_form_confirm .step-area .step1,
#contact .mw_wp_form_confirm .step-area .step3 {
  display: none;
}
#contact .mw_wp_form_confirm .step-area .step2 {
  display: inline-block;
}
#contact .mw_wp_form_confirm .confrim-none {
  display: none;
}
#contact .mw_wp_form_confirm .form-wrap {
  margin: -10px 0 0 auto !important;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_confirm .form-wrap {
    margin: 0 0 0 auto !important;
  }
}
#contact .mw_wp_form_confirm .table-area dl,
#contact .mw_wp_form_confirm .table-area dl.center-layout {
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  #contact .mw_wp_form_confirm .table-area dl,
  #contact .mw_wp_form_confirm .table-area dl.center-layout {
    padding: 20px 10px;
  }
}
#contact .mw_wp_form_confirm .table-area dl dt,
#contact .mw_wp_form_confirm .table-area dl.center-layout dt {
  padding: 10px 0px 10px 10px;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_confirm .table-area dl dt,
  #contact .mw_wp_form_confirm .table-area dl.center-layout dt {
    padding: 0;
    margin-bottom: 10px;
  }
}
#contact .mw_wp_form_confirm .table-area dl dd .form-zip-wrap,
#contact .mw_wp_form_confirm .table-area dl.center-layout dd .form-zip-wrap {
  margin-bottom: 0;
}
#contact .mw_wp_form_confirm .table-area dl dd .form-zip-wrap span,
#contact
  .mw_wp_form_confirm
  .table-area
  dl.center-layout
  dd
  .form-zip-wrap
  span {
  margin-right: 0;
}
#contact .mw_wp_form_confirm .table-area dl dd .kind-txt,
#contact .mw_wp_form_confirm .table-area dl.center-layout dd .kind-txt {
  color: #666;
}
#contact .mw_wp_form_confirm .privacy-area {
  display: none;
}
#contact .mw_wp_form_confirm .confrim-none {
  display: none;
}
#contact .mw_wp_form_confirm .contact-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 30px auto 0;
  width: 80%;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_confirm .contact-btn-wrap {
    flex-flow: column-reverse;
    margin-top: 20px;
    width: 100%;
  }
}
#contact .mw_wp_form_confirm .submit-btn {
  width: 100%;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_confirm .submit-btn {
    max-width: 300px;
    width: 90%;
    margin-bottom: 10px;
  }
}
#contact .mw_wp_form_confirm .submit-btn .button01 {
  max-width: 260px;
  font-weight: normal;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_confirm .submit-btn .button01 {
    max-width: 360px;
  }
}
@media screen and (max-width: 480px) {
  #contact .mw_wp_form_confirm .submit-btn .button01 {
    padding: 15px;
    font-size: 16px;
  }
}
#contact .mw_wp_form_confirm .back-btn {
  width: 100%;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_confirm .back-btn {
    width: auto;
  }
}
#contact .mw_wp_form_confirm .back-btn-arow {
  background-color: #c9c9c9;
  border-bottom: 5px solid #919191;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 25px;
  position: relative;
  text-align: center;
  width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_confirm .back-btn-arow {
    margin-right: 0;
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  #contact .mw_wp_form_confirm .back-btn-arow {
    padding: 15px;
    font-size: 16px;
  }
}
#contact .mw_wp_form_confirm .back-btn-arow:visited {
  color: #fff;
}
#contact .mw_wp_form_confirm .back-btn-arow:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  border-left: 13px solid rgba(0, 0, 0, 0);
  border-right: 13px solid rgba(0, 0, 0, 0);
  border-bottom: 13px solid #fff;
  transform: rotate(135deg);
}
#contact .mw_wp_form_confirm .privacy_area {
  display: none !important;
}
#contact .mw_wp_form_confirm .grayText {
  display: none;
}
#contact .comp-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
#contact .kanryo-text {
  text-align: center;
}
#contact .mw_wp_form_complete .step-area {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 55px;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_complete .step-area {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
#contact .mw_wp_form_complete .step-area .step1,
#contact .mw_wp_form_complete .step-area .step2 {
  display: none;
}
#contact .mw_wp_form_complete .step-area .step3 {
  display: inline-block;
}
#contact .mw_wp_form_complete h2 {
  text-align: center;
  font-size: 20px;
  color: #2c3d4f;
}
#contact .mw_wp_form_complete .comp-text {
  text-align: center;
  margin: 40px 0 20px;
  line-height: 1.8em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_complete .comp-text {
    margin-bottom: 20px;
    font-size: 15px;
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #contact .mw_wp_form_complete .comp-text {
    text-align: left;
    letter-spacing: 0;
  }
}
#contact .mw_wp_form_complete .tel-area {
  align-items: center;
  background-color: #fff;
  display: flex;
  padding: 20px 0;
  margin-bottom: 25px;
  justify-content: center;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_complete .tel-area {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  #contact .mw_wp_form_complete .tel-area {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #contact .mw_wp_form_complete .tel-area p {
    font-size: 14px;
  }
}
#contact .mw_wp_form_complete .tel-area .Tel {
  margin-left: 30px;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_complete .tel-area .Tel {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_complete .tel-area .Tel {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #contact .mw_wp_form_complete .tel-area .Tel {
    margin-top: 0;
  }
}
#contact .mw_wp_form_complete .tel-area .Tel span {
  font-weight: normal;
  padding-left: 30px;
}
#contact .mw_wp_form_complete .tel-area .Tel span:before {
  height: 22px;
  widows: 17px;
}
@media screen and (max-width: 480px) {
  #contact .mw_wp_form_complete .tel-area .Tel span + p {
    margin-top: 10px;
  }
}
#contact .mw_wp_form_complete .button01 {
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  #contact .mw_wp_form_complete .button01 {
    padding: 15px;
    font-size: 16px;
  }
}
#contact .mw_wp_form_complete .note {
  margin: 0 auto 40px;
  max-width: 800px;
  width: 90%;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_complete .note {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px), print {
  #contact .mw_wp_form_complete .note {
    font-size: 14px;
  }
}
