@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap);
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block
}
li {
  list-style: none
}
ol li {
  list-style: decimal
}
img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption,
th {
  text-align: left
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc
}
input,
select {
  vertical-align: middle
}
input,
textarea {
  margin: 0;
  padding: 0
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  font: inherit
}
textarea {
  resize: vertical
}
input[type=checkbox],
input[type=radio] {
  display: none
}
button,
input[type=button],
input[type=submit],
label,
select {
  cursor: pointer
}
select::-ms-expand {
  display: none
}
html {
  height: 100%
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #161616;
  font-family: "Noto Sans JP","Yu Gothic",YuGothic,"游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 400;
  text-size-adjust: 100%
}
body.is_fixed {
  overflow: hidden
}
a {
  -webkit-transition: all .6s ease;
  color: #333;
  text-decoration: none;
  transition: all .6s ease
}
img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom
}
.sp-display {
  display: none!important
}
.tb-display {
  display: none!important
}
.c-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto 100px
}
.c-container .primary {
  width: 670px
}
.c-container .aside {
  position: relative;
  width: 335px
}
.c-loading {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff
}
.c-sp-btn {
  display: none;
  z-index: 106;
  position: fixed;
  top: 5.333vw;
  right: 5.333vw
}
.c-sp-btn a {
  -webkit-box-sizing: border-box;
  -webkit-transition: all .6s ease;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 6.667vw;
  height: 6.667vw;
  padding: 5.333vw;
  border-radius: 1.333vw;
  background: rgba(249,213,91,.8);
  transition: all .6s ease
}
.c-sp-btn a span {
  -webkit-transform: translate(-50%,-50%);
  -webkit-transition: all .6s ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.667vw;
  height: 2px;
  transform: translate(-50%,-50%);
  background-color: #161616;
  transition: all .6s ease
}
.c-sp-btn a span:nth-of-type(1) {
  top: calc(50% - 1.333vw)
}
.c-sp-btn a span:nth-of-type(2) {
  top: calc(50% + 1.333vw)
}
.c-sp-btn a.is_active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.c-sp-btn a.is_active span {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #161616
}
.c-sp-btn a.is_active span:nth-of-type(1) {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg)
}
.c-sp-btn a.is_active span:nth-of-type(2) {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  top: 50%;
  transform: translate(-50%,-50%) rotate(-45deg)
}
.p-common-gnavi {
  top: 20px
}
.p-common-gnavi h2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Oswald,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1
}
.p-common-gnavi h2 .icon {
  display: inline-block;
  width: 34px;
  margin-left: 10px
}
.p-common-gnavi h2 .icon img {
  width: 100%;
  height: auto
}
.p-common-gnavi__navi > li {
  margin-bottom: 0px;
  list-style: none
}
.p-common-gnavi__navi > li > a {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1
}
.p-common-gnavi__navi > li > a.is_active,
.p-common-gnavi__navi > li > a:hover {
  background-color: #ffdc5a
}
.p-common-gnavi__navi > li .yet {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px;
  color: #aaa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1
}
.p-common-gnavi__navi > li .num {
  margin-right: 10px;
  font-family: Oswald,sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1
}
.p-common-gnavi__navi > li ol {
  margin: 0 0 5px 0
}
.p-common-gnavi__navi > li ol li {
  list-style: none
}
.p-common-gnavi__navi > li ol li a {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 10px 5px 70px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4
}
.p-common-gnavi__navi > li ol li a:before {
  position: absolute;
  top: 5px;
  left: 47px;
  margin: auto;
  content: "ー"
}
.p-common-gnavi__navi > li ol li a.is_active,
.p-common-gnavi__navi > li ol li a:hover {
  background-color: #ffdc5a
}
.p-footer-container__copyright {
  padding: 40px 0;
  background-color: #161616;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center
}
.p-footer-container__wrap {
  padding: 60px 0 40px;
  background-color: #f9d55b;
  text-align: center
}
.p-footer-container__wrap figure {
  margin-bottom: 50px
}
.p-footer-container__wrap figure img {
  width: 470px;
  height: auto
}
.p-footer-container__wrap p {
  color: #161616;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8
}
#pagetop {
  z-index: 106;
  position: fixed;
  right: 5.333vw;
  bottom: 5.333vw
}
#pagetop a {
  -webkit-box-sizing: border-box;
  -webkit-transition: all .6s ease;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 15px 20px;
  border-radius: 5px;
  background: #f9d55b;
  transition: all .6s ease
}
#pagetop a:hover {
  background: rgba(249,213,91,.7)
}
#pagetop a span {
  -webkit-transition: all .6s ease;
  display: block;
  font-size: 32px;
  font-weight: 700;
  transition: all .6s ease
}
.p-header-container {
  margin-bottom: 80px;
  padding: 50px 0 0
}
.p-header-container__inner {
  width: 1050px;
  margin: 0 auto
}
.p-header-container__inner h1 {
  margin-bottom: 30px
}
.p-header-container__inner h1 img {
  width: 100%;
  height: auto
}
.p-header-container__page-title {
  padding: 40px 0;
  border-top: 3px solid #161616;
  background-color: #f9d55b
}
.p-header-container__page-title__inner {
  width: 1050px;
  margin: 0 auto
}
.p-header-container__page-title__inner h2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1
}
.p-header-container__page-title__inner h2 strong > span {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.2
}
.p-header-container__page-title__inner h2 strong > span span {
  font-size: 17px
}
.p-header-container__page-title__inner h2 .num {
  margin-right: 20px;
  font-family: Oswald,sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1
}
.p-header-container__index {
  padding: 30px 0 40px;
  background-color: #ececec
}
.p-header-container__index__inner {
  width: 1050px;
  margin: 0 auto
}
.p-header-container__index__inner dl dt {
  margin-bottom: 15px;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 17px;
  font-weight: 600
}
.p-header-container__index__inner dl dd {
  margin-bottom: 15px
}
.p-header-container__index__inner dl dd:last-child {
  margin-bottom: 0
}
.p-header-container__index__inner dl dd ol {
  padding: 5px 0 0 35px
}
.p-header-container__index__inner dl dd ol li {
  margin-bottom: 5px;
  list-style: none
}
.p-header-container__index__inner dl dd a {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6
}
.p-header-container__index__inner dl dd a:hover {
  opacity: .6
}
.p-header-container__index__inner dl dd a .num {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #161616;
  color: #fff;
  font-size: 12px;
  font-weight: 600
}
.p-index-main-visual {
  padding: 50px 0
}
.p-index-main-visual__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto
}
.p-index-main-visual__inner h1 {
  width: 450px;
  margin-bottom: 80px
}
.p-index-main-visual__inner h1 img {
  width: 100%;
  height: auto
}
.p-index-main-visual__inner figure {
  z-index: 10;
  position: absolute;
  right: -60px;
  bottom: -140px;
  width: 600px;
  height: 266px
}
.p-index-menu {
  padding: 100px 0 150px;
  background-color: #f9d55c
}
.p-index-menu__inner {
  width: 1000px;
  margin: 0 auto
}
.p-index-menu__inner h2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  font-family: Oswald,sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1
}
.p-index-menu__inner h2 .icon {
  display: inline-block;
  width: 55px;
  margin-left: 10px
}
.p-index-menu__inner h2 .icon img {
  width: 100%;
  height: auto
}
.p-index-menu__inner__navi {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.p-index-menu__inner__navi > li {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%
}
.p-index-menu__inner__navi .row .sub li {
  margin-bottom: 5px
}
.p-index-menu__inner__navi .row .sub li a {
  padding: 5px 15px 5px 85px;
  font-size: 18px
}
.p-index-menu__inner__navi .row .sub li a:before {
  position: absolute;
  top: 6px;
  left: 57px;
  margin: auto;
  font-weight: 400;
  content: "ー"
}
.p-index-menu__inner__navi .row ol li {
  margin-bottom: 15px;
  list-style: none
}
.p-index-menu__inner__navi .row ol li a {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  line-height: 1.4
}
.p-index-menu__inner__navi .row ol li a:hover {
  background-color: #fff
}
.p-index-menu__inner__navi .row ol li .yet {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 15px;
  color: #888;
  font-size: 20px;
  font-weight: 500;
  line-height: 1
}
.p-index-menu__inner__navi .row ol li .num {
  margin-right: 10px;
  font-family: Oswald,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1
}
.information ul {
  padding: 10px 10px 10px 40px
}
.information ul li {
  margin-bottom: 10px;
  list-style: disc
}
.information ul li a {
  text-decoration: underline;
  word-break: break-all
}
.information ol li {
  margin-bottom: 30px;
  border-bottom: 1px dashed #999;
  list-style: none
}
.information ol li:last-child {
  border: none
}
.information a {
  font-size: 13px;
  text-decoration: underline;
  word-break: break-all
}
.information dl {
  margin-bottom: 30px
}
.information dl dt {
  font-weight: 700
}
.information dl dd {
  font-size: 16px;
  line-height: 2
}
.information figure {
  margin-bottom: 10px!important;
  border: 1px solid #ddd
}
.profile {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px
}
.profile figure {
  width: 130px;
  margin: 0 20px 0 0
}
.profile figure img {
  width: 100%;
  height: auto
}
.profile p {
  margin: 30px 0;
  line-height: 2
}
.profile dl {
  width: calc(100% - 150px)
}
.profile dl dt {
  margin-bottom: 10px;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  line-height: 1.6
}
.profile dl dd {
  font-size: 16px;
  line-height: 1.6
}
.p-post-body {
  margin-bottom: 60px
}
.p-post-body .ttl_01 {
  margin-bottom: 20px;
  padding: 15px 15px;
  border-left: 10px solid #ffdc5a;
  background: #fdf2ce;
  font-size: 18px
}
.p-post-body .ttl_02 {
  margin-bottom: 30px;
  padding: 5px 20px;
  border-left: 6px solid #ffdc5a;
  font-size: 18px;
  line-height: 1.8
}
.p-post-body .ttl_03 {
  margin-bottom: 20px;
  padding: 12px 15px;
  background: #fdf2ce;
  font-size: 16px
}
.p-post-body .flex_photo {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}
.p-post-body .flex_photo li {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%
}
.p-post-body .movie {
  margin: 20px 0
}
.p-post-body .p-post-section {
  margin-bottom: 40px
}
.p-post-body .p-post-section h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700
}
.p-post-body .p-post-section h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700
}
.p-post-body .p-post-section .float_r {
  padding: 0 0 10px 15px;
  float: right
}
.p-post-body .p-post-section .float_r figcaption {
  text-align: center
}
.p-post-body .p-post-section .float_r img {
  border: 1px solid #ccc
}
.p-post-body .p-post-section table.list th {
  padding: 5px 2em 5px 0;
  font-weight: 400
}
.p-post-body .p-post-section table.list td {
  padding: 5px 2em 5px 0
}
.p-post-body .p-post-section ul li {
  margin-bottom: 20px;
  padding-left: 1em;
  line-height: 2;
  text-indent: -1em
}
.p-post-body .ttl {
  margin-bottom: 15px
}
.p-post-body .nomal_list {
  margin-bottom: 30px
}
.p-post-body .nomal_list li {
  padding-left: 1em;
  font-size: 16px;
  line-height: 2;
  text-indent: -1em
}
.p-post-body .nomal_list li:last-child {
  margin-bottom: 0
}
.p-post-body p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2
}
.p-post-body p a {
  text-decoration: underline;
  word-break: break-all
}
.p-post-body p a.external {
  font-size: 14px
}
.p-post-body p.tar {
  margin-top: 30px;
  text-align: right
}
.p-post-body p.tar br {
  display: none
}
.p-post-body p a:hover {
  text-decoration: underline
}
.p-post-body p.att {
  font-size: 14px
}
.p-post-body .page-link {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}
.p-post-body .page-next {
  display: inline-block;
  margin-left: 5px;
  text-align: right
}
.p-post-body .page-next a {
  display: inline-block;
  height: 40px;
  padding: 0 0 0 30px;
  background: #161616;
  color: #fff;
  font-weight: 600;
  line-height: 39px
}
.p-post-body .page-next a:hover {
  background-color: #ffdc5a
}
.p-post-body .page-next a:hover span {
  background-color: #333
}
.p-post-body .page-next a span {
  display: inline-block;
  margin-left: 20px;
  padding: 0 10px;
  background-color: #161616;
  color: #fff;
  font-size: 14px;
  font-weight: 600
}
.p-post-body .page-prev {
  display: inline-block;
  text-align: left
}
.p-post-body .page-prev a {
  display: inline-block;
  height: 40px;
  padding: 0 30px 0 0;
  background: #161616;
  color: #fff;
  font-weight: 600;
  line-height: 39px
}
.p-post-body .page-prev a:hover {
  background-color: #ffdc5a
}
.p-post-body .page-prev a:hover span {
  background-color: #333
}
.p-post-body .page-prev a span {
  display: inline-block;
  margin-right: 20px;
  padding: 0 10px;
  background-color: #161616;
  color: #fff;
  font-size: 14px;
  font-weight: 600
}
.p-post-body figure {
  margin-bottom: 30px
}
.p-post-body figure figcaption {
  display: block;
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.8;
  text-align: right
}
.p-post-body figure img {
  max-width: 100%;
  height: auto
}
.p-post-body figure.img-half-right {
  padding-left: 50%
}
.p-post-body figure.img-float-right {
  width: 280px;
  padding: 0 0 0 30px;
  float: right
}
.p-post-body .img-right {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.p-post-body .img-right p {
  width: 320px
}
.p-post-body .img-right figure {
  width: 300px
}
.p-post-body .img-right figure img {
  width: 100%;
  height: auto
}
.p-post-body .screening-test {
  position: relative;
  margin: 100px 0 0;
  padding: 60px 50px;
  background-color: #fcf2ce
}
.p-post-body .screening-test h3 {
  margin-bottom: 30px;
  color: #c9930a;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1
}
.p-post-body .screening-test dl dt {
  margin-bottom: 5px;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4
}
.p-post-body .screening-test dl dd {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8
}
.p-post-body .screening-test dl dd:last-child {
  margin-bottom: 0
}
.p-post-body .screening-test figure {
  position: absolute;
  top: -80px;
  right: 60px;
  width: 220px;
  margin-bottom: 0
}
.p-post-body .screening-test figure img {
  width: 100%;
  height: auto
}
.p-post-body .quote_link {
  position: relative;
  margin: 100px 0 50px;
  padding: 50px 40px 20px;
  background-color: #fcf2ce
}
.p-post-body .quote_link h3 {
  margin-bottom: 30px;
  color: #c9930a;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1
}
.p-post-body .quote_link h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600
}
.p-post-body .quote_link P {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8
}
.p-post-body .quote_link p.link {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700
}
.p-post-body .quote_link p.link a {
  word-wrap: break-word
}
.p-post-body .quote_link dl dt {
  margin-bottom: 5px;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4
}
.p-post-body .quote_link dl dd {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8
}
.p-post-body .quote_link dl dd a {
  word-break: break-all
}
.p-post-body .quote_link dl dd:last-child {
  margin-bottom: 0
}
.p-post-body .quote_link figure {
  position: absolute;
  top: -80px;
  right: 60px;
  width: 275px;
  margin-bottom: 0
}
.p-post-body .quote_link figure img {
  width: 100%;
  height: auto
}
.p-post-body .quote {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fcf2ce
}
.p-post-body .quote dl dt {
  font-weight: 700;
  line-height: 1.6
}
.p-post-body .quote dl dd {
  margin-bottom: 20px;
  padding-left: 1em;
  line-height: 1.8
}
.p-post-body .quote dl dd:last-child {
  margin-bottom: 0
}
.p-post-body .quote dl dd figure {
  width: 181px;
  margin: 0 0 20px 20px;
  float: right
}
.p-post-body .quote ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-indent: -1em
}
.p-post-body .quote ul li:last-child {
  margin-bottom: 0
}
.p-post-body .quote ul li a:hover {
  text-decoration: underline;
  opacity: .7
}
.p-post-body .quote ul li .num {
  display: inline-block;
  margin-right: 10px;
  padding: 0px 6px;
  background-color: #161616;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-indent: 0
}
.p-post-body .quote p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6
}
.p-post-body .quote p.by {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: right
}
.p-post-body .number_list {
  margin-bottom: 30px
}
.p-post-body .number_list li {
  margin-bottom: 10px;
  padding-left: 1em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-indent: -1em
}
.p-post-body .number_list li:last-child {
  margin-bottom: 0
}
.p-post-body .condition {
  margin-bottom: 30px
}
.p-post-body .condition h3 {
  margin-bottom: 10px;
  color: #c9930a;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 22px;
  line-height: 1.4
}
.p-post-body .condition p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2
}
.p-post-body .condition p span {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 480px;
  height: 36px;
  margin: 8px 0;
  padding: 0 20px;
  border-radius: 36px;
  background-color: #c9930a;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4
}
.p-post-body .explain {
  margin-bottom: 20px;
  padding: 30px 40px;
  background-color: #fcf2ce
}
.p-post-body .explain h3 {
  margin-bottom: 5px;
  color: #c9930a;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 22px;
  line-height: 1.4
}
.p-post-body .explain ol li {
  margin-bottom: 10px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.6;
  list-style-type: none;
  text-indent: -1em
}
.p-post-body .explain ol li:last-child {
  margin-bottom: 0
}
.p-post-body .explain ol li span {
  display: inline-block;
  margin-right: 5px;
  color: #000
}
.p-post-body .explain table th {
  padding: 5px 30px 5px 10px;
  font-weight: 700
}
.p-post-body .explain table td {
  padding: 5px 10px 5px 10px
}
.p-post-link {
  margin: 80px 0 100px
}
.p-post-link p {
  margin-bottom: 10px;
  list-style: none;
  text-align: center
}
.p-post-link p a {
  position: relative;
  padding: 25px 60px;
  border-radius: 10px;
  background-color: #ffccd0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1
}
.p-post-link p a.is_active,
.p-post-link p a:hover {
  background-color: #fff2c1
}
.p-post-link p a:before {
  position: absolute;
  right: 10px;
  bottom: -20px;
  height: 1em;
  margin: auto;
  font: var(--fa-font-regular);
  font-size: 42px;
  content: '\e1a2'
}
.p-post-link p .yet {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 10px;
  color: #aaa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1
}
.p-post-link p .num {
  margin-right: 10px;
  font-family: Oswald,sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1
}
.border-radius {
  margin-bottom: 60px;
  padding: 20px 30px 10px;
  border-radius: 20px;
  background-color: #ffe0d9
}
.border-radius h3 {
  margin-bottom: 10px;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6
}
.border-radius h3 span {
  font-size: 20px
}
.border-radius p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2
}
.border-radius p a:hover {
  text-decoration: underline
}
.supervisor {
  padding: 30px 40px
}
.supervisor dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.supervisor dl dt {
  display: inline-block;
  width: 4em;
  margin-right: 20px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  text-align: center
}
.supervisor dl dd br {
  display: none
}
table.page07_3 {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc
}
table.page07_3 th {
  padding: 10px 10px;
  border: 1px solid #ccc;
  background: #ffdc5a;
  text-align: center
}
table.page07_3 td {
  padding: 10px 10px;
  border: 1px solid #ccc;
  text-align: center
}
table.page09_2 {
  width: 100%;
  margin: 10px 0 20px;
  border: 1px solid #ccc
}
table.page09_2 th {
  padding: 10px 10px;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center
}
table.page09_2 th.blue {
  background: #6f82ab
}
table.page09_2 th.pink {
  background: #ea8271
}
table.page09_2 td {
  padding: 10px 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  font-size: 14px;
  text-align: center;
  vertical-align: middle
}
table.page09_2 td br {
  display: block
}
.p-post-data {
  margin-bottom: 20px
}
.p-post-data p {
  font-size: 14px;
  text-align: right
}
.p-post-heading {
  margin-bottom: 30px;
  padding: 35px 25px;
  border: 1px solid #161616
}
.p-post-heading h3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 35px;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 19px;
  font-weight: 600
}
.p-post-heading h3 .num {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #161616;
  color: #fff;
  font-size: 14px;
  font-weight: 600
}
.inquiry_bt {
  margin-top: 40px
}
.inquiry_bt p {
  text-align: center
}
.inquiry_bt p a {
  display: inline-block;
  position: relative;
  padding: 20px 60px;
  border-radius: 10px;
  background-color: #ffdc5a;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none
}
.inquiry_bt p a.is_active,
.inquiry_bt p a:hover {
  background-color: #fff2c1
}
.inquiry_bt p a:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  content: '\f0da'
}
.inquiry_bt p a strong {
  font-weight: 700
}
.p-post-inquiry {
  padding: 35px 40px 20px;
  background-color: #fcf2ce
}
.p-post-inquiry.border {
  border-radius: 20px
}
.p-post-inquiry > section {
  margin-bottom: 30px
}
.p-post-inquiry > section:last-child {
  margin-bottom: 0
}
.p-post-inquiry h3 {
  margin-bottom: 10px;
  color: #c9930a;
  font-family: "Shuei NijimiMGo B",sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6
}
.p-post-inquiry h3 span {
  font-size: 20px
}
.p-post-inquiry h4 {
  font-size: 18px;
  font-weight: 600
}
.p-post-inquiry p.link {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700
}
.p-post-inquiry p.link a {
  word-wrap: break-word;
  text-decoration: underline
}
.p-post-inquiry p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2
}
.p-post-inquiry p a:hover {
  text-decoration: underline
}
.p-post-inquiry dl dt {
  width: 270px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center
}
.p-post-inquiry dl dt a {
  display: block;
  padding: 10px 0;
  background-color: #eec748
}
.p-post-inquiry dl dt a:hover {
  opacity: .7
}
.p-post-inquiry dl dd {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8
}
.p-post-inquiry dl dd p {
  margin-bottom: 5px
}
.p-post-notice {
  margin-bottom: 40px;
  padding: 25px 30px;
  background-color: #dedede
}
.p-post-notice p {
  font-size: 15px;
  line-height: 1.6
}
.u-fadein-up {
  -webkit-transform: translateY(100px);
  -webkit-transition: all 3s cubic-bezier(0,1,.5,1);
  transform: translateY(100px);
  opacity: 0;
  transition: all 3s cubic-bezier(0,1,.5,1)
}
@media (max-width:767px) {
  .sp-display {
    display: block!important
  }
  .sp-invisible {
    display: none!important
  }
  .c-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0 0 13.333vw;
    padding: 0 5.333vw
  }
  .c-container .primary {
    width: 100%
  }
  .c-container .aside {
    width: 100%
  }
  .c-sp-btn {
    display: block
  }
  .p-common-gnavi {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10.667vw 8vw;
    background-color: #ffdc5a
  }
  .p-common-gnavi h2 {
    margin-bottom: 8vw;
    padding-left: 0;
    font-size: 7.467vw
  }
  .p-common-gnavi h2 .icon {
    width: 7.467vw;
    margin-left: 1.333vw
  }
  .p-common-gnavi__navi > li {
    margin-bottom: 5.333vw
  }
  .p-common-gnavi__navi > li > a {
    padding: 0;
    font-size: 3.733vw
  }
  .p-common-gnavi__navi > li .yet {
    padding: 0;
    font-size: 3.733vw
  }
  .p-common-gnavi__navi > li .num {
    margin-right: 2.667vw;
    font-size: 5.867vw
  }
  .p-common-gnavi__navi > li ol {
    margin: 10px 0 0
  }
  .p-common-gnavi__navi > li ol li {
    margin-bottom: 5px
  }
  .p-common-gnavi__navi > li ol li a {
    padding: 0 0 0 54px;
    font-size: 3.733vw
  }
  .p-common-gnavi__navi > li ol li a:before {
    top: 1px;
    left: 33px
  }
  .p-footer-container__copyright {
    padding: 5.333vw 0;
    font-size: 2.667vw
  }
  .p-footer-container__wrap {
    padding: 8vw 5.333vw
  }
  .p-footer-container__wrap figure {
    margin-bottom: 5.333vw
  }
  .p-footer-container__wrap figure img {
    width: 100%
  }
  .p-footer-container__wrap p {
    font-size: 2.933vw
  }
  #pagetop a {
    width: 6.667vw;
    height: 6.667vw;
    padding: 5.333vw;
    border-radius: 1.333vw
  }
  #pagetop a span {
    position: absolute;
    top: calc(50% - 4vw);
    left: calc(50% - 3vw);
    font-size: 24px
  }
  .p-header-container {
    margin-bottom: 10.667vw;
    padding: 5.333vw 0 0
  }
  .p-header-container__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 18.667vw 0 2.667vw
  }
  .p-header-container__inner h1 {
    margin-bottom: 2.667vw
  }
  .p-header-container__page-title {
    border-widh: .8vw;
    padding: 5.333vw 0
  }
  .p-header-container__page-title__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5.333vw
  }
  .p-header-container__page-title__inner h2 {
    display: block;
    font-size: 5.333vw;
    line-height: 1.4
  }
  .p-header-container__page-title__inner h2 strong > span {
    font-size: 17px;
    line-height: 1.4
  }
  .p-header-container__page-title__inner h2 strong > span span {
    font-size: 14px
  }
  .p-header-container__page-title__inner h2 .num {
    display: block;
    margin: 0 0 1.333vw;
    font-size: 8.533vw
  }
  .p-header-container__index {
    padding: 5.333vw 0
  }
  .p-header-container__index__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5.333vw
  }
  .p-header-container__index__inner dl dt {
    margin-bottom: 2.667vw;
    font-size: 3.467vw;
    text-align: center
  }
  .p-header-container__index__inner dl dd {
    margin-bottom: 2.667vw
  }
  .p-header-container__index__inner dl dd ol {
    padding: 5px 0 0 0
  }
  .p-header-container__index__inner dl dd a {
    position: relative;
    padding-left: 25px;
    font-size: 3.733vw
  }
  .p-header-container__index__inner dl dd a .num {
    position: absolute;
    top: .533vw;
    left: 0;
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 0;
    font-size: 2.667vw
  }
  .p-index-main-visual {
    padding: 13.333vw 0
  }
  .p-index-main-visual__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5.333vw
  }
  .p-index-main-visual__inner h1 {
    width: 100%;
    margin-bottom: 10.667vw
  }
  .p-index-main-visual__inner figure {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto
  }
  .p-index-menu {
    padding: 13.333vw 10px
  }
  .p-index-menu__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5.333vw
  }
  .p-index-menu__inner h2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 8vw
  }
  .p-index-menu__inner h2 .icon {
    width: 8vw;
    margin-left: 1.333vw
  }
  .p-index-menu__inner__navi {
    display: block
  }
  .p-index-menu__inner__navi .row .sub li {
    margin-bottom: 0
  }
  .p-index-menu__inner__navi .row .sub li a {
    padding: 5px 15px 5px 55px;
    font-size: 15px
  }
  .p-index-menu__inner__navi .row .sub li a:before {
    top: 5px;
    left: 35px
  }
  .p-index-menu__inner__navi .row ol li {
    margin-bottom: 5.333vw
  }
  .p-index-menu__inner__navi .row ol li a {
    padding: 0;
    font-size: 4.267vw
  }
  .p-index-menu__inner__navi .row ol li a:hover {
    background-color: transparent
  }
  .p-index-menu__inner__navi .row ol li .yet {
    padding: 0;
    font-size: 4.267vw
  }
  .p-index-menu__inner__navi .row ol li .num {
    margin-right: 10px;
    font-size: 24px
  }
  .information ul {
    padding: 10px 10px 10px 25px
  }
  .information ul li a {
    display: block
  }
  .information a {
    display: block
  }
  .information dl dd {
    font-size: 3.733vw
  }
  .profile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5.333vw
  }
  .profile figure {
    width: 26.667vw;
    margin: 0 2.667vw 0 0
  }
  .profile dl {
    width: 58.667vw
  }
  .profile dl dt {
    margin-bottom: 1.333vw;
    font-size: 3.733vw
  }
  .profile dl dd {
    font-size: 3.2vw
  }
  .p-post-body {
    margin-bottom: 10vw
  }
  .p-post-body .ttl_02 {
    font-size: 16px
  }
  .p-post-body .p-post-section h5 {
    font-size: 15px
  }
  .p-post-body .p-post-section .float_r {
    padding: 0 0 10px 0;
    float: none
  }
  .p-post-body .p-post-section .float_r img {
    width: 100%
  }
  .p-post-body .p-post-section table.list th {
    display: block;
    padding: 5px 2em 5px 0
  }
  .p-post-body .p-post-section table.list td {
    display: block;
    padding: 5px 2em 15px 0
  }
  .p-post-body .p-post-section ul li {
    margin: 0 0 2.667vw;
    font-size: 3.733vw
  }
  .p-post-body .nomal_list li {
    margin: 0 0 2.667vw;
    font-size: 3.733vw
  }
  .p-post-body p {
    margin-bottom: 5.333vw;
    font-size: 3.733vw
  }
  .p-post-body p.tar br {
    display: block
  }
  .p-post-body .page-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-post-body figure {
    margin-bottom: 5.333vw
  }
  .p-post-body figure.img-half-right {
    padding-left: 0
  }
  .p-post-body figure.img-float-right {
    width: 100%;
    padding: 0;
    float: none
  }
  .p-post-body .img-right {
    display: block
  }
  .p-post-body .img-right p {
    width: 100%
  }
  .p-post-body .img-right figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5.333vw
  }
  .p-post-body .screening-test {
    margin: 0;
    padding: 10.667vw 8vw
  }
  .p-post-body .screening-test h3 {
    margin-bottom: 5.333vw;
    font-size: 4.8vw
  }
  .p-post-body .screening-test dl dt {
    margin-bottom: 1.333vw;
    font-size: 4.267vw
  }
  .p-post-body .screening-test dl dd {
    margin-bottom: 5.333vw;
    font-size: 3.733vw
  }
  .p-post-body .screening-test figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 5.333vw;
    padding: 0 5.333vw
  }
  .p-post-body .quote_link {
    margin: 0;
    padding: 10.667vw 8vw 10px
  }
  .p-post-body .quote_link h3 {
    margin-bottom: 5.333vw;
    font-size: 4.8vw
  }
  .p-post-body .quote_link h4 {
    padding-left: 1.25em;
    font-size: 16px;
    text-indent: -1.25em
  }
  .p-post-body .quote_link P {
    font-size: 14px
  }
  .p-post-body .quote_link p.link {
    font-size: 14px
  }
  .p-post-body .quote_link dl dt {
    margin-bottom: 1.333vw;
    font-size: 4.267vw
  }
  .p-post-body .quote_link dl dd {
    margin-bottom: 5.333vw;
    font-size: 3.733vw
  }
  .p-post-body .quote_link figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 5.333vw;
    padding: 0 5.333vw
  }
  .p-post-body .quote {
    margin-bottom: 5.333vw;
    padding: 5.333vw
  }
  .p-post-body .quote dl dd {
    font-size: 3.733vw
  }
  .p-post-body .quote dl dd figure {
    width: 40%
  }
  .p-post-body .quote ul li {
    margin: 0 0 2.667vw;
    font-size: 3.733vw
  }
  .p-post-body .quote p {
    margin: 0 0 2.667vw;
    font-size: 3.733vw
  }
  .p-post-body .quote p.by {
    font-size: 3.2vw
  }
  .p-post-body .number_list li {
    margin: 0 0 2.667vw;
    font-size: 3.733vw
  }
  .p-post-body .condition {
    margin-bottom: 5.333vw
  }
  .p-post-body .condition h3 {
    margin-bottom: 1.333vw;
    font-size: 4.8vw
  }
  .p-post-body .condition p {
    font-size: 3.733vw
  }
  .p-post-body .condition p span {
    width: 100%;
    height: 9.6vw;
    margin: 1.067vw 0;
    padding: 0 2.667vw;
    border-radius: 9.6vw;
    font-size: 3.733vw
  }
  .p-post-body .explain {
    margin-bottom: 5.333vw;
    padding: 5.333vw
  }
  .p-post-body .explain h3 {
    margin-bottom: 1.333vw;
    font-size: 4.267vw
  }
  .p-post-body .explain ol li {
    margin-bottom: 1.333vw;
    font-size: 3.733vw
  }
  .p-post-body .explain table th {
    display: block;
    padding: 5px 10px 5px 10px;
    font-weight: 700
  }
  .p-post-body .explain table td {
    display: block;
    padding: 0 10px 15px 10px;
    font-size: 13px
  }
  .p-post-link p {
    margin-bottom: 5.333vw
  }
  .p-post-link p a {
    padding: 15px 15px;
    font-size: 3.733vw
  }
  .p-post-link p .yet {
    padding: 0;
    font-size: 3.733vw
  }
  .p-post-link p .num {
    margin-right: 2.667vw;
    font-size: 5.867vw
  }
  .border-radius {
    margin-bottom: 10vw;
    padding: 5.333vw
  }
  .border-radius h3 {
    font-size: 4.8vw
  }
  .border-radius p {
    margin-bottom: 2.667vw;
    font-size: 3.733vw;
    line-height: 1.8
  }
  .supervisor {
    margin-bottom: 40px;
    padding: 0
  }
  .supervisor dl dt {
    padding: 5px 10px;
    font-size: 14px
  }
  .supervisor dl dd {
    font-size: 14px
  }
  .supervisor dl dd br {
    display: block
  }
  table.page07_3 th {
    padding: 10px 5px;
    font-size: 14px
  }
  table.page07_3 td {
    padding: 10px 5px;
    font-size: 14px
  }
  table.page09_2 th {
    padding: 10px 5px;
    font-size: 14px
  }
  table.page09_2 td {
    padding: 10px 5px;
    font-size: 14px
  }
  table.page09_2 td br {
    display: none
  }
  .p-post-heading {
    position: relative;
    margin-bottom: 5.333vw;
    padding: 5.333vw
  }
  .p-post-heading h3 {
    padding-left: 9.333vw;
    font-size: 4.8vw
  }
  .p-post-heading h3 .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 0;
    font-size: 3.733vw
  }
  .inquiry_bt p a {
    display: block;
    padding: 15px 0px;
    font-size: 3.733vw
  }
  .p-post-inquiry {
    margin-bottom: 10vw;
    padding: 5.333vw
  }
  .p-post-inquiry h3 {
    font-size: 4.8vw
  }
  .p-post-inquiry h4 {
    font-size: 16px
  }
  .p-post-inquiry p.link {
    font-size: 14px
  }
  .p-post-inquiry p {
    margin-bottom: 2.667vw;
    font-size: 3.733vw;
    line-height: 1.8
  }
  .p-post-inquiry dl dt {
    width: 100%;
    margin-bottom: 2.667vw;
    font-size: 3.733vw
  }
  .p-post-inquiry dl dt a {
    padding: 2.667vw 0
  }
  .p-post-notice {
    margin-bottom: 8vw;
    padding: 5.333vw
  }
  .p-post-notice p {
    font-size: 3.733vw
  }
  .u-fadein-up {
    -webkit-transform: translateY(13.333vw);
    transform: translateY(13.333vw)
  }
}
@media (min-width:768px) and (max-width:1149px) {
  .tb-display {
    display: block!important
  }
  .tb-invisible {
    display: none!important
  }
  .c-container {
    width: 72.917vw;
    margin: 0 auto 100px
  }
  .c-container .primary {
    width: 47.222vw
  }
  .c-container .aside {
    width: 22.222vw
  }
  .p-common-gnavi {
    top: 1.389vw
  }
  .p-common-gnavi h2 {
    margin-bottom: 1.389vw;
    padding-left: .694vw;
    font-size: 2.222vw
  }
  .p-common-gnavi h2 .icon {
    width: 2.361vw;
    margin-left: .694vw
  }
  .p-common-gnavi__navi > li {
    margin-bottom: .694vw
  }
  .p-common-gnavi__navi > li > a {
    padding: 1.042vw .694vw;
    font-size: 1.111vw
  }
  .p-common-gnavi__navi > li .yet {
    padding: 1.042vw .694vw;
    font-size: 1.111vw
  }
  .p-common-gnavi__navi > li .num {
    margin-right: .694vw;
    font-size: 1.806vw
  }
  .p-common-gnavi__navi > li ol li a {
    padding: 1.042vw .694vw;
    font-size: 1.111vw
  }
  .p-footer-container__copyright {
    font-size: .833vw;
    text-align: center
  }
  .p-footer-container__wrap {
    padding: 4.167vw 0 2.778vw
  }
  .p-footer-container__wrap figure {
    margin-bottom: 3.472vw
  }
  .p-footer-container__wrap figure img {
    width: 32.639vw
  }
  .p-footer-container__wrap p {
    font-size: .833vw
  }
  .p-header-container {
    margin-bottom: 5.556vw;
    padding: 3.472vw 0 0
  }
  .p-header-container__inner {
    width: 72.917vw
  }
  .p-header-container__inner h1 {
    margin-bottom: 2.083vw
  }
  .p-header-container__page-title {
    padding: 2.778vw 0;
    border-width: .208vw
  }
  .p-header-container__page-title__inner {
    width: 72.917vw
  }
  .p-header-container__page-title__inner h2 {
    font-size: 2.083vw
  }
  .p-header-container__page-title__inner h2 .num {
    margin-right: 1.389vw;
    font-size: 4.861vw
  }
  .p-header-container__index {
    padding: 2.083vw 0 2.778vw
  }
  .p-header-container__index__inner {
    width: 72.917vw
  }
  .p-header-container__index__inner dl dt {
    margin-bottom: .694vw;
    font-size: 1.181vw
  }
  .p-header-container__index__inner dl dd {
    margin-bottom: .347vw
  }
  .p-header-container__index__inner dl dd a {
    font-size: 1.111vw
  }
  .p-header-container__index__inner dl dd a .num {
    width: 1.389vw;
    height: 1.389vw;
    margin-right: .347vw;
    font-size: .833vw
  }
  .p-index-main-visual {
    padding: 6.944vw 0
  }
  .p-index-main-visual__inner {
    width: 90vw
  }
  .p-index-main-visual__inner h1 {
    width: 31.25vw;
    margin-bottom: 5.556vw
  }
  .p-index-main-visual__inner figure {
    right: 0;
    width: 50vw
  }
  .p-index-menu {
    padding: 6.944vw 20px 10.417vw
  }
  .p-index-menu__inner h2 {
    margin-bottom: 3.472vw;
    font-size: 3.472vw
  }
  .p-index-menu__inner h2 .icon {
    width: 3.819vw;
    margin-left: .694vw
  }
  .p-index-menu__inner__navi {
    display: block
  }
  .p-index-menu__inner__navi .row .sub li a {
    padding: 5px 15px 5px 55px;
    font-size: 15px
  }
  .p-index-menu__inner__navi .row ol li {
    margin-bottom: .694vw
  }
  .p-index-menu__inner__navi .row ol li .num {
    margin-right: 1.042vw;
    font-size: 2.222vw
  }
  .information dl dd {
    font-size: 1.111vw
  }
  .profile {
    margin-bottom: 2.778vw
  }
  .profile figure {
    width: 9.028vw;
    margin: 0 1.042vw 0 0
  }
  .profile dl dt {
    margin-bottom: .694vw;
    font-size: 1.25vw
  }
  .profile dl dd {
    font-size: 1.111vw
  }
  .p-post-body {
    margin-bottom: 10vw
  }
  .p-post-body .p-post-section ul li {
    margin: 0 0 1.389vw;
    font-size: 1.111vw
  }
  .p-post-body .nomal_list li {
    margin: 0 0 1.389vw;
    font-size: 1.111vw
  }
  .p-post-body p {
    margin-bottom: 2.083vw;
    font-size: 1.111vw
  }
  .p-post-body figure {
    margin-bottom: 2.083vw
  }
  .p-post-body .img-right p {
    width: 22.222vw
  }
  .p-post-body .img-right figure {
    width: 20.833vw
  }
  .p-post-body .screening-test {
    margin: 6.944vw 0 0;
    padding: 4.167vw 3.472vw
  }
  .p-post-body .screening-test h3 {
    margin-bottom: 2.083vw;
    font-size: 1.528vw
  }
  .p-post-body .screening-test dl dt {
    margin-bottom: .347vw;
    font-size: 1.111vw
  }
  .p-post-body .screening-test dl dd {
    margin-bottom: 2.083vw;
    font-size: 1.111vw
  }
  .p-post-body .screening-test figure {
    top: -5.556vw;
    right: 4.167vw;
    width: 15.278vw
  }
  .p-post-body .quote_link {
    margin: 6.944vw 0 0;
    padding: 4.167vw 3.472vw
  }
  .p-post-body .quote_link h3 {
    margin-bottom: 2.083vw;
    font-size: 1.528vw
  }
  .p-post-body .quote_link dl dt {
    margin-bottom: .347vw;
    font-size: 1.111vw
  }
  .p-post-body .quote_link dl dd {
    margin-bottom: 2.083vw;
    font-size: 1.111vw
  }
  .p-post-body .quote_link figure {
    top: -5.556vw;
    right: 4.167vw;
    width: 15.278vw
  }
  .p-post-body .quote {
    margin-bottom: 1.389vw;
    padding: 2.083vw
  }
  .p-post-body .quote ul li {
    margin: 0 0 1.389vw;
    font-size: 1.111vw
  }
  .p-post-body .quote p {
    margin: 0 0 1.389vw;
    font-size: 1.111vw
  }
  .p-post-body .quote p.by {
    font-size: .972vw
  }
  .p-post-body .number_list li {
    margin: 0 0 1.389vw;
    font-size: 1.111vw
  }
  .p-post-body .condition {
    margin-bottom: 2.083vw
  }
  .p-post-body .condition h3 {
    margin-bottom: .694vw;
    font-size: 1.528vw
  }
  .p-post-body .condition p {
    font-size: 1.111vw
  }
  .p-post-body .condition p span {
    width: 33.333vw;
    height: 2.5vw;
    margin: .694vw 0;
    padding: 0 1.389vw;
    border-radius: 2.5vw;
    font-size: 1.111vw
  }
  .p-post-body .explain {
    margin-bottom: 1.389vw;
    padding: 2.083vw
  }
  .p-post-body .explain h3 {
    margin-bottom: .347vw;
    font-size: 1.528vw
  }
  .p-post-body .explain ol li {
    margin-bottom: .347vw;
    font-size: 1.111vw
  }
  .p-post-link p {
    margin-bottom: .694vw
  }
  .p-post-link p a {
    padding: 20px 20px;
    font-size: 1.111vw
  }
  .p-post-link p .yet {
    padding: 1.042vw .694vw;
    font-size: 1.111vw
  }
  .p-post-link p .num {
    margin-right: .694vw;
    font-size: 1.806vw
  }
  .border-radius {
    margin-bottom: 10vw;
    padding: 3.472vw
  }
  .border-radius h3 {
    margin-bottom: 2.083vw;
    font-size: 1.528vw
  }
  .border-radius p {
    margin-bottom: 1.389vw;
    font-size: 1.042vw
  }
  .p-post-heading {
    margin-bottom: 2.083vw;
    padding: 2.778vw 2.083vw
  }
  .p-post-heading h3 {
    padding-left: 25px;
    font-size: 1.389vw
  }
  .p-post-heading h3 .num {
    width: 1.667vw;
    height: 1.667vw;
    margin-right: .694vw;
    font-size: .972vw
  }
  .inquiry_bt p a {
    font-size: 1.111vw
  }
  .p-post-inquiry {
    margin-bottom: 10vw;
    padding: 3.472vw
  }
  .p-post-inquiry h3 {
    margin-bottom: 2.083vw;
    font-size: 1.528vw
  }
  .p-post-inquiry p {
    margin-bottom: 1.389vw;
    font-size: 1.042vw
  }
  .p-post-inquiry dl dt {
    width: 18.75vw;
    margin-bottom: 1.389vw;
    font-size: 1.042vw
  }
  .p-post-inquiry dl dt a {
    padding: .694vw 0
  }
  .p-post-inquiry dl dd {
    font-size: .903vw
  }
  .p-post-notice {
    margin-bottom: 2.778vw;
    padding: 1.736vw 2.083vw
  }
  .p-post-notice p {
    font-size: 1.042vw
  }
  .u-fadein-up {
    -webkit-transform: translateY(6.944vw);
    transform: translateY(6.944vw)
  }
}