@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  min-height: 100vh;
  padding: 70px 0 22px;
  color: #424242;
}

@media only screen and (max-width: 800px) and (min-width: 300px) {
  body {
    padding: 50px 0 22px;
  }
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/* a */
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  width: 100%;
}

/* ============================== ▼▼▼ ヘッダー ▼▼▼ ============================== */
header {
  display: flex;
  height: 70px;
  width: 100%;
  align-items: center;
  padding-left: 15px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  border-bottom: 1px solid #e8e8e8;
  /* h1 */
  /* nav */
}
header h1 {
  height: 50px;
  /* a */
}
header h1 a img {
  width: auto;
  height: 100%;
  margin-right: 10px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header h1 {
    height: 35px;
  }
}
header input, header label {
  display: none;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header {
    /* label */
    /* input:checked + label */
  }
  header label {
    display: block;
    width: 35px;
    height: 20px;
    position: relative;
    margin-left: auto;
    /* span */
  }
  header label:hover {
    cursor: pointer;
  }
  header label span {
    display: block;
    width: 100%;
    height: 2px;
    background: #424242;
    position: absolute;
    border-radius: 1px;
    transition: all 0.4s;
  }
  header label span:nth-of-type(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  header label span:last-of-type {
    bottom: 0;
    left: 0;
  }
  header input:checked + label span:first-of-type {
    transform: translate(-2px, 4px) rotate(-45deg);
    width: 15px;
  }
  header input:checked + label span:last-of-type {
    transform: translate(-2px, -4px) rotate(45deg);
    width: 15px;
  }
}
header nav {
  margin-left: auto;
  /* ul.mainNavi */
}
header nav ul.mainNavi {
  display: flex;
  align-items: center;
  background: #fff;
  /* li.mainNaviList */
}
header nav ul.mainNavi li.mainNaviList {
  border-left: 1px solid #e8e8e8;
  /* a */
  /* &.companyList */
}
header nav ul.mainNavi li.mainNaviList a {
  color: #5bbdde;
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 18px;
}
header nav ul.mainNavi li.mainNaviList a span {
  opacity: 0.5;
}
header nav ul.mainNavi li.mainNaviList a:hover {
  opacity: 1;
  background: #e6f6ff;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList a:hover {
    opacity: 0.8;
    background: #a0deff;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #a0deff;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList ~ li.mainNaviList {
    margin: 0;
    border-top: 1px solid #fff;
  }
}
header nav ul.mainNavi li.mainNaviList.companyList {
  position: relative;
  /* ul.companyNavi */
}
header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  width: 100%;
  /* li */
}
header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi li {
  font-weight: normal;
  /* a */
}
header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi li a {
  display: block;
  position: relative;
  background: #a0deff;
  color: #fff;
  /* span */
}
header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi li a span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1.4;
  opacity: 1;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi li a span br {
    display: none;
  }
}
header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi li a {
    height: 40px;
    width: 100%;
    background: #e6f6ff;
    color: #a0deff;
  }
}
header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi li ~ li {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi li {
    width: 100%;
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList.companyList ul.companyNavi {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList.companyList {
    position: static;
    height: auto;
  }
}
header nav ul.mainNavi li.mainNaviList.companyList:hover ul.companyNavi {
  display: block;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList.companyList:hover ul.companyNavi {
    display: flex;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi li.mainNaviList {
    height: 50px;
    line-height: 50px;
    border-left: none;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav ul.mainNavi {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header nav {
    position: absolute;
    width: 100%;
    top: 50px;
    left: -1000px;
    opacity: 0;
    transition: all 0.5s;
  }
  header input:checked ~ nav {
    left: 0;
    opacity: 1;
  }
}

/* header */
@media only screen and (max-width: 800px) and (min-width: 300px) {
  header {
    height: 50px;
    padding: 0 15px;
  }
}
/* ============================== ▲▲▲ ヘッダー ▲▲▲ ============================== */
/* ============================== ▼▼▼ トップページ ▼▼▼ ============================== */
/* -------------------- ▽▽▽ メイン画像・コピーのエリア ▽▽▽ -------------------- */
.hero {
  aspect-ratio: 16/9;
  background: url(images/top/hero.jpg) no-repeat left top/cover;
  position: relative;
  /* .catch */
}
.hero .catch {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  /* p */
}
.hero .catch p {
  font-size: 3.7rem;
  line-height: 1.5;
  background: linear-gradient(to right, #5bbedc, #ff7df9);
  padding: 0 0.3em;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  mix-blend-mode: multiply;
}
.hero .catch p ~ p {
  margin-top: 10px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  .hero .catch p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  .hero .catch {
    left: 2.5%;
    width: 95%;
  }
}

/* .hero */
.lead {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.lead p {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  .lead p {
    line-height: 1.5;
  }
}

/* .lead */
@media only screen and (max-width: 800px) and (min-width: 300px) {
  .lead {
    width: 95%;
    text-align: left;
    padding: 30px 0;
  }
}
/* -------------------- △△△ メイン画像・コピーのエリア △△△ -------------------- */
/* -------------------- ▽▽▽ メインのエリア ▽▽▽ -------------------- */
main#top {
  /* ---------- ▽▽▽ 事業内容 ▽▽▽ ---------- */
  /* ul.service */
  /* ---------- △△△ 事業内容 △△△ ---------- */
  /* ---------- ▽▽▽ 問い合わせ ▽▽▽ ---------- */
  /* .contact */
  /* ---------- △△△ 問い合わせ △△△ ---------- */
}
main#top ul.service {
  display: flex;
  /* li */
}
main#top ul.service li {
  width: 33.3333333333%;
  padding: 20px;
  /* &:nth-of-type(1) */
  /* &:nth-of-type(2) */
  /* &:nth-of-type(3) */
}
main#top ul.service li img {
  width: 100%;
  height: auto;
}
main#top ul.service li h1 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 10px 0;
  padding-bottom: 3px;
}
main#top ul.service li p {
  font-size: 1.4rem;
  line-height: 1.5;
}
main#top ul.service li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  width: 10em;
  margin: 10px auto 0;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}
