@charset "UTF-8";
/*===== reset style =====*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary, main {
  display: block;
}

/*===== base style =====*/
/* font */
/* color */
/* border */
/* breakpoint */
/* form */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 100%;
  width: 100%;
  height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, table, th, td, tbody, address {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

body {
  color: #222;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 1024px;
  _display: inline;
  _zoom: 1;
  background: #fefdeb;
}

a:link {
  text-decoration: none;
  color: #222;
  outline: none;
}

a:visited {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #222;
}

a:active {
  color: #222;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none !important;
  color: #222 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  outline: none;
}

.btn-over {
  transition: opacity .3s linear;
}

.btn-over:hover {
  opacity: .7;
}

p {
  line-height: 1.6;
  font-size: 16px;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

.cf {
  width: 100%;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.img-center, .txt-center {
  text-align: center !important;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
  width: 100%;
}

.col-2 {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.d-flex img,
.img-100 {
  width: 100%;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto;
}

.line-height-1 {
  line-height: 1 !important;
}

.ls1 {
  letter-spacing: .1em !important;
}

.ls-1 {
  letter-spacing: -.01em !important;
}

.p-relative {
  position: relative;
}

.palt {
  font-feature-settings: "palt";
}

.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
  }

  .btn-over:hover {
    opacity: 1;
  }

  p {
    font-size: 2.75vw;
  }

  a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
  }

  .mb15 {
    margin-bottom: 2% !important;
  }

  .mb30 {
    margin-bottom: 4% !important;
  }

  .mb60 {
    margin-bottom: 8% !important;
  }

  .mb80 {
    margin-bottom: 10% !important;
  }

  .mb100 {
    margin-bottom: 12% !important;
  }

  .mb120 {
    margin-bottom: 14% !important;
  }

  .mb150 {
    margin-bottom: 17% !important;
  }

  .mb180 {
    margin-bottom: 20% !important;
  }
}
@media screen and (max-width: 425px) {
  p {
    font-size: 3.75vw;
  }
}
/*===== container =====*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.section-inner {
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.sec {
  padding: 80px 0 120px;
}

.display-pc {
  display: block !important;
}

.display-sp {
  display: none !important;
}

.none {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 4%;
  }

  .sec {
    padding: 10% 0 12%;
  }

  .display-pc {
    display: none !important;
  }

  .display-sp {
    display: block !important;
  }
}
.ttl-h2 {
  display: inline-block;
  position: relative;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto 80px;
  text-align: center;
}
.ttl-h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -15px;
  background-color: #54a7c4;
}
.ttl-h2 em {
  display: block;
  font-size: 15px;
  color: #54a7c4;
  margin-bottom: 5px;
  letter-spacing: .05em;
}

.ttl-h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .1em;
  padding-bottom: 20px;
  border-bottom: 4px solid #afd5e2;
  margin-bottom: 40px;
  font-feature-settings: "palt";
}

.ttl-h2 + .lead-txt {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ttl-h2 {
    font-size: 4.75vw;
    margin: 0 auto 10%;
  }
  .ttl-h2::after {
    height: 1vw;
    bottom: -2.5vw;
  }
  .ttl-h2 em {
    font-size: 2.5vw;
    margin-bottom: 1vw;
  }

  .ttl-h3 {
    font-size: 3.5vw;
    padding-bottom: 2.5%;
    border-bottom: .7vw solid #afd5e2;
    margin-bottom: 6.66%;
  }

  .ttl-h2 + .lead-txt {
    font-size: 3vw;
  }
}
@media screen and (max-width: 425px) {
  .ttl-h2 {
    font-size: 5.75vw;
  }
  .ttl-h2 em {
    font-size: 3.25vw;
  }

  .ttl-h3 {
    font-size: 4.5vw;
  }

  .ttl-h2 + .lead-txt {
    font-size: 4vw;
    text-align: left;
  }
}
/*===== button style =====*/
.h-btn-box {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
width: 60%;
margin: 25px 0 20px 0;
}
.h-btn-box li {
max-width: 27.89%;
margin: 0 5px;
}
.btn {
  position: relative;
  display: block;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  padding: 18px 20px;
  background-color: #ff9600;
  background-image: -moz-linear-gradient(135deg, rgba(255, 150, 0, 0.5) 0%, rgba(255, 150, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 150, 0, 0.5) 0%, rgba(255, 150, 0, 0.5) 100%);
  background-image: -ms-linear-gradient(135deg, rgba(255, 150, 0, 0.5) 0%, rgba(255, 150, 0, 0.5) 100%);
  transition: opacity .3s linear;
}
.btn span {
  position: relative;
}
.btn:hover {
  opacity: .7;
}
.h-btn-box li a:hover {
  opacity: .7;
}
.chatwork-btn {
  position: relative;
  display: block;
  font-size: 16px;
		font-weight: bold;
  text-align: center;
  padding: 12px;
		border: solid 2px #f03748;
		}
.chatwork-btn span {
display: flex;
align-items: center;
}
.chatwork-btn span::before {
  content: "";
  display: block;
  background: url("../img/common/chatwork-icon.png") no-repeat left center/contain;
  width: 25px;
  height:25px;
  position: relative;
		margin-right: 5px;
}
.btn3 {
  position: relative;
  display: block;
		margin: 10px 0 ;
}
.btn2 {
  display: block;
  position: relative;
  background: #fff;
  font-size: 24px;
  padding: 50px 10px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: .4s;
}
.btn2:hover {
  color: #4fa1be;
  box-shadow: 0px 0px 10px 0px rgba(79, 161, 190, 0.3);
}

.btn-triangle-rb::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-top: 18px solid #4fa1be;
  border-left: 18px solid transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
header .d-flex {
display: flex;
flex-wrap: wrap;
padding-top: 4%;
}
.h-btn-box {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin: 15px 0 15px 0;
}
.h-btn-box li {
max-width: 27.89%;
margin: 0 5px;
}
  .btn {
    font-size: 2.5vw;
    padding: 10% 1vw;
    transition: none;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn::after {
    width: 5vw;
    height: 1.2vw;
    margin-top: -.8vw;
    right: 1vw;
  }

  .btn2 {
    font-size: 3.75vw;
    padding: 8% 1vw;
    border-radius: .8vw;
  }

  .btn-triangle-rb::after {
    bottom: 1vw;
    right: 1vw;
    border-top: 3vw solid #4fa1be;
    border-left: 3vw solid transparent;
  }
}
@media screen and (max-width: 425px) {
.h-btn-box li {
max-width: 30%;
margin: 0 5px;
}
  .btn {
    font-size: 2.5vw;
				padding: 14% 2vw;
  }
.chatwork-btn {
    font-size: 2.5vw;
				padding: 10% 1vw;
  }
		.chatwork-btn span::before {
    width: 3vw;
    height: 3vw;
}
  .btn2 {
    font-size: 4.75vw;
    padding: 10% 1vw;
  }

  .btn-triangle-rb::after {
    border-top: 4vw solid #4fa1be;
    border-left: 4vw solid transparent;
  }
}
/*===== header =====*/
header {
  position: relative;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/common/bg_slash.png") repeat-x left top/auto auto;
  height: 15px;
}
header #logo {
  width: 268px;
}
header .btn-wh {
  width: 240px;
}

