abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;

  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

a:hover {
  cursor: pointer;
  opacity: 0.8 !important
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

:after, :before, a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #231815;
  /* color: #060001; */
  overflow-x: hidden;
  letter-spacing: 0.05em
}

@media only screen and (min-width:769px) {
  body {
    font-size: 1.8rem
  }
}

@media only screen and (max-width:849px) {
  body {
    font-size: 1.6rem
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

li {
  list-style-type: none
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #333
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto
}

address, em, i {
  font-style: normal;
  font-style: normal
}

button, input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;

  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333
}

input::-webkit-input-placeholder {
  color: #bfbfbf
}

input:-ms-input-placeholder {
  color: #bfbfbf
}

input::-moz-placeholder {
  color: #bfbfbf
}

option {
  outline: 0
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none
}

img[src$=".svg"] {
  width: 100%
}

._sp {
  display: block
}

@media only screen and (min-width:769px) {
  ._sp {
    display: none
  }
}

._sptab {
  display: block
}

@media only screen and (min-width:769px) {
  ._sptab {
    display: none
  }
}

._pc {
  display: none
}

@media only screen and (min-width:769px) {
  ._pc {
    display: block
  }
}

.tab_pc {
  display: none
}

@media only screen and (min-width:769px) {
  .tab_pc {
    display: block
  }
}

/* .zen {
  font-family: "Zen Old Mincho", serif
}

.robin {
  font-family: fot-rodin-pron, sans-serif
} */

:root {
  --brown: #C27449;
  --pink: rgb(255, 213, 207);
  --orange: #e88100;
  --gray: #7f8080;
  --gray02: #666464;
  --blue: #0b6fad;
  --red: #ba4b40;
  --black: #040000;
  --black02: #231815;
}

main {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #DFF2FC;
  letter-spacing: 0
}

main .main_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto
}

@media only screen and (min-width:769px) {
  main .main_inner {
    width: 94%;

  }
}

footer {
  display: block;
  width: 100%;
  background: #DFF2FC;
  margin: 0 auto;
}


@media only screen and (min-width:769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none
  }
}

/*****  header *****/
#hd {
  background: url("../img/mv_bg.png") no-repeat center calc(100% - 4vw) / cover;
  height: calc(var(--vh) * 100);
  width: 100%;
  position: relative;

}

@media screen and (max-width:500px) {
  #hd {
    background-position: center calc(100% - 70px);
  }
}

@media only screen and (min-width:769px) {
  #hd {
    min-height: 800px;
  }
}

#hd h1 {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 10;
  text-align: right;
}


#hd h1 img {
  width: 150px;
  height: auto
}

@media only screen and (min-width:769px) {
  #hd h1 img {
    width: 230px
  }
}

#hd .mv_txt {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* width: 48%; */
  width: 30%;
  max-width: 878px;
  min-width: 500px;
}
#hd .mv_txt .mv_txt_02 {
  color: var(--brown);
  font-size: clamp(16px, 1.6vw, 23px);
  font-weight: 500;
  width: fit-content;
  padding: 20px 30px;
  margin-right: auto;
  line-height: 140%;
  text-shadow:0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,
  0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,
  0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,
  0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}

@media screen and (max-width:768px) {
  #hd .mv_txt {
    top: 15%;
    width: 90%;
    max-width: 500px;
    min-width: 0;
  }
}

@media only screen and (min-width:769px) and (max-width:1370px) {
  #hd .mv_txt {
    top: 12%;
  }
  #hd .mv_txt_wrapper {
    top: 10%;
  }
}

@media screen and (max-width:768px) {
  #hd .mv_txt .mv_txt_02 {
    padding: 0;
  }
  #hd .mv_txt_wrapper {
    top: 25%;
    width: 90%;
  }
  #hd .mv_txt_wrapper .mv_txt_01 {
    font-size: clamp(65px, 17vw, 130px);
    letter-spacing: -1rem;
  }
  #hd .mv_txt_wrapper .mv_txt_02 {
    font-size: clamp(16px, 4.3vw, 25px);
    padding: 10px 20px;
  }
}


#hd figure {
  position: absolute;
  bottom: 50px;
  left: 3%;
  z-index: 1
}

/* 「STOP！過労死」の画像の位置調整 */
@media only screen and (min-width:1900px) {
  #hd figure {
    bottom: 0px;
    left: inherit;
    left: 16%;
  }
}
@media only screen and (min-width:769px) and (max-width:1899px) {
  #hd figure {
    bottom: 0px;
    left: 15%;
  }
}
@media only screen and (min-width:769px) and (max-width:1800px) {
  #hd figure {
    bottom: 0px;
    left: 14%;
  }
}
@media only screen and (min-width:769px) and (max-width:1750px) {
  #hd figure {
    bottom: 0px;
    left: 13%;
  }
}
@media only screen and (min-width:769px) and (max-width:1700px) {
  #hd figure {
    bottom: 0px;
    left: 12%;
  }
}
@media only screen and (min-width:769px) and (max-width:1650px) {
  #hd figure {
    bottom: 0px;
    left: 11%;
  }
}
@media only screen and (min-width:769px) and (max-width:1600px) {
  #hd figure {
    bottom: 0px;
    left: 9%;
  }
}
@media only screen and (min-width:769px) and (max-width:1500px) {
  #hd figure {
    bottom: 80px;
  }
}
/* end 「STOP！過労死」の画像の位置調整 */

#hd figure img {
  width: 120px;
  height: 120px
}

@media only screen and (min-width:769px) {
  #hd figure img {
    width: min(13vw, 270px);
    height: min(13vw, 270px);
  }
}

#hd .mv_band {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  width: 100%;
  background: var(--brown);
  padding: 10px 0
}

@media only screen and (min-width:769px) {
  #hd .mv_band {
    padding: 0;
  }
}

