@charset "UTF-8";
main {
  min-height: calc(100vh - 532px);
}

.main-pd {
  padding: 100px 0 120px;
}

.base__title-ja {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--orange);
}

.site-page__title {
  background-color: #F5F5F5;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.site__txt {
  margin-bottom: 70px;
}

.page__txt {
  margin-bottom: 40px;
}

.caution-txt {
  padding-left: 20px;
  text-indent: -16px;
}

.base__under-title {
  text-align: center;
  color: var(--orange);
  margin-bottom: 80px;
}
.base__under-title .en {
  font-size: 70px;
  font-weight: 500;
  display: block;
  line-height: 1.6;
}
.base__under-title .ja {
  text-align: center;
  font-size: 16px;
  display: block;
}

.blue-link {
  text-decoration: underline;
  color: #005FFF;
}

.post__flex {
  display: flex;
  justify-content: space-between;
}

.post__main-bl {
  width: calc(100% - 300px);
}

.post__sub-bl {
  width: 250px;
}

.post__sub-item {
  margin-bottom: 80px;
}

.post__sub-title {
  color: #a1a0a0;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CACACA;
}
.post__sub-title .en {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.post__sub-title .ja {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.post__sub-title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 40px;
  display: block;
  content: "";
  background-color: var(--orange);
}

.post__sub-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 13px;
  color: #7D7D7D;
}
.post__sub-list li::before {
  position: absolute;
  display: block;
  content: "";
  width: 17px;
  left: 0;
  top: 15px;
  height: 1px;
  background-color: #7D7D7D;
}
.post__sub-list li a {
  color: #7D7D7D;
}