@media screen and (max-width: 768px) {
  header::before {
    height: 2.5vw;
  }
  header #logo {
    width: 35%;
  }
  header .btn-wh {
    width: 40%;
  }
}
@media screen and (max-width: 425px) {
  header::before {
    height: 2.5vw;
  }
  header .section-inner {
  }
  header #logo {
    width: 42.5%;
  }
  header .btn-wh {
    width: 47.5%;
  }
}
/*===== TOP =====*/
/* mv */
#mv {
  position: relative;
  width: 100%;
  background: url("../img/top/mv_bg.png") repeat left top/auto auto;
  height: 600px;
  border-bottom: 5px solid #4fa1be;
}
#mv .section-inner {
  height: 100%;
}

#mv .section-inner > div {
  width: 60%;
}
#mv .section-inner > div p {
  position: relative;
  font-size: 24px;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: .075em;
  margin-bottom: 40px;
}
#mv .section-inner > div .lead-txt {
  font-size: 34px;
  line-height: 1.2;
}
#mv .section-inner > div .lead-txt strong {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f3d148 50%);
}
#mv .section-inner > div .lead-txt::before {
  content: "";
  display: block;
  background: url("../img/top/bg_deco.png") no-repeat left center/contain;
  width: 151px;
  height: 42px;
  position: absolute;
  top: 0;
  margin-top: -50px;
  left: 50%;
  margin-left: -90px;
}
#mv .section-inner > div .mv-info {
  position: relative;
  background: #fff;
  border: 3px solid #6dbed6;
  border-radius: 6px;
  padding: 20px 10px;
  width: 90%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #mv .section-inner > div .mv-info {
    padding: 4%;
  }
}
@media screen and (max-width: 425px) {
  #mv .section-inner > div .mv-info {
    padding: 4% 1vw;
  }
}
#mv .section-inner > div .mv-info p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
#mv .section-inner > div .mv-info p span {
  display: block;
  font-size: 19px;
}
#mv .section-inner > div .mv-info p i {
  display: inline-block;
  color: #4fa1be;
  font-size: 125%;
  position: relative;
  top: 3px;
  margin-right: .1em;
}
#mv .section-inner > div .mv-info p i.fa-phone-square {
  transform: scale(-1, 1);
  font-size: 160%;
  top: 4px;
  margin-right: .25em;
}

