@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}
body * {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* End Reset */
/* basic */
.red {
  color: #D80000;
}

.navy {
  color: #369;
}

.orange {
  color: #f60;
}

.green {
  color: #690;
}

.purple {
  color: #936;
}

.white {
  color: #fff;
}

.text-mincho {
  font-family: "Sawarabi Mincho", sans-serif;
}

.ofiCover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

/* general */
body {
  background: #fff;
  color: #000;
  font-size: 0.875em;
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  min-width: 1160px;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: unset;
  }
}

a:link {
  color: #369;
  text-decoration: none;
}

a:visited {
  color: #369;
  text-decoration: none;
}

a:hover {
  color: #69C;
  text-decoration: underline;
}

ul {
  list-style: none;
}

/* 大きいヘッダー */
.header {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 1160px;
  height: 150px;
  padding-top: 25px;
  background-color: rgba(34, 17, 0, 0.75);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    padding: 0 15px;
    height: max(11vw, 45px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: unset;
  }
}
.header .inner {
  width: 1160px;
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 767px) {
  .header .inner {
    margin: 0;
    min-width: unset;
  }
}
.header .headerBrand {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .header .headerBrand {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header .headerBrand .logo img {
    width: max(30vw, 112px);
    height: auto;
  }
}
.header .headerBrand .headerGroup {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .header .headerBrand .headerGroup {
    display: none;
  }
}
.header .gnav {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header .gnav {
    display: none;
  }
}
.header .gnavBtn {
  margin-right: 60px;
}
.header .gnavBtn:last-child {
  margin-right: 0;
}
.header .gnavBtn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1rem;
}
.header .gnavBtn a:hover {
  text-decoration: none;
}
.header .gnavBtn a:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background-color: #a3d900;
}

/* 小さいヘッダー */
.header.small {
  padding-top: 15px;
  height: 90px;
  opacity: 1;
  visibility: visible;
  transition-property: opacity visibility;
  transition-duration: 300ms;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header.small {
    display: none;
  }
}
.header.small .inner {
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.header.small .headerBrand {
  margin-bottom: 0;
}
.header.small .headerBrand .headerGroup {
  display: none;
}
.header.small .nav {
  transform: translateY(-5px);
  margin-left: auto;
}
.header.small.fixed {
  position: fixed;
}
.header.small.hidden {
  opacity: 0;
  visibility: hidden;
}

/* メニューアイコン */
.hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 5vw;
  min-width: 25px;
  height: 4.5vw;
  min-height: 20px;
}
.hamburger .line {
  display: inline-block;
  width: 100%;
  height: .8vw;
  background-color: #fff;
  transition: all .3s ease;
  opacity: 1;
  transform-origin: center;
}
.hamburger.open {
  justify-content: center;
}
.hamburger.open .top {
  transform: translateY(0.8vw) rotate(45deg);
}
.hamburger.open .middle {
  opacity: 0;
}
.hamburger.open .bottom {
  transform: translateY(-0.8vw) rotate(-45deg);
}