#hd .mv_band h4 {
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.05em
}


#hd .mv_band h4 i:first-of-type {
  margin-left: -2rem;
}

#hd .mv_band h4 i:last-of-type {
  margin-right: -1rem;
}
@media only screen and (min-width:769px) {
  #hd .mv_band h4 {
    font-size: min(5vw, 60.75px);
  }
}
@media only screen and (min-width:1501px) {
  #hd .mv_band h4 {
    padding-left: 15%;
  }
}

#hd .mv_band h4 strong {
  font-weight: 400
}

#hd .mv_band h4 span {
  font-size: 1.5rem
}

@media only screen and (min-width:769px) {
  #hd .mv_band h4 span {
    font-size: 80%
  }
}

.inner {
  background: #fff;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 28px;

}



.ml0 {
  margin-left: 0px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt50 {
  margin-top: 50px !important
}

@media only screen and (min-width:769px) {
  .mt30 {
    margin-top: 30px !important
  }
}

.mb0 {
  margin-bottom: 0 !important
}

.mb10 {
  margin-bottom: 10px !important
}

@media only screen and (max-width:849px) {
  .spmt0 {
    margin-top: 0 !important
  }

  .spmt20 {
    margin-top: 20px !important;
  }


  .pb20 {
    padding-bottom: 20px !important
  }
}

@media only screen and (min-width:769px) {
  .pl20 {
    padding-left: 20px !important
  }

  .pl30 {
    padding-left: 30px !important
  }
}

.pl95 {
  padding-left: 2% !important
}

@media only screen and (min-width:769px) {
  .pl95 {
    padding-left: 95px !important
  }
}

.faq .answer p.circle_blue, .circle_blue {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  color: var(--blue);
  line-height: 1.238;
  font-size: 1.5rem
}

@media only screen and (min-width:769px) {
  .faq .answer p.circle_blue, p.circle_blue {
    font-size: min(2.6vw, 30px);
    margin-bottom: 10px;
    padding-left: min(2.6vw, 3rem);
  }
}

.faq .answer p.circle_blue:before, p.circle_blue:before {
  position: absolute;
  content: "";
  background: var(--blue);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 5px;
  left: 0
}

@media only screen and (min-width:769px) {
  .faq .answer p.circle_blue:before, p.circle_blue:before {
    width: min(2vw, 27px);
    height: min(2vw, 27px);
    top: 7px
  }
}

.circle_blue span.adjustment {
  margin-left: -8px
}

a.link {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #d13129;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 1.4rem
}



@media only screen and (min-width:769px) {
  a.link {
    font-size: min(2.6vw, 3rem);
    padding-left: min(2.6vw, 3rem);
    padding-left: 25px;
  }

  a.link ._pc {
    display: inline;
  }
}

a.link+.link {
  margin-top: 15px
}

a.link img.after_img {
  display: inline-block;
  width: 30px;
  height: 21px;
  margin-left: 15px;
  vertical-align: baseline
}

@media only screen and (max-width:849px) {
  a.link img.after_img {
    width: 20px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
  }
}

a.link img.after_pdf {
  display: inline-block;
  width: 27px;
  height: 30px;
  margin-left: 15px;
  vertical-align: middle
}

@media only screen and (max-width:849px) {
  a.link img.after_pdf {
    width: 17px;
    height: 20px;
    margin-left: 5px;
  }
}

a.link img.after_excel {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 15px;
  vertical-align: middle
}

@media only screen and (max-width:849px) {
  a.link img.after_excel {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
}

a.link.after_stop:after {
  position: absolute;
  content: "";
  background: url(../img/img_stop.png) no-repeat;
  width: 40px;
  height: 50px;
  top: -10px;
  right: -48px;
  background-size: contain
}

@media screen and (max-width:374px) {
  a.link.after_stop:after {
    display: none
  }
}

@media only screen and (min-width:769px) {
  a.link.after_stop:after {
    width: 66px;
    height: 89px;
    right: -70px;
  }
}

a.link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #d13129;
  top: 9px;
  left: 5px
}

@media only screen and (min-width:769px) {
  a.link:before {
    border-width: min(1vw, 13px) 0px min(1vw, 13px) min(1.3vw, 18px);
    top: 14px;
  }
}

a.link:hover {
  text-decoration: none
}

a.link.pl0 {
  padding-left: 15px
}

a.link.pl0:before {
  left: 0
}


.free {
  color: #0087af;
  font-weight: 900;
  font-size: 2.2rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 100%;
  display: block;
  margin: 0 auto 10px;
  text-align: center
}

.free a {
  color: var(--blue);
  font-weight: 900;
}

.free strong {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  /* padding-left: 35px; */
  letter-spacing: 0.1em;
  /* padding-bottom: 5px; */
}

.free strong:before {
  flex-shrink: 0;
  /* position: absolute; */
  content: "";
  background: url(../img/icon_free.png) no-repeat center center/contain;
  width: 30px;
  height: 20px;
  /* top: 50%; */
  /* transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); */
  left: 0;
}
.free strong a {
  margin-bottom: 5px;
}

@media only screen and (min-width:769px) {
  .free {
    font-size: 38px;
    border: none;
    width: auto;
    text-align: left;
    margin-left: 30px;
  }

  .free strong {
    /* padding-left: 55px; */
  }

  .free strong:before {
    width: 45px;
    height: 30px;
  }
}

@media only screen and (max-width:768px) {
  .free strong {
    justify-content: center;
  }
}


.free.navi {
  margin-top: 10px;
  padding-left: 35px
}

@media only screen and (min-width:769px) {
  .free.navi {
    padding-left: 65px;
    margin-top: 0
  }

}

.free.navi strong:before {
  background: url(../img/icon_navidial.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 22px
}



p.note {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
}



@media only screen and (min-width:769px) {
  p.note {
    font-size: 2rem !important
  }
}

p.note.minus {
  letter-spacing: -0.01em
}

@media only screen and (max-width:849px) {
  p.note.sp_pa {
    padding: 10px 2% 0 !important
  }
}

p.blue {
  color: #0087af;
}

p.center {
  text-align: center;
  color: var(--black02);
  font-weight: 500;
}



.sec01 {
  padding-bottom: 25px;
}

ul.top_list {
  width: 94%;
  max-width: 1500px;
  margin: 0 auto;
}

@media only screen and (min-width:769px) {
  ul.top_list {
    margin: 35px auto 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}


ul.top_list > li {
  position: relative;
  /* background: url(../img/list_item_bg.png) no-repeat center / 100% 100%; */
  border: 3px solid var(--orange);
  background: #fff;
  border-radius: 10px;
  aspect-ratio: 381/87;
  padding: 3px;
  margin-bottom: 10px;
}

@media only screen and (min-width:769px) {
  ul.top_list li {
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
  }
}

/* @media only screen and (min-width:769px) and (max-width:950px) {
  ul.top_list li {
    width: calc(100% / 3 - 0.5%);
  }
} */

ul.top_list > li > a {
  border-left: 1px solid var(--orange);
  border-radius: 0 8px 8px 0;
  display: block;
  height: 100%;
  margin: 0 0 0 16%;
  color: var(--orange);
  font-weight: 900;
  font-size: min(1.3vw, 20px);
  position: relative;
  letter-spacing: 0.02em;
}

@media only screen and (min-width:769px) {
  ul.top_list li a {
    margin: 0 0 0 16%;
    line-height: 1.2;
  }
}

ul.top_list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  width: 10%;
  aspect-ratio: 1/1;
  background: url(../img/list_item_arrow.png) no-repeat center / cover;
}
/* ul.top_list li a::before {
  position: absolute;
  content: "";
  width: 16%;
  height: 100%;
  background: #00A29A;
  top: 0;
  left: 0;
}

ul.top_list li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: min(1vw, 14px) 0px min(1vw, 14px) min(1vw, 19px);
  top: calc(50% - min(1vw, 15px));
  left: 5%;
} */



ul.top_list li a>p {
  display: flex;
  padding: 7px 0.42vw 7px 40px;
  position: relative;
  align-items: center;
  /* width: 100%; */
  width: fit-content;
  margin: 0 auto;
  height: 100%;
  line-height: 1.4;
}

ul.top_list li a>p::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  top: 0;
  background: none;
  mix-blend-mode: multiply;
  left: -20%;
  border-radius: 8px 0 0 8px;
  display: none;
}

ul.top_list li a .icon_pdf {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-left: min(1.3vw, 27px); */
}

ul.top_list li a .icon_pdf::before {
  content: '';
  background: url('../img/icon_pdf.png') no-repeat center center/contain;
  width: min(1.3vw, 25px);
  height: min(1.3vw, 25px);
}

ul.top_list li a:hover p::before {
  display: none;
}

@media only screen and (min-width:769px) {
  ul.top_list li.top_list_open:hover {
    border-radius: 10px 10px 0 0;
  }

  ul.top_list li.top_list_open:hover a {
    border-radius: 0 8px 0 0;
  }
}

ul.top_list li.top_list_open {
  border-radius: 10px;
  position: relative;
}


ul.top_list li img {
  width: 18px;
  height: 18px;
}

ul.top_list li.top_list_open .top_list_right {
  display: none;
}

ul.top_list li.top_list_open .top_list_right.open {
  display: block;
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--orange);
}