#mv .section-inner > figure {
  width: 38%;
}

@media screen and (max-width: 768px) {
  #mv {
    height: auto;
    padding: 10% 0 5%;
    border-bottom: .75vw solid #4fa1be;
  }
  #mv .section-inner {
    flex-direction: column;
  }

  #mv .section-inner > div {
    width: 100%;
  }
  #mv .section-inner > div p {
    font-size: 3vw;
    margin-bottom: 5%;
  }
  #mv .section-inner > div p br {
    display: none;
  }
  #mv .section-inner > div .lead-txt {
    font-size: 4.65vw;
    text-align: center;
    margin-bottom: 6.66%;
  }
  #mv .section-inner > div .lead-txt::before {
    width: 20vw;
    height: 5.5vw;
    margin-top: -7vw;
    margin-left: -12vw;
  }
  #mv .section-inner > div div {
    width: 100%;
  }
  #mv .section-inner > div div img {
    width: 40%;
    float: right;
    margin-left: 2.5%;
  }
  #mv .section-inner > div div p {
    line-height: 1.6 !important;
  }
  #mv .section-inner > div .mv-info {
    width: 100%;
    margin-top: 5%;
  }
  #mv .section-inner > div .mv-info p {
    font-size: 3vw;
  }
  #mv .section-inner > div .mv-info p span {
    font-size: 3vw;
  }
  #mv .section-inner > div .mv-info p i {
    top: .5vw;
  }
  #mv .section-inner > div .mv-info p i.fa-phone-square {
    top: .5vw;
  }

  #mv .section-inner > figure {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  #mv .section-inner > div p {
    font-size: 3.85vw;
  }
  #mv .section-inner > div .mv-info p {
    font-size: 3.65vw;
  }
  #mv .section-inner > div .mv-info p span {
    font-size: 3.65vw;
  }
}
/* intro */
.intro-box {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  border: 3px dotted #4fa1be;
  border-radius: 6px;
  padding: 0 10px 30px;
}
.intro-box dt {
  position: relative;
  width: 55%;
  margin: -35px auto 10px;
  background: #fefdeb;
  padding: 2% 5%;
		font-size: 38px;
		text-align: center;
		letter-spacing: 2px;
}
.intro-box dt .tx_1 {
font-size: 25px;
}
.intro-box dt .tx_2 {
color: #54a7c4;
}
.intro-box dt .tx_3 {
font-size: 35px;
}