/* スマホメニュー */
.spMenu {
  position: fixed;
  z-index: 1;
  top: 10vw;
  left: 0;
  right: 0;
  padding: 3vw;
  background-color: rgba(34, 17, 0, 0.75);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.spMenu .menuGroup.horizontal {
  display: flex;
}
.spMenu .menuGroup.horizontal .menuItem {
  flex: 1;
}
.spMenu .menuGroup.horizontal .menuItem + .menuItem {
  margin-left: 1vw;
}
.spMenu .menuGroup + .menuGroup {
  margin-top: 6vw;
}
.spMenu .menuTitle {
  font-size: 3vw;
  margin-bottom: 1.5vw;
}
.spMenu .menuItem a {
  display: block;
  background-color: rgba(255, 179, 153, 0.5);
  color: #fff;
  padding: 3vw 4vw;
  font-size: max(3vw, 1rem);
}
.spMenu .menuItem.plain a {
  background-color: rgba(170, 170, 170, 0.75);
  font-size: max(3vw, 0.9rem);
}
.spMenu .menuGroup.green .menuItem a {
  background-color: rgba(191, 255, 255, 0.5);
}
.spMenu .menuGroup.yellow .menuItem a {
  background-color: rgba(255, 255, 191, 0.5);
}
.spMenu :not(.horizontal) .menuItem + .menuItem {
  margin-top: 1vw;
}

/* main */
.mainImg {
  position: relative;
}
.mainImg .img {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .mainImg .img {
    height: 49.5vh;
    min-width: 300px;
  }
}
.mainImg img {
  width: 100%;
  height: 100%;
}
.mainImg p {
  position: absolute;
  top: calc(50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
@media (max-width: 767px) {
  .mainImg p {
    top: 50%;
    left: 3vw;
    font-size: 6vw;
    width: auto;
  }
}
.mainImg p .mainCatch {
  display: inline-block;
}
.mainImg p .half-adjust {
  position: relative;
  left: 1rem;
  display: block;
}
@media (max-width: 767px) {
  .mainImg p .half-adjust {
    left: 2vw;
  }
}

#imgSub.mainImg .img {
  height: 35vh;
}
@media (max-width: 767px) {
  #imgSub.mainImg .img {
    height: max(130px, 30vw);
  }
}

/* sub */
header.sub {
  border-bottom: #3AA4E9 solid 4px;
}

.subContents {
  width: 1000px;
  padding: 15px 10px 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .subContents {
    width: auto;
    padding: 0;
  }
}

.subContents h2 {
  background: #336699 url(../images/arr_wihte.png) 20px center no-repeat;
  color: #fff;
  font-size: 24.5px;
  font-weight: normal;
  line-height: 50px;
  padding: 0 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .subContents h2 {
    font-size: 1.5rem;
    margin-bottom: 4vw;
    padding-right: 0;
  }
}

.subContents .lead {
  margin-bottom: 40px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.contactBtn {
  width: 1000px;
  padding: 0 10px;
  margin: 0 auto 80px;
}

.contactBtn a {
  display: block;
  background: #336699 url(../images/arr_sq_white.png) 540px 20px no-repeat;
  width: 600px;
  color: #fff;
  font-size: 2.5em;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
}

.contactBtn a:hover {
  text-decoration: none;
  background-color: #3F7EBE;
}

/* footer */
#fnav {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #fnav {
    display: none;
  }
}

#fnav ul {
  width: 650px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#fnav a {
  display: block;
  color: #333;
  font-size: 1rem;
}

#fnav a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#ptop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#ptop img {
  vertical-align: top;
}
@media (max-width: 767px) {
  #ptop img {
    width: 15.5vw;
    min-width: 80px;
    height: auto;
  }
}

footer {
  clear: both;
  background: #eee;
  color: #333;
  height: 100px;
}
@media (max-width: 767px) {
  footer {
    height: 20vw;
  }
}

#copyright {
  clear: both;
  font-size: 0.95em;
  text-align: center;
  padding: 20px;
}
@media (max-width: 767px) {
  #copyright {
    font-size: 3vw;
    line-height: 1.5;
  }
}

.alpha a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background: #fff;
}

.borderTitle {
  padding-bottom: 25px;
  font-size: 2.1rem;
  font-weight: normal;
  text-align: center;
  color: #000;
  border-bottom: #000 solid 2px;
}
@media (max-width: 767px) {
  .borderTitle {
    padding-bottom: 2.5vw;
    font-size: max(5vw, 1.5rem);
  }
}