main#top ul.service li:nth-of-type(1) {
  background: #e6f6ff;
}
main#top ul.service li:nth-of-type(1) h1 {
  border-bottom: 1px solid #5bbdde;
}
main#top ul.service li:nth-of-type(1) a {
  background: #5bbdde;
}
main#top ul.service li:nth-of-type(2) {
  background: #ffeefe;
}
main#top ul.service li:nth-of-type(2) h1 {
  border-bottom: 1px solid #ff7df2;
}
main#top ul.service li:nth-of-type(2) a {
  background: #ff7df2;
}
main#top ul.service li:nth-of-type(3) {
  background: #ede9ff;
}
main#top ul.service li:nth-of-type(3) h1 {
  border-bottom: 1px solid #967eff;
}
main#top ul.service li:nth-of-type(3) a {
  background: #967eff;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top ul.service li {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top ul.service {
    display: block;
  }
}
main#top .contact {
  padding: 70px 0;
  /* h1 */
  /* ul */
}
main#top .contact h1 {
  text-align: center;
}
main#top .contact h1 p:first-of-type {
  color: #a0deff;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
  line-height: 1;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact h1 p:first-of-type {
    font-size: 4rem;
  }
}
main#top .contact h1 p:last-of-type {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 5px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact h1 p:last-of-type {
    font-size: 2.1rem;
  }
}
main#top .contact ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  /* li */
}
main#top .contact ul li {
  width: 380px;
  height: 80px;
  padding: 10px;
  background: #5bbdde;
  /* a */
  /* &:first-child */
}
main#top .contact ul li a {
  display: block;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
}
main#top .contact ul li a span {
  display: inline-block;
  padding-left: 40px;
  height: 60px;
  line-height: 60px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact ul li a span {
    padding-left: 30px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact ul li a {
    font-size: 1.7rem;
    height: 50px;
  }
}
main#top .contact ul li:first-child {
  margin-right: 50px;
}
main#top .contact ul li:first-child span {
  background: url(images/top/mail.svg) no-repeat center left/30px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact ul li:first-child span {
    background-size: 25px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact ul li:first-child {
    margin: 0 auto 20px;
  }
}
main#top .contact ul li:last-child span {
  background: url(images/top/tel.svg) no-repeat center left/30px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact ul li:last-child span {
    background-size: 25px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact ul li {
    margin: 0 auto;
    max-width: 95%;
    height: 70px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact ul {
    display: block;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#top .contact {
    padding: 50px 0;
  }
}

/* main#top */
/* -------------------- △△△ メインのエリア △△△ -------------------- */
/* ============================== ▲▲▲ トップページ ▲▲▲ ============================== */
/* ============================== ▼▼▼ 中ページ ▼▼▼ ============================== */
main#in {
  /* -------------------- ▽▽▽ タイトル ▽▽▽ -------------------- */
  /* h1 */
  /* -------------------- △△△ タイトル △△△ -------------------- */
  /* -------------------- ▽▽▽ ぱんくず ▽▽▽ -------------------- */
  /* ul */
  /* -------------------- △△△ ぱんくず △△△ -------------------- */
  /* -------------------- ▽▽▽ コンテンツ部分共通 ▽▽▽ -------------------- */
  /* section */
  /* -------------------- △△△ コンテンツ部分共通 △△△ -------------------- */
  /* -------------------- ▼▼▼ 会社概要 ▼▼▼ -------------------- */
  /* &.company */
  /* -------------------- ▲▲▲ 会社概要 ▲▲▲ -------------------- */
  /* -------------------- ▼▼▼ 事業紹介 ▼▼▼ -------------------- */
  /* &.service */
  /* -------------------- ▲▲▲ 事業紹介 ▲▲▲ -------------------- */
  /* -------------------- ▼▼▼ 代表挨拶 ▼▼▼ -------------------- */
  /* &.comment */
  /* -------------------- ▲▲▲ 代表挨拶 ▲▲▲ -------------------- */
  /* -------------------- ▼▼▼ 採用情報 ▼▼▼ -------------------- */
  /* &.recruit */
  /* -------------------- ▲▲▲ 採用情報 ▲▲▲ -------------------- */
  /* -------------------- ▼▼▼ 問い合わせ ▼▼▼ -------------------- */
  /* &.contact */
  /* -------------------- ▲▲▲ 問い合わせ ▲▲▲ -------------------- */
}
main#in h1.pageTitle {
  aspect-ratio: 1/0.182;
  position: relative;
  background: url(images/header.jpg) no-repeat center/cover;
}
main#in h1.pageTitle p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  color: #fff;
  text-shadow: #0c6baf 1px 0 10px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in h1.pageTitle p {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in h1.pageTitle {
    aspect-ratio: 1/0.391;
    background-image: url(images/header-sp.jpg);
  }
}
main#in .pankuzu {
  display: flex;
  align-items: center;
  padding: 10px 15px 0;
  /* li */
}
main#in .pankuzu li {
  font-size: 1.5rem;
}
main#in .pankuzu li + li {
  margin-left: 17px;
  padding-left: 27px;
  background: url(images/pankuzu.svg) no-repeat center left/13px;
  color: #5bbdde;
}
main#in .pankuzu li a {
  color: #a0deff;
  text-decoration: underline;
}
main#in .pankuzu li p {
  color: #a0deff;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in .pankuzu {
    padding: 10px 2% 0;
  }
}
main#in section {
  padding: 70px 0;
  width: 1000px;
  margin: 0 auto;
  max-width: 95%;
  /* h1 */
}
main#in section h1 {
  font-size: 1.8rem;
  margin: 0 auto 20px;
  padding: 5px 0 5px 10px;
  border-left: 10px solid #5bbdde;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #5bbdde, #ffd2ee) 1;
     border-image: linear-gradient(to right, #5bbdde, #ffd2ee) 1;
  line-height: 1.5;
}
main#in section p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in section {
    padding: 50px 0;
  }
}
main#in.company {
  /* table */
}
main#in.company h1 ~ h1 {
  margin-top: 50px;
}
main#in.company table {
  /* tr ~ tr */
  /* tr:last-of-type */
}
main#in.company table th {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  width: 7em;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0deff;
}
main#in.company table td {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0deff;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.company table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 3px;
  }
  main#in.company table td {
    display: block;
    width: 100%;
  }
}
main#in.company table tr ~ tr th, main#in.company table tr ~ tr td {
  padding-top: 10px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.company table tr ~ tr td {
    padding-top: 0;
  }
}
main#in.company table tr:last-of-type th, main#in.company table tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: none;
}
main#in.company table tr:last-of-type th {
  padding-bottom: 3px;
}
main#in.service {
  /* article */
}
main#in.service article {
  padding-top: 50px;
  /* wrap */
}
main#in.service article .wrap {
  display: flex;
  /* .text */
  /* .image */
}
main#in.service article .wrap .text {
  width: 70%;
  margin-right: 3%;
  /* ul */
}
main#in.service article .wrap .text h2 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #5bbdde;
}
main#in.service article .wrap .text ul {
  /* li */
}
main#in.service article .wrap .text ul li {
  font-size: 1.6rem;
  line-height: 1.5;
}
main#in.service article .wrap .text ul li::before {
  content: "・";
  color: #5bbdde;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.service article .wrap .text {
    width: 100%;
  }
}
main#in.service article .wrap .image {
  width: 27%;
}
main#in.service article .wrap .image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.service article .wrap .image {
    width: 80%;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.service article .wrap {
    display: block;
  }
}
main#in.comment {
  /* .wrap */
}
main#in.comment .wrap {
  display: flex;
  /* .text */
  /* .image*/
}
main#in.comment .wrap .text {
  width: 75%;
}
main#in.comment .wrap .text p + p {
  margin-top: 1.5em;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.comment .wrap .text {
    width: 100%;
  }
}
main#in.comment .wrap .image {
  width: 23%;
}
main#in.comment .wrap .image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.comment .wrap .image {
    width: 80%;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.comment .wrap {
    display: block;
  }
}
main#in.recruit {
  /* section */
}
main#in.recruit section {
  /* ul */
}
main#in.recruit section ul {
  display: flex;
  margin-top: 20px;
  /* li */
}
main#in.recruit section ul li {
  width: 32%;
  background: #ddf3ff;
  padding: 20px 15px;
  border-radius: 10px;
  /* p */
}
main#in.recruit section ul li ~ li {
  margin-left: 3%;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.recruit section ul li ~ li {
    margin: 20px 0 0;
  }
}
main#in.recruit section ul li h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0c6baf;
  border-bottom: 1px solid #0c6baf;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
