@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: landing.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "M PLUS 1", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1260px;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  margin: 100px 0 0;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  #container {
    margin: 50px 0 0;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .right-nav {
    bottom: 50px;
  }
}
.right-nav a {
  position: relative;
}
.right-nav a img {
  transition: opacity 0.5s;
  animation-timing-function: cubic-bezier(0.3, -0.05, 0.7, -0.5);
  animation-duration: 500ms;
}
.right-nav a img:last-of-type {
  position: absolute;
  right: 0;
  opacity: 0;
}
.right-nav a:hover img:first-of-type {
  opacity: 0;
}
.right-nav a:hover img:last-of-type {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

.link-contact {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .link-contact {
    margin-top: 0;
  }
}
.link-contact.-main {
  margin-top: 0;
}
.link-contact-btn {
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 564px;
  height: 70px;
  margin: auto;
  background: #ff5e26;
  background: linear-gradient(34deg, #ff5e26 0%, #ff5e26 60%, #ffdf49 100%);
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .link-contact-btn {
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    width: 69.33333%;
    height: auto;
    padding: 15px 0;
  }
}
@media screen and (max-width: 420px) {
  .link-contact-btn {
    margin: 0 auto 0 10%;
  }
}
.link-contact-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  width: 284px;
  height: 45px;
  margin: auto;
  background: url("../img/link_contact_icon.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .link-contact-btn:before {
    top: -14px;
    width: 142px;
    height: 22px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.link-contact-btn.-main {
  margin-left: 55px;
  padding-right: 50px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .link-contact-btn.-main {
    margin: 0 auto;
    padding-right: 0;
    width: 69.33333%;
  }
}
.link-contact-btn span {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .link-contact-btn span {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}
.link-contact-btn span:before {
  content: "";
  display: flex;
  align-items: center;
  position: absolute;
  right: -50px;
  width: 38px;
  height: 24px;
  background: url("../img/arrow_right.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .link-contact-btn span:before {
    right: -35px;
    width: 19px;
    height: 12px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.link-contact.-is-fixed {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
}
.link-contact-footer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .link-contact-footer {
    padding-bottom: 10px;
  }
}
.link-contact-footer-text {
  margin-right: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.09091;
}
.link-contact-footer-text small {
  font-size: 10px;
  font-weight: bold;
}
.link-contact-footer-tel a {
  padding-left: 30px;
  background: url("../img/icon_tel.png") left center no-repeat;
  color: #000;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .link-contact-footer-tel a {
    pointer-events: none;
  }
}

.box {
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .box {
    padding: 8% 0;
  }
}
.box-inner {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .box-inner {
    width: auto;
  }
}
.box-title {
  margin-bottom: 60px;
  color: #08364E;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.66667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-title {
    margin-bottom: 4%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.box-title em {
  background: url("../img/em_bg.png") left top repeat-x;
  font-weight: bold;
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .is-animation .header {
    margin: -50px 0 0;
  }
  .is-animation .header-logo {
    display: flex;
    align-items: flex-end;
    margin: 0 0 10px;
  }
  .is-animation .header-logo a {
    width: 140px;
    height: 30px;
    background: url("../img/common/logo_bizup_simple.webp") no-repeat 0 0;
    background-size: contain;
  }
  .is-animation .header-logo a img {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  border-bottom: 1px solid #050126;
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Verdana, sans-serif;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .header {
    border-bottom: none;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1440px;
  height: 99px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-inner {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 15px;
    width: 100%;
    height: 50px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo a {
  display: block;
  width: 150px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .header-logo a {
    width: 85px;
    height: 28px;
  }
}
.header-logo a img {
  width: 100%;
}

.header-nav {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .header-nav {
    margin: 12px 45px 0 0;
  }
}

.header-nav-top {
  margin: 0 0 17px;
}
@media screen and (max-width: 768px) {
  .header-nav-top {
    display: none;
  }
}
.header-nav-top ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.header-nav-top ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: solid 2px #FFF;
  font-size: 16px;
  font-weight: 500;
  color: #050126;
}
.header-nav-top ul li a::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
}
.header-nav-top ul li a:hover {
  opacity: 1;
  border-bottom: solid 2px #050126;
}
.header-nav-top ul li a:hover::before {
  transform: rotate(-30deg);
}
.header-nav-top ul li.company a::before {
  background: url("../img/common/ic_company.webp") no-repeat 0 0;
  background-size: contain;
}
.header-nav-top ul li.recruit a::before {
  background: url("../img/common/ic_recruit.webp") no-repeat 0 0;
  background-size: contain;
}
.header-nav-top ul li.hakenform a::before {
  background: url("../img/common/ic_hakenform.webp") no-repeat 0 0;
  background-size: contain;
}
.header-nav-top ul li.tel a::before {
  background: url("../img/common/ic_phone.webp") no-repeat 0 0;
  background-size: contain;
}

.header-nav-bottom ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-nav-bottom ul li a {
  position: relative;
  padding: 0 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}
.header-nav-bottom ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
  width: 100%;
  height: 5px;
  border: solid 1px #050126;
  background: #25AEEA;
}
.header-nav-bottom ul li a:hover {
  opacity: 1;
}
.header-nav-bottom ul li a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 768px) {
  .header-nav-bottom ul li.home {
    display: none;
  }
}
.header-nav-bottom ul li.home img {
  width: 22px;
  height: 22px;
}
.header-nav-bottom ul li.home a {
  padding: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .header-nav-bottom ul li.txtlink {
    display: none;
  }
}
.header-nav-bottom ul li.active a::after {
  transform: scale(1, 1);
}
.header-nav-bottom ul li.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
  width: 110px;
  height: 26px;
  border-radius: 15px;
  border: solid 1px #050126;
  font-size: 13px;
  font-weight: 700;
  background: #FFF;
  color: #050126;
}
.header-nav-bottom ul li.btn a::after {
  content: none;
}
.header-nav-bottom ul li.btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .header-nav-bottom ul li.btn__red {
    display: none;
  }
}
.header-nav-bottom ul li.btn__red a {
  background: #FFAFE0;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/* ボタン */
.mod-btn {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mod-btn {
    width: 100%;
  }
}
.mod-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 40px 0 60px;
  width: 240px;
  height: 54px;
  border-radius: 40px;
  border: solid 1px #050126;
  font-size: 17px;
  font-weight: 700;
  background: #FFF;
  color: #050126;
}
@media screen and (max-width: 768px) {
  .mod-btn a {
    margin: 0 auto;
    height: 44px;
    font-size: 15px;
  }
}
.mod-btn a::before {
  content: "";
  position: absolute;
  margin: 0 0 0 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #050126 url("../img/common/ic_arrow.webp") no-repeat center center;
  animation-name: btn-move-out;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-out {
  0% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mod-btn a::before {
    width: 26px;
    height: 26px;
    background-size: 13px;
  }
}
.mod-btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}
.mod-btn a:hover::before {
  margin: 0 0 0 22px;
  background: url("../img/common/ic_arrow_l.webp") no-repeat center center;
  animation-name: btn-move-in;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-in {
  0% {
    left: 0;
  }
  100% {
    left: 5px;
  }
}
.mod-btn__red a {
  padding: 0 50px;
  width: 270px;
  height: 48px;
  background: #FFAFE0;
}
@media screen and (max-width: 768px) {
  .mod-btn__red a {
    height: 44px;
  }
}

.mod-btn__short a {
  padding: 0 30px 0 70px;
  width: 190px;
}

main {
  overflow-x: hidden;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer {
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Verdana, sans-serif;
  background: #EEF0F4;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 80px;
  width: 1080px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-inner {
    padding: 60px 15px 80px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 40px 15px 80px;
    width: 100%;
  }
}

.footer-top {
  display: grid;
  grid-template-areas: "logo linklist btnlist" "otherlist linklist btnlist";
  justify-content: space-between;
  padding: 0 0 40px;
}
.footer-top .footer-logo {
  grid-area: logo;
}
.footer-top .footer-linklist {
  grid-area: linklist;
}
.footer-top .footer-btnlist {
  grid-area: btnlist;
}
.footer-top .footer-otherlist {
  grid-area: otherlist;
}
@media screen and (max-width: 768px) {
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 30px;
  }
}

.footer-logo {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin: 0 auto 30px;
    width: 150px;
  }
}

.footer-linklist {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .footer-linklist {
    flex-wrap: wrap;
    gap: 25px;
    margin: 0 0 30px;
  }
}
.footer-linklist ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .footer-linklist ul {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-linklist ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}

@media screen and (max-width: 768px) {
  .footer-btnlist {
    margin: 0 auto 50px;
  }
}
.footer-btnlist ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .footer-btnlist ul {
    gap: 15px;
  }
}
.footer-btnlist ul li .mod-btn a {
  padding: 0 50px;
  width: 270px;
}
.footer-btnlist ul li .mod-btn__red a {
  height: 54px;
}

.footer-otherlist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .footer-otherlist {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
  }
}
.footer-otherlist ul {
  display: flex;
  gap: 10px;
}
.footer-otherlist ul li {
  width: 44px;
}
.footer-otherlist ul li img {
  width: 100%;
  height: auto;
}
.footer-otherlist ul li.isms {
  width: 120px;
}
.footer-otherlist ul li.isms span {
  display: block;
  text-align: center;
  padding: 5px 0 0;
  color: #050126;
}
.footer-otherlist ul li.securityaction {
  width: 60px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: solid 1px #050126;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    padding: 30px 0 0;
  }
}