.intro-box dd p {
  text-align: center;
  font-size: 25px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .intro-box {
    margin: 0 auto 8%;
    border-radius: .8vw;
    padding: 0 2% 5%;
  }
  .intro-box dt {
    width: 60%;
    margin: -4% auto 4%;
				font-size: 4.75vw;
				padding: 2%;
				letter-spacing: 0;
  }
.intro-box dt .tx_1 {
font-size:  3.75vw;
}
.intro-box dt .tx_3 {
font-size:  4.75vw;
}
  .intro-box dd p {
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 425px) {
  .intro-box dt {
    width: 70%;
    margin: -5% auto 4%;
				font-size: 5.75vw;
  }
  .intro-box dd p {
    font-size: 3.75vw;
    font-feature-settings: "palt";
  }
}
/* sec01 */
.sec01_trouble-list {
  justify-content: center;
  margin: 0 auto 40px;
}
.sec01_trouble-list li {
  width: 33%;
  border-right: 1px solid #ccc;
  padding: 30px 20px;
}
.sec01_trouble-list li:nth-child(3n) {
  border-right: none;
}
.sec01_trouble-list li figure {
  width: 75%;
  margin: 0 auto 25px;
}
.sec01_trouble-list li dt {
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto 25px;
}
.sec01_trouble-list li dt::after {
  content: "";
  display: block;
  background: #222;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.sec01_trouble-list li p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.types-box, .sec04_deadline {
  position: relative;
  background: #fff;
  border: 3px solid #6dbed6;
  border-radius: 6px;
  padding: 20px 10px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .types-box, .sec04_deadline {
    padding: 4%;
  }
}
@media screen and (max-width: 425px) {
  .types-box, .sec04_deadline {
    padding: 4% 1vw;
  }
}
.types-box dt, .sec04_deadline dt {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.types-box p, .sec04_deadline p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .sec01_trouble-list {
    margin: 0 auto 4%;
    flex-direction: column;
  }
  .sec01_trouble-list li {
    width: 100%;
    margin: 0 auto 6.66%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5%;
  }
  .sec01_trouble-list li:nth-child(3n) {
    border-bottom: none;
    margin-bottom: 0;
  }
  .sec01_trouble-list li figure {
    width: 50%;
    margin: 0 auto 5%;
  }
  .sec01_trouble-list li dt {
    font-size: 3.25vw;
    margin: 0 auto 6%;
  }
  .sec01_trouble-list li dt::after {
    bottom: -2vw;
  }
  .sec01_trouble-list li p {
    font-size: 2.75vw;
  }

  .types-box dt, .sec04_deadline dt {
    font-size: 3vw;
    margin-bottom: 3%;
  }
  .types-box p, .sec04_deadline p {
    font-size: 2.75vw;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 425px) {
  .sec01_trouble-list li figure {
    width: 65%;
  }
  .sec01_trouble-list li dt {
    font-size: 4.25vw;
  }
  .sec01_trouble-list li p {
    font-size: 4vw;
  }

  .types-box dt, .sec04_deadline dt {
    font-size: 4vw;
  }
  .types-box p, .sec04_deadline p {
    font-size: 3.5vw;
  }
}
/* sec02 */
#sec02,
#sec04 {
  background: #fff;
}
#sec05 {
  background: #e9f7fb;
}
.sec02_flow-box dl {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 2px solid #54a7c4;
  margin-bottom: 40px;
}
.sec02_flow-box dl::before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -23px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec02_flow-box dl::before {
    bottom: -7.8vw;
    margin-left: -4.3vw;
    border: 4vw solid transparent;
    border-top: 4vw solid #fff;
  }
}
.sec02_flow-box dl::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  margin-left: -25px;
  border: 22px solid transparent;
  border-top: 22px solid #54a7c4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec02_flow-box dl::after {
    bottom: -8.4vw;
    margin-left: -4.5vw;
    border: 4.2vw solid transparent;
    border-top: 4.2vw solid #54a7c4;
  }
}
.sec02_flow-box dl:last-of-type::before, .sec02_flow-box dl:last-of-type::after {
  display: none;
}
.sec02_flow-box dl dt {
  background: #f3eb80;
  border-radius: 6px;
  color: #54a7c4;
  text-align: center;
  font-size: 40px;
  letter-spacing: .05em;
  width: 14%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin-right: 4%;
}
.sec02_flow-box dl dt em {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.sec02_flow-box dl dd {
  width: 82%;
}
.sec02_flow-box dl h3 {
  position: relative;
  font-size: 20px;
  color: #54a7c4;
  font-feature-settings: "palt";
  line-height: 1.3;
  letter-spacing: .05em;
  margin-bottom: 20px;
}
.sec02_flow-box dl h3::before {
  content: "●";
  display: inline-block;
  font-size: 60%;
  margin-right: .5em;
  position: relative;
  top: -1px;
}
.sec02_flow-box dl p {
  font-size: 16px;
  line-height: 1.8;
}
.sec02_flow-box dl:last-of-type + p {
  text-align: center;
  line-height: 2;
}

span.note {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 12px;
  margin-left: 1em;
  text-indent: -1em;
  padding-bottom: 5px;
  border-bottom: 1px dashed #a9a9a9;
  letter-spacing: .015em;
}
span.note a {
  color: #54a7c4;
}
span.note a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /* sec02 */
  .sec02_flow-box dl {
    flex-direction: column;
    padding-bottom: 8%;
    margin-bottom: 10%;
  }
  .sec02_flow-box dl:last-of-type {
    margin-bottom: 8%;
  }
  .sec02_flow-box dl dt {
    border-radius: .8vw;
    font-size: 5.75vw;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 5%;
    padding: 2% 1vw;
  }
  .sec02_flow-box dl dt em {
    font-size: 2.35vw;
    margin-bottom: 1%;
  }
  .sec02_flow-box dl dd {
    width: 100%;
  }
  .sec02_flow-box dl h3 {
    font-size: 3.25vw;
    margin-bottom: 3%;
  }
  .sec02_flow-box dl h3::before {
    font-size: 60%;
    top: -.25vw;
  }
  .sec02_flow-box dl p {
    font-size: 2.75vw;
  }
  .sec02_flow-box dl p br {
    display: none;
  }

  span.note {
    font-size: 2.35vw;
    margin-top: 3%;
    padding-bottom: 1.5%;
    line-height: 1.3;
    text-align: left;
  }
}
@media screen and (max-width: 425px) {
  .sec02_flow-box dl dt {
    font-size: 6.75vw;
  }
  .sec02_flow-box dl dt em {
    font-size: 3.25vw;
  }
  .sec02_flow-box dl h3 {
    font-size: 4.25vw;
  }
  .sec02_flow-box dl p {
    font-size: 3.75vw;
  }
  .sec02_flow-box dl:last-of-type + p {
    text-align: left;
    line-height: 1.8;
  }
  .sec02_flow-box dl:last-of-type + p br {
    display: none;
  }

  span.note {
    font-size: 3.5vw;
  }
}
/* sec03 */
#sec03 .ttl-h2 + p {
  background: #fff;
  border: 3px solid #f0e660;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  width: 180px;
  margin: 0 auto 40px;
}