/* トップ - まるてんとあおぞらマルシェ */
#topInfo {
  overflow: hidden;
}
@media (max-width: 767px) {
  #topInfo {
    padding: 6vw;
    padding-bottom: 0;
  }
}
#topInfo .media {
  display: flex;
}
@media (max-width: 767px) {
  #topInfo .media {
    flex-direction: column;
  }
}
#topInfo .media:nth-child(1) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #topInfo .media:nth-child(1) {
    flex-direction: column;
  }
}
#topInfo .img {
  flex: 1;
}
#topInfo .img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#topInfo .body {
  flex: 1;
}
@media (max-width: 767px) {
  #topInfo .body {
    padding: 4vw;
    padding-bottom: 6vw;
  }
}
#topInfo .body .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1vw;
}
#topInfo .body h2 {
  margin: 0 auto 35px;
}
@media (max-width: 767px) {
  #topInfo .body h2 {
    width: 70%;
    margin-bottom: max(4vw, 15px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  #topInfo .body h2 img {
    max-width: 100%;
    height: auto;
  }
}
#topInfo .body p {
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #666666;
}
@media (max-width: 767px) {
  #topInfo .body p {
    margin-bottom: max(4vw, 15px);
    font-size: max(4vw, 1.1rem);
  }
}

/* トップ - お知らせ一覧 */
#topTopics {
  padding: 135px 0;
  background-color: #f0f0e1;
}
@media (max-width: 767px) {
  #topTopics {
    padding: 15vw 6vw;
  }
}
#topTopics .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#topTopics .topTopicsHeader {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #topTopics .topTopicsHeader {
    margin-bottom: 1.5vw;
  }
}
#topTopics .topTopicsHeader h2 span {
  display: inline-block;
}
#topTopics .topTopicsHeader .link {
  position: absolute;
  right: 0;
  bottom: 25px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #topTopics .topTopicsHeader .link {
    display: none;
  }
}
#topTopics .topTopicsHeader .link a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
#topTopics .topTopicsHeader .link a:hover {
  text-decoration: none;
}
#topTopics .topTopicsHeader .link img {
  margin-left: 10px;
}
@media (max-width: 767px) {
  #topTopics .topTopicsHeader .link img {
    width: 1.8vw;
    height: auto;
  }
}
#topTopics dt {
  display: inline-table;
  clear: both !important;
  float: left;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: bold;
  padding: 20px 0 20px 30px;
}
@media (max-width: 767px) {
  #topTopics dt {
    line-height: 2;
    padding: 3vw 3vw 0;
    float: none;
    font-size: max(3vw, 1.1rem);
  }
}
#topTopics dd {
  padding: 20px 0 20px 12em;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #333;
  border-bottom: #CCC dotted 1px;
}
@media (max-width: 767px) {
  #topTopics dd {
    padding: 0 3vw 3vw;
    font-size: max(3vw, 1.1rem);
  }
}