.footer-bottom-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul {
    justify-content: center;
    gap: 15px 30px;
    margin: 0 0 30px;
  }
}
.footer-bottom-link ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #050126;
}

.footer-copyright {
  font-size: 13px;
  font-weight: 300;
  color: #050126;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    text-align: center;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  height: 572px;
  background: url("../img/main_visual_bg.gif") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  		/*
  		&-title {
  			margin-bottom: 65px;
  			color: #08364E;
  			font-size: 23px;
  			font-weight: 500;
  			line-height: (31/23);
  			@include sp() {
  				margin-bottom: 0;
  				@include fz_vw(11);
  				text-align: right;
  			}
  
  			img {
  				margin-top: 30px;
  				@include sp() {
  					display: none;
  				}
  			}
  		}
  		*/
}
@media screen and (max-width: 768px) {
  .main-visual {
    height: auto;
    background: url("../img/main_visual_bg_sp.png") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.main-visual-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: auto;
  padding: 50px 0 0;
  width: 1160px;
}
@media screen and (max-width: 768px) {
  .main-visual-inner {
    flex-direction: column;
    padding: 20px 5% 50px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-left {
    margin: 0 0 20px;
  }
}
.main-visual-title {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 1px white;
  color: #08364E;
}
@media screen and (max-width: 768px) {
  .main-visual-title {
    text-align: center;
    margin: 0 0 15px;
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.main-visual-title span {
  font-size: 64px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-visual-title span {
    font-size: 40px;
    font-size: 10.66667vw;
  }
}
.main-visual-txt {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #08364E;
}
@media screen and (max-width: 768px) {
  .main-visual-txt {
    text-align: center;
    margin: 0 0 15px;
    font-size: 15px;
    font-size: 4vw;
  }
}
.main-visual-txt-sub {
  margin: 0 0 60px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: #08364E;
}
@media screen and (max-width: 768px) {
  .main-visual-txt-sub {
    text-align: center;
    margin: 0;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.main-visual-logo {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .main-visual-logo {
    position: relative;
    margin: 0 0 20px;
  }
}
.main-visual-logo img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .main-visual-logo img {
    width: 100px;
  }
}
.main-visual-pic {
  margin: 0 100px 10px 0;
}
@media screen and (max-width: 768px) {
  .main-visual-pic {
    margin: 0 auto 10px;
    max-width: 250px;
  }
}
.main-visual-numtxt {
  position: relative;
  right: 35px;
}
@media screen and (max-width: 768px) {
  .main-visual-numtxt {
    right: 0;
  }
}
.main-visual-numtxt ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .main-visual-numtxt ul {
    justify-content: space-evenly;
  }
}
.main-visual-numtxt ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 156px;
  background: url("../img/bg_laurelwreath.png") no-repeat center 0;
}
@media screen and (max-width: 768px) {
  .main-visual-numtxt ul li {
    width: 33%;
    height: 26vw;
    background-size: contain;
  }
}
.main-visual-numtxt-txt {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #08364E;
}
@media screen and (max-width: 768px) {
  .main-visual-numtxt-txt {
    margin: 0 0 8px;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.main-visual-numtxt-num {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
  color: #ff3300;
}
@media screen and (max-width: 768px) {
  .main-visual-numtxt-num {
    font-size: 4vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
.main-visual-numtxt-num span {
  padding: 0 2px 0 0;
  font-size: 60px;
  font-weight: bold;
  font-family: "Helvetica Neue", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", Meiryo, serif;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .main-visual-numtxt-num span {
    font-size: 8.5vw;
    font-size: 34px;
    font-size: 9.06667vw;
  }
}
.main-box {
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 80px 0 50px;
}
@media screen and (max-width: 768px) {
  .main-box {
    width: auto;
    padding: 10% 0;
  }
}
.main-box:before, .main-box:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .main-box:before, .main-box:after {
    content: none;
  }
}
.main-box:before {
  left: -450px;
  top: 20px;
  width: 485px;
  height: 605px;
  background-image: url(../img/main_box_bg1.png);
}
.main-box:after {
  right: -440px;
  top: 160px;
  width: 425px;
  height: 613px;
  background-image: url(../img/main_box_bg2.png);
}
.main-box-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main-box-title {
    margin-bottom: 8%;
    text-align: center;
  }
}
.main-box-title span {
  color: #08364E;
  font-size: 36px;
  font-weight: bold;
  line-height: 2.27778;
  text-align: center;
}
.main-box-title em {
  background: url("../img/em_bg.png") left top repeat-x;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-box-title em {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .main-box-title img {
    margin-bottom: 2%;
  }
}
.main-box-title strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #FFE063;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-box-title strong {
    display: inline;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .main-box-title strong span {
    display: inline;
    font-size: initial;
    line-height: 1;
  }
}
.main-box-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-box-text {
    padding: 0 5%;
    font-size: 12px;
    font-size: 3.2vw;
    text-align: left;
  }
}
.main-box-text em {
  color: #F30;
  font-weight: 500;
}

.about {
  padding-bottom: 90px;
  background: #F4EEE8;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 8% 0;
  }
}
.about > div {
  background: url("../img/about_bg.png") left top 120px no-repeat;
}
@media screen and (max-width: 768px) {
  .about > div {
    padding-bottom: 57%;
    background: url("../img/about_bg.png") center bottom no-repeat;
    -moz-background-size: 65%;
    -webkit-background-size: 65%;
    background-size: 65%;
  }
}
.about-lead {
  margin-bottom: 40px;
  padding-left: 430px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about-lead {
    margin-bottom: 3%;
    padding: 0 5%;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.about .main-visual-numtxt {
  right: 0;
}
@media screen and (max-width: 768px) {
  .about .main-visual-numtxt {
    padding: 0 5%;
  }
}
.about .main-visual-numtxt ul {
  justify-content: flex-end;
}
.about .main-visual-numtxt ul li {
  margin: 0 5px;
}

.feature {
  background: #FFE063;
}
@media screen and (max-width: 768px) {
  .feature-list {
    padding: 0 5%;
  }
}
.feature-item {
  display: flex;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .feature-item {
    display: block;
  }
}
.feature-item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .feature-item:not(:last-child) {
    margin-bottom: 6%;
  }
}
.feature-item dl {
  padding: 30px 25px;
}
@media screen and (max-width: 768px) {
  .feature-item dl {
    padding: 4% 5%;
  }
}
.feature-item-term {
  margin-bottom: 15px;
  color: #F30;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.54545;
}
@media screen and (max-width: 768px) {
  .feature-item-term {
    margin-bottom: 2%;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.46154;
  }
}
.feature-item-description {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .feature-item-description {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.theme {
  background: #F4EEE8;
}
.theme > div {
  background: url("../img/theme_bg.png") right 15px top 190px no-repeat;
}
@media screen and (max-width: 768px) {
  .theme > div {
    background: none;
  }
}
.theme-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .theme-title {
    margin-bottom: 8%;
  }
}
.theme-title span {
  font-weight: bold;
}
.theme-list {
  width: 640px;
  margin: -17px 0 35px 15px;
}
@media screen and (max-width: 768px) {
  .theme-list {
    margin: -10px 5% 5%;
    width: auto;
  }
}
.theme-item {
  display: inline-block;
  margin: 17px 4px 0 0;
  padding: 5px 12px 7px;
  background: #FFE063;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .theme-item {
    margin: 10px 2px 0 0;
    padding: 5px;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.theme-item.-last {
  background: none;
}
.theme-notice {
  margin-left: 15px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .theme-notice {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.price {
  padding-bottom: 220px;
  background: url("../img/price_bg.png") center bottom no-repeat;
}
@media screen and (max-width: 768px) {
  .price {
    padding-bottom: 30%;
    -moz-background-size: 85%;
    -webkit-background-size: 85%;
    background-size: 85%;
  }
}
.price-inner {
  width: 1040px;
}
@media screen and (max-width: 768px) {
  .price-inner {
    width: auto;
  }
}
.price-lead {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-lead {
    margin-bottom: 5%;
    padding: 0 5%;
    font-size: 10px;
    font-size: 2.66667vw;
    text-align: left;
  }
}
.price-lead em {
  font-weight: bold;
}
.price-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .price-list {
    display: block;
    padding: 0 5%;
  }
}
.price-item {
  width: 260px;
  padding: 0 18px 5px;
  border-left: 3px solid #FFF0B6;
}
@media screen and (max-width: 768px) {
  .price-item {
    width: auto;
    padding: 2% 0;
    border-top: 1px solid #FFF0B6;
    border-left: none;
  }
}
.price-item:last-child {
  border-right: 3px solid #FFF0B6;
}
@media screen and (max-width: 768px) {
  .price-item:last-child {
    border-right: none;
    border-bottom: 1px solid #FFF0B6;
  }
}
@media screen and (max-width: 768px) {
  .price-item dl > * {
    display: table-cell;
    vertical-align: middle;
  }
}
.price-item-term {
  margin-bottom: 23px;
  background: #FFE063;
  font-size: 22px;
  font-weight: bold;
  line-height: 82px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-item-term {
    width: 25%;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1;
  }
}
.price-item-description {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-item-description {
    width: 55%;
    padding-left: 4%;
    font-size: 10px;
    font-size: 2.66667vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .price-item-description br {
    display: none;
  }
}
.price-item-description big {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price-item-description big {
    font-size: 19px;
    font-size: 5.06667vw;
  }
}
.price-item-description-times {
  display: block;
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .price-item-description-times {
    margin-top: 0;
    padding-top: 0;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.price-item-description-times:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 123px;
  height: 1px;
  margin: auto;
  background: #FFF0B6;
}
@media screen and (max-width: 768px) {
  .price-item-description-times:before {
    content: none;
  }
}

.flow {
  background: #FFE063;
  overflow: hidden;
}
.flow > div {
  position: relative;
  z-index: 1;
}
.flow > div:before, .flow > div:after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow > div:before, .flow > div:after {
    content: none;
  }
}
.flow > div:before {
  left: -500px;
  top: 400px;
  width: 573px;
  height: 535px;
  background: url("../img/flow_bg1.png") left top no-repeat;
}
.flow > div:after {
  right: -480px;
  top: -10px;
  width: 551px;
  height: 1404px;
  background: url("../img/flow_bg2.png") left top no-repeat;
}
.flow-list {
  position: relative;
  padding-left: 250px;
}
@media screen and (max-width: 768px) {
  .flow-list {
    padding: 0 5%;
  }
}
.flow-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  width: 186px;
  height: 1269px;
  background: url("../img/flow_list_bg.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .flow-list:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .flow-item {
    display: flex;
    align-items: center;
  }
}
.flow-item:not(:last-child) {
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .flow-item:not(:last-child) {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 769px) {
  .flow-item-pic {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow-item-pic {
    width: 25%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .flow-item dl {
    width: 75%;
  }
}
.flow-item-term {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow-item-term {
    margin-bottom: 3%;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.flow-item-description {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .flow-item-description {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.flow-item-description em {
  padding: 0 6px 2px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .flow-item-description em {
    padding: 0;
    background: none;
  }
}

.qa {
  background: #F4EEE8;
}
@media screen and (max-width: 768px) {
  .qa-list {
    padding: 0 5%;
  }
}
.qa-item {
  position: relative;
  padding: 25px 40px;
  background: #FFF;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .qa-item {
    padding: 4% 10% 4% 3%;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.qa-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .qa-item:not(:last-child) {
    margin-bottom: 5%;
  }
}
.qa-item:before, .qa-item:after {
  content: "";
  position: absolute;
  background: #666;
}
.qa-item:before {
  right: 52px;
  top: 33px;
  width: 3px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .qa-item:before {
    right: 19px;
    top: 16px;
    width: 2px;
    height: 10px;
  }
}
.qa-item:after {
  right: 43px;
  top: 42px;
  width: 21px;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .qa-item:after {
    right: 15px;
    top: 20px;
    width: 10px;
    height: 2px;
  }
}
.qa-item.-is-open:before {
  content: none;
}
.qa-item dl > * {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .qa-item dl > * {
    padding-left: 5%;
  }
}
.qa-item dl > *:before, .qa-item dl > *:after {
  position: absolute;
  left: 0;
  top: -9px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .qa-item dl > *:before, .qa-item dl > *:after {
    top: 0;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.qa-item-question {
  font-weight: bold;
  line-height: 2.125;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa-item-question {
    line-height: 1.4;
  }
}
.qa-item-question:before {
  content: "Q";
  color: #FF5836;
}
.qa-item-answer {
  display: none;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .qa-item-answer {
    margin-top: 5%;
    line-height: 1.5;
  }
}
.qa-item-answer:before {
  content: "A";
  color: #666;
}

.contact {
  padding: 80px 0;
  background: #ffad90;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 8% 5%;
  }
}
@media screen and (max-width: 768px) {
  .contact-title {
    margin-bottom: 4%;
    line-height: 1.41176;
  }
}
.contact-inner {
  width: 1000px;
  margin: auto;
  padding: 50px 50px 60px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    width: auto;
    padding: 6% 5% 8%;
  }
}
.contact .applicationform-link {
  display: block;
  width: fit-content;
  font-size: 16px;
  text-decoration: underline;
  margin: 0 auto 2em;
  transition: .3s;
}
.contact .applicationform-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact .applicationform-link {
    font-size: 12px;
  }
}
.contact-table {
  width: 100%;
  margin: 0 auto 25px;
  padding: 0 50px 30px;
  border-bottom: 2px solid #FFAD90;
  border-collapse: separate;
  border-spacing: 12px;
}
@media screen and (max-width: 768px) {
  .contact-table {
    margin-bottom: 5%;
    padding: 0;
    border-bottom: 1px solid #FFAD90;
    border-spacing: 0;
  }
}
.contact-table.-last {
  margin-bottom: 60px;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-table.-last {
    margin-bottom: 5%;
  }
}
.contact-table caption {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact-table caption {
    margin-bottom: 6%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.contact-table th,
.contact-table td {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-table th,
  .contact-table td {
    display: list-item;
    list-style: none;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.contact-table th {
  width: 240px;
  padding-top: 11px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact-table th {
    width: auto;
    margin-bottom: 2%;
    padding: 0;
    text-align: left;
  }
}
.contact-table td {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 6px 12px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .contact-table td {
    margin-bottom: 5%;
    padding: 2% 3%;
    border-width: 1px;
  }
}
.contact-table td.flex {
  display: flex;
  padding: 6px;
}
.contact-table td.flex label {
  display: flex;
  align-items: center;
}
.contact-table td.bdnone {
  border: none;
}
.contact-table .required {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 7px 3px;
  background: #ff612c;
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .contact-table .required {
    padding: 0px 5px 2px;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.contact-table input,
.contact-table textarea {
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-table input,
  .contact-table textarea {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.contact-table input:focus,
.contact-table textarea:focus {
  outline: none;
}
.contact-table input {
  width: 100%;
}
.contact-table input[type="radio"] {
  width: auto;
  margin-right: 6px;
}
.contact-table label.long {
  width: 85%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contact-table label.long {
    width: 75%;
    margin-right: 5%;
  }
}
.contact-table label.long input[type="text"] {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 6px 12px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .contact-table label.long input[type="text"] {
    padding: 2% 3%;
    border-width: 1px;
  }
}
.contact-table textarea {
  width: 100%;
  padding: 3px 0;
  line-height: 1.5;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .contact-table textarea {
    height: 70px;
    padding: 0;
  }
}
.contact-table-text {
  margin-bottom: 45px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-table-text {
    margin-bottom: 8%;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.66667;
  }
}
.contact-table-text a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.contact-table-text a:hover {
  text-decoration: none;
}
.contact-table-notice {
  margin-bottom: 50px;
  padding: 0 50px;
  font-size: 14px;
  line-height: 1.42857;
}
@media screen and (max-width: 768px) {
  .contact-table-notice {
    margin-bottom: 5%;
    padding: 0;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.contact-table .errortxt {
  display: none;
  color: #f00;
  font-weight: bold;
}
.contact-button {
  display: flex;
  justify-content: space-between;
  width: 284px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact-button {
    justify-content: space-around;
    width: 90%;
  }
}
.contact-button.-thanks {
  justify-content: center;
}
.contact-button input {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  -webkit-box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  width: 125px;
  height: 37px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-button input {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 2px 2px 0 rgba(92, 92, 92, 0.2);
    -webkit-box-shadow: 2px 2px 0 rgba(92, 92, 92, 0.2);
    box-shadow: 2px 2px 0 rgba(92, 92, 92, 0.2);
    font-size: 12px;
    font-size: 3.2vw;
    height: auto;
    padding: 4% 0;
  }
}
.contact-button input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.contact-button input[type="reset"] {
  background: #ababab;
}
.contact-button input[type="button"], .contact-button input[type="submit"] {
  background: #39F;
}

.confirm .main-box,
.error .main-box,
.thanks .main-box {
  padding-top: 50px;
}
.confirm .main-box:before, .confirm .main-box:after,
.error .main-box:before,
.error .main-box:after,
.thanks .main-box:before,
.thanks .main-box:after {
  content: none;
}
.confirm .main-box-title,
.error .main-box-title,
.thanks .main-box-title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 18px;
  color: #630;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.confirm .main-box-title:before,
.error .main-box-title:before,
.thanks .main-box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.confirm .main-box-text,
.error .main-box-text,
.thanks .main-box-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirm .main-box-text,
  .error .main-box-text,
  .thanks .main-box-text {
    margin: 5%;
    font-size: 17px;
    font-size: 4.53333vw;
    font-weight: normal;
    line-height: 1.47059;
    text-align: left;
  }
}
.confirm .contact-table,
.error .contact-table,
.thanks .contact-table {
  width: 100%;
  margin-bottom: 45px;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .confirm .contact-table,
  .error .contact-table,
  .thanks .contact-table {
    width: 100%;
    margin-bottom: 5%;
  }
}
.confirm .contact-table th,
.confirm .contact-table td,
.error .contact-table th,
.error .contact-table td,
.thanks .contact-table th,
.thanks .contact-table td {
  line-height: 1.3;
  font-size: 1.6em;
  border: 10px solid #FFF;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table th,
  .confirm .contact-table td,
  .error .contact-table th,
  .error .contact-table td,
  .thanks .contact-table th,
  .thanks .contact-table td {
    display: list-item;
    font-size: 16px;
    font-size: 4.26667vw;
    list-style: none;
    border: none;
  }
}
.confirm .contact-table th,
.error .contact-table th,
.thanks .contact-table th {
  width: 220px;
  padding: 15px 10px 15px 30px;
  background: #E4DFD5;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table th,
  .error .contact-table th,
  .thanks .contact-table th {
    position: relative;
    width: 100%;
    padding: 2% 5%;
  }
}
.confirm .contact-table td,
.error .contact-table td,
.thanks .contact-table td {
  padding: 15px 20px;
  background: #F8F5EE;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table td,
  .error .contact-table td,
  .thanks .contact-table td {
    padding: 3% 5%;
    background: none;
  }
}
.confirm #footer,
.error #footer,
.thanks #footer {
  padding-bottom: 0;
}

.confirm .contact-button input[type="button"] {
  background: #c7c7c7;
}

.error .contact-button {
  justify-content: center;
}

.thanks #content {
  height: calc(100vh - 256px);
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .thanks #content {
    height: auto;
    padding-top: 0;
  }
}
.thanks .main-box {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .thanks .main-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

.data-r {
  color: #E35580;
  font-weight: bold;
}