@media only screen and (max-width:849px) {
  ul.top_list {
    margin: 30px auto;
  }

  /* ul.top_list li+li {
    margin-top: 10px;
  } */

  ul.top_list li a {
    font-size: clamp(10px, 1.3vw, 14px);
  }

  ul.top_list li a::before {
    width: 30px;
  }

  ul.top_list li a::after {
    border-width: 7.5px 0px 7.5px 10px;
    top: calc(50% - 7px);
    left: 7px;
  }

  ul.top_list li a.active {
    border-radius: 0 8px 0 0;
  }

  ul.top_list li a.active>p {
    border-bottom: 2px solid #00A29A;
  }

  /* ul.top_list li a>p {
    padding-left: 40px;
  } */

  ul.top_list li a>p::before {
    width: 30px;
    left: 0;
  }

  /* ul.top_list li a .icon_pdf {
    padding-left: 5%;
  } */

  ul.top_list li a .icon_pdf::before {
    width: max(3vw, 20px);
    height: max(3vw, 20px);
  }

  ul.top_list li.top_list_open .top_list_right {
    border-radius: 0 0 8px 8px;
  }

  ul.top_list li.top_list_open .top_list_right li+li {
    margin-top: 0;
  }



}

@media only screen and (min-width:769px) {
  ul.top_list li.top_list_open:hover .top_list_right {
    display: block;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    z-index: 1;
    width: 100%;
  }
  
  ul.top_list li a>p {
    padding-left: 7px;
  }
  
  
}

@media only screen and (max-width:768px) {
  ul.top_list li {
    aspect-ratio: unset;
  }
  ul.top_list > li::before {
    width: 30px;
  }
  ul.top_list li.top_list_open.active::before {
    top: 6%;
  }
  ul.top_list li a {
    font-size: clamp(14px, 4vw, 24px);
  }
  ul.top_list li a>p {
    padding: 7px 0.42vw 7px 20px;
    /* word-break: keep-all; */
  }
}

ul.top_list li.top_list_open .top_list_right li {
  margin-bottom: 0;
  height: auto;
  /* background: #e8fbff; */
  background: #fff;
  position: relative;
  width: 100%;
  padding: 0;
}

ul.top_list li.top_list_open .top_list_right li:before {
  display: block;
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: var(--orange);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  margin-right: 8px;
  z-index: 1;
}