/* トップ - 企業紹介 */
#topCompany {
  padding: 135px 0 0;
}
@media (max-width: 767px) {
  #topCompany {
    padding: 15vw 0 15vw;
  }
}
#topCompany h2 {
  margin-bottom: 50px;
  font-size: 2.1rem;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  #topCompany h2 {
    font-size: max(5vw, 1.5rem);
    margin-bottom: 4vw;
  }
}
#topCompany > .media {
  display: flex;
}
@media (max-width: 767px) {
  #topCompany > .media {
    flex-direction: column;
  }
}
#topCompany .sideLeft {
  flex: 1;
}
@media (max-width: 767px) {
  #topCompany .sideLeft {
    height: 53vw;
    margin-bottom: 3.3vw;
  }
}
#topCompany .sideLeft iframe {
  height: 100%;
}
#topCompany .sideRight {
  flex: 1;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #topCompany .sideRight {
    margin-left: 0;
    padding: 0 6vw;
  }
}
#topCompany .sideRight > p {
  margin-bottom: 10px;
  color: #666666;
}
@media (max-width: 767px) {
  #topCompany .sideRight > p {
    font-size: max(2vw, 0.6rem);
  }
}
#topCompany .sideRight h3 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #topCompany .sideRight h3 img {
    width: min(224px, 35vw);
    height: auto;
  }
}
#topCompany .sideRight .box {
  max-width: 560px;
  margin-bottom: 12px;
  padding: 10px 20px;
  background-color: #f1f1f1;
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 767px) {
  #topCompany .sideRight .box {
    max-width: unset;
    width: 100%;
  }
}
#topCompany .sideRight .box a {
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: underline;
}
#topCompany .sideRight .box a:hover {
  text-decoration: none;
}
#topCompany .sideRight .waku {
  max-width: 560px;
  padding: 15px 20px 20px;
  border: 2px solid #f1f1f1;
}
@media (max-width: 767px) {
  #topCompany .sideRight .waku {
    max-width: unset;
    width: 100%;
  }
}
#topCompany .sideRight .waku h3 {
  font-size: 1.4rem;
  color: #666666;
  text-align: center;
}
#topCompany .sideRight .waku .media {
  display: flex;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #topCompany .sideRight .waku .media {
    flex-direction: column;
  }
}
#topCompany .sideRight .waku .media .img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  #topCompany .sideRight .waku .media .img {
    margin-bottom: 15px;
    text-align: center;
  }
}
#topCompany .sideRight .waku .media .address strong {
  font-size: .9rem;
}
#topCompany .sideRight .waku .media a {
  text-decoration: underline;
}
#topCompany .sideRight .waku .media a:hover {
  text-decoration: none;
}
#topCompany .sideRight .waku .media + .media {
  margin-top: 15px;
}
@media (max-width: 767px) {
  #topCompany .sideRight .waku .media + .media {
    margin-top: 25px;
  }
}

/* トップ - お問い合わせ */
#topContact {
  max-width: 1000px;
  margin: 0 auto 230px;
  padding-top: 135px;
}
@media (max-width: 767px) {
  #topContact {
    padding: 15vw 6vw;
    margin-bottom: 10vw;
  }
}
#topContact h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #topContact h2 {
    margin-bottom: 10px;
  }
}
#topContact h2 span {
  display: inline-block;
}
#topContact .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #topContact .g-recaptcha {
    margin-top: 0px;
  }
}

/* トップ - 天麩羅まるてん・あおぞらマルシェリンク */
#topKanren {
  overflow: hidden;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  #topKanren {
    padding: 0 6vw;
    margin-bottom: 60px;
  }
}
#topKanren ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -40px;
}
@media (max-width: 767px) {
  #topKanren ul {
    flex-wrap: wrap;
    margin-left: -2.5vw;
  }
}
#topKanren ul li {
  margin-left: 40px;
  height: 100px;
  border: 4px solid #ddd;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 400px;
}
@media (max-width: 767px) {
  #topKanren ul li {
    height: max(14vw, 80px);
    margin-left: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#topKanren ul li a {
  text-align: center;
}
#topKanren ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  #topKanren ul img {
    width: 80%;
    height: auto;
  }
}

/* お知らせ一覧 */
#topics {
  width: 1000px;
  font-size: 1.2em;
  padding: 0 10px;
  margin: 100px auto 100px;
}
@media (max-width: 767px) {
  #topics {
    margin: 0;
    padding: 6vw;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #topics h2 {
    margin-bottom: 0;
  }
}

#topics dt {
  clear: both;
  float: left;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 20px 0 20px 30px;
}
@media (max-width: 767px) {
  #topics dt {
    float: none;
    padding: 5vw 2vw 0;
  }
}

#topics dd {
  color: #333;
  padding: 20px 0 20px 13em;
  border-bottom: #CCC dotted 1px;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  #topics dd {
    padding: 2vw 2vw 4vw;
  }
}

#contact {
  width: 1000px;
  font-size: 1.2em;
  padding: 0 10px;
  margin: 100px auto 100px;
}
@media (max-width: 767px) {
  #contact {
    width: 100%;
    padding: 6vw;
    margin: 0 auto;
  }
}
#contact h2 {
  margin-bottom: 30px;
}
#contact p {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #contact p {
    font-size: 1rem;
  }
}