#sec03 ul {
  padding: 0 2%;
  margin-bottom: 30px;
}
#sec03 ul li {
  width: 22.75%;
  margin-right: 3%;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(6, 0, 1, 0.2);
}
#sec03 ul li:nth-child(4n) {
  margin-right: 0;
}
#sec03 ul li dl dt {
  background: #54a7c4;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 6px 6px 0 0;
  padding: 20px 10px;
}
#sec03 ul li dl dd {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 6px 6px;
  height: 160px;
}
#sec03 ul li dl dd p {
  font-size: 16px;
  line-height: 1.4;
  font-feature-settings: "palt";
  text-align: center;
}
#sec03 ul li dl dd p em {
  color: #f65e35;
  font-size: 40px;
}
#sec03 ul li dl dd p strong {
  font-size: 25px;
  font-weight: 700;
}
#sec03 ul + p {
  padding: 0 2%;
  margin-bottom: 60px;
}

.column-1 > li {
  width: 100% !important;
  margin-right: 0 !important;
}
.column-1 > li dl dd {
  height: 120px !important;
}

@media screen and (max-width: 768px) {
  #sec03 .ttl-h2 + p {
    border-radius: 6vw;
    padding: 2% 1vw;
    font-size: 3.25vw;
    width: 30%;
    margin: 0 auto 8%;
  }

  #sec03 ul {
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #sec03 ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5%;
    border-radius: .8vw;
  }
  #sec03 ul li:nth-child(2n) {
    margin-right: 0;
  }
  #sec03 ul li dl dt {
    font-size: 3.25vw;
    border-radius: .85vw .85vw 0 0;
    padding: 6% 1vw;
  }
  #sec03 ul li dl dd {
    border-radius: 0 0 .8vw .8vw;
    height: 20vw;
  }
  #sec03 ul li dl dd p {
    font-size: 2.75vw;
  }
  #sec03 ul li dl dd p em {
    font-size: 5vw;
  }
  #sec03 ul li dl dd p strong {
    font-size: 3.25vw;
  }
  #sec03 ul + p {
    padding: 0;
    margin-bottom: 10%;
  }

  .column-1 > li dl dt {
    padding: 3% 1vw !important;
  }
  .column-1 > li dl dd {
    height: 15vw !important;
  }
}
@media screen and (max-width: 425px) {
  #sec03 .ttl-h2 + p {
    font-size: 4.25vw;
    width: 40%;
  }

  #sec03 ul li dl dt {
    font-size: 4.25vw;
  }
  #sec03 ul li dl dd {
    height: 30vw;
  }
  #sec03 ul li dl dd p {
    font-size: 3.75vw;
  }
  #sec03 ul li dl dd p em {
    font-size: 7.5vw;
  }
  #sec03 ul li dl dd p strong {
    font-size: 4.5vw;
  }

  .column-1 > li dl dd {
    height: 20vw !important;
  }
}
/* sec04 */
.sec04_deadline {
  max-width: 900px;
  padding: 30px 10px;
  border: 3px solid #f3eb80;
  justify-content: center;
  margin-top: 40px;
}
.sec04_deadline figure,
.sec04_deadline .sec04_deadline dl {
  width: 34%;
}
.sec04_deadline figure {
  margin-right: 6%;
}
.sec04_deadline dt, .sec04_deadline p {
  text-align: left;
}
.sec04_deadline + p {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .sec04_deadline {
    padding: 4% 2%;
    margin-top: 5%;
  }
  .sec04_deadline + p {
    margin-top: 3%;
  }
}
@media screen and (max-width: 425px) {
  .sec04_deadline {
    flex-direction: column;
  }
  .sec04_deadline .sec04_deadline dl {
    width: 100%;
    margin-bottom: 0;
  }
  .sec04_deadline figure {
    width: 70%;
    margin: 0 auto 6.66%;
  }
  .sec04_deadline + p {
    margin-top: 3%;
  }
}
/* sec05 */
.contact-box {
  margin-top: 60px;
}
.contact-box > p {
  text-align: center;
  margin-bottom: 40px;
}
.contact-box .btn-wh {
  width: 80%;
  margin: 0 auto;
}

/* sec07 */
.sec07_deadline {
    max-width: 900px;
				margin: 0 auto;
}
.accordion-01 {
    margin-bottom: 15px;
    border-bottom: 2px solid #d0d0d0;
}
.accordion-01 summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
				font-size: 1.1em;
				line-height: 1.4;
}
.accordion-01 summary::-webkit-details-marker {
    display: none;
}
.accordion-01 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
				position: absolute;
    right: 4%;
}
.accordion-01[open] summary::after {
    transform: rotate(225deg);
}
.accordion-01[open] p {
animation: fadeIn 0.5s ease;
}
.accordion-01 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
				margin-left: 1.8em;
	   text-indent: -1.6em;
}
.accordion-01[open] p {
    transform: none;
    opacity: 1;
}
.qa-q::before {
    content: "Q.";
				margin-right: 10px;
				font-size: 1.1em;
}
.qa-a::before {
    content: "A.";
				margin-right: 10px;
				font-size: 1.4em;
}
@media screen and (max-width: 768px) {
.accordion-01 summary {
    padding: 1em 2em 1em 1em;
}
.accordion-01 p {
				margin-left: 1.8em;
	   text-indent: -2.3em;
}
.qa-a::before {
				font-size: 1.6em;
}






}



