@charset "UTF-8";
p.txt {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p.txt-center {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
}

.container img,
.container02 img {
  border-radius: 15px;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.06em;
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 1120px) {
  * {
    scroll-margin-top: 70px;
  }
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1120px) {
  body {
    font-size: 1.6rem;
  }
}

.container {
  width: 100%;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 60px;
}
@media only screen and (max-width: 1120px) {
  .container {
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 40px 15px;
  }
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.container02 .inner {
  width: 100%;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 60px 80px;
}
@media only screen and (max-width: 1120px) {
  .container02 .inner {
    padding: 70px 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .container02 .inner {
    padding: 40px 15px 20px;
  }
}
.container02 .inner:before, .container02 .inner:after {
  content: " ";
  display: table;
}
.container02 .inner:after {
  clear: both;
}

p,
dt,
dd,
li,
th,
td {
  line-height: 1.75;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

a {
  text-decoration: underline;
  color: #ff6633;
}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: #000;
  text-decoration: underline;
}
@media only screen and (min-width: 1121px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

.float:before, .float:after {
  content: " ";
  display: table;
}
.float:after {
  clear: both;
}
.float .left-box,
.float .left-sp {
  float: left !important;
}
.float .right-box,
.float .right-sp {
  float: right !important;
}
@media only screen and (max-width: 1120px) {
  .float > .left-box {
    float: none !important;
    width: 100% !important;
  }
  .float > .right-box {
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .float > .left-sp {
    float: none !important;
    width: 100% !important;
  }
  .float > .right-sp {
    float: none !important;
    width: 100% !important;
  }
}

.w100 {
  width: 100% !important;
}

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

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

@media only screen and (min-width: 1121px) {
  .tb {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.fade {
  transition: opacity 0.3s;
  opacity: 1;
  backface-visibility: hidden;
}
.fade:hover {
  opacity: 0.7;
}

.hover-all {
  position: relative;
}
.hover-all > a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  font-size: 0;
}

.d-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.d-flex.ai-center {
  align-items: center;
}

.d-flex.ai-end {
  align-items: flex-end;
}

.d-flex.jc-center {
  justify-content: center;
}

.d-flex.jc-center {
  justify-content: flex-end;
}

.d-flex.jc-sa {
  justify-content: space-around;
}

.d-flex.jc-sb {
  justify-content: space-between;
}

.d-flex.f-wrap {
  flex-wrap: wrap;
}

.button01,
.wp-block-button .wp-block-button__link {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: #ff6633;
  display: inline-block;
  padding: 15px 46px;
  width: 100%;
  max-width: 250px;
  position: relative;
  transition: 0.3s;
  border: 0;
}
.button01:after,
.wp-block-button .wp-block-button__link:after {
  content: "";
  width: 11px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.button01:hover,
.wp-block-button .wp-block-button__link:hover {
  background: #ff8056;
}

.table01,
.wp-block-table > .has-fixed-layout {
  width: 100%;
}
.table01 tr,
.wp-block-table > .has-fixed-layout tr {
  border-bottom: 2px solid #000;
}
.table01 tr th,
.table01 tr td,
.wp-block-table > .has-fixed-layout tr th,
.wp-block-table > .has-fixed-layout tr td {
  text-align: left;
  padding: 30px 0 15px;
  vertical-align: top;
}
@media only screen and (max-width: 1120px) {
  .table01 tr th,
  .table01 tr td,
  .wp-block-table > .has-fixed-layout tr th,
  .wp-block-table > .has-fixed-layout tr td {
    padding: 20px 0 10px;
  }
}
.table01 tr th,
.wp-block-table > .has-fixed-layout tr th {
  width: 255px;
}
@media only screen and (max-width: 1120px) {
  .table01 tr th,
  .wp-block-table > .has-fixed-layout tr th {
    width: 115px;
  }
}
.table01 tr td,
.wp-block-table > .has-fixed-layout tr td {
  padding-left: 20px;
}
.table01.-contact tr th.required,
.wp-block-table > .has-fixed-layout.-contact tr th.required {
  position: relative;
}
.table01.-contact tr th.required:before,
.wp-block-table > .has-fixed-layout.-contact tr th.required:before {
  content: "必須";
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background: #ff6633;
  display: inline-block;
  width: 48px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 0;
}
.table01.-contact tr td,
.wp-block-table > .has-fixed-layout.-contact tr td {
  padding-left: 60px;
}
.table01.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item,
.wp-block-table > .has-fixed-layout.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
  margin-right: 40px;
}
.table01.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item.last,
.wp-block-table > .has-fixed-layout.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item.last {
  margin-right: 0;
}
.table01.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item > label,
.wp-block-table > .has-fixed-layout.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item > label {
  position: relative;
  padding-left: 20px;
}
.table01.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item > label > input,
.wp-block-table > .has-fixed-layout.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item > label > input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  accent-color: #000;
}
.table01.-contact tr td input[type=text],
.table01.-contact tr td input[type=tel],
.table01.-contact tr td input[type=email],
.table01.-contact tr td textarea,
.wp-block-table > .has-fixed-layout.-contact tr td input[type=text],
.wp-block-table > .has-fixed-layout.-contact tr td input[type=tel],
.wp-block-table > .has-fixed-layout.-contact tr td input[type=email],
.wp-block-table > .has-fixed-layout.-contact tr td textarea {
  width: 100%;
  border: 3px solid #eff4f7;
  padding: 0 10px;
}
.table01.-contact tr td input[type=text]::-moz-placeholder, .table01.-contact tr td input[type=tel]::-moz-placeholder, .table01.-contact tr td input[type=email]::-moz-placeholder, .table01.-contact tr td textarea::-moz-placeholder, .wp-block-table > .has-fixed-layout.-contact tr td input[type=text]::-moz-placeholder, .wp-block-table > .has-fixed-layout.-contact tr td input[type=tel]::-moz-placeholder, .wp-block-table > .has-fixed-layout.-contact tr td input[type=email]::-moz-placeholder, .wp-block-table > .has-fixed-layout.-contact tr td textarea::-moz-placeholder {
  color: #b39484;
}
.table01.-contact tr td input[type=text]::placeholder,
.table01.-contact tr td input[type=tel]::placeholder,
.table01.-contact tr td input[type=email]::placeholder,
.table01.-contact tr td textarea::placeholder,
.wp-block-table > .has-fixed-layout.-contact tr td input[type=text]::placeholder,
.wp-block-table > .has-fixed-layout.-contact tr td input[type=tel]::placeholder,
.wp-block-table > .has-fixed-layout.-contact tr td input[type=email]::placeholder,
.wp-block-table > .has-fixed-layout.-contact tr td textarea::placeholder {
  color: #b39484;
}
.table01.-contact tr td input[type=text],
.table01.-contact tr td input[type=tel],
.table01.-contact tr td input[type=email],
.wp-block-table > .has-fixed-layout.-contact tr td input[type=text],
.wp-block-table > .has-fixed-layout.-contact tr td input[type=tel],
.wp-block-table > .has-fixed-layout.-contact tr td input[type=email] {
  height: 44px;
}
.table01.-contact tr td .smallfont,
.wp-block-table > .has-fixed-layout.-contact tr td .smallfont {
  font-size: 1.3rem;
  margin: 10px 0 15px;
}
.table01.-contact tr td .flex-box,
.wp-block-table > .has-fixed-layout.-contact tr td .flex-box {
  display: flex;
  align-items: center;
}
.table01.-contact tr td .flex-box > span,
.wp-block-table > .has-fixed-layout.-contact tr td .flex-box > span {
  width: 80px;
}
.table01.-contact tr td .flex-box > span.wpcf7-form-control-wrap,
.wp-block-table > .has-fixed-layout.-contact tr td .flex-box > span.wpcf7-form-control-wrap {
  width: calc(100% - 80px);
}
@media only screen and (max-width: 1120px) {
  .table01.-contact tr th,
  .table01.-contact tr td,
  .wp-block-table > .has-fixed-layout.-contact tr th,
  .wp-block-table > .has-fixed-layout.-contact tr td {
    display: block;
    width: 100% !important;
  }
  .table01.-contact tr th.required:before,
  .wp-block-table > .has-fixed-layout.-contact tr th.required:before {
    top: 16px;
  }
  .table01.-contact tr td,
  .wp-block-table > .has-fixed-layout.-contact tr td {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
}

.table02,
.wp-block-table.is-style-stripes > table {
  width: 100%;
}
.table02 tr td,
.table02 tr th,
.wp-block-table.is-style-stripes > table tr td,
.wp-block-table.is-style-stripes > table tr th {
  text-align: left;
  border: 0;
  border-bottom: 1px dotted #999;
  border-color: #999;
  padding: 15px 20px;
}
.table02 tr th,
.wp-block-table.is-style-stripes > table tr th {
  background: #ff6633;
  color: #fff;
}
.table02 tr td,
.wp-block-table.is-style-stripes > table tr td {
  background: #f5f5f5;
}

h1.wp-block-heading {
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 1120px) {
  h1.wp-block-heading {
    font-size: 30px;
  }
}

h2:not(.key):not(.components-panel__body-title):not(.wp-block-heading) {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 1120px) {
  h2:not(.key):not(.components-panel__body-title):not(.wp-block-heading) {
    font-size: 2.4rem;
    padding-left: 35px;
  }
}
h2:not(.key):not(.components-panel__body-title):not(.wp-block-heading):before {
  content: "";
  width: 30px;
  height: 13px;
  background: url(../img/common/icon_h2.svg) no-repeat center/contain;
  position: absolute;
  top: 21px;
  left: 0;
}
@media only screen and (max-width: 1120px) {
  h2:not(.key):not(.components-panel__body-title):not(.wp-block-heading):before {
    width: 25px;
    height: 11px;
    top: 14px;
  }
}
h2:not(.key):not(.components-panel__body-title):not(.wp-block-heading).center {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
h2:not(.key):not(.components-panel__body-title):not(.wp-block-heading) span {
  font-size: 2rem;
  margin-left: 15px;
}
h2.wp-block-heading {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 1120px) {
  h2.wp-block-heading {
    font-size: 24px;
  }
}

h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #ff6633;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1120px) {
  h3 {
    font-size: 2rem;
  }
}
h3.center {
  text-align: center;
}
h3.wp-block-heading {
  color: #000;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1120px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1120px) {
  h5 {
    font-size: 16px;
  }
}

.dot-list,
.num-list,
ul.wp-block-list,
ol.wp-block-list {
  background: #f0f4f7;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 1120px) {
  .dot-list,
  .num-list,
  ul.wp-block-list,
  ol.wp-block-list {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dot-list,
  .num-list,
  ul.wp-block-list,
  ol.wp-block-list {
    padding: 40px 20px;
  }
}
.dot-list > * + *,
.num-list > * + *,
ul.wp-block-list > * + *,
ol.wp-block-list > * + * {
  margin-top: 15px;
}
@media only screen and (max-width: 1120px) {
  .dot-list > * + *,
  .num-list > * + *,
  ul.wp-block-list > * + *,
  ol.wp-block-list > * + * {
    margin-top: 10px;
  }
}
.dot-list > li,
.num-list > li,
ul.wp-block-list > li,
ol.wp-block-list > li {
  position: relative;
}
.dot-list > li:before,
.num-list > li:before,
ul.wp-block-list > li:before,
ol.wp-block-list > li:before {
  position: absolute;
  left: 0;
}
.dot-list > li > ul, .dot-list > li > ol,
.num-list > li > ul,
.num-list > li > ol,
ul.wp-block-list > li > ul,
ul.wp-block-list > li > ol,
ol.wp-block-list > li > ul,
ol.wp-block-list > li > ol {
  padding: 5px;
}
.dot-list > li > ul > * + *, .dot-list > li > ol > * + *,
.num-list > li > ul > * + *,
.num-list > li > ol > * + *,
ul.wp-block-list > li > ul > * + *,
ul.wp-block-list > li > ol > * + *,
ol.wp-block-list > li > ul > * + *,
ol.wp-block-list > li > ol > * + * {
  margin-top: 5px;
}

.dot-list > li,
ul.wp-block-list > li {
  padding-left: 1.5rem;
}
.dot-list > li:before,
ul.wp-block-list > li:before {
  content: "";
  width: 5px;
  height: 5px;
  top: 14px;
  background: #000;
}

.num-list,
ol.wp-block-list {
  counter-reset: section;
}
.num-list > li,
ol.wp-block-list > li {
  padding-left: 2.5rem;
}
.num-list > li:before,
ol.wp-block-list > li:before {
  font-weight: 700;
  counter-increment: section;
  content: counter(section) ".";
  top: 0;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.page-numbers > li > .page-numbers {
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  color: #ff6633;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ff6633;
  border-radius: 3px;
  transition: 0.3s;
}
.page-numbers > li > .page-numbers.dots {
  border: unset;
  margin: 0 -5px;
}
.page-numbers > li > .page-numbers.current, .page-numbers > li > .page-numbers:hover {
  background: #ff6633;
  color: #fff;
}
.page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
  line-height: 38px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.news-detail-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 10px;
}
@media only screen and (max-width: 1120px) {
  .news-detail-ttl {
    margin-bottom: 40px;
  }
}

.wp-block:before, .wp-block:after,
.wp-block-image:before,
.wp-block-image:after,
.wp-block-heading:before,
.wp-block-heading:after,
.wp-block-list:before,
.wp-block-list:after {
  content: "" !important;
  display: block;
  clear: both;
}

.wp-block[data-align=left],
.wp-block[data-align=right] {
  height: auto;
}

.wp-block-post-content > * {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-detail-box:after {
  content: "";
  clear: both;
}
.news-detail-box {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1120px) {
  .news-detail-box {
    margin-bottom: 40px;
  }
}
.news-detail-box .wp-block-file {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail-box .alignleft {
  float: left;
}
.news-detail-box .alignright {
  float: right;
}
.news-detail-box > * {
  margin: 0 auto 15px;
}
.news-detail-box > * + * {
  margin-top: 40px;
}
.news-detail-box h2 {
  margin: 15px 0;
}
.news-detail-box h2.center {
  margin: 15px auto;
}
.news-detail-box h2 + *,
.news-detail-box h3 + *,
.news-detail-box h4 + *,
.news-detail-box h5 + * {
  margin-top: 15px;
}
.news-detail-box figure,
.news-detail-box img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.news-detail-box p {
  margin: 15px 0;
}
.news-detail-box a {
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.news-detail-box a:hover {
  color: #fff5d9;
}
.news-detail-box .wp-block-media-text {
  gap: 20px 40px;
}
@media only screen and (max-width: 1120px) {
  .news-detail-box .wp-block-media-text {
    gap: 20px;
  }
}
.news-detail-box .wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}
.news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 10px !important;
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex {
    gap: 10px !important;
    justify-content: center;
    flex-wrap: wrap !important;
  }
}
.news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow {
  width: 100%;
  flex-basis: unset !important;
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow {
    width: calc(50% - 5px) !important;
    flex-basis: calc(50% - 5px) !important;
    flex-grow: unset;
  }
}
.news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex .is-type-video {
  margin-top: 0;
}
.news-detail-box .is-type-video {
  margin-top: 40px;
}
.news-detail-box .wp-block-spacer {
  margin-bottom: 0;
}
.news-detail-box .wp-block-spacer,
.news-detail-box .wp-block-spacer + * {
  margin-top: 0;
}

.detail-btn-box {
  display: flex;
  overflow: hidden;
  gap: 1px;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .detail-btn-box {
    flex-direction: column;
  }
}
.detail-btn-box .prev-btn,
.detail-btn-box .next-btn {
  width: 100%;
}
.detail-btn-box .prev-btn > a,
.detail-btn-box .next-btn > a,
.detail-btn-box .history-btn,
.detail-btn-box .search-page {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  line-height: 80px;
  width: 100%;
  height: 80px;
  position: relative;
}
.detail-btn-box .prev-btn > a:before,
.detail-btn-box .next-btn > a:before,
.detail-btn-box .history-btn:before,
.detail-btn-box .search-page:before {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 1121px) {
  .detail-btn-box .prev-btn > a,
  .detail-btn-box .next-btn > a,
  .detail-btn-box .history-btn,
  .detail-btn-box .search-page {
    transition: 0.3s;
  }
  .detail-btn-box .prev-btn > a:hover,
  .detail-btn-box .next-btn > a:hover,
  .detail-btn-box .history-btn:hover,
  .detail-btn-box .search-page:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .detail-btn-box .prev-btn > a,
  .detail-btn-box .next-btn > a,
  .detail-btn-box .history-btn,
  .detail-btn-box .search-page {
    width: 100%;
  }
}
.detail-btn-box .history-btn,
.detail-btn-box .prev-btn > a,
.detail-btn-box .next-btn > a {
  color: #000;
  background: #fff5d9;
}
.detail-btn-box .history-btn:before,
.detail-btn-box .prev-btn > a:before,
.detail-btn-box .next-btn > a:before {
  background: url(../img/common/arr_icon01.svg) no-repeat center/contain;
  left: 20px;
}
.detail-btn-box .next-btn > a:before {
  left: unset;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.detail-btn-box .search-page {
  text-align: center;
  text-decoration: none;
  background: #ff6633;
}
.detail-btn-box .search-page:before {
  background: url(../img/common/arr_icon07.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  right: 20px;
}

.wpcf7-response-output {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  background: #ff6633;
  border: 0;
  text-align: center;
  padding: 40px !important;
  font-weight: bold;
  margin-top: 80px !important;
  border: 0 !important;
}
@media only screen and (max-width: 1120px) {
  .wpcf7-response-output {
    padding: 30px !important;
    margin-top: 60px !important;
  }
}

form.sent .wpcf7-response-output {
  background: #ffffff !important;
  color: #000 !important;
}

form.failed .wpcf7-response-output,
form.invalid .wpcf7-response-output,
form.unaccepted .wpcf7-response-output,
form.payment-required .wpcf7-response-output {
  color: #fff !important;
}

.container.-w800 {
  max-width: 1120px;
}

.center-text {
  text-align: center;
}

@media only screen and (max-width: 1120px) {
  .center-text-tb {
    text-align: center;
  }
}

.left-text {
  text-align: left !important;
}

@media only screen and (max-width: 1120px) {
  .left-text-tb {
    text-align: left !important;
  }
}

.mx200 {
  max-width: 200px;
}

.mx500 {
  max-width: 500px;
}

.mx800 {
  max-width: 800px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1120px) {
  .mb100 {
    margin-bottom: 60px;
  }
}

.card-box {
  text-decoration: none;
  display: block;
}
.card-box .img-box {
  width: calc(100% - 7px);
  padding-bottom: calc(100% - 7px);
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1120px) {
  .card-box .img-box {
    margin-bottom: 20px;
  }
}
.card-box .img-box:before, .card-box .img-box:after {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.card-box .img-box:before {
  content: "";
  width: 118px;
  height: 118px;
  right: -7px;
  bottom: -7px;
  background: #ff6633;
}
.card-box .img-box:after {
  content: "";
  width: 51px;
  height: 51px;
  right: -1px;
  bottom: -1px;
  z-index: 3;
  background: #ff6633 url(../img/common/arr_img01.svg) no-repeat center/15px 15px;
}
@media only screen and (max-width: 1120px) {
  .card-box .img-box:after {
    width: 41px;
    height: 41px;
    background: #ff6633 url(../img/common/arr_img01.svg) no-repeat center/10px 10px;
  }
}
.card-box .img-box > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.card-box .txt-box > .ttl {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 1120px) {
  .card-box .txt-box > .ttl {
    font-size: 1.8rem;
  }
}
.card-box .txt-box .cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.card-box .txt-box .cat-list > p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ff6633;
}
@media only screen and (max-width: 1120px) {
  .card-box .txt-box .cat-list > p {
    font-size: 1.4rem;
  }
}
.card-box:hover .img-box:before, .card-box:hover .img-box:after {
  background-color: #ff8056;
}

.bg-box01 {
  background: #fff5d9;
}

.white-bg {
  background: #fcfcfc;
  padding: 30px;
}

.news-list > li {
  border-bottom: 1px solid #ccc;
}
.news-list > li:first-child {
  border-top: 1px solid #ccc;
}
.news-list > li > a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  transition: 0.3s;
}
@media only screen and (max-width: 1120px) {
  .news-list > li > a {
    flex-wrap: wrap;
    padding: 15px;
    justify-content: space-between;
  }
}
.news-list > li > a > time {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #000;
  width: 95px;
  margin-right: 30px;
}
.news-list > li > a > .tag {
  margin-right: 40px;
}
@media only screen and (max-width: 1120px) {
  .news-list > li > a > .tag {
    margin-right: 0;
  }
}
.news-list > li > a > .ttl {
  width: calc(100% - 275px);
}
@media only screen and (max-width: 1120px) {
  .news-list > li > a > .ttl {
    width: 100%;
    margin-top: 5px;
    line-height: 1.6;
  }
}
.news-list > li > a:hover {
  background: #ffede7;
}

.tag {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #ff6633;
  display: inline-block;
  width: 110px;
  padding: 1px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ff6633;
  z-index: 10000;
  background: #fff;
  transition: 0.3s;
}
body.-open header {
  border-bottom: 1px solid #909090;
}
header .h-wrap {
  display: flex;
  justify-content: space-between;
}
header .h-wrap .logo-box {
  padding: 10px 15px;
  transition: 0.3s;
}
@media only screen and (max-width: 1820px) {
  header .h-wrap .logo-box {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 1450px) {
  header .h-wrap .logo-box {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 1320px) {
  header .h-wrap .logo-box {
    padding: 25px 5px;
  }
}
@media only screen and (max-width: 1120px) {
  header .h-wrap .logo-box {
    padding: 10px 5px;
  }
}
header .h-wrap .logo-box a {
  display: block;
}
header .h-wrap .logo-box a > img {
  height: 80px;
  transition: 0.3s;
}
@media only screen and (max-width: 1820px) {
  header .h-wrap .logo-box a > img {
    height: 60px;
  }
}
@media only screen and (max-width: 1450px) {
  header .h-wrap .logo-box a > img {
    height: 50px;
  }
}
@media only screen and (max-width: 1180px) {
  header .h-wrap .logo-box a > img {
    height: 40px;
  }
}
header .h-wrap .r-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1120px) {
  header .h-wrap .r-box {
    display: none;
  }
}
header .h-wrap .r-box .nav-list {
  margin-right: 55px;
}
@media only screen and (max-width: 1700px) {
  header .h-wrap .r-box .nav-list {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  header .h-wrap .r-box .nav-list {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1450px) {
  header .h-wrap .r-box .nav-list {
    margin-right: 5px;
  }
}
header .h-wrap .r-box .nav-list .menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 1700px) {
  header .h-wrap .r-box .nav-list .menu {
    gap: 20px;
  }
}
@media only screen and (max-width: 1450px) {
  header .h-wrap .r-box .nav-list .menu {
    gap: 10px;
  }
}
header .h-wrap .r-box .nav-list .menu > li > a {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 9px 0;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  header .h-wrap .r-box .nav-list .menu > li > a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1320px) {
  header .h-wrap .r-box .nav-list .menu > li > a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1320px) {
  header .h-wrap .r-box .nav-list .menu > li > a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1180px) {
  header .h-wrap .r-box .nav-list .menu > li > a {
    font-size: 1.3rem;
  }
}
header .h-wrap .r-box .nav-list .menu > li > a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff6633;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}
header .h-wrap .r-box .nav-list .menu > li > a:hover:before {
  opacity: 1;
}
header .h-wrap .r-box .nav-list .menu > li.crr a:before {
  opacity: 1;
}
header .h-wrap .r-box > .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
  transition: 0.3s;
}
@media only screen and (max-width: 1550px) {
  header .h-wrap .r-box > .btn {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1450px) {
  header .h-wrap .r-box > .btn {
    padding: 0 10px;
  }
}
header .h-wrap .r-box > .btn > span {
  font-weight: 600;
  display: block;
}
header .h-wrap .r-box > .btn > span.t-txt {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
header .h-wrap .r-box > .btn > span.t-txt:before {
  content: "";
  margin-right: 5px;
}
header .h-wrap .r-box > .btn > span.tel-txt {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1450px) {
  header .h-wrap .r-box > .btn > span.tel-txt {
    font-size: 2.2rem;
  }
}
header .h-wrap .r-box > .btn > span.main-txt {
  font-size: 1.8rem;
}
header .h-wrap .r-box > .btn.-tel {
  background: #fff5d9;
}
header .h-wrap .r-box > .btn.-tel .t-txt:before {
  width: 28px;
  height: 23px;
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
}
header .h-wrap .r-box > .btn.-mail {
  background: #ff6633;
  padding: 0 45px;
}
@media only screen and (max-width: 1820px) {
  header .h-wrap .r-box > .btn.-mail {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1450px) {
  header .h-wrap .r-box > .btn.-mail {
    padding: 0 15px;
  }
}
header .h-wrap .r-box > .btn.-mail > span {
  color: #fff;
}
header .h-wrap .r-box > .btn.-mail .t-txt:before {
  width: 24px;
  height: 18px;
  background: url(../img/common/icon_mail.svg) no-repeat center/contain;
}
header .h-wrap .r-box > .btn.-mail:hover {
  background: #ff8056;
}
header .h-wrap .slide-btn {
  display: none;
}
@media only screen and (max-width: 1120px) {
  header .h-wrap .slide-btn {
    display: block;
    width: 60px;
    background: #ff6633;
    position: relative;
  }
  header .h-wrap .slide-btn .bdr-box {
    width: 22px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .h-wrap .slide-btn .bdr-box > span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  header .h-wrap .slide-btn .bdr-box > span:nth-of-type(1) {
    transform: translateY(-7px);
  }
  header .h-wrap .slide-btn .bdr-box > span:nth-of-type(3) {
    transform: translateY(7px);
  }
  body.-open header .h-wrap .slide-btn {
    background: #909090;
  }
  body.-open header .h-wrap .slide-btn .bdr-box > span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  body.-open header .h-wrap .slide-btn .bdr-box > span:nth-of-type(2) {
    opacity: 0;
  }
  body.-open header .h-wrap .slide-btn .bdr-box > span:nth-of-type(3) {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 1121px) {
  body.home header {
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 102, 51, 0);
  }
  body.home header .h-wrap .logo-box {
    opacity: 0;
    visibility: hidden;
  }
}
header.scroll {
  background: #fff !important;
  border-bottom: 1px solid #ff6633 !important;
}
body.-open header.scroll {
  border-bottom: 1px solid #909090 !important;
}
header.scroll .h-wrap .logo-box {
  padding: 10px 15px;
  opacity: 1 !important;
  visibility: visible !important;
}
@media only screen and (max-width: 1820px) {
  header.scroll .h-wrap .logo-box {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 1320px) {
  header.scroll .h-wrap .logo-box {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 1120px) {
  header.scroll .h-wrap .logo-box {
    padding: 5px;
  }
}
header.scroll .h-wrap .logo-box > a > img {
  height: 60px;
}
@media only screen and (max-width: 1450px) {
  header.scroll .h-wrap .logo-box > a > img {
    height: 50px;
  }
}
@media only screen and (max-width: 1180px) {
  header.scroll .h-wrap .logo-box > a > img {
    height: 40px;
  }
}

.key-visual {
  padding-top: 100px;
}
@media only screen and (max-width: 1120px) {
  .key-visual {
    padding-top: 60px;
  }
}
.key-visual:not(.sub) {
  position: relative;
}
.key-visual:not(.sub) .key-logo {
  position: absolute;
  top: 50px;
  left: 5%;
}
@media only screen and (max-width: 1320px) {
  .key-visual:not(.sub) .key-logo {
    top: 30px;
  }
}
@media only screen and (max-width: 1120px) {
  .key-visual:not(.sub) .key-logo {
    display: none;
  }
}
.key-visual:not(.sub) .key-logo:before {
  content: "";
  width: 638px;
  height: 638px;
  border: 100px solid #fff5d9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: -1;
}
.key-visual:not(.sub) .key-logo > a > img {
  height: 300px;
}
@media only screen and (max-width: 1600px) {
  .key-visual:not(.sub) .key-logo > a > img {
    height: 250px;
  }
}
@media only screen and (max-width: 1320px) {
  .key-visual:not(.sub) .key-logo > a > img {
    height: 200px;
  }
}
.key-visual:not(.sub) .key-txt {
  position: absolute;
  left: 4.5%;
  bottom: 5%;
  z-index: 3;
}
@media only screen and (max-width: 1120px) {
  .key-visual:not(.sub) .key-txt {
    width: 100%;
    top: 23%;
    left: 50%;
    bottom: unset;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1120px) {
  .key-visual:not(.sub) .key-txt h2.key {
    display: none;
  }
}
.key-visual:not(.sub) .key-txt h2.key > span {
  display: block;
  line-height: 1.6;
}
@media only screen and (max-width: 1120px) {
  .key-visual:not(.sub) .key-txt h2.key > span {
    text-align: center;
    color: #fff;
  }
}
.key-visual:not(.sub) .key-txt h2.key > span.s-txt {
  font-size: 3.4rem;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.key-visual:not(.sub) .key-txt h2.key > span.txt {
  font-size: 5.6rem;
  transform: translateX(-34px);
}
@media only screen and (max-width: 1600px) {
  .key-visual:not(.sub) .key-txt h2.key > span.txt {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1450px) {
  .key-visual:not(.sub) .key-txt h2.key > span.txt {
    font-size: 4.6rem;
    transform: translateX(-28px);
  }
}
@media only screen and (max-width: 1120px) {
  .key-visual:not(.sub) .key-txt h2.key > span.txt {
    font-size: 3.3rem;
    transform: translateX(0);
  }
}
.key-visual:not(.sub) .slick-key-img {
  width: 78.64%;
  margin-left: auto;
}
@media only screen and (max-width: 1120px) {
  .key-visual:not(.sub) .slick-key-img {
    width: 100%;
  }
}
.key-visual:not(.sub) .slick-key-img .item .img-box {
  width: 100%;
  min-height: 700px;
  position: relative;
}
@media only screen and (max-width: 1120px) {
  .key-visual:not(.sub) .slick-key-img .item .img-box {
    min-height: unset;
    padding-bottom: 100%;
  }
}
.key-visual:not(.sub) .slick-key-img .item .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 30px;
}
@media only screen and (max-width: 1120px) {
  .key-visual:not(.sub) .slick-key-img .item .img-box > img {
    border-radius: 0;
  }
}
.key-visual.sub {
  background: #f1f1f1;
}
.key-visual.sub .key-txt h1 {
  font-size: 3.4rem;
  font-letter-spacing: 0.3em;
  font-weight: 600;
  color: #000;
  padding: 32px 50px;
}
@media only screen and (max-width: 1120px) {
  .key-visual.sub .key-txt h1 {
    font-size: 2.2rem;
    padding: 25px 30px;
  }
}

#breadcrumbs {
  background: #fff5d9;
  padding: 5px 50px;
}
#breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
#breadcrumbs > span > * + *:before {
  content: "";
  width: 8px;
  height: 11px;
  background: #ff6633;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin: 0 15px;
}
#breadcrumbs > span > span {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #ff6633;
}
#breadcrumbs > span > span > a {
  text-decoration: none;
  color: #000;
}
#breadcrumbs > span > span > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1120px) {
  #breadcrumbs {
    padding: 5px 30px;
    margin-bottom: 40px;
  }
}

.slide-menu {
  position: fixed;
  width: 100%;
  top: -100%;
  left: 0;
  padding: 60px 0 40px;
  background: #fff;
  transition: 0.6s top;
  z-index: 9998;
}
body.-open .slide-menu {
  top: 0;
}
.slide-menu .nav-list {
  margin-bottom: 30px;
}
.slide-menu .nav-list .menu > li > a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 15px 40px;
  background: #fff5d9;
}
.slide-menu .nav-list .menu > li > a:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #ff6633;
  border-radius: 50%;
  margin-right: 5px;
}
.slide-menu .nav-list .menu > li:nth-of-type(2n) > a {
  background: #fffaed;
}

.sns-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.sns-box > a {
  display: inline-block;
}

.ov-box {
  overflow-x: hidden;
}

body {
  width: 100%;
  text-align: justify;
}
body.-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1120px) {
  body:not(.home) main {
    padding-bottom: 60px;
  }
}

.tb-fixed-box {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  z-index: 100;
}
@media only screen and (min-width: 1121px) {
  .tb-fixed-box {
    display: none;
  }
}
.tb-fixed-box > .item {
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 13px 0;
}
.tb-fixed-box > .item:before {
  content: "";
  margin-right: 10px;
  width: 28px;
  height: 23px;
}
.tb-fixed-box > .item.-mail {
  color: #fff;
  background: #ff6633;
}
.tb-fixed-box > .item.-mail:before {
  background: url(../img/common/icon_mail.svg) no-repeat center/contain;
}
.tb-fixed-box > .item.-tel {
  background: #fff5d9;
}
.tb-fixed-box > .item.-tel:before {
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
}

footer {
  background: #ff6633;
}
footer .container {
  max-width: 1100px;
  padding: 20px 60px;
}
footer .f-wrap {
  display: flex;
  padding: 50px 0 70px;
  gap: 90px;
}
footer .f-wrap .l-box {
  width: 350px;
}
@media only screen and (max-width: 1120px) {
  footer .f-wrap .l-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
footer .f-wrap .l-box .logo-box {
  margin-bottom: 30px;
}
footer .f-wrap .l-box .sns-box {
  justify-content: flex-start;
  gap: 25px;
}
@media only screen and (max-width: 1120px) {
  footer .f-wrap .l-box .sns-box {
    justify-content: center;
  }
}
@media only screen and (max-width: 1120px) {
  footer .f-wrap .r-box {
    display: none;
  }
}
footer .f-wrap .r-box > nav {
  display: flex;
  gap: 70px;
}
footer .f-wrap .r-box > nav > ul > * + * {
  margin-top: 20px;
}
footer .f-wrap .r-box > nav > ul > li > a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
footer .f-wrap .r-box > nav > ul > li > a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #ffe400;
  border-radius: 50%;
  transition: 0.3s;
}
footer .f-wrap .r-box > nav > ul > li > a:hover:before {
  background: #fff;
}
footer .copy {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  background: #fff5d9;
  padding: 10px 0;
}
@media only screen and (max-width: 1120px) {
  footer .copy {
    padding: 10px 0 60px;
  }
}

.top-about {
  position: relative;
}
.top-about:before, .top-about:after {
  content: "";
  width: 738px;
  height: 738px;
  border: 100px solid #fff5d9;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1120px) {
  .top-about:before, .top-about:after {
    width: 385px;
    height: 385px;
    border: 50px solid #fff5d9;
  }
}
.top-about:before {
  top: -150px;
  right: 91%;
}
@media only screen and (max-width: 1500px) {
  .top-about:before {
    display: none;
  }
}
.top-about:after {
  top: -200px;
  left: 70%;
}
@media only screen and (max-width: 1120px) {
  .top-about:after {
    top: unset;
    left: unset;
    right: -130px;
    bottom: 30px;
  }
}
.top-about .container {
  padding: 0 120px 30px;
}
@media only screen and (max-width: 1320px) {
  .top-about .container {
    padding: 0 60px 30px;
  }
}
@media only screen and (max-width: 1170px) {
  .top-about .container {
    padding: 0 30px 30px;
  }
}
.top-about .container .content-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0 0;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box {
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
  }
}
.top-about .container .content-box .mark-box {
  margin-top: 0;
  margin-left: 0;
  position: relative;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .mark-box {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.top-about .container .content-box .mark-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 546px;
  height: 546px;
  background: url(../img/page/index/bg_mark01.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .mark-box:before {
    top: 45%;
    width: 298px;
    height: 298px;
  }
}
.top-about .container .content-box .mark-box .mark-img {
  margin-bottom: 25px;
}
.top-about .container .content-box .mark-box .mark-img img {
  height: 300px;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .mark-box .mark-img {
    text-align: center;
  }
  .top-about .container .content-box .mark-box .mark-img > img {
    height: 200px;
  }
}
.top-about .container .content-box .mark-box .sub-txt {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.top-about .container .content-box .r-box {
  display: flex;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-about .container .content-box .r-box .txt-box {
  margin-top: 0;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box .txt-box {
    width: 100%;
    margin: 0 auto 300px;
    text-align: center;
  }
}
.top-about .container .content-box .r-box .txt-box > .ttl {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 25px;
  padding-top: 20px;
}
@media only screen and (max-width: 1400px) {
  .top-about .container .content-box .r-box .txt-box > .ttl {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 1360px) {
  .top-about .container .content-box .r-box .txt-box > .ttl {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1290px) {
  .top-about .container .content-box .r-box .txt-box > .ttl {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 1190px) {
  .top-about .container .content-box .r-box .txt-box > .ttl {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 1170px) {
  .top-about .container .content-box .r-box .txt-box > .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box .txt-box > .ttl {
    font-size: 3rem;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 70px;
  }
}
.top-about .container .content-box .r-box .txt-box > .ttl > span {
  display: inline-block;
  position: relative;
}
.top-about .container .content-box .r-box .txt-box > .ttl > span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff6633;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.top-about .container .content-box .r-box .txt-box > .txt-img {
  text-align: center;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box .txt-box > .txt-img {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.top-about .container .content-box .r-box .txt-box > .txt-img > img {
  height: 300px;
  margin: 5px auto;
  border-radius: 0;
}
@media only screen and (max-width: 1320px) {
  .top-about .container .content-box .r-box .txt-box > .txt-img > img {
    height: 300px;
  }
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box .txt-box > .txt-img > img {
    width: 320px;
    height: auto;
  }
}
.top-about .container .content-box .r-box .txt-box > .name-txt {
  line-height: 1.5;
  text-align: right;
  padding-right: 0;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box .txt-box > .name-txt {
    width: 100%;
    text-align: center;
  }
}
.top-about .container .content-box .r-box .txt-box > .name-txt > span {
  font-weight: 600;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box .txt-box > .name-txt > span {
    font-size: 2rem;
  }
}
.top-about .container .content-box .r-box .txt-box > .name-txt > span.main-name {
  font-size: 3rem;
  margin-left: 15px;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box .txt-box > .name-txt > span.main-name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box .img-box {
    width: 157px;
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }
}
.top-about .container .content-box .r-box .img-box > img {
  height: 450px;
  transform: translateY(57px);
  border-radius: 0;
}
@media only screen and (max-width: 1120px) {
  .top-about .container .content-box .r-box .img-box > img {
    width: auto !important;
    height: 350px;
    max-width: 263px;
    margin-left: -60px;
    transform: translateY(0);
  }
}

.top-page-content {
  padding: 40px 30px;
}
@media only screen and (max-width: 1120px) {
  .top-page-content {
    padding: 40px 0;
  }
}
.top-page-content .content-list > * + * {
  margin-top: 60px;
}
@media only screen and (max-width: 1120px) {
  .top-page-content .content-list > * + * {
    margin-top: 40px;
  }
}
.top-page-content .content-list > li {
  position: relative;
}
.top-page-content .content-list > li .txt-box {
  width: 58%;
  max-width: 520px;
  margin-left: 42%;
  padding: 35px 0 35px;
}
@media only screen and (max-width: 1120px) {
  .top-page-content .content-list > li .txt-box {
    width: 100%;
    margin: 0 auto;
  }
  .top-page-content .content-list > li .txt-box h2 {
    margin: 0 auto;
  }
  .top-page-content .content-list > li .txt-box h3 {
    text-align: center;
  }
}
.top-page-content .content-list > li .txt-box .txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1120px) {
  .top-page-content .content-list > li .txt-box .txt {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
.top-page-content .content-list > li .img-box {
  width: 38vw;
  height: 400px;
  max-height: 100%;
  max-width: 650px;
  position: absolute;
  right: 70%;
}
@media only screen and (max-width: 1400px) {
  .top-page-content .content-list > li .img-box {
    right: 65%;
  }
}
@media only screen and (max-width: 1120px) {
  .top-page-content .content-list > li .img-box {
    width: 100%;
    padding-bottom: 55.29%;
    height: auto;
    max-width: unset;
    right: 0;
    position: relative;
    margin-bottom: 30px;
  }
}
.top-page-content .content-list > li .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1120px) {
  .top-page-content .content-list > li .img-box > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-page-content .content-list > li .img-box:before {
  content: "";
  width: 157px;
  height: 157px;
  position: absolute;
  z-index: 1;
  right: -10px;
  bottom: -10px;
  background: #ff6633;
}
@media only screen and (max-width: 1120px) {
  .top-page-content .content-list > li .img-box:before {
    width: 100px;
    height: 100px;
    right: -5px;
    bottom: -5px;
  }
}
.top-page-content .content-list > li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.top-page-content .content-list > li:nth-of-type(2n) .txt-box {
  margin-left: 0;
  margin-right: 30%;
}
@media only screen and (max-width: 1120px) {
  .top-page-content .content-list > li:nth-of-type(2n) .txt-box {
    margin: 0 auto;
  }
}
.top-page-content .content-list > li:nth-of-type(2n) .img-box {
  right: unset;
  left: 60%;
}
@media only screen and (max-width: 1400px) {
  .top-page-content .content-list > li:nth-of-type(2n) .img-box {
    left: 65%;
  }
}
@media only screen and (max-width: 1120px) {
  .top-page-content .content-list > li:nth-of-type(2n) .img-box {
    left: 0;
  }
}

.top-works {
  padding: 100px 0;
}
.top-works .item {
  width: 307px;
  margin: 0 40px;
}
@media only screen and (max-width: 1120px) {
  .top-works .item {
    width: 250px;
    margin: 0 15px;
  }
}

.top-news {
  padding: 20px 0;
}
@media only screen and (max-width: 1120px) {
  .top-news {
    padding: 20px 0;
  }
}

figure.aes-top {
  text-align: center;
}
figure.aes-top img {
  height: auto;
  width: 500px;
  margin: auto;
}

h2.aes-top {
  width: 100%;
  margin: 40px auto 15px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center !important;
  display: block;
}
@media only screen and (max-width: 1120px) {
  h2.aes-top {
    font-size: 2.4rem;
    padding: 0 20px 0 30px;
  }
}

b.aes-top {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 20px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 1120px) {
  b.aes-top {
    font-size: 2rem;
  }
}

p.aes-top {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1120px) {
  p.aes-top {
    font-size: 1.8rem;
  }
}
p.aes-top span {
  color: #ff6633;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.bg-color01 {
  background: #fffaec;
}

.bg-wh {
  background: #fff !important;
}

.base-block01 + .base-block01 {
  padding: 70px 0 0;
}

.base-box01 {
  padding: 50px 0 0;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 1120px) {
  .base-box01 {
    padding: 30px 0 40px;
  }
}
.base-box01 ul li p, .base-box01 .left-box p, .base-box01 .right-box p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.base-box01 .left-box figure img, .base-box01 .right-box figure img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.base-box01 h4 {
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  color: #000 !important;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
  border-left: solid 8px #f63;
}
.base-box01 h4 span {
  margin-top: 5px;
  font-size: 1.7rem;
  display: block;
}
.base-box01 .right-box {
  width: 50%;
  float: right;
  padding: 0 0 0 35px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1120px) {
  .base-box01 .right-box {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .base-box01 .right-box {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.base-box01 .left-box {
  width: 50%;
  float: left;
  padding: 0 35px 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1120px) {
  .base-box01 .left-box {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .base-box01 .left-box {
    padding: 0;
    width: 100%;
  }
}
.base-box01 ul li {
  padding: 5px 0 20px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
}
.base-box01 ul li span {
  font-size: 1.4rem;
}
.base-box01 ul li p {
  padding: 10px 0 0;
}
.base-box01 ol {
  margin-top: 30px;
  list-style: none;
  counter-reset: my-counter;
}
.base-box01 ol li {
  position: relative;
  margin-left: 0;
  padding: 5px 0 35px 50px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6em;
  counter-increment: my-counter;
  /* オレンジの丸数字部分 */
}
.base-box01 ol li::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 5px;
  width: 36px;
  height: 36px;
  background-color: #f63;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.base-box01 ol li span {
  font-size: 1.6rem;
  display: block;
}
.base-box01 ol li p {
  margin: 10px 0 10px -40px;
  padding: 20px 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  background: #fffaec;
  border-radius: 10px;
}

.right-box h3,
.left-box h3,
.base-box01 h3 {
  padding: 0 0 0 20px;
  color: #000 !important;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1em;
  border-left: solid 8px #f63;
}
.right-box h3 span,
.left-box h3 span,
.base-box01 h3 span {
  color: #ff6633;
  font-size: 1.7rem;
  margin-left: 10px;
}

.aes-box {
  padding: 0 0 50px;
}
.aes-box h4 {
  padding: 0;
  font-size: 1.8rem;
}
.aes-box .aes-fee h4,
.aes-box .aes-content h4 {
  margin: 0 0 5px 0;
  padding: 0 0 2px 20px;
  color: #000 !important;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  border-left: solid 8px #f63;
}
.aes-box .aes-fee ul,
.aes-box .aes-content ul {
  padding: 10px 0;
  list-style: none;
}
.aes-box .aes-fee ul li,
.aes-box .aes-content ul li {
  display: block;
  padding: 3px 0 3px 22px;
  font-size: 2rem;
  line-height: 1.6;
  background: url(../img/page/aes-li.png) no-repeat left top 1.5rem;
}
.aes-box .aes-fee ul li span,
.aes-box .aes-content ul li span {
  margin: 5px 0 0 -22px;
  color: #f63 !important;
  font-size: 1.7rem;
  display: block;
}
.aes-box .aes-fee ul h4.curriculum,
.aes-box .aes-content ul h4.curriculum {
  padding: 5px 15px 7px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
  background: none;
  display: inline-block;
}
.aes-box .aes-fee ul ul.curriculum,
.aes-box .aes-content ul ul.curriculum {
  padding: 20px;
  background: #f8f8f8;
}
.aes-box .aes-fee ul li.curriculum,
.aes-box .aes-content ul li.curriculum {
  display: block;
  padding: 5px 0 5px 22px;
  font-size: 1.7rem;
  line-height: 1.6;
  background: url(../img/page/aes-li.png) no-repeat left top 1.5rem;
}
.aes-box p {
  margin: 8px 0 20px -15px;
  padding: 20px 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  background: #fffaec;
  border-radius: 10px;
}

.fee-box {
  margin: 0 auto 50px !important;
}
.fee-box h4 {
  padding: 0 0 10px 0;
  font-size: 2.2rem;
  line-height: 1.5em;
}
.fee-box h4 span {
  font-size: 1.6rem;
  display: block;
}

.fee-table {
  width: 100%;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-spacing: 0;
}
.fee-table .tit01 {
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  background: #f63;
  border-right: 1px solid #f96;
  font-weight: 500;
  letter-spacing: 0.5em;
}
.fee-table .item01 {
  width: 25%;
  padding: 15px 15px 15px 30px;
  text-align: left;
  background: #f8f8f8;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.fee-table .item02 {
  width: 25%;
  padding: 15px 15px 15px 30px;
  color: #fff;
  text-align: left;
  background: #f63;
  border-bottom: 1px solid #f96;
  vertical-align: middle;
}
.fee-table .txt01 {
  padding: 25px;
  text-align: center;
  line-height: 1.8;
  background: #fff;
  border: 1px solid #ddd;
}
.fee-table .txt02 {
  padding: 25px;
  text-align: left;
  line-height: 1.8;
  background: #fff;
  border: 1px solid #ddd;
}
.fee-table .txt02 p {
  margin-top: 10px;
  font-size: 1.6rem;
}
.fee-table .txt03 {
  padding: 25px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
  background: #fff;
  border: 1px solid #ddd;
}

.attention ul {
  padding: 10px 0 0;
  list-style: none;
}
.attention ul li {
  display: block;
  padding: 2px 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.con-box {
  margin-bottom: 30px;
}

.greeting {
  width: 100%;
  padding: 100px 50px;
  text-align: center;
  background: url(../img/page/greeting-logo.png) no-repeat right 40% bottom 35px, url(../img/page/greeting-bg.gif) repeat-x center bottom;
}
@media only screen and (max-width: 1120px) {
  .greeting {
    padding: 60px 30px;
  }
}
.greeting .inner {
  max-width: 1400px;
  margin: auto;
  position: relative;
}
.greeting .inner figure {
  text-align: right;
  position: absolute;
  right: -150px;
  bottom: -116px;
}
.greeting .inner figure img {
  height: 800px;
}
.greeting .inner p {
  padding: 0 350px 0 0;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.9;
}
@media only screen and (max-width: 1120px) {
  .greeting .inner p {
    font-size: 1.6rem;
    padding: 0 320px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .inner p {
    padding: 0;
  }
}
.greeting .inner .sign {
  padding: 0 380px 0 0;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1120px) {
  .greeting .inner .sign {
    padding: 30px 320px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .inner .sign {
    font-size: 2.2rem;
    padding: 80px 130px 50px 0;
  }
}
.greeting .inner .sign span {
  margin-right: 18px;
  font-size: 2rem;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 1120px) {
  .greeting .inner .sign span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1120px) {
  .greeting .inner figure {
    width: 300px;
    text-align: right;
    position: absolute;
    right: -30px;
    bottom: -75px;
  }
  .greeting .inner figure > img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .inner figure {
    width: 120px;
  }
}

.txt02 ul li {
  display: block;
  margin-bottom: 2px;
  padding: 7px 0 3px 22px;
  font-size: 1.7rem;
  line-height: 1.6;
  background: url(../img/page/aes-li.png) no-repeat left top 1.5rem;
}
.txt02 ul li span {
  margin: 1px 0 5px;
  display: block;
}

.js-scroll > table {
  min-width: 700px;
}
.js-scroll > table.-profile {
  min-width: unset;
}
@media only screen and (max-width: 1120px) {
  .js-scroll > table.-profile {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1120px) {
  .js-scroll > table.-profile tr th,
  .js-scroll > table.-profile tr td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}

.cat-icon ul {
  padding: 0 0 10px;
}
.cat-icon ul li {
  padding: 5px 20px 7px;
  margin-right: 5px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  background: #ff6633;
  display: inline-block;
}

.work-pic img {
  width: auto;
  height: 300px;
  margin: 0 10px 10px 0;
}/*# sourceMappingURL=style.css.map */