@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "JosefinSans-Bold";
  src: url(../fonts/JosefinSans-Bold.ttf);
}
@font-face {
  font-family: "JosefinSans-ExtraLight";
  src: url(../fonts/JosefinSans-ExtraLight.ttf);
}
@font-face {
  font-family: "JosefinSans-Light";
  src: url(../fonts/JosefinSans-Light.ttf);
}
@font-face {
  font-family: "JosefinSans-Medium";
  src: url(../fonts/JosefinSans-Medium.ttf);
}
@font-face {
  font-family: "JosefinSans-Regular";
  src: url(../fonts/JosefinSans-Regular.ttf);
}
@font-face {
  font-family: "JosefinSans-SemiBold";
  src: url(../fonts/JosefinSans-SemiBold.ttf);
}
@font-face {
  font-family: "JosefinSans-Thin";
  src: url(../fonts/JosefinSans-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "JosefinSans-Bold";
  src: url(../fonts/JosefinSans-Bold.ttf);
}
@font-face {
  font-family: "JosefinSans-ExtraLight";
  src: url(../fonts/JosefinSans-ExtraLight.ttf);
}
@font-face {
  font-family: "JosefinSans-Light";
  src: url(../fonts/JosefinSans-Light.ttf);
}
@font-face {
  font-family: "JosefinSans-Medium";
  src: url(../fonts/JosefinSans-Medium.ttf);
}
@font-face {
  font-family: "JosefinSans-Regular";
  src: url(../fonts/JosefinSans-Regular.ttf);
}
@font-face {
  font-family: "JosefinSans-SemiBold";
  src: url(../fonts/JosefinSans-SemiBold.ttf);
}
@font-face {
  font-family: "JosefinSans-Thin";
  src: url(../fonts/JosefinSans-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-btn01 {
  width: 300px;
  line-height: 60px;
}
.com-btn01::after {
  width: 65px;
  height: 35px;
  right: 15px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}
.com-tel-svg {
  width: 200px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #0090da;
}
.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg01.png) no-repeat calc(100% - 10px) 210px/150px, url(/img/top/about-bg03.png) no-repeat calc(100% - 20px) calc(100% - 10px)/80vw, url(/img/top/about-bg02.png) no-repeat calc(100% - 9.375vw) calc(100% - 68px)/75vw;
}
#top-about .inner {
  padding: 80px 15px 50px;
}
#top-about .ttl {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding-left: 0;
  padding-bottom: 5px;
  text-align: center;
}
#top-about .ttl::before {
  width: 186px;
  height: 60px;
  transform: unset;
  top: 0px;
  left: 30px;
}
#top-about .ttl::after {
  width: 100%;
}
#top-about .ttl-txt {
  width: 160px;
  margin-left: 0;
}
#top-about .ttl-box::after {
  width: 157px;
  height: 68px;
  right: calc(50% - 170px);
  top: -54px;
}
#top-about .img {
  position: relative;
  width: 100%;
  margin-top: 40px;
  left: unset;
  top: unset;
  border-radius: 15px;
}
#top-about .img img {
  border-radius: 15px;
}
#top-about .img::before {
  right: -10px;
  bottom: -10px;
  border-radius: 15px;
}
#top-about .img-deco {
  width: 150px;
  right: -10px;
  bottom: -30px;
}
#top-about .txt {
  width: 100%;
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .inner {
  padding: 50px 15px;
}
#top-banner .container {
  display: block;
  padding: 0;
}
#top-banner .link {
  width: 100%;
}
#top-banner .link:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-banner .link-img {
  padding: 15px 15px 25px 15px;
}
#top-banner .link-work::before {
  width: 122px;
  height: 122px;
  bottom: -45px;
}
#top-banner .link-work-txt {
  width: 150px;
  left: 10px;
  top: unset;
  bottom: 150px;
}
#top-banner .link-work-ttl {
  width: 150px;
  margin: 0 auto;
}
#top-banner .link-voice::before {
  width: 107px;
  height: 55px;
  right: 25px;
  bottom: 175px;
}
#top-banner .link-voice-txt {
  width: 130px;
  left: 10px;
  top: unset;
  bottom: 170px;
}
#top-banner .link-voice-ttl {
  width: 300px;
  margin: 0 auto;
}