ul.top_list li.top_list_open .top_list_right li:not(:last-child) {
  border-radius: 0;
  border-bottom: 1px solid var(--orange);
}

ul.top_list li.top_list_open .top_list_right li:last-child {
  border-radius: 0 0 5px 5px;
}



ul.top_list li.top_list_open .top_list_right li a {
  padding: 10px 10px 10px 25px;
  color: var(--orange);
  text-decoration: underline;
}

ul.top_list li.top_list_open .top_list_right li a:before, ul.top_list li.top_list_open .top_list_right li a:after {
  display: none;
}

@media only screen and (max-width:849px) {
  ul.top_list li.top_list_open.active a {
    border-radius: 0 8px 0 0;
  }

  ul.top_list li.top_list_open .top_list_right li a {
    padding: 5px 5px 5px 25px;
  }

  ul.top_list li.top_list_open .top_list_right li:last-of-type a {
    border-radius: 0 0 8px 8px;
  }
}

@media only screen and (min-width:769px) {
  .sec01 .subject {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
  }

  .sec01 .subject>dl {
    width: 47%;
  }
}

.sec01 .subject dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 35px
}

@media only screen and (min-width:769px) {
  .sec01 .subject dl {
    margin-top: 0
  }
}

.sec01 .subject dl:first-of-type dt span {
  background: #ca4556;
}

.sec01 .subject dl:first-of-type dd {
  color: #ca4556;
}

.sec01 .subject dl:nth-of-type(2) dt span {
  background: #008CD3;
}

.sec01 .subject dl:nth-of-type(2) dd {
  color: #008CD3;
}

.sec01 .subject dt {
  width: 20%;
  text-align: center;
}

.sec01 .subject dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  line-height: 140%;
}

.sec01 .subject dd {
  font-size: 2rem;
  line-height: 1.37;
  font-weight: 700
}

@media only screen and (min-width:769px) {
  .sec01 .subject dt {
    font-size: min(1.8vw, 24px);
  }

  .sec01 .subject dd {
    font-size: min(2.5vw, 30px);
  }
}

.sec02 {
  padding: 30px 4%;
  margin-bottom: 50px
}

@media only screen and (min-width:769px) {
  .sec02 {
    padding: 10px 10px 30px;
  }
}

.sec02 h2 {
  color: #fff;
  background: var(--gray);
  font-size: 2.4rem;
  text-align: center;
  border-radius: 7px;
  line-height: 1.6;
  padding: 5px 0;
  margin-bottom: 15px;
  letter-spacing: normal;
  font-weight: 500;
}

@media only screen and (min-width:769px) {
  .sec02 h2 {
    font-size: 3.6rem;
    height: 70px;
    line-height: 54px;
    /* padding: 0 0 10px */
  }
}

.sec02 p {
  padding: 0 4%;
  color: var(--brown);
  font-weight: 500;

}

@media only screen and (min-width:769px) {
  .sec02 p {
    font-size: min(2vw, 2.8rem);
    padding: 0 40px;
    letter-spacing: -0.01em;
  }
}

#link01 {
  margin-top: -30px;
  padding-top: 30px
}



@media only screen and (min-width:769px) {
  .sec02 .ul_wrap {
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
  }

}

.sec02 ul li {
  color: var(--brown);

  font-weight: 500;

}

@media only screen and (min-width:769px) {

  .sec02 ul li {
    font-size: min(2.4vw, 3.3rem)
  }
}

.sec02 ul li:first-letter {
  padding-right: 5px
}

.faq li {
  border-top: 2px solid #0087af;
  border-bottom: 2px solid #0087af;
  margin-bottom: 15px;

}

@media only screen and (min-width:769px) {
  .faq li {
    margin-bottom: 24px;
    border: none
  }
}

.faq li .answer {
  position: relative
}

.faq li .answer:before {
  position: absolute;
  content: ""
}


.faq li:first-of-type .answer:before {
  background: url(../img/img01.png) no-repeat center center/contain;
  width: min(18vw, 250px);
  /* height: 150%; */
  aspect-ratio: 157 / 184;
  bottom: 0;
  right: 5%;
}

@media only screen and (min-width:769px) and (max-width:1100px) {
  .faq li:first-of-type .answer:before {
    bottom: 100%;
    right: 0%;
  }
}
@media only screen and (max-width:849px) {
  .faq li:first-of-type .answer:before {
    display: none;
  }
}


.faq li:nth-of-type(2) .answer_inner {
  position: relative
}

.faq li:nth-of-type(2) .answer_inner:after {
  position: absolute;
  z-index: 1;
  content: "";
  background: url(../img/img02.png) no-repeat center center/contain;
  width: min(10vw, 150px);
  aspect-ratio: 667 / 909;
  /* height: min(13vw, 139px); */
  bottom: 0;
  right: 5%
}

@media only screen and (min-width:769px) and (max-width:1350px) {
  .faq li:nth-of-type(2) .answer_inner:after {
    bottom: 100%;
    right: 0%;
  }
}
@media only screen and (max-width:849px) {
  .faq li:nth-of-type(2) .answer_inner:after {
    display: none;
  }
}
/* @media only screen and (max-width:768px) {
  .faq li:nth-of-type(2) .question:before {
    position: absolute;
    content: "";
    background: url(../img/img02.png) no-repeat center center/contain;
    width: min(10vw, 150px);
    aspect-ratio: 667 / 909;
    top: 5%;
    bottom: unset;
    right: 15%
  }
} */


.faq li:nth-of-type(3) .answer:before {
  background: url(../img/img03.png) no-repeat center center/contain;
  width: min(18vw, 210px);
  aspect-ratio: 1129 / 1259;
  bottom: 30px;
  right: 3%;
}