main#in.recruit section ul li p {
  padding-left: 1em;
  position: relative;
}
main#in.recruit section ul li p::before {
  content: "・";
  color: #5bbdde;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.recruit section ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.recruit section ul {
    display: block;
  }
}
main#in.contact {
  /* section */
}
main#in.contact h1 ~ h1 {
  margin-top: 50px;
}
main#in.contact section {
  /* .contactWrap */
}
main#in.contact section .contactWrap {
  /* table */
  /* button */
  /* table.formTableSubmit */
  /* .submitBtn */
}
main#in.contact section .contactWrap a.tel {
  font-size: 3.2em;
  color: #424242;
}
main#in.contact section .contactWrap table.formTable {
  margin-top: 30px;
  width: 100%;
  /* th */
  /* td */
}
main#in.contact section .contactWrap table.formTable th {
  font-size: 1.6rem;
  text-align: left;
  width: 11em;
}
main#in.contact section .contactWrap table.formTable th span {
  display: inline-block;
  font-size: 1.2rem;
  background: #e98e8f;
  padding: 3px 6px;
  border-radius: 5px;
  margin-left: 3px;
  color: #fff;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.contact section .contactWrap table.formTable th {
    display: block;
    width: 100%;
  }
}
main#in.contact section .contactWrap table.formTable td {
  /* input */
  /* ul */
  /* label */
}
main#in.contact section .contactWrap table.formTable td input, main#in.contact section .contactWrap table.formTable td textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #ededed;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
}
main#in.contact section .contactWrap table.formTable td input {
  padding: 0 3px;
  height: 30px;
}
main#in.contact section .contactWrap table.formTable td input.name {
  width: 60%;
}
main#in.contact section .contactWrap table.formTable td input.email, main#in.contact section .contactWrap table.formTable td input.title {
  width: 80%;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.contact section .contactWrap table.formTable td input.name, main#in.contact section .contactWrap table.formTable td input.email, main#in.contact section .contactWrap table.formTable td input.title {
    width: 100%;
  }
}
main#in.contact section .contactWrap table.formTable td textarea {
  resize: none;
  width: 100%;
  height: 10em;
  padding: 3px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.contact section .contactWrap table.formTable td textarea {
    height: 20em;
  }
}
main#in.contact section .contactWrap table.formTable td ul {
  display: flex;
  /* li */
}
main#in.contact section .contactWrap table.formTable td ul li ~ li {
  margin-left: 10px;
}
main#in.contact section .contactWrap table.formTable td input[type=radio] {
  display: none;
}
main#in.contact section .contactWrap table.formTable td label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
}
main#in.contact section .contactWrap table.formTable td label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
main#in.contact section .contactWrap table.formTable td label::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5bbdde;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
main#in.contact section .contactWrap table.formTable td label:hover {
  cursor: pointer;
}
main#in.contact section .contactWrap table.formTable td label span {
  display: inline-block;
  margin-left: 5px;
  color: #ea8891;
}
main#in.contact section .contactWrap table.formTable td input[type=radio]:checked + label::after {
  opacity: 1;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.contact section .contactWrap table.formTable td {
    display: block;
    width: 100%;
    padding-top: 5px;
  }
}
main#in.contact section .contactWrap table.formTable tr ~ tr th, main#in.contact section .contactWrap table.formTable tr ~ tr td {
  padding-top: 15px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.contact section .contactWrap table.formTable tr ~ tr td {
    padding-top: 5px;
  }
}
main#in.contact section .contactWrap button {
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #5bbdde;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 150px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 30px auto 0;
  border-radius: 10px;
}
main#in.contact section .contactWrap button:hover {
  opacity: 0.8;
  cursor: pointer;
}
main#in.contact section .contactWrap table.formTableSubmit {
  margin-top: 30px;
  width: 100%;
  /* tr:last-of-type */
}
main#in.contact section .contactWrap table.formTableSubmit th {
  border-top: 1px solid #5bbdde;
  padding: 10px 0;
  width: 12em;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.contact section .contactWrap table.formTableSubmit th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