/* =========================================
    top  sp
    top-charm
========================================= */
#top-charm .bg {
  background: url(/img/top/charm-bg01.png) no-repeat right top/70%, url(/img/top/charm-bg02.png) no-repeat left bottom/100%;
}
#top-charm .inner {
  padding: 50px 15px 110px;
}
#top-charm .inner::after {
  width: 133px;
  height: 140px;
  right: -35px;
}
#top-charm .ttl::before {
  width: 143px;
  height: 65px;
  top: -33px;
  left: calc(50% - 160px);
}
#top-charm .ttl::after {
  width: 95px;
  height: 3px;
  left: calc(50% - 125px);
  background: url(/img/top/charm-border.png) no-repeat left center;
  background-size: 200%;
}
#top-charm .ttl-img {
  width: 90px;
}
#top-charm .list {
  margin-top: 45px;
}
#top-charm .list-item {
  width: 100%;
  padding: 50px 15px 40px;
  border-radius: 15px;
}
#top-charm .list-item:nth-of-type(3) .list-ttl {
  width: 220px;
}
#top-charm .list-ttl {
  width: 280px;
  margin: 0 auto;
}
#top-charm .list-ttl::before {
  width: 15px;
  height: 25px;
  transform: unset;
  top: unset;
  left: -15px;
  bottom: -10px;
}
#top-charm .list-ttl::after {
  width: 15px;
  height: 25px;
  transform: unset;
  top: unset;
  right: -15px;
  bottom: -10px;
}
#top-charm .list-fle {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 20px;
}
#top-charm .list-img {
  width: 100%;
  border-radius: 10px;
}
#top-charm .list-num {
  width: 100px;
  margin-top: 30px;
}
#top-charm .list-txt {
  padding: 15px 20px;
  border-radius: 10px;
}
#top-charm .btn {
  padding: 0;
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    flowchart
========================================= */
#flowchart .bg {
  background: url(/img/top/work-bg-deco.png) no-repeat 0px bottom/200px, #e5f4fb;
}
#flowchart .inner::after {
  width: 105px;
  min-width: unset;
  height: 125px;
  min-height: unset;
  left: 5px;
}
#flowchart .container-box {
  margin-top: 55px;
  padding: 35px 15px;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}
#flowchart .container-txt {
  text-align: left;
}
#flowchart .ttl::before {
  width: 40px;
  height: 37px;
  top: 0px;
  right: 5px;
}
#flowchart .ttl::after {
  width: 168px;
  height: 148px;
  top: -30px;
  left: -15px;
}
#flowchart .ttl-top {
  display: block;
}
#flowchart .ttl-img {
  width: 280px;
}
#flowchart .ttl-deco::before {
  width: 114px;
  height: 14px;
  left: -5px;
  bottom: -15px;
}
#flowchart .wrap {
  padding: 50px 15px 80px;
  border-radius: 0 0 15px 15px;
}
#flowchart .wrap-box {
  display: block;
}
#flowchart .wrap-box-txt {
  width: 150px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto;
}
#flowchart .wrap-ttl {
  align-items: start;
  padding: 15px 10px;
}
#flowchart .wrap-ttl-q {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
}
#flowchart .btn-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 35px;
}
#flowchart .chart_btn {
  width: 100%;
  text-align: center;
}
#flowchart .chart_btn::after {
  width: 55px;
  height: 30px;
  right: 15px;
}
#flowchart .answer-ttl {
  text-align: center;
  margin-top: 15px;
  padding: 15px 0;
}
#flowchart .answer-fle {
  display: block;
  padding: 20px 0 0;
}
#flowchart .answer-img {
  width: 100%;
  border-radius: 10px;
}
#flowchart .answer-txt {
  margin-top: 15px;
}
#flowchart .apply {
  margin-top: 35px;
}
#flowchart .apply::after {
  width: 30px;
  height: 20px;
  bottom: -19px;
}
#flowchart .apply-fle {
  display: block;
}
#flowchart .apply-mail {
  display: block;
  width: 100%;
  max-width: 320px;
  line-height: 70px;
  margin: 25px auto 0;
  border-radius: 10px;
}
#flowchart .com-tel {
  max-width: 320px;
  margin: 0 auto;
  padding: 13px 40px 27px;
  border-radius: 10px;
}
#flowchart .com-tel-svg {
  bottom: 12px;
}
#flowchart .first-arw {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-link
========================================= */
#top-link .inner {
  padding: 50px 15px;
}
#top-link .container {
  display: block;
}
#top-link .btn {
  display: block;
  width: 100%;
  max-width: 380px;
  line-height: 100px;
  margin: 0 auto;
}
#top-link .btn:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-link .btn::after {
  width: 65px;
  height: 35px;
  right: 25px;
}
#top-link .btn-recruit::before {
  width: 43px;
  height: 60px;
  left: 50px;
}
#top-link .btn-recruit-txt {
  width: 150px;
  left: -10px;
  top: -40px;
}
#top-link .btn-company::before {
  width: 56px;
  height: 55px;
  left: 50px;
}
#top-link .btn-company-txt {
  width: 100px;
  left: -10px;
  top: -40px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-bg-deco.png) no-repeat calc(100% - 10px) calc(100% - 10px)/220px, url(/img/top/news-bg.png) no-repeat right calc(100% - 25px)/160px, #e5f4fb;
}
#top-news .bg::before {
  display: none;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  padding-bottom: 35px;
  z-index: 1;
}
#top-news .ttl::before {
  width: 113px;
  height: 108px;
  top: -60px;
  left: calc(50% - 130px);
  z-index: -1;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-entry
