@charset "UTF-8";
/*----------------------------------

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden], template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
li, ol {
  list-style: none;
}
a {
  background-color: transparent;
  text-decoration: underline;
}
a:active, a:hover {
  outline-width: 0;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
[role="button"], [type="button"], [type="reset"], [type="submit"], button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: button;
}
button, select {
  text-transform: 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;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio, canvas, progress, video {
  display: inline-block;
}
@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;
}
/*----------------------------------

common

----------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #222222;
  padding-top: 85px;
}
@media (max-width: 1000px) {
  body {
    padding-top: 54px;
    font-size: 1.5rem;
    line-height: 1.83333333333;
  }
}
section {
  position: relative;
}
.inner {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px; /*change20px-12px*/
  position: relative;
}
@media (max-width: 1000px) {
  .inner {
    padding: 0 16px;
  }
}
@media (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .sp {
    display: none !important;
  }
}
a {
  color: #777777;
  transition: 0.3s;
}
@media (min-width: 1001px) {
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 1000px) {
  img {
    width: 100%;
  }
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  font: inherit;
  color: #222222;
  padding: 7px 20px;
  background: #fff;
  border: 1px solid #272727;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    padding: 16.5px 14px;
    border-radius: 5px;
  }
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  outline: none;
}
::placeholder {
  color: #aaaaaa;
}
.select_wrap {
  position: relative;
}
.select_wrap::before {
  content: "";
  width: 11.5px;
  height: 11.5px;
  margin: auto;
  display: block;
  position: absolute;
  top: -3px;
  right: 22px;
  bottom: 0;
  transform: rotate(45deg);
  border-right: 3px solid #aaaaaa;
  border-bottom: 3px solid #aaaaaa;
}
@media (max-width: 1000px) {
  .select_wrap::before {
    width: 8px;
    height: 8px;
    top: 2px;
    right: 16px;
    border-width: 2px;
  }
}
.select_wrap select {
  width: 100%;
  padding-right: 50px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .select_wrap select {
    padding-right: 35px;
  }
}
.checkbox, .radio {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.checkbox input, .radio input {
  display: none;
}
.checkbox span, .radio span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  position: relative;
}
.checkbox span::before, .radio span::before {
  content: "";
  margin-right: 5px;
  display: block;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #272727;
}
@media (max-width: 1000px) {
  .checkbox span::before, .radio span::before {
    margin-right: 3px;
  }
}
.checkbox input:checked + span::after, .radio input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
}
.checkbox span::before {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.checkbox input:checked + span::before {
  background: #d36405;
}
.checkbox input:checked + span::after {
  width: 5px;
  height: 9px;
  top: 5px;
  left: 7px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.radio span::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.radio input:checked + span::before {
  background: #fff;
}
.radio input:checked + span::after {
  width: 19px;
  height: 19px;
  top: 3px;
  left: 3px;
  background: #d36405;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .radio input:checked + span::after {
    width: 21px;
    height: 21px;
    top: 2px;
    left: 2px;
  }
}
.checkbox_wrap, .radio_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.checkbox_wrap .checkbox, .checkbox_wrap .radio, .radio_wrap .checkbox, .radio_wrap .radio {
  margin-right: 50px;
}
@media (max-width: 1000px) {
  .checkbox_wrap .checkbox, .checkbox_wrap .radio, .radio_wrap .checkbox, .radio_wrap .radio {
    margin-right: 25px;
  }
}
.confirm_box {
  width: 100%;
  background-color: #eaeaea;
  padding: 60px 50px;
  margin-bottom: 50px;
}
.confirm_box:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .confirm_box + .under_ttl {
    margin-top: 25px;
  }
}
@media (max-width: 1000px) {
  .confirm_box {
    padding: 20px 15px;
    margin-bottom: 0;
  }
}
.confirm_box .confirm_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.confirm_box .confirm_txt {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-top: 45px;
}
.confirm_box .confirm_txt:first-child {
  margin-top: 0;
}
@media (max-width: 1000px) {
  .confirm_box .confirm_txt {
    display: block;
    margin-top: 21px;
  }
}
.confirm_box .confirm_txt p:first-child {
  width: 183px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .confirm_box .confirm_txt p:first-child {
    width: 100%;
  }
}
.confirm_box .confirm_txt p:last-child {
  width: 677px;
}
@media (max-width: 1000px) {
  .confirm_box .confirm_txt p:last-child {
    width: 100%;
    margin-top: 5px;
  }
}
.confirm_box .confirm_txt-area {
  line-height: 1.4;
}
.confirm_box .confirm_txt .confirm_age {
  margin-right: 30px;
}
@media (max-width: 1000px) {
  .confirm_box .confirm_txt .confirm_age {
    margin-right: 25px;
  }
}
.confirm_box .confirm_txt .confirm_address {
  width: calc(100% - 183px);
}
@media (max-width: 1000px) {
  .confirm_box .confirm_txt .confirm_address {
    margin-top: 21px;
  }
}
.confirm_box .confirm_txt .confirm_address_block {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 54px;
}
@media (max-width: 1000px) {
  .confirm_box .confirm_txt .confirm_address_block {
    display: block;
    margin-bottom: 21px;
  }
}
.confirm_box .confirm_txt .confirm_address_block:last-child {
  margin-bottom: 0;
}
.confirm_box .confirm_txt .confirm_address_block p:first-child {
  font-weight: bold;
  width: 154px;
}
@media (max-width: 1000px) {
  .confirm_box .confirm_txt .confirm_address_block p:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
.confirm_box .confirm_txt .confirm_address_block p:last-child {
  margin-top: 0;
}
.confirm_box .confirm_btn {
  width: 100%;
  max-width: 1080px;
  margin: 80px auto 23px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .confirm_box .confirm_btn {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
.confirm_box .confirm_btn input {
  width: 100%;
  max-width: 500px;
  min-width: 0;
}
.confirm_box .confirm_btn input:first-child {
  background-color: #fff;
  color: #222;
}
.confirm_box .confirm_btn input:first-child:hover {
  background-color: #f08931;
  color: #fff;
  border: none;
}
.confirm_box .confirm_btn input:last-child {
  margin-left: 80px;
}
@media (max-width: 1000px) {
  .confirm_box .confirm_btn input:last-child {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .confirm_box .confirm_btn input {
    max-width: 100%;
  }
}
.thanks_content .thanks_txt {
  text-align: center;
  margin-bottom: 95px;
}
@media (max-width: 1000px) {
  .thanks_content .thanks_txt {
    text-align: left;
    padding: 0 15px;
    margin-bottom: 90px;
  }
}
.thanks_content .shadow_btn {
  max-width: 500px;
  width: calc(100% - 30px);
}
/*----------------------------------

汎用エレメント

----------------------------------*/
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .mb50_half {
    margin-bottom: 25px;
  }
}
.under_ttl {
  margin-bottom: 26px;
  padding-bottom: 22px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 4px solid #f08931;
}
@media (max-width: 1000px) {
  .under_ttl {
    margin-bottom: 22px;
    padding-bottom: 10px;
    font-size: 3rem;
  }
}
.under_ttl.small {
  padding-bottom: 10px;
  font-size: 2.4rem;
  border-bottom-width: 2px;
}
@media (max-width: 1000px) {
  .under_ttl.small {
    padding-bottom: 6px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
.bold_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .bold_ttl {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.shadow_btn {
  min-width: 416px;
  min-height: 60px;
  padding: 10px 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  text-align: center;
  text-decoration: none;
  background: #f08931;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 1px 7px 0px #8e8f91;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .shadow_btn {
    min-width: 311px;
    min-height: 62.5px;
    font-size: 1.75rem;
    border-radius: 5px;
  }
}
.shadow_btn svg {
  width: 0.833em;
  height: 0.833em;
  margin-left: 0.35em;
  display: inline-block;
}
.shadow_btn svg use {
  fill: currentColor;
}
@media (min-width: 1001px) {
  .shadow_btn:hover {
    opacity: 1;
    background: #fff;
    border-color: #f08931;
    color: #f08931;
  }
}
.shadow_btn.center {
  left: 50%;
  transform: translateX(-50%);
}
.shadow_btn.red {
  background: #cc1017;
}
@media (min-width: 1001px) {
  .shadow_btn.red:hover {
    background: #fff;
    border-color: #cc1017;
    color: #cc1017;
  }
}
.arrow_link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #222222;
}
.arrow_link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 20px;
  display: block;
  position: relative;
  top: 2px;
  transform: rotate(-135deg);
  border-left: 2px solid #222222;
  border-bottom: 2px solid #222222;
}
@media (max-width: 1000px) {
  .arrow_link::after {
    width: 5px;
    height: 5px;
    margin-left: 10px;
  }
}
.indent_list li {
  padding-left: 1em;
  text-indent: -1em;
}
table {
  width: 100%;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}
table tr {
  border-top: 1px solid #aaaaaa;
}
table tr > * {
  border-right: 1px solid #aaaaaa;
}
table th, table td {
  padding: 10px 3.3% 11px;
}
@media (max-width: 1000px) {
  table th, table td {
    padding: 17px 19px 17px;
  }
}
table th {
  padding: 10px 5px 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background: #eeeeee;
}
@media (min-width: 1001px) {
  table th {
    width: 240px;
  }
}
@media (max-width: 1000px) {
  table th {
    width: 95px;
    line-height: 1.4;
  }
}
@media (min-width: 1001px) {
  table td {
    width: calc(100% - 240px);
  }
}
@media (max-width: 1000px) {
  table td {
    line-height: 1.4;
  }
}
form {
  padding: 60px 5.8% 58px;
  background: #eaeaea;
}
@media (max-width: 1000px) {
  form {
    padding: 35px 4.7% 36px;
  }
}
form .title {
  margin-bottom: 31px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  form .title {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}
form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  form dl {
    display: block;
  }
}
form dt {
  width: 190px;
  font-weight: bold;
  position: relative;
  top: 10px;
}
@media (max-width: 1000px) {
  form dt {
    width: 100%;
    margin-bottom: 2px;
    top: 0;
  }
}
form dt.must {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 1000px) {
  form dt.must {
    justify-content: flex-start;
  }
}
form dt.must::after {
  content: "必須";
  width: 56px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  background: #cc1017;
  border-radius: 4px;
  color: #fff;
  margin-left: 5px;
}
@media (max-width: 1000px) {
  form dt.must::after {
    width: 40px;
    height: 17px;
    margin-left: 4px;
    font-size: 1.1rem;
    border-radius: 2px;
  }
}
form dd {
  width: calc(100% - 190px);
  min-height: 48px;
  padding-left: 2.34%;
}
@media (max-width: 1000px) {
  form dd {
    width: 100%;
    min-height: 0;
    margin-bottom: 23px;
    padding: 0;
  }
}
@media (min-width: 1001px) {
  form dt:not(:last-of-type), form dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
form dl + .title {
  margin-top: 42px;
}
@media (max-width: 1000px) {
  form dl + .title {
    margin-top: 44px;
  }
}
form .policy {
  height: 160px;
  margin-top: 50px;
  padding: 10px 15px;
  line-height: 1.4375;
  overflow: auto;
  background: #fff;
  border: 1px solid #272727;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  form .policy {
    height: 311px;
    margin-top: 24px;
    padding: 2px 7px;
    line-height: 1.83333333333;
    border-radius: 5px;
  }
}
form .policy p + p {
  margin-top: 24px;
}
@media (max-width: 1000px) {
  form .policy p + p {
    margin-top: 26px;
  }
}
form .policy span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 1000px) {
  form .policy span {
    font-size: 1.75rem;
  }
}
form .agree {
  margin-top: 34px;
}
@media (max-width: 1000px) {
  form .agree {
    margin-top: 27px;
  }
}
form .agree .checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
form .agree span {
  align-items: flex-start;
  line-height: 1.4375;
  position: relative;
  top: -2px;
}
@media (max-width: 1000px) {
  form .agree span {
    line-height: 1.83333333333;
    top: 0;
  }
}
@media (max-width: 1000px) {
  form .agree span::before {
    top: -4px;
  }
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea, form select {
  width: 100%;
}
form textarea {
  height: 160px;
}
@media (max-width: 1000px) {
  form textarea {
    height: 200px;
  }
}
form input[type="submit"] {
  width: 100%;
  max-width: 500px;
  min-width: 0;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  form input[type="submit"] {
    margin-top: 15px;
  }
}
.form2 {
  padding: 0;
  background-color: #fff;
}
.form2 .form_wrap {
  padding: 60px 5.8% 58px;
  background: #eaeaea;
}
@media (max-width: 1000px) {
  .form2 .form_wrap {
    padding: 35px 4.7% 36px;
  }
}
.form2 .form_wrap + .under_ttl {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .form2 .form_wrap + .under_ttl {
    margin-top: 25px;
  }
}
.google_map {
  width: 100%;
  height: 600px !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .google_map {
    height: 400px !important;
  }
}
.google_map iframe, .google_map object, .google_map embed, .google_map .gmap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------

下層ページ共通エレメント

----------------------------------*/
main.page .page_title {
  width: 100%;
  min-height: 320px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("/img/company/page_title.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1000px) {
  main.page .page_title {
    min-height: 148.5px;
    margin-bottom: 34px;
  }
}
main.page .page_title h1 {
  font-size: 7rem;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1000px) {
  main.page .page_title h1 {
    font-size: 3.5rem;
  }
}
main.page .page_title h1 span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 36px;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 1000px) {
  main.page .page_title h1 span {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
main.page .page_sub_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  main.page .page_sub_list {
    display: block;
  }
}
main.page .page_sub_list li {
  width: calc(50% - 14px);
  max-width: 586px;
  min-height: 620px;
  overflow: hidden;
  background: #fafafa;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  main.page .page_sub_list li {
    width: 100%;
    min-height: 0;
    max-width: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1001px) {
  main.page .page_sub_list li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media (max-width: 1000px) {
  main.page .page_sub_list li + li {
    margin-top: 50px;
  }
}
main.page .page_sub_list a {
  width: 100%;
  height: 100%;
  padding-bottom: 98px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #222222;
}
@media (max-width: 1000px) {
  main.page .page_sub_list a {
    height: auto;
    padding-bottom: 0;
    display: block;
  }
}
main.page .page_sub_list a::before, main.page .page_sub_list a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
}
@media (max-width: 1000px) {
  main.page .page_sub_list a::before, main.page .page_sub_list a::after {
    content: none;
  }
}
main.page .page_sub_list a::before {
  width: 60px;
  height: 60px;
  right: 41px;
  bottom: 32px;
  background: #f08931;
  border: solid 3px #f08931;
  border-radius: 6px;
}
main.page .page_sub_list a:after {
  width: 17px;
  height: 17px;
  right: 64px;
  bottom: 53px;
  background-image: url("/img/common/sub_list_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
main.page .page_sub_list .img {
  width: 100%;
  height: 239px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1000px) {
  main.page .page_sub_list .img {
    height: auto;
  }
}
main.page .page_sub_list .img img {
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
@media (max-width: 1000px) {
  main.page .page_sub_list .img img {
    height: 100%;
    display: block;
  }
}
main.page .page_sub_list .txt {
  width: 100%;
  padding: 30px 40px 0;
  position: relative;
}
@media (max-width: 1000px) {
  main.page .page_sub_list .txt {
    padding: 20px 16px 21px;
  }
}
@media (max-width: 1000px) {
  main.page .page_sub_list .txt::after {
    content: "詳しくはこちら";
    width: 100%;
    max-width: 160px;
    min-height: 45px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: bold;
    background: #f08931;
    border-radius: 3px;
    color: #fff;
  }
}
main.page .page_sub_list .txt .title {
  margin-bottom: 26px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: solid 2px #f08931;
}
@media (max-width: 1000px) {
  main.page .page_sub_list .txt .title {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
main.page .page_sub_list .txt .title img {
  width: 60px;
  height: 60px;
  margin-right: 10.8px;
}
@media (max-width: 1000px) {
  main.page .page_sub_list .txt .title img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
main.page .page_sub_list .txt .title h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #222222;
}
@media (max-width: 1000px) {
  main.page .page_sub_list .txt .title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 1000px) {
  main.page .page_sub_list .txt p {
    display: none;
  }
}
@media (min-width: 1001px) {
  main.page .page_sub_list a:hover {
    opacity: 1;
  }
  main.page .page_sub_list a:hover::before {
    background-color: #ffffff;
  }
  main.page .page_sub_list a:hover::after {
    background-image: url("/img/common/sub_list_arrow_hover.svg");
  }
  main.page .page_sub_list a:hover .img img {
    transform: scale(1.2);
  }
}
main.page .page_sub_nav {
  margin-bottom: 62px;
}
@media (max-width: 1000px) {
  main.page .page_sub_nav {
    margin-bottom: 44px;
  }
}
main.page .page_sub_nav ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
main.page .page_sub_nav li {
  width: 100%;
  border: 1px solid #aaa;
}
main.page .page_sub_nav li:first-child, main.page .page_sub_nav li:first-child a {
  border-radius: 40px 0 0 40px;
}
@media (max-width: 1000px) {
  main.page .page_sub_nav li:first-child, main.page .page_sub_nav li:first-child a {
    border-radius: 15px 0 0 15px;
  }
}
main.page .page_sub_nav li:last-child, main.page .page_sub_nav li:last-child a {
  border-radius: 0 40px 40px 0;
}
@media (max-width: 1000px) {
  main.page .page_sub_nav li:last-child, main.page .page_sub_nav li:last-child a {
    border-radius: 0 15px 15px 0;
  }
}
main.page .page_sub_nav li + li {
  border-left: none;
}
main.page .page_sub_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px 10px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #222222;
}
@media (max-width: 1000px) {
  main.page .page_sub_nav a {
    padding: 12px 2px;
    font-size: 1.5rem;
  }
}
main.page .page_sub_nav a:hover {
  opacity: 1;
  background: #f08931;
  color: #fff;
}
main.page .page_sub_nav li.active {
  border: none;
}
main.page .page_sub_nav li.active a {
  background: #f08931;
  color: #fff;
  pointer-events: none;
}
main.page .page_sub_nav li.active a::after {
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #f08931 transparent transparent transparent;
  content: "";
}
@media (max-width: 1000px) {
  main.page .page_sub_nav li.active a::after {
    bottom: -8px;
    border-width: 11px 11px 0 11px;
  }
}
main.page .page_sub_nav li.active + li {
  border-left: 1px solid #aaa;
}
main.page .breadcrumb {
  margin: 132px auto 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
@media (max-width: 1000px) {
  main.page .breadcrumb {
    width: 100%;
    margin: 66px auto 23px;
  }
}
main.page .breadcrumb > * + * {
  padding-left: 19px;
  position: relative;
}
@media (max-width: 1000px) {
  main.page .breadcrumb > * + * {
    padding-left: 18px;
  }
}
main.page .breadcrumb > * + *::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #d0d0d0;
}
main.page .breadcrumb a, main.page .breadcrumb span {
  margin: 0 11px 7px 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  main.page .breadcrumb a, main.page .breadcrumb span {
    margin: 0 13px 7px 0;
    font-size: 1.5rem;
  }
}
main.page .breadcrumb a {
  text-decoration: none;
  color: #f08931;
}
main.page .breadcrumb span {
  color: #222222;
}
/*----------------------------------

header

----------------------------------*/
header {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #222222;
  border-bottom: 4px solid #f08931;
  line-height: 1;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  header {
    display: block;
    height: 54px;
  }
}
header a {
  text-decoration: none;
}
header .inner {
  max-width: 1600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  header .inner {
    left: 0;
  }
}
@media (max-width: 1000px) {
  header .inner {
    padding: 0 15px;
  }
}
header .logo a {
  display: block;
}
header .logo img {
  width: 170px;
} /*change205px-170px*/
@media (max-width: 1260px) {
  header .logo img {
    width: 120px;
  }
} /*change140px-120px*/
@media (max-width: 1000px) {
  header .logo img {
    width: 124px;
    height: auto;
    position: absolute;
    top: 9px;
    left: 15px;
  }
}
header .spnav_btn {
  width: 30px;
  height: 24px;
  display: none;
  position: absolute;
  z-index: 1;
  background: none;
  border: none;
}
@media (max-width: 1000px) {
  header .spnav_btn {
    display: block;
  }
}
header .spnav_btn span {
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  background: #f08931;
}
header .spnav_btn.hamburger {
  top: 13px;
  right: 16px;
}
header .spnav_btn.hamburger span {
  left: 50%;
  transform: translateX(-50%);
}
header .spnav_btn.hamburger span:nth-of-type(1) {
  top: 0;
}
header .spnav_btn.hamburger span:nth-of-type(2) {
  top: 10.5px;
}
header .spnav_btn.hamburger span:nth-of-type(3) {
  top: 21px;
}
header .spnav_btn.close {
  top: 12px;
  right: 16px;
}
header .spnav_btn.close span {
  left: 50%;
}
header .spnav_btn.close span:nth-of-type(1) {
  transform: translateX(-50%) rotate(45deg);
}
header .spnav_btn.close span:nth-of-type(2) {
  transform: translateX(-50%) rotate(-45deg);
}
header .navigation {
  color: #fff;
  display: flex;
}
@media (max-width: 1000px) {
  header .navigation {
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    padding-top: 54px;
    top: 0;
    left: 0;
    z-index: 1;
    background: #222;
    overflow-y: scroll;
  }
}
@media (min-width: 1001px) {
  header .navigation .wrap {
    display: flex;
  }
}
@media (max-width: 1000px) {
  header .navigation .wrap {
    overflow-y: scroll;
    max-height: calc(100vh - 54px);
    height: -webkit-fill-available;
  }
}
header .navigation nav {
  font-size: 1.6rem;
} /*change1.8rem-1.6rem*/
@media (max-width: 1000px) {
  header .navigation nav {
    padding: 0 32px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
}
header .navigation nav .global_menu {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1260px) {
  header .navigation nav .global_menu {
    font-size: 1.35rem;
  }
}
@media (max-width: 1000px) {
  header .navigation nav .global_menu {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 2rem;
  }
}
header .navigation nav .global_menu > li {
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header .navigation nav .global_menu > li + li {
  margin-left: 80px;
}
@media (max-width: 1560px) {
  header .navigation nav .global_menu > li + li {
    margin-left: 20px;
  }
}
@media (max-width: 1260px) {
  header .navigation nav .global_menu > li + li {
    margin-left: 15px;
  }
}
@media (max-width: 1170px) {
  header .navigation nav .global_menu > li + li {
    margin-left: 10px;
  }
}
@media (max-width: 1000px) {
  header .navigation nav .global_menu > li + li {
    margin-left: 0;
  }
}
header .navigation nav .global_menu > li > a, header .navigation nav .global_menu > li > span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 7px;
  padding-bottom: 9px;
  border-bottom: 2px solid #f08931;
  transition: 0.3s;
}
@media (min-width: 1001px) {
  header .navigation nav .global_menu > li > a:hover, header .navigation nav .global_menu > li > span:hover {
    opacity: 1;
    color: #febf96;
  }
}
@media (max-width: 1000px) {
  header .navigation nav .global_menu > li > a, header .navigation nav .global_menu > li > span {
    display: block;
    margin-top: 19px;
    padding: 13px 0 13px 0;
    text-align: left;
  }
}
header .navigation nav .global_menu > li.active > span {
  color: #febf96;
}
header .navigation nav .toggle_menu {
  width: 200px;
  padding-top: 12px;
  display: none;
  position: absolute;
  top: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
  text-align: center;
  background: #222222;
}
@media (max-width: 1000px) {
  header .navigation nav .toggle_menu {
    width: 100%;
    text-align: left;
    margin-top: 18px;
    padding: 0;
    position: static;
    transform: none;
  }
}
@media (max-width: 1000px) {
  header .navigation nav .toggle_menu li + li {
    margin-top: 36px;
  }
}
header .navigation nav .toggle_menu a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  padding: 17px 0;
  transition: 0.3s;
}
@media (max-width: 1210px) {
  header .navigation nav .toggle_menu a {
    font-size: 1.4rem;
  }
}
header .navigation nav .toggle_menu a span {
  background: url("/img/common/icon_arrow.svg") no-repeat right center;
  background-size: 5px auto;
  padding-right: 8px;
}
@media (max-width: 1000px) {
  header .navigation nav .toggle_menu a span {
    padding-right: 18px;
    background: url("/img/common/icon_arrow.svg") no-repeat right center;
    background-size: 4px auto;
  }
}
header .navigation nav .toggle_menu a.blank span {
  background: url("/img/common/icon_blank.svg") no-repeat right center;
  background-size: 10px auto;
  padding-right: 15px;
}
@media (max-width: 1000px) {
  header .navigation nav .toggle_menu a.blank span {
    padding-right: 25px;
  }
}
@media (min-width: 1001px) {
  header .navigation nav .toggle_menu a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1000px) {
  header .navigation nav .toggle_menu a {
    width: 100%;
    padding: 0;
  }
}
header .navigation .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  header .navigation .flex {
    display: block;
    margin-top: auto;
    padding: 0 32px;
  }
}
header .navigation .flex .btn a {
  display: block;
  color: #fff;
  border-radius: 18px;
  margin-left: 97px;
  padding: 10px 17px 12px 54px;
  font-size: 1.3rem;
  font-weight: 500;
  background: url("/img/common/icon_contact.svg") no-repeat left 17px center #f21c24;
  background-size: 26px auto;
}
@media (max-width: 1460px) {
  header .navigation .flex .btn a {
    margin-left: 20px;
  }
}
@media (max-width: 1170px) {
  header .navigation .flex .btn a {
    margin-left: 10px;
    font-size: 1.1rem;
  }
}
@media (max-width: 1000px) {
  header .navigation .flex .btn a {
    margin-top: 23px;
    margin-left: 0;
    border-radius: 23px;
    text-align: center;
    padding: 15px 0;
    font-size: 1.5rem;
    background: #f21c24;
  }
  header .navigation .flex .btn a span {
    background: url("/img/common/icon_contact.svg") no-repeat left center;
    background-size: 20px auto;
    padding-left: 25px;
  }
}
header .navigation .flex .tel a {
  font-family: "Work Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #f08931;
  background: url("/img/common/icon_tel.svg") no-repeat left center;
  background-size: 33px auto;
  margin-left: 26px;
  padding-left: 47px;
}
@media (max-width: 1460px) {
  header .navigation .flex .tel a {
    margin-left: 20px;
  }
}
@media (max-width: 1260px) {
  header .navigation .flex .tel a {
    font-size: 1.8rem;
    padding-left: 40px;
  }
}
@media (max-width: 1170px) {
  header .navigation .flex .tel a {
    margin-left: 10px;
  }
}
@media (max-width: 1000px) {
  header .navigation .flex .tel a {
    display: table;
    text-align: center;
    font-size: 2.5rem;
    margin: 22px auto 42px;
    padding: 0;
    background: none;
  }
  header .navigation .flex .tel a span {
    background: url("/img/common/icon_tel.svg") no-repeat left center;
    background-size: 36px auto;
    padding-left: 45px;
  }
}
header .navigation .flex .sns {
  margin-left: 30px;
  display: flex;
  align-content: center;
}
@media (max-width: 1460px) {
  header .navigation .flex .sns {
    margin-left: 10px;
  }
} /*change20px-10px*/
@media (max-width: 1000px) {
  header .navigation .flex .sns {
    position: absolute;
    top: 13px;
    right: 62px;
  }
}
header .navigation .flex .sns li {
  line-height: 1;
}
header .navigation .flex .sns li a {
  display: block;
  line-height: 1;
}
header .navigation .flex .sns li + li {
  margin-left: 10px;
}
@media (max-width: 1000px) {
  header .navigation .flex .sns li + li {
    margin-left: 7px;
  }
}
header .navigation .flex .sns img {
  width: 33px;
  height: 33px;
} /*change38px-33px*/
header .sns_sp {
  position: absolute;
  top: 12px;
  right: 62px;
  display: flex;
  align-content: center;
}
header .sns_sp li {
  line-height: 1;
}
header .sns_sp li a {
  display: block;
  line-height: 1;
}
header .sns_sp li a img {
  width: 27.5px;
  height: 27.5px;
}
header .sns_sp li + li {
  margin-left: 9px;
}
/*----------------------------------

footer

----------------------------------*/
footer {
  background: #222222;
  color: #fff;
}
footer .pagetop {
  position: absolute;
  right: -53px;
  top: -77px;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 1001px) {
  footer .pagetop:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1000px) {
  footer .pagetop {
    top: -21.5px;
    right: -25px;
  }
}
footer .pagetop img {
  width: 25.2px;
}
@media (max-width: 1000px) {
  footer .pagetop img {
    width: 20px;
  }
}
@media (max-width: 1600px) {
  footer .pagetop {
    right: 25px;
  }
}
footer .inner {
  max-width: 1440px;
}
@media (max-width: 1000px) {
  footer .inner {
    padding: 0 23px;
  }
}
footer a {
  text-decoration: none;
}
footer .flex {
  padding: 43px 0 37px;
}
@media (min-width: 1001px) {
  footer .flex {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 1000px) {
  footer .flex {
    padding: 24px 0 44px;
  }
}
footer .flex .left {
  margin-top: 8px;
}
@media (max-width: 1000px) {
  footer .flex .left {
    margin-top: 0;
  }
}
footer .flex .left .logo a {
  text-align: left;
  display: block;
}
@media (max-width: 1000px) {
  footer .flex .left .logo {
    width: 150px;
    margin: 0 auto;
  }
}
footer .flex .left .txt {
  font-size: 1.4rem;
  margin: 28px 0 20px;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  footer .flex .left .txt {
    font-size: 1.2rem;
    text-align: center;
    margin: 24px 0 27px;
    line-height: 1.6;
  }
}
footer .flex .left .tel a {
  font-family: "Work Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  background: url("/img/common/icon_tel2.svg") no-repeat left center;
  background-size: 33px auto;
  padding-left: 47px;
}
@media (max-width: 1000px) {
  footer .flex .left .tel a {
    display: table;
    text-align: center;
    font-size: 1.9rem;
    margin: 0 auto 27px;
    padding: 0;
    background: url("/img/common/icon_tel2.svg") no-repeat left center;
    background-size: 30px auto;
    padding-left: 43px;
    line-height: 1;
  }
}
footer .flex .left .sns {
  display: flex;
  align-content: center;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  footer .flex .left .sns {
    margin: 0 auto 64px;
    justify-content: center;
  }
}
footer .flex .left .sns li {
  line-height: 1;
}
footer .flex .left .sns li a {
  display: block;
  line-height: 1;
}
footer .flex .left .sns li + li {
  margin-left: 10px;
}
@media (max-width: 1000px) {
  footer .flex .left .sns li + li {
    margin-left: 12px;
  }
}
footer .flex .left .sns img {
  width: 38px;
  height: 38px;
}
@media (max-width: 1000px) {
  footer .flex .left .sns img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1001px) {
  footer .flex .right {
    display: flex;
    justify-content: space-between;
    margin-left: 47px;
  }
}
@media (max-width: 1000px) {
  footer .flex .right dl:first-child li {
    width: 50%;
    margin: 0 0 18.5px;
  }
  footer .flex .right dl:first-child li:nth-child(2n-1) {
    margin-right: 0;
  }
  footer .flex .right dl:first-child li:nth-child(2n):after {
    right: -6px;
  }
  footer .flex .right dl:first-child li:nth-child(2n) a {
    background: none;
  }
  footer .flex .right dl:first-child li:last-child a {
    letter-spacing: -0.05em;
  }
}
footer .flex .right dl:nth-child(2) {
  margin: 0 30px;
}
@media (max-width: 1000px) {
  footer .flex .right dl:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 1000px) {
  footer .flex .right dl:last-child dd {
    width: 100%;
    margin-bottom: 0;
  }
}
footer .flex .right dl dt {
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 2px solid #f08931;
  padding-bottom: 15px;
  margin-bottom: 30px;
  line-height: 1;
  margin-top: 12px;
}
@media (max-width: 1000px) {
  footer .flex .right dl dt {
    width: 122px;
    font-size: 1.5rem;
    padding-bottom: 15px;
    margin-bottom: 18px;
    margin-top: 0;
  }
}
footer .flex .right dl dd {
  display: flex;
  justify-content: space-between;
}
footer .flex .right dl dd ul li a {
  width: 193px;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  background: url("/img/common/icon_arrow.svg") no-repeat right center;
  background-size: 5px 11px;
  padding-right: 14px;
  transition: 0.3s;
}
@media (max-width: 1450px) {
  footer .flex .right dl dd ul li a {
    width: 160px;
  }
}
@media (max-width: 1270px) {
  footer .flex .right dl dd ul li a {
    width: 140px;
  }
}
@media (max-width: 1200px) {
  footer .flex .right dl dd ul li a {
    width: 120px;
  }
}
@media (max-width: 1100px) {
  footer .flex .right dl dd ul li a {
    width: 105px;
  }
}
@media (min-width: 1001px) {
  footer .flex .right dl dd ul li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1000px) {
  footer .flex .right dl dd ul li a {
    width: 50%;
  }
}
footer .flex .right dl dd ul li + li {
  margin-top: 10px;
}
@media (max-width: 1000px) {
  footer .flex .right dl dd ul li + li {
    margin-top: 0;
  }
}
footer .flex .right dl dd ul.center li {
  margin-left: 29px;
  margin-right: 29px;
}
@media (max-width: 1000px) {
  footer .flex .right dl dd {
    width: 100%;
    margin: 0 0 40px;
    align-items: start;
  }
  footer .flex .right dl dd ul {
    width: 100%;
    font-size: 0;
  }
  footer .flex .right dl dd ul li {
    display: inline-block;
    width: 41%;
    margin: 0 0 18.5px;
    vertical-align: top;
    position: relative;
  }
  footer .flex .right dl dd ul li:after {
    content: "";
    width: 6.5px;
    height: 6.5px;
    background-image: url("/img/common/icon_arrow.svg");
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translate(0, -50%);
  }
  footer .flex .right dl dd ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  footer .flex .right dl dd ul li:nth-child(2n-1) {
    margin-right: 9%;
  }
  footer .flex .right dl dd ul li a {
    display: block;
    font-size: 1.4rem;
    background: none;
    line-height: 1;
    padding-right: 0;
    width: 100%;
  }
}
footer small {
  text-align: center;
  font-size: 1.3rem;
  font-family: "Work Sans", sans-serif;
  display: block;
  padding-bottom: 45px;
}
@media (max-width: 1000px) {
  footer small {
    padding-bottom: 50px;
    font-size: 1rem;
    line-height: 1;
  }
}