/* お問い合わせページ - お問い合わせ */
.contact .lead {
  margin-bottom: 36px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact .lead {
    margin-bottom: 6vw;
    padding: 3vw;
    font-size: max(3vw, 1.2rem);
  }
}

.contact h3 {
  margin-bottom: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact h3 {
    margin: 0;
    padding: 3vw;
    font-size: max(3vw, 1.2rem);
  }
}

.contact h3 img {
  margin-right: 10px;
}

.contact .number {
  margin: 30px 0 20px 80px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #369;
}
@media (max-width: 767px) {
  .contact .number {
    margin: 3vw 3vw 5vw;
    font-size: max(3vw, 1.4rem);
  }
}
@media (max-width: 767px) {
  .contact .number img {
    width: 6vw;
    height: auto;
  }
}

.contact img {
  margin-right: 10px;
}

.contact .notice {
  margin-left: 27px;
  margin-bottom: 50px;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact .notice {
    margin: 0 3vw 6vw;
  }
}

@media (max-width: 767px) {
  .contact .notice + h3 {
    margin-top: 10vw;
  }
}

.contact #contactForm {
  margin: auto;
  max-width: 930px;
}
@media (max-width: 767px) {
  .contact #contactForm {
    width: 100%;
  }
}

.contact .formGroup {
  padding: 13px 27px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .contact .formGroup {
    padding: 6vw 3vw;
    flex-direction: column;
    align-items: start;
  }
}

.contact .formGroup:first-child {
  border-top: 1px solid #ccc;
}

.contact .formGroup.baseline {
  align-items: baseline;
}

.contact .formGroup label {
  width: 250px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .contact .formGroup label {
    margin-bottom: 3vw;
  }
}

.contact .formGroup input,
.contact .formGroup textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  width: 70%;
}
@media (max-width: 767px) {
  .contact .formGroup input,
  .contact .formGroup textarea {
    width: 100%;
  }
}

.contact .formGroup textarea {
  height: 200px;
}

.contact .formGroup.postal input {
  width: 180px;
  margin-left: 20px;
}

.contact .formGroup span {
  margin-left: 3px;
}

.contact .privacy {
  margin-top: 30px;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact .privacy {
    margin-top: 20px;
    padding: 3vw;
  }
}

.contact .privacy a {
  text-decoration: underline;
}

.contact .privacy a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.contact #button {
  margin: 50px auto 0;
  width: 360px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #369;
  font-size: 2rem;
  background-color: transparent;
  border: 6px solid #369;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact #button {
    width: 60vw;
    height: max(10vw, 50px);
    font-size: max(5vw, 1.5rem);
    margin: 10px auto;
    border: 4px solid #369;
  }
}

.contact #button:hover {
  opacity: 0.7;
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.modal.show {
  display: block;
}

.modalBody {
  position: absolute;
  padding: 50px 35px 30px;
  width: 560px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .modalBody {
    padding: 3vw;
    width: 90%;
  }
}

.modalTitle {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .modalTitle {
    font-size: min(5.5vw, 1.8rem);
  }
}

.modalTitle img {
  margin-right: 10px;
}

.modalText {
  margin-bottom: 70px;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .modalText {
    margin-bottom: 10vw;
  }
}

.modalButton {
  width: 390px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .modalButton {
    width: 100%;
  }
}

.modalButton button {
  padding: 18px 0;
  width: 100%;
  border: none;
  background-color: #369;
  font-size: 2.2rem;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modalButton button {
    padding: 3vw;
    font-size: min(2.2rem, 8vw);
  }
}

.modalButton button:hover {
  opacity: 0.7;
}

.modalCancel {
  text-align: center;
}

.modalCancel button {
  padding: 0;
  border: none;
  background-color: unset;
  text-decoration: underline;
  font-size: 1.3rem;
  color: #369;
  cursor: pointer;
}

.modalCancel button:hover {
  text-decoration: none;
  opacity: 0.7;
}