========================================= */
#top-entry .bg {
  background: url(/img/top/contact-bg.jpg) no-repeat -595px bottom/cover;
}
#top-entry .container {
  width: 100%;
}
#top-entry .ttl {
  padding: 45px 15px 70px;
  background: url(/img/top/contact-deco.png) no-repeat calc(100% - 10px) bottom/100px;
}
#top-entry .ttl::before {
  width: 143px;
  height: 115px;
  top: -20px;
  left: 10px;
}
#top-entry .wrap {
  display: block;
  padding: 35px 15px 55px;
}
#top-entry .com-contact {
  display: block;
  width: 290px;
  margin: 25px auto 0;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-work
========================================= */
#sub-work .bg {
  background: url(/img/work/work-bg01.png) no-repeat right bottom, url(/img/work/work-deco01.png) no-repeat 10px 90px/150px;
}
#sub-work .ttl-sub {
  width: 80px;
  top: -40px;
  left: calc(50% - 110px);
}
#sub-work .txt {
  text-align: left;
}
#sub-work .list {
  gap: 15px;
}
#sub-work .list::before {
  width: 98px;
  height: 98px;
  right: -5px;
  top: -97px;
}
#sub-work .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-work .list-img {
  border-radius: 10px 10px 0 0;
}
#sub-work .list-ttl {
  font-size: 18px;
  line-height: unset;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}

#sub-flow .bg {
  background: url(/img/work/flow-bg01.png) no-repeat 20px calc(100% - 10px)/220px, url(/img/work/flow-bg02.png) no-repeat calc(100% - 5vw) calc(100% - 60px)/60vw, #e5f4fb;
}
#sub-flow .ttl-sub {
  width: 180px;
  top: -45px;
  left: calc(50% - 170px);
}
#sub-flow .wrap {
  margin-top: 35px;
}
#sub-flow .list {
  flex-wrap: wrap;
  gap: 35px;
}
#sub-flow .list::before {
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  border-left: 4px dotted #7ecef4;
}
#sub-flow .list-item {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#sub-flow .txt {
  text-align: left;
}
#sub-flow .check {
  padding: 38px 15px 50px;
  border-radius: 10px;
}
#sub-flow .check::before {
  width: 132px;
  height: 126px;
  bottom: -81px;
  right: 10px;
}
#sub-flow .check-item {
  padding-left: 35px;
  color: #fff;
  background: url(/img/all/check-ico.png) no-repeat left 4px/25px;
}

/* =========================================
    sub  SP
    sub-charm
========================================= */
#sub-charm .bg {
  background: url(/img/work/work-bg01.png) no-repeat right bottom/70vw, url(/img/work/work-deco01.png) no-repeat 10px 100px/180px;
}
#sub-charm .ttl::before {
  width: 143px;
  height: 65px;
  top: -33px;
  left: calc(50% - 160px);
}
#sub-charm .ttl::after {
  width: 95px;
  height: 3px;
  left: calc(50% - 125px);
  background: url(/img/top/charm-border.png) no-repeat left center;
  background-size: 200%;
}
#sub-charm .ttl-img {
  width: 90px;
}
#sub-charm .list-item {
  flex-wrap: wrap;
  gap: 20px;
}
#sub-charm .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-charm .list-item:nth-of-type(2n) {
  flex-direction: column-reverse;
}
#sub-charm .list-img {
  width: 100%;
  border-radius: 10px;
}