@media only screen and (min-width:769px) and (max-width:1350px) {
  .faq li:nth-of-type(3) .answer:before {
    bottom: 100%;
  }
}
@media only screen and (max-width:849px) {
  .faq li:nth-of-type(3) .answer:before {
    display: none;
  }
}


.faq li:nth-of-type(5) .question {
  position: relative
}

.faq li:nth-of-type(5) .question:before {
  position: absolute;
  content: "";
  background: url(../img/img04.png) no-repeat center center/contain;
  width: min(15vw, 230px);
  aspect-ratio: 201 / 188;
  /* height: min(20vw, 235px); */
  top: 20px;
  right: 4%;
}

@media only screen and (max-width:849px) {
  .faq li:nth-of-type(5) .question:before {
    display: none;
  }
}
/* @media only screen and (max-width:768px) {
  .faq li:nth-of-type(5) .question:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/img04.png) no-repeat center center/contain;
    width: min(15vw, 230px);
    aspect-ratio: 201 / 188;
    top: unset;
    bottom: 0;
    right: 15%;
  }
} */


.faq li:nth-of-type(6) .border_box {
  position: relative;
}

.faq li:nth-of-type(6) .border_box::before {
  position: absolute;
  content: "";
  background: url(../img/img05.png) no-repeat center center/contain;
  width: min(12vw, 150px);
  aspect-ratio: 81 / 133;
  /* height: min(20vw, 270px); */
  bottom: 30px;
  right: 4%;
}

.faq li:nth-of-type(6) .note {
  font-weight: 400;
  color: #231916;
}

@media only screen and (min-width:769px) and (max-width:1100px) {
  .faq li:nth-of-type(6) .border_box::before {
    bottom: 40%;
  }
}
@media only screen and (max-width:849px) {
  .faq li:nth-of-type(6) .border_box::before {
    display: none;
  }

  .faq li:nth-of-type(6) .note a {
    display: block;
    border-radius: 8px;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: 900;
    padding-left: 0;
  }

  .faq li:nth-of-type(6) .note a strong {
    letter-spacing: 0;
  }
}

.faq li:nth-of-type(7) .answer {
  position: relative
}

.faq li:nth-of-type(7) .answer::before {
  position: absolute;
  content: "";
  background: url(../img/img06.png) no-repeat center center/contain;
  width: min(15vw, 200px);
  aspect-ratio: 937 / 883;
  /* height: min(13vw, 153px); */
  top: 0%;
  right: 4%;
}

.faq li:nth-of-type(7) .answer .icon_a span {
  font-size: min(1.4vw, 20px);
}

@media only screen and (min-width:769px) and (max-width:1300px) {
  .faq li:nth-of-type(7) .answer::before {
    top: -30%;
    right: 2%;
  }
}
@media only screen and (max-width:849px) {
  .faq li:nth-of-type(7) .answer::before {
    display: none;
  }

  .faq li:nth-of-type(7) .answer .icon_a span {
    font-size: 14px;
  }

  .ml30 {
    margin-left: 0 !important;
  }
}

.faq li:nth-of-type(8) .answer::before {
  position: absolute;
  content: "";
  background: url(../img/img07.png) no-repeat center center/contain;
  width: min(15vw, 200px);
  aspect-ratio: 862 / 879;
  bottom: 100%;
  right: 4%;
}
@media only screen and (max-width:849px) {
  .faq li:nth-of-type(8) .answer::before {
    display: none;
  }
}

.faq li:nth-of-type(10) .answer .icon_a span {
  font-size: min(1.4vw, 20px);
}

/* .faq li:nth-of-type(10) .answer:before {
  position: absolute;
  content: "";
  background: url(../img/img07.png) no-repeat center center/contain;
  width: min(20vw, 247px);
  height: min(20vw, 226px);
  bottom: 180px;
  right: 2%;
} */

@media only screen and (max-width:849px) {
  /* .faq li:nth-of-type(10) .answer:before {
    display: none;
  } */

  .faq li:nth-of-type(10) .answer .icon_a span {
    font-size: 14px;
  }
}


.faq .question {
  position: relative;
  background: #fff;
  padding: 15px 38px 15px 4%
}

@media only screen and (min-width:769px) {
  .faq .question {
    padding: 30px 60px 10px
  }
}

.faq .question p {
  font-size: min(5.1vw, 1.8rem);
  color: var(--blue);
}

@media only screen and (min-width:769px) {
  .faq .question p {
    font-size: min(3.8vw, 5rem);
    font-weight: bold;
    min-height: min(9.5vw, 112px);
  }
}

.faq .question br._sp {
  height: 0;
  line-height: 0
}

.faq .question br._pc {
  height: 0;
  line-height: 0
}

.faq .question .icon_q {
  position: relative;
  padding-left: 55px;
  display: inline-block;
  line-height: 1.2
}

@media only screen and (min-width:769px) {
  .faq .question .icon_q {
    padding-left: min(11vw, 140px);

  }
}

.faq .question .icon_q:before {
  position: absolute;
  content: "";
  background: url("../img/icon_q.png") no-repeat;
  width: 44px;
  /* height: 40px; */
  aspect-ratio: 128 / 150;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0
}

@media only screen and (min-width:769px) {
  .faq .question .icon_q:before {
    width: min(10vw, 128px);
    /* width: min(15vw, 180px); */
    /* height: min(9.5vw, 112px); */
  }
}

.faq .question .icon_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 100%;
  background: #eaf4f9
}

@media only screen and (min-width:769px) {
  .faq .question .icon_wrap {
    display: none
  }
}

.faq .question .icon_wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%
}

.faq .question .icon_wrap .icon:before {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #0087af;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20px;
  height: 2px
}

.faq .question .icon_wrap .icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #0087af;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 2px;
  height: 20px
}

.faq .question .icon_wrap .icon.open:after {
  display: none
}

.faq .question .type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.faq .question .type li {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border: none;
  margin-bottom: 0;
  text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff,2px 2px 2px #000;
  font-weight: bold;
}