@media screen and (max-width: 768px) {
  .contact-box {
    margin-top: 8%;
  }
  .contact-box > p {
    text-align: left;
    margin-bottom: 6.66%;
  }
  .contact-box .btn-wh {
    width: 100%;
  }
}
/*===== form settings =====*/
input, textarea, select, button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  position: relative;
  color: #222;
}

::-webkit-input-placeholder {
  color: #bbb;
  font-size: 16px;
}

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #bbb;
  font-size: 16px;
}

input[type="text"] {
  width: 70%;
  height: 60px;
  padding: 10px;
  background: white;
  border: 2px solid #4fa1be;
  border-radius: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

textarea {
  width: 100%;
  height: 250px !important;
  padding: 10px;
  background: white;
  border: 2px solid #4fa1be;
  border-radius: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

input[type="text"]:hover, textarea:hover, input[type="text"]:focus, textarea:focus {
  outline: none;
  background: white;
}

input[type="text"]:focus {
  background-image: none;
}

.va {
  vertical-align: top !important;
  padding-top: 50px !important;
}

#submit {
  max-width: 520px;
  width: 100%;
  margin: 40px auto 0;
}
#submit input[type="submit"] {
  display: block;
  width: 100%;
  padding: 30px 10px;
  background: #4fa1be;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  transition: opacity .4s linear;
  line-height: 1;
  letter-spacing: .05em;
}
#submit input[type="submit"]:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  input, textarea, select, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 2.75vw;
  }

  ::-webkit-input-placeholder {
    font-size: 2.75vw;
  }

  ::-moz-placeholder {
    font-size: 2.75vw;
  }

  :-ms-input-placeholder {
    font-size: 2.75vw;
  }

  input[type="text"] {
    width: 100%;
    height: 8vw;
    padding: 1vw;
  }

  textarea {
    height: 25vw !important;
    padding: 1vw;
  }

  .va {
    padding-top: 6.66% !important;
  }

  #submit {
    max-width: 100%;
    margin: 5% auto 0;
  }
  #submit input[type="submit"] {
    padding: 5% 1vw;
    font-size: 3.25vw;
  }
  #submit input[type="submit"]:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 425px) {
  input, textarea, select, button {
    font-size: 3.75vw;
  }

  ::-webkit-input-placeholder {
    font-size: 3.75vw;
  }

  ::-moz-placeholder {
    font-size: 3.75vw;
  }

  :-ms-input-placeholder {
    font-size: 3.75vw;
  }

  input[type="text"] {
    height: 11vw;
  }

  textarea {
    height: 30vw !important;
  }

  #submit input[type="submit"] {
    font-size: 4.25vw;
  }
}
/*===== form fluid style =====*/
.form-box {
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(6, 0, 1, 0.2);
  border-radius: 6px 6px 0 0;
}
.form-box h3 {
  position: relative;
  background: #4fa1be;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  padding: 40px 10px;
}
.form-box h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #4fa1be transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 100%;
}
.form-box h4 {
  margin-bottom: 0;
}
.form-box .form-inner {
  padding: 50px;
}
.form-box .form-inner .form {
  width: 100%;
}
.form-box .form-inner .form th, .form-box .form-inner .form td {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 1.4;
  padding: 30px 0;
  vertical-align: middle;
  word-break: break-all;
}
.form-box .form-inner .form th {
  width: 28%;
}
.form-box .form-inner .form th .required, .form-box .form-inner .form th .optional {
  display: inline-block;
  width: 70px;
  text-align: center;
  border-radius: 20px;
  color: #4fa1be;
  font-size: 14px;
  padding: 3px 7px;
  margin-right: 10px;
  background: #f3eb80;
}
.form-box .form-inner .form th .optional {
  color: #fff;
  background: #c4c4c4;
}
.form-box .form-inner .form th .form-comment {
  display: block;
  font-size: 16px;
  margin-top: 1em;
}