.base__page-title {
  border-bottom: 1px solid #BFBFBF;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.base__page-title::after {
  display: block;
  content: "";
  width: 135px;
  height: 2px;
  background-color: var(--orange);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.base__page-title .en {
  font-size: 50px;
  color: var(--orange);
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  margin-right: 10px;
}
.base__page-title .ja {
  font-size: 16px;
  font-weight: 500;
  color: var(--orange);
}

.post__tags {
  margin-bottom: 40px;
}
.post__tags .date {
  font-size: 15px;
  margin-right: 30px;
  display: inline-block;
  color: var(--orange);
}
.post__tags .cate {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  padding: 3px 10px;
  background-color: #BFBFBF;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}

.post__detail p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 2;
}
.post__detail img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin-bottom: 30px;
}
.post__detail h2 {
  color: var(--orange);
  font-size: 21px;
  font-weight: bold;
  padding: 15px 20px;
  background-color: var(--orange-bg);
  margin-bottom: 20px;
}
.post__detail h3 {
  color: var(--orange);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0 5px 15px;
  border-left: 14px solid var(--orange);
}
.post__detail h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 65px;
  position: relative;
}
.post__detail h4::before {
  display: block;
  width: 48px;
  height: 1px;
  background-color: #111;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}
.post__detail h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.base__btn.return__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.base__btn.return__btn::after {
  background-image: url(../img/common/arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 20px;
  position: absolute;
  left: 20px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.3s;
}
.base__btn.return__btn:hover::after {
  left: 12px;
  transition-duration: 0.3s;
}

.page__mv {
  width: 100%;
  height: 500px;
}
.page__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.philosophy__title {
  padding-top: 20px;
}
.philosophy__title .en {
  position: relative;
  color: var(--orange);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 108px;
  line-height: 1;
  top: -74px;
  font-weight: 600;
}
.philosophy__title .en::before {
  content: attr(data-title);
  height: 50%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
}
.philosophy__title .ja {
  color: var(--orange);
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  position: relative;
  top: -68px;
}

.philosophy__rinen .item {
  border-top: 1px solid #D2D2D2;
  padding: 60px;
}
.philosophy__rinen .item .under-line__title {
  margin-bottom: 60px;
}

.under-line__title {
  color: var(--orange);
  font-size: 36px;
  text-align: center;
  position: relative;
  font-weight: 900;
  margin-bottom: 80px;
}
.under-line__title::after {
  display: block;
  width: 34px;
  height: 1px;
  background-color: var(--orange);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  content: "";
}

.philosophy-rinen__txt {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}

.mokuhyou__txt {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 30px;
}

.mokuhyou__bl {
  background-color: var(--orange-bg);
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mokuhyou__list {
  width: -moz-fit-content;
  width: fit-content;
}
.mokuhyou__list li {
  font-size: 28px;
  font-weight: 900;
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
  list-style: none;
}
.mokuhyou__list li:last-of-type {
  margin-bottom: 0;
}
.mokuhyou__list li::before {
  width: 50px;
  height: 50px;
  background-color: var(--orange);
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.mokuhyou__list li:first-of-type::before {
  content: "1";
}
.mokuhyou__list li:nth-of-type(2)::before {
  content: "2";
}
.mokuhyou__list li:last-of-type::before {
  content: "3";
}

.sec-mokuhyou {
  padding: 100px 0;
}

.fixed-bg {
  position: relative;
  min-height: 100%;
  height: 400px; /*--スクロールをさせるため 高さ指定--*/
  background-size: cover; /*--背景画像のサイズ--*/
  background-attachment: fixed; /*--背景画像の固定--*/
  background-repeat: no-repeat; /*--背景画像の繰り返し--*/
  background-position: center center; /*--背景画像の位置--*/
  z-index: 2;
  padding: 5em 0;
}

.is-ios .fixed-bg {
  background-attachment: scroll !important; /*--iOSの背景固定を解除--*/
  height: 600px; /*--iOSの背景固定を解除するため 高さ指定--*/
}

.fixed-bg.fixed-bg-1 {
  background-image: url("../img/webp/philosophy/philosophy-bg.webp");
}

.sec-seisaku {
  padding-top: 100px;
  background-color: #F8F8F8;
}

.mb60 {
  margin-bottom: 60px;
}

.seisaku__flex {
  display: flex;
}
.seisaku__flex .img {
  width: 50%;
}
.seisaku__flex .cont {
  width: 600px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
.seisaku__flex .cont .seisaku__title {
  font-size: 28px;
  color: var(--orange);
  margin-bottom: 30px;
  font-weight: bold;
}
.seisaku__flex .cont p {
  margin-bottom: 30px;
}
.seisaku__flex.p2 {
  justify-content: flex-end;
}
.seisaku__flex.p2 .cont {
  padding-left: 0;
  padding-right: 50px;
}

.report__main-cont {
  margin-bottom: 60px;
  width: 515px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.report-txt {
  margin-bottom: 30px;
}

.report__pdf-bl {
  background-color: var(--orange-bg);
  padding: 100px 70px 70px;
  margin-bottom: 60px;
}
.report__pdf-bl:last-of-type {
  margin-bottom: 0;
}

.report__pdf-title {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: var(--orange);
}

.report__pdf-time {
  text-align: center;
  font-size: 21px;
  color: var(--orange);
  font-weight: 600;
}

.report__pdf-flex {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.report__pdf-flex .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.report__pdf-flex .item:nth-of-type(3n) {
  margin-right: 0;
}

.profile__message-bl {
  position: relative;
  margin-bottom: 120px;
  padding-top: 100px;
}
.profile__message-bl .cont {
  width: 65%;
  padding: 60px 120px 100px 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.profile__message-bl .cont p {
  margin-bottom: 30px;
}
.profile__message-bl .cont p.sign {
  margin-bottom: 0;
  width: 267px;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
}
.profile__message-bl .img {
  width: calc(35% + 20px);
  position: absolute;
  top: 0;
  right: 0;
}
.profile__message-bl .img .img01 {
  width: 100%;
}
.profile__message-bl .img .img02 {
  position: relative;
  margin-top: 35px;
  left: -30px;
  width: 48%;
}
.profile__message-bl .img .img03 {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 35px;
}

.profile-page .base__page-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.profile-page .base__page-title .en {
  font-size: 54px;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-weight: 500;
  color: var(--orange);
}
.profile-page .base__page-title .ja {
  font-size: 16px;
  color: var(--orange);
}

.pro__bl {
  margin-bottom: 100px;
}

.pro__table {
  display: flex;
  border-bottom: 1px solid #BDBDBD;
  line-height: 2;
}
.pro__table dt {
  width: 35%;
  background-color: var(--orange-bg);
  text-align: center;
  font-weight: bold;
  color: var(--orange);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro__table dd {
  width: 65%;
  padding: 12px 12px 12px 30px;
}
.pro__table:last-of-type {
  border-bottom: none;
}

.fixed-bg-2 {
  background-image: url(../img/webp/profile/profile-bg.webp);
}

.sec-pro-history01 {
  padding: 100px 0 0;
}
.sec-pro-history01 .line {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #BFBFBF;
}

.pro__history-list {
  margin-bottom: 100px;
}
.pro__history-list li {
  padding: 60px 40px;
  display: flex;
}
.pro__history-list li:nth-of-type(2n - 1) {
  background-color: #F8F8F8;
}
.pro__history-list li .cont {
  width: calc(100% - 250px);
}
.pro__history-list li:last-of-type .hosoku-txt {
  display: none;
}

.pro__history-time {
  width: 250px;
  font-size: 19px;
  color: var(--orange);
}

.pro__history-tousen {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 35px;
}

.pro__history-list-little li {
  padding: 0;
  padding-left: 1em;
  font-size: 19px;
  position: relative;
}
.pro__history-list-little li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.pro__history-list-little li:nth-of-type(2n-1) {
  background-color: transparent;
}

.hosoku-txt {
  text-align: right;
  font-size: 15px;
}

.sec-pro-history02 {
  padding: 100px 0;
}

.yakushoku__bl {
  background-color: var(--orange-bg);
  padding: 80px 0;
}

.yakushoku__list {
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.yakushoku__list li {
  padding-left: 2em;
  position: relative;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.yakushoku__list li::before {
  content: "●";
  color: #F3A57A;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  line-height: 0;
  display: inline-block;
  top: 16px;
}
.yakushoku__list li:last-of-type {
  margin-bottom: 0;
}

.pro-contact__list {
  border-top: 1px solid #BFBFBF;
  display: flex;
}
.pro-contact__list dt {
  width: 35%;
  padding: 10px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-contact__list dd {
  width: 65%;
  padding: 15px;
}
.pro-contact__list dd .mail-icon {
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  width: 1em;
}
.pro-contact__list dd .base__btn {
  height: 55px;
}
.pro-contact__list:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}

.support__main-txt {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 100px;
}

.support__tel-title {
  border: 1px solid var(--orange);
  color: var(--orange);
  font-size: 32px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.support__tel-bl {
  padding-left: 60px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.support__tel-bl .icon {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 25px;
}
.support__tel-bl .phone-number {
  font-size: 50px;
  font-weight: bold;
}
.support__tel-bl .tel-time {
  text-align: center;
  color: #8A8A8A;
  font-weight: bold;
  font-size: 29px;
}

.base__btn.mail {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
.base__btn.mail .mail-icon {
  line-height: 1.2;
  display: inline-block;
  width: 1.2em;
  margin-right: 15px;
}

.support-page .page__mv {
  position: relative;
}
.support-page .line {
  height: 1px;
  background-color: #bfbfbf;
}
.support-page .comp-contact__flex .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support__title {
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact__form {
  display: flex;
  padding: 15px 0;
  font-size: 18px;
}
.contact__form dt {
  width: 40%;
  position: relative;
}
.contact__form dd {
  width: 60%;
}

.hissu {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  background-color: #F25A5A;
  position: absolute;
  top: 10px;
  right: 23px;
}

.select-wrapper {
  width: 300px;
  position: relative;
  z-index: 1;
  border: 1px solid #e1e1e1;
}

.select-wrapper::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  z-index: -1;
}

.select-items {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #222;
  font-size: 18px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

/*リセット */
input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックスデザイン */
input[type=checkbox] {
  cursor: pointer;
  padding-left: 33px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
  height: 33px;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ccc;
  width: 25px; /*チェックボックスの横幅*/
  height: 25px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

input[type=checkbox]::after {
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  opacity: 0;
  height: 8px;
  width: 15px;
  transform: rotate(-45deg);
  top: 10px;
  left: 10px;
}

input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}

input[type=checkbox]:checked::before {
  background-color: var(--orange);
  border: 1px solid var(--orange);
}

.contact__txt-bl {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
}

.privacy-txt {
  font-size: 18px;
  margin-top: 30px;
}
.privacy-txt a {
  border-bottom: 1px solid #222;
  display: inline-block;
}

.input_item {
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
  width: 100%;
}
.input_item.zip_item {
  width: 12em;
}

.textarea_item {
  resize: none;
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 10px 20px;
}

.zip-icon {
  display: inline-block;
  margin-right: 6px;
}

.privacy-txt {
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.privacy-txt .error {
  position: absolute;
  top: 2.5em;
}

.contact_btn {
  width: 350px;
  max-width: 100%;
  background-color: var(--orange);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  font-size: 21px;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.contact_btn::after {
  width: 13px;
  height: 20px;
  background-image: url(../img/common/arrow-right.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition-duration: 0.3s;
}
.contact_btn.base__btn:hover::after {
  right: 22px;
  transition-duration: 0.3s;
}

.nav-links {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 100px;
}

.page-numbers {
  margin-left: 15px;
  margin-right: 15px;
  color: var(--orange);
  font-weight: 500;
  font-size: 21px;
  font-family: "Jost", sans-serif;
}
.page-numbers img {
  width: 10px;
}
.page-numbers.dots {
  transform: translateY(-5px);
}
.page-numbers.current {
  font-size: 21px;
  background-color: var(--orange);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.page-numbers.prev {
  font-size: 21px;
  background-color: var(--orange);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.page-numbers.next {
  font-size: 21px;
  background-color: var(--orange);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.btn-404 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  body.page .logo {
    top: 13px;
  }
  .seisaku__flex .cont {
    max-width: 50%;
    padding: 40px;
  }
  .seisaku__flex .cont .seisaku__title {
    font-size: 25px;
  }
  .seisaku__flex .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .seisaku__flex.p2 .cont {
    max-width: 50%;
    padding: 40px;
  }
  .profile__message-bl .cont {
    padding: 35px 80px 65px 35px;
  }
  .is-ios .fixed-bg {
    height: 400px; /*--iOSの背景固定を解除するため 高さ指定--*/
  }
}
@media screen and (max-width: 960px) {
  .main-pd {
    padding: 50px 0 60px;
  }
  .base__title-ja {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .site-page__title {
    padding: 7px 15px;
    font-size: 19px;
  }
  .site__txt {
    margin-bottom: 50px;
  }
  .base__under-title .en {
    font-size: 42px;
  }
  .base__under-title {
    margin-bottom: 50px;
  }
  .page__txt {
    margin-bottom: 30px;
  }
  .post__main-bl {
    width: 100%;
    margin-bottom: 80px;
  }
  .post__sub-bl {
    width: 100%;
  }
  .post__flex {
    flex-direction: column;
  }
  .post__sub-item {
    margin-bottom: 50px;
  }
  .post__sub-title .en {
    font-size: 30px;
  }
  .philosophy__title .en {
    font-size: 72px;
    top: -56px;
  }
  .philosophy__title .ja {
    font-size: 21px;
    top: -54px;
  }
  .seisaku__flex {
    flex-direction: column;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .seisaku__flex .img {
    width: 100%;
  }
  .seisaku__flex .cont {
    max-width: 100%;
    padding: 40px;
  }
  .seisaku__flex.p2 .cont {
    max-width: 100%;
    padding: 40px;
  }
  .seisaku__flex.p2 {
    flex-direction: column-reverse;
  }
  .philosophy__rinen .item {
    padding: 50px;
  }
  .under-line__title {
    margin-bottom: 60px;
  }
  .philosophy__rinen .item .under-line__title {
    margin-bottom: 35px;
  }
  .under-line__title {
    font-size: 26px;
  }
  .philosophy-rinen__txt {
    font-size: 20px;
  }
  .under-line__title::after {
    bottom: -15px;
  }
  .sec-mokuhyou {
    padding: 60px 0;
  }
  .mokuhyou__list li::before {
    font-size: 23px;
    width: 42px;
    height: 42px;
  }
  .mokuhyou__list li {
    font-size: 23px;
    padding-left: 58px;
  }
  .mokuhyou__bl {
    padding: 50px 30px;
  }
  .sec-seisaku {
    padding-top: 60px;
  }
  .report__pdf-bl {
    padding: 60px 30px 30px;
    margin-bottom: 40px;
  }
  .report__pdf-title {
    font-size: 28px;
  }
  .report__pdf-time {
    font-size: 18px;
  }
  .profile__message-bl .img .img01 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    max-width: 70%;
  }
  .profile__message-bl .img .img02,
  .profile__message-bl .img .img03 {
    display: none;
  }
  .profile__message-bl .img {
    width: 100%;
    position: relative;
  }
  .profile__message-bl {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .profile__message-bl .cont {
    padding: 35px 30px 60px;
    width: 100%;
  }
  .profile-page .base__page-title .en {
    font-size: 42px;
  }
  .profile-page .base__page-title .ja {
    font-size: 14px;
  }
  .pro__table dd {
    padding: 10px 10px 10px 20px;
  }
  .pro__table dt {
    padding: 10px;
  }
  .pro__bl {
    margin-bottom: 55px;
  }
  .sec-pro-history01 {
    padding: 50px 0 0;
  }
  .pro__history-list li {
    padding: 30px 20px;
  }
  .pro__history-time {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .pro__history-list li .cont {
    width: 100%;
  }
  .pro__history-tousen {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .pro__history-list-little li {
    font-size: 16px;
  }
  .pro__history-list {
    margin-bottom: 30px;
  }
  .sec-pro-history02 {
    padding: 60px 0;
  }
  .yakushoku__bl {
    padding: 40px 0;
  }
  .yakushoku__list li {
    font-size: 17px;
  }
  .pro-contact__list dd {
    width: 80%;
    padding: 10px;
  }
  .pro-contact__list dt {
    width: 20%;
    padding: 10px;
  }
  .pro__history-list-little li {
    padding: 0 0 0 1em;
  }
  .contact__form {
    font-size: 16px;
    flex-direction: column;
  }
  .contact__form dt {
    width: 100%;
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
  }
  .contact__form dt .title {
    margin-right: 10px;
  }
  .hissu {
    display: inline-block;
    padding: 2px 9px;
    font-size: 13px;
    position: relative;
    top: 0;
    right: auto;
  }
  .contact__form dd {
    width: 100%;
  }
  .select-items {
    font-size: 16px;
  }
  .contact__txt-bl {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .privacy-txt {
    font-size: 16px;
    margin-top: 15px;
  }
  .contact_btn {
    height: 70px;
    font-size: 19px;
    margin-top: 45px;
  }
  main {
    min-height: calc(100vh - 524px);
  }
  .post__tags {
    margin-bottom: 0;
  }
  .base__page-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  .philosophy__title .en {
    font-size: 37px;
    top: -40px;
  }
  .philosophy__title .ja {
    font-size: 17px;
    top: -38px;
  }
  .under-line__title {
    margin-bottom: 42px;
    font-size: 22px;
  }
  .philosophy__rinen .item .under-line__title {
    margin-bottom: 23px;
  }
  .philosophy__rinen .item {
    padding: 35px 0;
  }
  .under-line__title::after {
    bottom: -8px;
    width: 24px;
  }
  .philosophy-rinen__txt {
    font-size: 18px;
  }
  .sec-mokuhyou {
    padding: 50px 0;
  }
  .mokuhyou__list li {
    margin-bottom: 20px;
    font-size: 19px;
    padding-left: 43px;
  }
  .mokuhyou__list li::before {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }
  .mokuhyou__bl {
    padding: 40px 20px;
  }
  .s_mb40 {
    margin-bottom: 40px;
  }
  .sec-seisaku {
    padding-top: 40px;
  }
  .seisaku__flex .cont .seisaku__title {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .seisaku__flex .cont {
    padding: 30px 20px 10px;
  }
  .seisaku__flex.p2 .cont {
    max-width: 100%;
    padding: 30px 20px 10px;
  }
  .fixed-bg {
    width: 100%;
    height: 200px;
    background-attachment: inherit;
    padding: 0;
  }
  .is-ios .fixed-bg {
    height: 200px; /*--iOSの背景固定を解除するため 高さ指定--*/
  }
  .page__mv {
    height: 250px;
  }
  .report__pdf-flex .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .report__pdf-flex .item:nth-of-type(3n) {
    margin-right: 3%;
  }
  .report__pdf-flex .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .report__main-cont {
    margin-bottom: 40px;
  }
  .report__pdf-bl {
    padding: 40px 20px 20px;
    margin-bottom: 30px;
  }
  .report__pdf-title {
    font-size: 24px;
  }
  .report__pdf-time {
    font-size: 15px;
  }
  .report__pdf-flex {
    margin-top: 25px;
  }
  .yakushoku__list li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .pro__table {
    border-bottom: none;
    flex-direction: column;
  }
  .pro__table dt {
    padding: 10px;
    width: 100%;
  }
  .pro__table dd {
    padding: 10px 10px 20px;
    width: 100%;
  }
  .pro-contact__list dd {
    width: 100%;
    padding: 0 10px 13px;
  }
  .pro-contact__list dt {
    width: 100%;
    padding: 10px 10px 5px;
    display: block;
  }
  .pro-contact__list {
    flex-direction: column;
  }
  .pro__history-list-little li {
    padding: 0 0 0 1em;
  }
  .pro__history-list li {
    flex-direction: column;
  }
  .profile-page .base__page-title .en {
    font-size: 36px;
  }
  .pro__history-list-little {
    margin-bottom: 10px;
  }
  .support__title {
    font-size: 40px;
  }
  .support__main-txt {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: left;
  }
  .support__tel-bl {
    padding-left: 41px;
    margin-bottom: 55px;
  }
  .support__tel-bl .icon {
    width: 32px;
    height: 32px;
    top: 18px;
  }
  .support__tel-bl .phone-number {
    font-size: 30px;
  }
  .support__tel-bl .tel-time {
    font-size: 20px;
  }
  .base__btn.mail {
    margin-bottom: 60px;
  }
  .support__tel-title {
    font-size: 20px;
    padding: 7px 29px;
  }
  .contact__btn {
    height: 70px;
    font-size: 16px;
  }
  .contact__btn.base__btn::after {
    width: 9px;
    height: 17px;
    right: 17px;
  }
  .page-numbers img {
    width: 8px;
  }
  .page-numbers {
    margin-left: 11px;
    margin-right: 11px;
    font-size: 15px;
  }
  .page-numbers.prev, .page-numbers.current, .page-numbers.next {
    font-size: 15px;
    width: 30px;
    height: 30px;
  }
  .nav-links {
    margin-top: 60px;
  }
  .base__page-title {
    padding-bottom: 12px;
  }
  .base__page-title .en {
    font-size: 36px;
  }
}/*# sourceMappingURL=under.css.map */