@media only screen and (min-width:769px) {
  .faq .question .type {
    margin-bottom: 30px;
  }

  .faq .question .type li {
    height: 34px;
    line-height: 34px;
    font-size: 2.5rem;

  }
}

.faq .question .type li:first-of-type {
  background: url("../img/redribbon.png") no-repeat center / cover;
  padding: 0 45px 10px 30px;
  height: auto;
  line-height: 1.8;
  color: var(--red);
}

@media only screen and (max-width:850px) {
  .faq .question .type li:first-of-type {
    line-height: 1.6;
  }
}

.faq .question .type li:nth-of-type(2) {
  background: url("../img/blueribbon.png") no-repeat center / cover;
  border-radius: 0;
  padding: 0 45px 10px 30px;
  height: auto;
  line-height: 1.8;
  color: var(--blue);
}

@media only screen and (max-width:850px) {
  .faq .question .type li:nth-of-type(2) {
    line-height: 1.6;
    padding: 0 35px 10px 20px;
  }
}

.faq .answer {
  display: none;
  background: #f7fafc;
  padding: 15px 4%
}

@media only screen and (min-width:769px) {
  .faq .answer {
    display: block;
    background: #fff;
    padding: 15px 60px 30px
  }
}

.faq .answer p {
  color: #666464;
}

@media only screen and (min-width:769px) {
  .faq .answer p {
    font-size: 3rem
  }
}

.faq .answer p.note {
  color: #241917
}

.faq .answer p.note.blue {
  color: var(--blue)
}

@media only screen and (max-width:849px) {
  .faq .answer p.note.blue.center {
    text-align: left;
    padding: 0 4%
  }
}
.faq .answer .answer_inner {
  position: relative;
  padding: 50px 2% 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}
.faq .answer p.icon_a {
  position: relative;
  z-index: 2;
  border-left: 3px solid var(--blue);
  padding-left: 20px;
  letter-spacing: -1px;
}

@media only screen and (min-width:769px) {
  .faq .answer .answer_inner {
    padding: 0 0 0 min(11vw, 120px);
    /* padding: 0 0 0 min(11vw, 140px); */
    font-size: min(2vw, 30px);
    min-height: min(8vw, 92px);
  }
}

.faq .answer .answer_inner:before {
  position: absolute;
  content: "";
  background: url("../img/icon_a.png") no-repeat;
  /* width: 35px; */
  width: min(11vw, 120px);
  /* height: 35px; */
  aspect-ratio: 10 / 4;
  background-size: contain;
  top: 5px;
  /* left: 1.5%; */
  left: 0;
}

@media only screen and (min-width:769px) {
  .faq .answer p.icon_a:before {
    width: min(8vw, 92px);
    height: min(8vw, 92px);
  }
}

.faq .answer .border_box {
  border: 1px solid #0087af;
  border-radius: 10px;
  padding: 10px 4%
}

@media only screen and (min-width:769px) {
  .faq .answer .border_box {
    padding: 15px 20px
  }
}

.faq .answer .border_box.border_box {
  margin-top: 20px
}

.faq .answer .border_box.p5 {
  padding: 5px 5px 20px
}

.faq .answer .border_box .border_ttl {
  background: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  line-height: 1.5;
  margin: 0 0 10px;
  font-weight: 900;
}

@media only screen and (min-width:769px) {
  .faq .answer .border_box .border_ttl {

    line-height: 46px
  }

  .faq .answer .border_box.p5 {
    padding: 10px 10px 40px
  }
}

.faq .answer .border_box .merit {
  padding: 0 4%
}

@media only screen and (min-width:769px) {
  .faq .answer .border_box .merit {
    padding: 0 30px
  }
}

.faq .answer .border_box .merit+.merit {
  margin-top: 35px
}

.faq .answer .border_box .merit dt {
  color: var(--blue);
  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 4px dotted var(--blue);
  margin-bottom: 10px;
  font-weight: bold;

}

@media only screen and (min-width:769px) {
  .faq .answer .border_box .merit dt {
    font-size: min(2.3vw, 30px);
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: baseline;
  }
}

.faq .answer .border_box .merit dt span {
  color: var(--black);
  font-size: 1.4rem;
  padding: 5px 15px 5px 5px;
  display: block;
  position: relative;
  width: 9rem;
  line-height: 1.3;
  margin-right: 15px;
  background: url('../img/pencil.png') no-repeat center left/contain;

}

@media only screen and (min-width:769px) {
  .faq .answer .border_box .merit dt span {
    padding: 5px 25px 5px 5px;
    font-size: min(2vw, 25px);
    width: auto;
    font-weight: bold;


  }
}


.faq .answer .border_box .merit dd {
  font-size: 1.5rem;
  color: #666464;
  font-weight: 500;
}

@media only screen and (min-width:769px) {
  .faq .answer .border_box .merit dd {
    font-size: min(2vw, 28px)
  }
}

.pagetop_inner {
  width: 100%;
  max-width: 1300px;
  margin: 28px auto 0;
}

@media only screen and (min-width:769px) {
  .pagetop_inner {
    width: 94%;

  }
}

.pagetop {
  background: #ededed;
  border: 1px solid #cccccc;
  border-radius: 6px;
  width: 80%;
  margin: 0 auto
}

@media only screen and (min-width:769px) {
  .pagetop {
    text-align: right;
    background: none;
    border: none;
    width: auto;
    margin: 0 0 0 auto
  }
}

.pagetop a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: var(--blue);
}

@media only screen and (min-width:769px) {
  .pagetop a {
    font-size: 1.9rem;
    padding-left: 20px;
    line-height: 1;
    width: auto;
    height: auto;
    text-align: right
  }
}

.pagetop span {
  position: relative
}

.pagetop span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 13px 8px;
  border-color: transparent transparent var(--blue) transparent;
  top: 5px;
  left: -20px
}