.check-box {
  flex-wrap: wrap;
  margin-bottom: -4%;
}
.check-box li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  font-size: 17px;
}
.check-box li:nth-child(3n) {
  margin-right: 0;
}
.check-box label {
  cursor: pointer;
  position: relative;
  display: block;
  word-break: break-all;
}
.check-box input[type="checkbox"],
.check-box input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.check-box input[type="checkbox"] + span,
.check-box input[type="radio"] + span {
  position: relative;
  top: 0;
}
.check-box input[type="checkbox"] + span::before,
.check-box input[type="checkbox"] + span::after,
.check-box input[type="radio"] + span::before,
.check-box input[type="radio"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.check-box input[type="checkbox"] + span::before,
.check-box input[type="radio"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: 2px solid #4fa1be;
  border-radius: 4px;
}
.check-box input[type="radio"] + span::before {
  border-radius: 50%;
}
.check-box input[type="checkbox"] + span::after,
.check-box input[type="radio"] + span::after {
  z-index: 1;
}
.check-box input[type="checkbox"]:checked + span::after,
.check-box input[type="radio"]:checked + span::after {
  display: block;
  background: url("../img/common/icon_check.png") no-repeat left top/contain;
  width: 20px;
  height: 14px;
  top: 50%;
  margin-top: -4px;
  margin-left: 4px;
}
.check-box label span:nth-of-type(2) {
  margin-left: 40px;
  line-height: 1;
  position: relative;
  top: 3px;
}

input[type="file"] {
  display: none !important;
}

.photo-upload {
  margin-bottom: 25px;
}
.photo-upload span {
  display: inline-block;
  font-size: 16px;
}
.photo-upload label {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  cursor: pointer;
  padding: 14px 10px;
  background: #fff;
  border: 2px solid #4fa1be;
  border-radius: 4px;
  margin-right: 15px;
  text-align: center;
  font-size: 18px;
}
.photo-upload label i {
  margin-right: 5px;
  color: #4fa1be;
}
.photo-upload label + span {
  margin-right: 10px;
}

@media all and (-ms-high-contrast: none) {
  .form {
    table-layout: fixed;
  }

  .check-box label input[type="checkbox"]:checked + span::after,
  .check-box label input[type="radio"]:checked + span::after {
    margin-top: -6px;
  }
}
@media screen and (max-width: 768px) {
  .form-box {
    border-radius: .8vw .8vw 0 0;
  }
  .form-box h3 {
    font-size: 3.75vw;
    border-radius: .8vw .8vw 0 0;
    padding: 5% 1vw;
  }
  .form-box h3::after {
    border-width: 2vw 2vw 0 2vw;
    margin-left: -2vw;
  }
  .form-box .form-inner {
    padding: 5% 4%;
  }
  .form-box .form-inner .form th, .form-box .form-inner .form td {
    display: block;
    font-size: 3vw;
    padding: 4% 0;
  }
  .form-box .form-inner .form th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .form-box .form-inner .form th .required, .form-box .form-inner .form th .optional {
    width: 12vw;
    border-radius: 4vw;
    font-size: 2.25vw;
    padding: .5vw 1vw;
    margin-right: 2%;
  }
  .form-box .form-inner .form th .form-comment {
    font-size: 2.75vw;
  }

  .check-box {
    flex-wrap: wrap;
    margin-bottom: -4%;
  }
  .check-box li {
    width: 48%;
    margin-right: 4%;
    font-size: 2.75vw;
  }
  .check-box li:nth-child(3n) {
    margin-right: 4%;
  }
  .check-box li:nth-child(2n) {
    margin-right: 0;
  }
  .check-box > span {
    margin-right: 5%;
  }
  .check-box input[type="checkbox"] + span::before,
  .check-box input[type="radio"] + span::before {
    width: 4.25vw;
    height: 4.25vw;
  }
  .check-box input[type="checkbox"]:checked + span::after,
  .check-box input[type="radio"]:checked + span::after {
    width: 3vw;
    height: 2.1vw;
    margin-top: -.75vw;
    margin-left: .65vw;
  }
  .check-box label span:nth-of-type(2) {
    margin-left: 5.25vw;
    font-size: 2.75vw !important;
    top: 0;
  }

  .photo-upload {
    margin-bottom: 4%;
  }
  .photo-upload span {
    font-size: 2.75vw;
  }
  .photo-upload label {
    width: 40%;
    max-width: 100%;
    padding: 3% 1vw;
    margin-right: 2%;
    font-size: 2.75vw;
  }
  .photo-upload label i {
    margin-right: 1vw;
  }
  .photo-upload label + span {
    margin-right: 2%;
  }
}
@media screen and (max-width: 425px) {
  .form-box h3 {
    font-size: 4.75vw;
  }
  .form-box .form-inner .form th, .form-box .form-inner .form td {
    font-size: 4vw;
  }
  .form-box .form-inner .form th .required, .form-box .form-inner .form th .optional {
    width: 14vw;
    font-size: 3.25vw;
  }
  .form-box .form-inner .form th .form-comment {
    font-size: 3.75vw;
  }

  .check-box li {
    width: 100%;
    margin-right: 0;
    font-size: 3.75vw;
  }
  .check-box input[type="checkbox"] + span::before,
  .check-box input[type="radio"] + span::before {
    width: 5.25vw;
    height: 5.25vw;
  }
  .check-box input[type="checkbox"]:checked + span::after,
  .check-box input[type="radio"]:checked + span::after {
    width: 4.5vw;
    height: 2.8vw;
    margin-top: -1.45vw;
    margin-left: .75vw;
  }
  .check-box label span:nth-of-type(2) {
    margin-left: 7.5vw;
    font-size: 3.75vw !important;
  }

  .photo-upload span {
    font-size: 3.75vw;
  }
  .photo-upload label {
    width: 50%;
    font-size: 3.75vw;
  }

  .w-25 {
    width: 35% !important;
  }

  .w-50 {
    width: 60% !important;
  }
}
/*===== mwform style =====*/
.check-box.mw > span {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  font-size: 17px;
}
.check-box.mw > span:nth-child(3n) {
  margin-right: 0;
}
.check-box.mw > span.error {
  width: 100%;
  margin-top: 0 !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .check-box.mw > span {
    width: 48%;
    margin-right: 4%;
    font-size: 2.75vw;
  }
  .check-box.mw > span:nth-child(3n) {
    margin-right: 4%;
  }
  .check-box.mw > span:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .check-box.mw > span {
    width: 100%;
    margin-right: 0;
    font-size: 3.75vw;
  }
  .check-box.mw > span:nth-child(3n) {
    margin-right: 0;
  }
}
/* 送信確認ボタン */
#submit {
  width: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
#submit li {
  width: 100%;
}
#submit li:last-child {
  display: none;
}