#sub-voice .bg {
  background: url(/img/work/flow-bg02.png) no-repeat calc(50% + 27vw) calc(100% - 10px), #e5f4fb;
}
#sub-voice .ttl-sub {
  width: 150px;
  top: -35px;
  left: calc(50% - 146px);
}
#sub-voice .list {
  margin-top: 35px;
  padding: 50px 15px;
  border-radius: 15px;
}
#sub-voice .list-item {
  position: relative;
}
#sub-voice .list-img {
  position: absolute;
  width: 65px;
  top: 0;
  left: 0;
  margin-top: 0;
}
#sub-voice .list-ttl {
  width: unset;
  margin-left: 75px;
}
#sub-voice .list-fle {
  justify-content: end;
}
#sub-voice .list-txt {
  padding: 17.5px 20px;
}
#sub-voice .list-txt::before {
  width: 15px;
  height: 20px;
  top: -15px;
  left: 26px;
  transform: rotate(90deg);
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-person .bg {
  background: url(/img/work/work-deco01.png) no-repeat calc(100% - 10px) 85px/150px;
}
#sub-person .inner {
  padding: 50px 15px 100px;
}
#sub-person .inner::after {
  width: 109px;
  height: 130px;
  bottom: 0;
  right: 10px;
}
#sub-person .ttl-sub {
  width: 150px;
  top: -35px;
  left: calc(50% - 165px);
}
#sub-person .img {
  position: unset;
  width: 100%;
  margin-top: 35px;
  border-radius: 15px;
  box-shadow: -5px 5px 0 #e5f4fb;
}
#sub-person .list {
  width: 100%;
  margin-top: 25px;
  padding: 23px 15px;
  border-radius: 15px;
}
#sub-person .list-item {
  padding-left: 30px;
  background: url(/img/all/check-ico02.png) no-repeat left 6px/20px;
}

#sub-banner .wrap {
  display: block;
  margin-top: 30px;
}
#sub-banner .btn {
  display: block;
  width: 320px;
  line-height: 50px;
  margin: 0 auto;
}
#sub-banner .btn:nth-of-type(n + 2) {
  margin-top: 25px;
}

#sub-recruit .bg {
  background: url(/img/work/flow-bg01.png) no-repeat 10px calc(100% - 5px)/250px, url(/img/work/flow-bg02.png) no-repeat calc(100% - 5px) 20px/50vw, #e5f4fb;
}
#sub-recruit .ttl-sub {
  width: 250px;
  top: -35px;
  left: calc(50% - 163px);
}
#sub-recruit .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-recruit .table {
  margin-top: 25px;
}

#sub-recruitment .ttl-sub {
  width: 130px;
  top: -40px;
  left: calc(50% - 136px);
}
#sub-recruitment .list {
  display: block;
}
#sub-recruitment .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-recruitment .list-wrap {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  padding-top: 45px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .bg {
  background: url(/img/work/work-deco01.png) no-repeat calc(100% - 10px) 85px/150px;
}
#sub-greeting .ttl-sub {
  width: 180px;
  top: -30px;
  left: calc(50% - 140px);
}
#sub-greeting .wrap {
  display: block;
  margin-top: 35px;
}
#sub-greeting .img {
  width: 100%;
  height: unset;
  border-radius: 15px;
}
#sub-greeting .box {
  margin-top: 25px;
}

#sub-company .bg {
  background: url(/img/work/flow-bg01.png) no-repeat 10px calc(100% - 5px)/250px, url(/img/work/flow-bg02.png) no-repeat calc(100% - 5px) 20px/50vw, #e5f4fb;
}
#sub-company .ttl-sub {
  width: 180px;
  top: -30px;
  left: calc(50% - 133px);
}
#sub-company .table {
  margin-top: 35px;
}
#sub-company .map {
  height: 250px;
  border-radius: 10px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .bg {
  background: url(/img/work/flow-bg01.png) no-repeat 10px calc(100% - 5px)/250px, url(/img/work/flow-bg02.png) no-repeat calc(100% - 5px) 20px/50vw, #e5f4fb;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
  border-radius: 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .bg {
  background: url(/img/work/flow-bg01.png) no-repeat 10px calc(100% - 5px)/250px, url(/img/work/flow-bg02.png) no-repeat calc(100% - 5px) 20px/50vw, #e5f4fb;
}
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}