@media only screen and (min-width:769px) {
  .pagetop span:before {
    top: 10px
  }
}

.end_img {
  display: block;
  margin: 20px auto;
  width: 50%;
}

@media only screen and (min-width:769px) {
  .end_img {
    margin: -20px auto 40px;
    width: 30%;
  }
}

.b_border {
  margin: 0 4% 25px;
  border: 3px solid var(--blue);
  border-radius: 15px;
  background: #fff;
  padding: 15px 4% 0;
  position: relative
}

@media only screen and (min-width:769px) {
  .b_border {
    margin: 0 0 25px;
    padding: 15px 30px
  }
}

.b_border h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em
}

@media only screen and (min-width:769px) {
  .b_border h2 {
    font-size: min(3vw, 45px)
  }
}

.b_border h3 {
  background: var(--blue);
  color: #fff;
  padding: 5px 15px;
  border-radius: 7px;
  font-size: 1.5rem;
  font-weight: 500
}

@media only screen and (min-width:769px) {
  .b_border h3 {
    font-size: min(2.4vw, 36px);
    margin-bottom: 5px
  }
}

.b_border h4 {
  color: #666464;
  font-size: 1.5rem;
  line-height: 1.57;
  margin: 5px 0 15px
}

@media only screen and (min-width:769px) {
  .b_border h4 {
    font-size: min(2vw, 2.8rem)
  }
}

.b_border p {
  margin-bottom: 15px
}

.b_border p.txt_ind {
  font-size: 1.4rem;
  line-height: 1.55;
  color: #666464;
  font-weight: 500;
}

@media only screen and (min-width:769px) {
  .b_border p.txt_ind {
    font-size: min(2vw, 28px);
    padding-left: 30px
  }
}

@media only screen and (max-width:849px) {
  .b_border p.sp_txt {
    padding: 5px 0 0 1rem
  }
}

.b_border .gray_tag_area {
  padding: 0 1rem;
  margin-bottom: 15px;
}

@media only screen and (min-width:769px) {
  .b_border .gray_tag_area {
    padding-left: 20px;
    width: 85%;
    margin: 0 auto 30px 0;
  }

  .b_border .gray_tag_area dl {
    display: flex;
    align-items: flex-start;
    gap: 0 15px;
    margin-top: 6px;
  }

  .b_border .gray_tag_area dd .free {
    line-height: 1;
  }
}



.b_border .gray_tag_area dt {
  font-size: 22px;
  line-height: 100%;
  padding: 2px 0 5px;
  background: #595858;
  width: 125px;
  border-radius: 5px;
  color: #fff;
  text-align: center;

}

.b_border .gray_tag_area dd {
  width: calc(100% - 135px);
}

.b_border .gray_tag_area dd p {
  color: var(--gray02);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2;
}

@media only screen and (max-width:849px) {
  .b_border .gray_tag_area dl {
    margin-top: 10px;
  }

  .b_border .gray_tag_area dt {
    width: 100%;
    font-size: 16px;

  }

  .b_border .gray_tag_area dd .free {
    margin-top: 10px;
  }

  .b_border .gray_tag_area dd {
    width: 100%;
  }

  .b_border .gray_tag_area dd p {
    font-size: 12px;
    padding-left: 15px;
    line-height: 2;
  }
}

.b_border a.link {
  padding-left: 15px
}

@media only screen and (min-width:769px) {
  .b_border a.link {
    padding-left: 25px
  }
}

.b_border a.link:before {
  left: 5px
}

.b_border .free_txt {
  font-size: 1.4rem
}

.b_border.img08:before {
  position: absolute;
  content: "";
  background: url(../img/img09.png) no-repeat center center/contain;
  width: min(20vw, 243px);
  aspect-ratio: 2 / 3;
  bottom: 20%;
  right: 4%
}


@media only screen and (max-width:849px) {
  .b_border.img08 {
    padding-bottom: 20px;
  }

  .b_border.img08:before {
    width: 53px;
    bottom: 0%;
  }

  .b_border.img08 .free {
    margin: 10px 0;
  }

  .b_border.img08 .free+p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }


}

.b_border.img09:before {
  position: absolute;
  content: "";
  background: url(../img/img10.png) no-repeat center center/contain;
  /* width: min(15vw, 178px); */
  width: min(15vw, 100px);
  aspect-ratio: 745 / 1402;
  right: 6%;
  bottom: 0
}

@media only screen and (max-width:1024px) {
  .b_border.img09 {
    padding-bottom: 110px;
  }

  .b_border.img09:before {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 100px;
  }

  .b_border.img09 .free+p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
}


.b_border.img10:before {
  position: absolute;
  content: "";
  background: url(../img/img11.png) no-repeat center center/contain;
  right: 4%;
  width: min(15vw, 175px);
  aspect-ratio: 809 / 1730;
  bottom: 12%
}

@media only screen and (max-width:849px) {
  .b_border.img10:before {
    height: 22vw;
  }

  .b_border.img11 {
    padding-bottom: 50px
  }
}

.b_border.img11:before {
  position: absolute;
  content: "";
  background: url(../img/img12.png) no-repeat center center/contain;
  right: 1%;
  width: min(20vw, 232px);
  aspect-ratio: 201 / 181;
  bottom: 0
}

@media only screen and (max-width:849px) {
  .b_border.img11:before {
    height: 80px;
  }
}

.b_border .stop_img {
  /* padding-left: 15px; */
  display: none;
}

@media screen and (max-width:374px) {
  .b_border .stop_img {
    display: block;
    width: 20%;
    margin: 0 auto
  }
}

@media only screen and (min-width:769px) {
  ._pc.inline {
    display: inline-block
  }
}

footer {
  padding: 20px 0 15px
}


footer .adobe_dl {
  max-width: 1260px;
  margin: 0 auto 50px;
  width: 80%;
}