#contact-form.confirm-form #submit li {
  width: 49%;
  margin-right: 2%;
}
#contact-form.confirm-form #submit li:last-child {
  display: block;
  margin-right: 0;
}
#contact-form.confirm-form #submit li input.submit {
  background: #4fa1be;
}
#contact-form.confirm-form #submit li input.back {
  background: #e7e7e7;
  color: #666 !important;
}

.mw_wp_form .error {
  color: #f65e35 !important;
  margin-top: 10px !important;
  font-size: 16px !important;
}

.mw-wp-form_file a {
  color: #4fa1be !important;
}

#thanks-txt {
  font-size: 18px;
  text-align: center;
}

#contact-form.confirm-form #submit {
  max-width: 640px;
  width: 100%;
}

#contact-form.confirm-form .check-box {
  font-size: 16px;
  margin-bottom: 0;
}

#contact-form.confirm-form .confirm-none {
  display: none;
}

@media screen and (max-width: 768px) {
  #submit {
    width: 100%;
    margin: 5% auto 0;
  }
  #submit input {
    font-size: 3vw;
    padding: 4% 1vw;
    transition: none;
  }

  #contact-form.confirm-form #submit input {
    padding: 7% 1vw;
    font-size: 3vw;
  }

  .mw_wp_form .error {
    margin-top: 2% !important;
    font-size: 2.75vw !important;
  }

  #thanks-txt,
  #contact-form.confirm-form .check-box,
  .mw-wp-form_file a {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 425px) {
  #submit input {
    font-size: 4.5vw;
    padding: 5% 1vw;
  }

  #contact-form.confirm-form #submit input {
    padding: 8% 1vw;
    font-size: 4.5vw;
  }

  .mw_wp_form .error, .mw-wp-form_file a {
    font-size: 4vw !important;
  }

  #thanks-txt,
  #contact-form.confirm-form .check-box {
    font-size: 4.25vw;
  }
}
/*===== footer =====*/
footer {
  border-top: 5px solid #4fa1be;
  background: #fff;
}
footer h2 {
  width: 100%;
  max-width: 270px;
  margin: 40px auto 30px;
}
footer h2 + p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

#copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #4e94ad;
  padding: 25px 10px;
  line-height: 1.3;
}

#pagetop {
  position: fixed;
  bottom: 1.34%;
  right: 1.34%;
  z-index: 90;
  display: none;
}
#pagetop a {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(120 120 120 / 80%);
  align-items: center;
  justify-content: center;
}
#pagetop a img {
  display: block;
  width: 28px;
  height: auto;
}

@media screen and (max-width: 768px) {
  footer {
    border-top: .75vw solid #4fa1be;
  }
  footer h2 {
    width: 40%;
    max-width: 100%;
    margin: 5% auto 4%;
  }
  footer h2 + p {
    margin-bottom: 5%;
    padding: 0 4%;
  }

  #copy {
    font-size: 2.35vw;
    padding: 4% 1vw;
  }

  #pagetop {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  footer h2 {
    width: 55%;
  }
  footer h2 + p {
    text-align: left;
  }

  #copy {
    font-size: 3.25vw;
  }
}