main#in.contact section .contactWrap table.formTableSubmit td {
  border-top: 1px solid #5bbdde;
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.contact section .contactWrap table.formTableSubmit td {
    display: block;
    width: 100%;
    padding-top: 0;
    border-top: none;
  }
}
main#in.contact section .contactWrap table.formTableSubmit tr:last-of-type th, main#in.contact section .contactWrap table.formTableSubmit tr:last-of-type td {
  border-bottom: 1px solid #5bbdde;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#in.contact section .contactWrap table.formTableSubmit tr:last-of-type th {
    border-bottom: none;
  }
}
main#in.contact section .contactWrap .submitBtn {
  margin-top: 30px;
  text-align: center;
  /* input */
}
main#in.contact section .contactWrap .submitBtn input {
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #5bbdde;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 9em;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
}
main#in.contact section .contactWrap .submitBtn input + input {
  margin-left: 10px;
}
main#in.contact section .contactWrap .submitBtn input:hover {
  opacity: 0.8;
  cursor: pointer;
}
main#in.contact section .contactWrap p.center {
  text-align: center;
}
main#in.contact section .contactWrap .errorContents {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 30px 0;
}

/* main#in */
/* ============================== ▲▲▲ 中ページ ▲▲▲ ============================== */
/* ============================== ▼▼▼ フッター ▼▼▼ ============================== */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #127796;
}
footer small {
  color: #fff;
  font-size: 1.1rem;
}

/* footer */
/* ============================== ▲▲▲ フッター ▲▲▲ ============================== *//*# sourceMappingURL=common.css.map */