footer .adobe_dl figure {
  width: 135px;
}

footer .adobe_dl p {
  font-weight: 500;
}

footer .adobe_dl .adobe_img a {
  padding-left: 15px
}

@media only screen and (min-width:769px) {
  footer {
    padding: 20px 0 35px
  }

  footer .adobe_dl {
    display: flex;
    align-items: flex-start;
    gap: 0 15px;
    width: 90%;
  }

  footer .adobe_dl figure {
    margin-top: 10px;
  }

  footer .adobe_dl>div {
    width: calc(100% - 160px);
  }

  footer .adobe_dl .adobe_img a {
    padding-left: 20px
  }
}

footer .adobe_dl .adobe_img a:before {
  left: 0
}

footer .copy span {
  display: block
}

@media only screen and (max-width:849px) {
  footer .adobe_dl figure {
    width: 100px;
  }

  footer .adobe_dl .adobe_img+p {
    font-size: 12px;
  }

  footer .copy {
    font-size: 12px;
  }

  footer .copy span {
    font-size: 0.9rem;
    padding-top: 30px
  }

}

/*下層ページ*/

#mid_hd {
  width: 94%;
  margin: 0 auto;
}

@media only screen and (min-width:769px) {
  #mid_hd {
    width: 94%;
    max-width: 1300px;
  }
}

#mid_hd h1 {
  padding-top: 10px;
  text-align: right;
}

@media only screen and (min-width:769px) {
  #mid_hd h1 {
    max-width: 1300px;
    margin: 0 auto;
  }
}

#mid_hd h1 img {
  width: 150px;
  height: auto
}

@media only screen and (min-width:769px) {
  #mid_hd h1 img {
    width: 230px
  }
}

#mid_hd h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (min-width:769px) {
  #mid_hd h2 {
    font-size: 3.2rem;
  }
}

#mid_hd h2 a {
  color: var(--orange);
  /* color: #00A29A; */
}

/* @media only screen and (min-width:769px) {
  #mid01 ul.top_list .top_list_open p, #mid02 ul.top_list .top_list_open p {
    padding-top: 25px;
  }
} */

.pankuzu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
}

.pankuzu li {
  width: 100%;
}

.pankuzu li a {
  position: relative;
  padding-right: 20px;
}

.pankuzu li a::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  top: calc(50% - 3px);
  right: 10px;
}

@media only screen and (min-width: 850px) {
  .pankuzu li {
    width: auto;
  }
}

.mid_inner {
  width: 94%;
  max-width: 849px;
  margin: 0 auto 28px;
}

@media only screen and (min-width: 850px) {
  .mid_inner {
    width: 100%;
  }
}

.mid_inner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.mid_inner_list li {
  width: 220px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.mid_inner_list li:first-child {
  background: #fff;
  border: 2px solid var(--orange);
  /* border: 2px solid #0087af; */
  margin-right: 20px;
}

.mid_inner_list li:first-child a {
  color: #0087af;
}

.mid_inner_list li:last-child {
  background: #0087af;
  border: none;
}

.mid_inner_list li:last-child a {
  color: #fff;
}

.mid_sec01 h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: normal;
  font-weight: bold;
}

@media only screen and (min-width: 850px) {
  .mid_sec01 h2 {
    font-size: 3.8rem;
  }
}

.mid_sec01 h3 {
  font-size: 2.4rem;
  text-align: center;
  padding: 50px 0;
}

.mid_sec01 h3 span {
  font-size: 1.6rem;
}

@media only screen and (min-width: 850px) {
  .mid_sec01 h3 {
    font-size: 3.2rem;
  }

  .mid_sec01 h3 span {
    font-size: 2rem;
  }
}

.mid_inner.main_inner {
  background: #fff;
  padding-bottom: 4%;
  width: 94%;
  margin: 0 auto;
}

@media only screen and (min-width: 850px) {
  .mid_inner.main_inner {
    padding-bottom: 50px;
    width: 94%;
  }
}

.mid_inner section {
  padding: 4% 4% 0;
}

.mid_inner section:first-of-type, .mid_inner section.mid_sec01 {
  padding: 2% 4% 0;
}

@media only screen and (min-width: 850px) {
  .mid_inner section {
    padding: 50px 50px 0;
    margin: 0;
  }

  .mid_inner section:first-of-type, .mid_inner section.mid_sec01 {
    padding: 20px 50px 0;
    margin: 0;
  }
}

.mid_inner section.b_border {
  margin: 25px 0;
  padding: 15px 30px;
}

.mid_inner h3 {
  font-size: 2.2rem;
  color: var(--orange);
  /* color: #00A29A; */
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin-bottom: -10px;
}

.mid_inner h3.top_tit {
  margin-bottom: 30px;
}

.mid_inner .mid_sec01 h3 {
  font-size: 1.8rem;
  color: #060001;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 850px) {
  .mid_inner h3 {
    font-size: 3.2rem;
  }

  .mid_inner .mid_sec01 h3 {
    font-size: 2.8rem;
  }
}

.mid_inner p {
  margin: 20px 0;
}

.mid_inner p.pagetop {
  margin: 28px auto 0;
}

.mid_inner p.og_tag {
  padding: 5px 20px;
  background: var(--orange);
  /* background: #00A29A; */
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  line-height: normal;
}

.mid_inner .movie {
  aspect-ratio: 16/9;
}

.mid_inner .movie iframe {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.mid_inner .movie:hover {
  opacity: 0.7;
}


.mid_img {
  width: 100%;
}

@media only screen and (min-width: 850px) {
  .mid_img {
    width: 75%;
    margin: 0 auto;
    max-width: 620px;
  }

  .mid_img img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }



}

.mid_inner .mid_img p {
  font-size: 1.4rem;
  margin: 3px 0 30px;
  text-align: left;
}