@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

/* Main menu
------------------------------------------------------------*/
.c-gnav li {
  display: inline-block;
}

.c-gnav li + li {
  margin-left: 20px;
}

.c-gnav a {
  font-size: 1.6rem;
  text-transform: capitalize;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding: 20px 20px;
  background: #051a2b;
  color: #fff;
  text-align: center;
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.2vw;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.l-container {
  margin: 0 auto;
  margin: 0 5.7vw;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: inline-block;
  padding: 10px 50px;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 20px;
  line-height: 1;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-btn01 {
  font-size: 1.2vw;
  font-weight: 700;
  padding: 1.44vw 5.5vw;
  display: inline-block;
  letter-spacing: 1px;
  background: #ffe757;
  border-radius: 60px;
  line-height: 1;
}

.c-btn2 {
  background-color: #ffeb7b;
  display: inline-block;
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 1;
  padding: 2vw 8.4vw;
  letter-spacing: 3px;
  position: relative;
  border-radius: 60px;
  text-align: center;
}

.c-btn2:after {
  content: "\f054";
  font-family: "font Awesome 5 free";
  top: 50%;
  right: 1.3vw;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  width: 2.4vw;
  font-size: 1.2vw;
  height: 2.4vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: 0.2vw solid #000;
  box-sizing: border-box;
  padding-left: 0.2vw;
}

.c-btn2--c2 {
  background-color: #fff;
}

.c-title1 {
  margin: auto;
  width: 62.4vw;
  background: #fff;
  border: 0.3vw solid #e66746;
  position: relative;
  border-radius: 1.2vw;
  text-align: center;
  font-size: 2vw;
  letter-spacing: 5.6px;
  font-weight: 900;
  padding: 1.1vw;
}

.c-txtImg1 {
  padding-top: 3vw;
  position: relative;
}

.c-txtImg1__cont {
  margin-left: 5.6vw;
  width: 45.8vw;
  position: relative;
  background: #fff;
  border-radius: 1.2vw;
  padding-top: 1px;
  padding: 1px 3vw 2.7vw 3.2vw;
  box-shadow: 0.2vw 0.2vw 2vw 0.3vw #bbbbbbe8;
}

.c-txtImg1__cont .labelImg {
  margin-top: -3.6vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.c-txtImg1__cont .labelImg .avatar {
  width: 11.2vw;
  flex-shrink: 0;
}

.c-txtImg1__cont .labelImg .avatar img {
  width: 100%;
}

.c-txtImg1__cont .labelImg img.text {
  margin-left: -1.4vw;
  margin-bottom: 1.65vw;
  max-height: 4.7vw;
}

.c-txtImg1__cont .labelImg img.text.text--h1 {
  max-height: 6.7vw;
}

.c-txtImg1__cont .title {
  margin-top: 0.4vw;
  font-feature-settings: normal;
}

.c-txtImg1__cont .title::first-letter {
  font-size: 1.8vw;
  color: #1ea3db;
  font-weight: 700;
  padding-right: 6px;
}

.c-txtImg1__cont .desc {
  font-size: 0.9vw;
  line-height: 2.2;
  margin-top: 0.5vw;
  letter-spacing: 5.4px;
}

.c-txtImg1__bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 2.7vw;
  width: 52.8%;
}

.c-txtImg1__bg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;object-position:center";
}

.c-txtImg1--rv {
  padding-top: 2.6vw;
}

.c-txtImg1--rv .c-txtImg1__cont {
  margin-left: auto;
  margin-right: 5.6vw;
  width: 46.8vw;
  padding-left: 4.6vw;
  padding-right: 2.2vw;
  padding-bottom: 2.1vw;
}

.c-txtImg1--rv .c-txtImg1__cont .title {
  margin-top: 0.85vw;
}

.c-txtImg1--rv .c-txtImg1__cont .labelImg .text {
  margin-left: -0.8vw;
  margin-bottom: 1.2vw;
}

.c-txtImg1--rv .c-txtImg1__cont .desc {
  margin-top: 1vw;
}

.c-txtImg1--rv .c-txtImg1__bg {
  left: 0;
}

.c-txtImg1 .over1 {
  position: absolute;
  bottom: 100%;
  left: 60%;
  height: 8.5vw;
}

.c-txtImg1 .over1 img {
  height: 100%;
}

.c-txtImg1 .over2 {
  position: absolute;
  bottom: 100%;
  left: -11%;
  height: 11.5vw;
}

.c-txtImg1 .over2 img {
  height: 100%;
}

.c-svg1 {
  width: 100%;
  height: 8.8vw;
}

.c-svg1 svg {
  fill: #e3e6eb;
  width: 100%;
  height: 100%;
}

.c-title2 {
  text-align: center;
}

.c-title2 img {
  max-height: 5vw;
  max-height: 4vw;
}

.c-title2 .u-dot {
  margin-top: 1.6vw;
  margin-bottom: 2.5vw;
}

.c-title2 .u-dot.mg1 {
  margin-top: 2vw;
}

.c-title2 .u-dot.mg2 {
  margin-top: 2.1vw;
}

.c-title2 .sub {
  font-size: 1.6vw;
  letter-spacing: 3.5px;
}

.c-title2--h1 img {
  max-height: 5.5vw;
}

.c-title2--h1 .u-dot {
  margin-top: 1vw;
}

.c-title2--cWhite {
  color: #fff;
}

.c-contact1 {
  background: url(../img/contact-bg.png);
  padding-bottom: 3.7vw;
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
}

.c-contact1__cont {
  width: 59vw;
  margin: auto;
}

.c-contact1__cont .title {
  text-align: center;
  padding-top: 3.6vw;
  font-size: 2.6vw;
  letter-spacing: 5px;
  font-feature-settings: normal;
  color: #fff;
}

.c-contact1__cont .box1 {
  background: #fff;
  display: -webkit-box;
  display: flex;
  margin-top: 2.2vw;
  border-radius: 1.5vw;
  padding: 2vw;
}

.c-contact1__cont .box1 .col .phone {
  font-size: 2.6vw;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-contact1__cont .box1 .col .phone:before {
  content: "\f879";
  font-family: "font Awesome 5 free";
  font-weight: 700;
  font-size: 2vw;
  margin-right: 10px;
  display: inline-block;
}

.c-contact1__cont .box1 .col:first-child {
  width: 43.6%;
  flex-shrink: 0;
  text-align: right;
  letter-spacing: 1.5px;
}

.c-contact1__cont .box1 .col:first-child .strong {
  font-weight: 700;
  font-size: 1.7vw;
  letter-spacing: 1px;
}

.c-contact1__cont .box1 .col:nth-child(2n) {
  margin-left: 2vw;
}

.c-contact1__cont .btn {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin-top: 3.2vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.c-contact1__cont .btn > * {
  flex-shrink: 0;
  width: 45%;
  box-sizing: border-box;
  padding-left: 2vw;
  padding-right: 2vw;
}

.c-txtImg2 {
  display: -webkit-box;
  display: flex;
  padding-bottom: 4.5vw;
  border-bottom: 2px solid black;
}

.c-txtImg2.pb1 {
  padding-bottom: 5.7vw;
}

.c-txtImg2.pb2 {
  padding-bottom: 5vw;
}

.c-txtImg2.pb3 {
  padding-bottom: 6.3vw;
}

.c-txtImg2.pb4 {
  padding-bottom: 5.4vw;
}

.c-txtImg2__thumb {
  flex-shrink: 0;
  width: 57.5%;
  position: relative;
}

.c-txtImg2__thumb.w1 {
  width: 53%;
}

.c-txtImg2__thumb.align-right {
  text-align: right;
}

.c-txtImg2__thumb img.main {
  max-width: 100%;
}

.c-txtImg2__thumb img.text {
  position: absolute;
  right: 0;
  top: 3.6vw;
  max-height: 9.8vw;
}

.c-txtImg2__thumb img.text.pos1 {
  left: 0.8vw;
  right: auto;
  top: 2.8vw;
}

.c-txtImg2__thumb img.text.pos2 {
  left: 0.8vw;
  right: auto;
  top: 2.8vw;
}

.c-txtImg2__thumb img.text.pos3 {
  right: auto;
  left: 0;
}

.c-txtImg2__thumb img.text.pos4 {
  left: 2vw;
  right: auto;
}

.c-txtImg2__thumb img.text.pos5 {
  right: 1vw;
  left: auto;
}

.c-txtImg2__thumb img.text--h1 {
  max-height: 10vw;
}

.c-txtImg2__thumb img.text--h2 {
  max-height: 4.7vw;
}

.c-txtImg2__cont {
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-left: 1.8vw;
  padding-top: 3.7vw;
}

.c-txtImg2__cont.pt1 {
  padding-top: 1.5vw;
}

.c-txtImg2__cont.pt2 {
  padding-top: 2.5vw;
}

.c-txtImg2__cont.pt3 {
  padding-top: 3.5vw;
}

.c-txtImg2__cont.pt4 {
  padding-top: 3vw;
}

.c-txtImg2__cont.ml1 {
  margin-left: 5.5vw;
}

.c-txtImg2__cont img.num {
  max-height: 4.5vw;
  margin-bottom: 2.2vw;
}

.c-txtImg2__cont img.num--h1 {
  max-height: 8.5vw;
}

.c-txtImg2__cont img.num.mb1 {
  margin-bottom: 1vw;
}

.c-txtImg2__cont .title {
  font-size: 1.6vw;
  font-feature-settings: normal;
  letter-spacing: 1.8px;
  line-height: 1.4;
}

.c-txtImg2__cont .title .sub {
  font-size: 0.95vw;
  letter-spacing: 1.5px;
  margin-top: 1vw;
  display: block;
  padding-bottom: 10px;
}

.c-txtImg2__cont .title::first-letter {
  font-size: 2vw;
}

.c-txtImg2__cont .content {
  font-size: 1vw;
  font-feature-settings: normal;
  margin-top: 2.1vw;
  letter-spacing: 1.2px;
  line-height: 2;
}

.c-txtImg2__cont .content.pr1 {
  padding-right: 6.5vw;
}

.c-txtImg2--rv {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.c-txtImg2--rv .c-txtImg2__cont {
  margin-right: 2.5vw;
  margin-left: 0;
}

.c-txtImg2--rv .c-txtImg2__cont.mr1 {
  margin-right: 2vw;
}

.c-txtImg2--rv .c-txtImg2__cont.mr2 {
  margin-right: 0;
}

.c-txtImg2--rv .c-txtImg2__thumb {
  text-align: right;
}

.c-txtImg2--rv .c-txtImg2__thumb.align-left {
  text-align: left;
}

.c-txtImg2.ad1 img.numg {
  margin-bottom: 3.5vw;
}

.c-txtImg2--red {
  border-bottom-color: #e66744;
}

.c-txtImg2--green {
  border-bottom-color: #92c560;
}

.c-txtImg2--blue {
  border-bottom-color: #53a0d6;
}

.c-txtImg2--red .c-txtImg2__cont .title::first-letter {
  color: #fc5c3a;
}

.c-txtImg2--green .c-txtImg2__cont .title::first-letter {
  color: #80c74f;
}

.c-txtImg2--blue .c-txtImg2__cont .title::first-letter {
  color: #2da9dc;
}

.c-step__no {
  text-align: center;
  width: 68%;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.c-step__no:before {
  content: "STEP";
  line-height: 1;
  font-size: 1.4vw;
  font-weight: 700;
  border-bottom: 3px solid #000;
  padding-bottom: 2px;
}

.c-step__no span {
  display: block;
  font-size: 3vw;
}

.c-step__img {
  text-align: center;
  margin-top: 2.5vw;
}

.c-step__img img {
  height: 13.2vw;
  max-width: 100%;
}

.c-step__cont .title {
  font-size: 1.6vw;
  text-align: center;
  letter-spacing: 2.5px;
  margin-bottom: 0.75vw;
}

.c-step__cont {
  margin-top: 3vw;
}

.c-step__cont .content {
  font-size: 1vw;
  letter-spacing: 1.2px;
  font-feature-settings: normal;
  line-height: 2;
}

.c-voice {
  padding-top: 1px;
  background-color: #fff;
  box-shadow: 0.2vw 0.2vw 1vw 0.1vw #dadada;
}

.c-voice__thumb {
  text-align: center;
  margin-top: -6vw;
  padding-right: 11px;
}

.c-voice__thumb img {
  max-height: 13vw;
  max-width: 100%;
}

.c-voice .content {
  padding: 0 1.5vw;
  margin-top: 1.2vw;
}

.c-voice .content .title {
  font-size: 1.4vw;
  font-weight: 700;
  font-feature-settings: normal;
}

.c-voice .content .name {
  text-align: right;
  display: block;
  font-size: 1vw;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 1vw;
}

.c-voice .content .desc {
  font-size: 1vw;
  font-feature-settings: normal;
  letter-spacing: 1px;
  margin-top: 0.6vw;
  line-height: 2;
  padding-bottom: 1.8vw;
}

.c-voice {
  border-radius: 1vw;
}

.c-form01__2c {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.c-form01__label {
  width: 37%;
  flex-shrink: 0;
  font-size: 1.4vw;
  font-weight: 700;
  padding-top: 10px;
  letter-spacing: 2px;
}

.c-form01 input, .c-form01 textarea {
  display: block;
  width: 100%;
  height: 2.8vw;
  min-height: 40px;
  border: none;
  background-color: #f8f8f8;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 1.2vw;
  font-family: 'Noto Sans JP';
}

.c-form01__field {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.c-form01__error {
  color: #fc5c3a;
  margin-top: 0.6rem;
}

.c-form01__label .requried {
  display: inline-block;
  margin-right: 2.2vw;
  color: #fc5c3a;
}

.c-form01__2c + .c-form01__2c {
  margin-top: 3.9vw;
}

.c-form01 textarea {
  height: 19.2vw;
  resize: none;
}

.c-form01__submit input {
  text-align: center;
  font-size: 1.4vw;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  font-feature-settings: normal;
  letter-spacing: 3px;
  display: block;
  width: 38%;
  margin: auto;
  background: #80c74f;
  color: #fff;
  border-radius: 60px;
  max-width: 100%;
  padding: 0 2.6vw;
  height: 5.2vw;
}

.c-form01__submit {
  margin-top: 4vw;
}

.c-table1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 4px solid #ebebeb;
  border-bottom: 3px solid #ebebeb;
}

.c-table1 dt {
  width: 32%;
  flex-shrink: 0;
  padding: 2.2vw 5vw 2vw;
  letter-spacing: 2px;
  border-bottom: 1px solid #ebebeb;
}

.c-table1 dd {
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 68%;
  border-bottom: 1px solid #ebebeb;
  font-size: 0.96vw;
  letter-spacing: 2.5px;
  padding: 2.2vw 0 2vw;
}

.c-table1 dd .label {
  display: inline-block;
  padding: 0.25vw 1vw;
  background: #f0f0f0;
  border-radius: 0.5vw;
  margin-top: 1vw;
  font-feature-settings: normal;
  margin-bottom: 0.5vw;
}

.c-footer {
  background: #fff;
  font-size: 0.7vw;
  font-weight: 400;
  font-feature-settings: normal;
  letter-spacing: 2.5px;
  padding: 1.2vw;
  color: #000;
}

.c-btnScroll {
  z-index: 10;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 52px;
  text-indent: -9999px;
  width: 9vw;
  max-width: 80px;
  height: 9vw;
  max-height: 80px;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  border: 3px solid #000;
}

.c-btnScroll:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2vw;
  height: 2vw;
  max-width: 20px;
  max-height: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translate(-50%, -10%) rotate(-45deg);
  transform: translate(-50%, -10%) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-btn01:hover {
  opacity: 1;
  background: #fff;
  box-shadow: 0 0 0 2px #000;
}

.c-btn2:hover {
  opacity: 1;
  background: #fff;
  box-shadow: 0 0 0 2px #000;
}

.c-form01__submit input {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-form01__submit input:hover {
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 0 2px #80c74f;
  color: #80c74f;
}

.c-btnScroll:hover {
  background: #44b4e2;
  border-color: #fff;
}

.c-btnScroll:hover:before {
  border-top-color: #fff;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top1 {
  position: relative;
  z-index: 1;
}

.p-top1__bgLeft {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 71%;
  text-indent: -9999px;
  -webkit-transform: skewx(-21.5deg);
  transform: skewx(-21.5deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  overflow: hidden;
}

.p-top1__bgLeft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -29vw;
  background: url("../img/bg-text.png");
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: left top;
  -webkit-transform: skewx(21.5deg);
  transform: skewx(21.5deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.p-top1__inner {
  position: relative;
}

.p-top1__inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 0.7vw;
  background-image: -webkit-gradient(linear, left top, right top, from(#e66746), color-stop(33.33%, #e66746), color-stop(33.33%, #80c74f), color-stop(66.66%, #80c74f), color-stop(66.66%, #1da2da), to(#1da2da));
  background-image: linear-gradient(to right, #e66746 0%, #e66746 33.33%, #80c74f 33.33%, #80c74f 66.66%, #1da2da 66.66%, #1da2da 100%);
}

.p-top1__head {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 3vw 2.5vw 0;
  text-align: right;
  z-index: 10;
}

.p-top1__cont {
  padding-top: 11.6vw;
  width: 60%;
  padding-left: 14.8%;
  padding-bottom: 12.8vw;
}

.p-top1__cont .logo {
  width: 22vw;
}

.p-top1__cont .logo img {
  width: 100%;
}

.p-top1__cont .title {
  font-size: 3.2vw;
  letter-spacing: 4px;
  margin-left: -0.3vw;
  margin-top: 0.4vw;
}

.p-top1__cont .desc {
  font-size: 1.2vw;
  margin-top: 1.4vw;
  letter-spacing: 4.6px;
  line-height: 1.72;
}

.p-top1__cont .c-btn2 {
  margin-top: 2.5vw;
}

.p-top1__bgRight {
  position: absolute;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 53%;
}

.p-top1__bgRight .over {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 17%;
  width: 50%;
}

.p-top1__bgRight .over img {
  width: 100%;
}

.p-top1__bgRight .mainvisual {
  height: 100%;
  position: relative;
  z-index: -1;
}

.p-top1__bgRight .mainvisual .item {
  height: 100%;
}

.p-top1__bgRight .mainvisual .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.p-top2 {
  background-color: #e3e6eb;
}

.p-top2 .c-title1 {
  margin-top: -2.8vw;
  position: relative;
  z-index: 1;
}

.p-top2 .c-title1 span {
  color: #7ec84f !important;
}

.p-top2__cont {
  padding-top: 5.3vw;
  position: relative;
}

.p-top2__cont .c-txtImg1 + .c-txtImg1 {
  margin-top: 9.1vw;
}

.p-top2__sum {
  text-align: center;
  font-size: 1.6vw;
  font-weight: 700;
  letter-spacing: 2px;
  font-feature-settings: normal;
  margin-top: 5vw;
  padding-bottom: 1vw;
}

.p-top3 {
  padding-bottom: 3.8vw;
  position: relative;
}

.p-top3:before {
  content: "";
  background: url(../img/bg-text.png);
  background-size: 100%;
  background-repeat: repeat;
  background-position: left top;
  position: absolute;
  top: 6vw;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  z-index: -1;
}

.p-top3 .c-svg1 {
  z-index: 2;
}

.p-top3 .c-title2 {
  margin-top: 8vw;
}

.p-top3__cont {
  width: 60vw;
  margin: auto;
  margin-top: 4vw;
}

.p-top3__cont .layout-2c {
  display: -webkit-box;
  display: flex;
}

.p-top3__cont .layout-2c .col:first-child {
  flex-shrink: 0;
  width: 41%;
}

.p-top3__cont .layout-2c .col:nth-child(2) {
  align-self: center;
  margin-left: 2.5vw;
  padding-bottom: 3vw;
}

.p-top3__cont .layout-2c .col .logo {
  width: 25vw;
}

.p-top3__cont .layout-2c .col .logo img {
  width: 100%;
}

.p-top3__cont .layout-2c .col .title {
  font-size: 1.6vw;
  font-weight: 700;
  font-feature-settings: normal;
  letter-spacing: 2px;
  margin-top: 3.1vw;
}

.p-top3__cont .layout-2c .col .content {
  font-feature-settings: normal;
  letter-spacing: 3.3px;
  margin-top: 1.5vw;
  line-height: 1.7;
}

.p-top4 {
  background-color: #ffeb7b;
  padding-top: 5.5vw;
  padding-bottom: 5.4vw;
}

.p-top4__cont {
  background-color: #fff;
  padding-top: 6.8vw;
  padding-bottom: 1vw;
}

.p-top4__cont .c-title2 {
  margin-bottom: 5.5vw;
}

.p-top4__cont .c-txtImg2 {
  padding-left: 4.34%;
  padding-right: 4.34%;
  margin: auto;
}

.p-top4__cont .c-txtImg2 + .c-txtImg2 {
  margin-top: 4.2vw;
}

.p-top4__cont .c-txtImg2 + .c-txtImg2:nth-child(4) {
  margin-top: 5.7vw;
}

.p-top4__cont .c-txtImg2 + .c-txtImg2:nth-child(5) {
  margin-top: 6.6vw;
}

.p-top4__cont .c-txtImg2 + .c-txtImg2:nth-child(6) {
  margin-top: 7.5vw;
}

.p-top4__cont .c-txtImg2 + .c-txtImg2:nth-child(8) {
  margin-top: 7.8vw;
}

.p-top4__cont .c-txtImg2 + .c-txtImg2:last-child {
  border-bottom: 0;
}

.p-top5 {
  padding-top: 10.5vw;
  padding-bottom: 11.3vw;
}

.p-top5__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 6.8vw;
  position: relative;
}

.p-top5__content > * {
  width: 26.5%;
}

.p-top5__content .c-step:nth-child(3) .c-step__img {
  padding-right: 2vw;
}

.p-top5__content .c-step:nth-child(2n) {
  position: relative;
}

.p-top5__content .c-step:nth-child(2n):before, .p-top5__content .c-step:nth-child(2n):after {
  content: "\f054";
  font-family: "font Awesome 5 free";
  top: 51%;
  color: #000;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  width: 2.4vw;
  font-size: 1.2vw;
  height: 2.4vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
  border-radius: 50%;
  border: 0.2vw solid #000;
  box-sizing: border-box;
  padding-left: 0.2vw;
}

.p-top5__content .c-step:nth-child(2n):before {
  left: -5.5vw;
}

.p-top5__content .c-step:nth-child(2n):after {
  right: -5.5vw;
}

.p-top5__content:after {
  content: "";
  position: absolute;
  top: calc(35px + 1vw);
  height: 3px;
  background: #e66746;
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
}

.p-top6 {
  background: #f0f0f0;
  padding-top: 8.5vw;
  padding-bottom: 8.5vw;
}

.p-top6__cont {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 10.8vw;
}

.p-top6__cont > * {
  width: 22.8%;
}

.p-top7 {
  padding-top: 8.8vw;
  padding-bottom: 11.2vw;
  position: relative;
}

.p-top7:before {
  content: "";
  background: url(../img/bg-text.png);
  background-size: 100%;
  background-repeat: repeat;
  background-position: left top;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  bottom: 0;
}

.p-top7 .l-container {
  position: relative;
}

.p-top7__cont {
  width: 91%;
  margin: auto;
  margin-top: 6.5vw;
  border: 4px solid #f0f0f0;
  border-radius: 2vw;
  padding: 6.5vw 6vw 5.2vw;
  background-color: #fff;
}

.p-top8 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1da2da), color-stop(50%, #44b4e2));
  background: linear-gradient(to right, #1da2da 50%, #44b4e2 50%);
  padding-top: 6.5vw;
  padding-bottom: 5.5vw;
}

.p-top8__content {
  background: #fff;
  margin-top: 3.3vw;
  border-radius: 1.5vw;
  padding: 5.5vw;
  padding-bottom: 5vw;
}

.p-top8__content .c-table1 {
  width: 75%;
  margin: auto;
}

.p-top1__bgsp {
  display: none;
}

.p-top2__cont .dotOver {
  position: absolute;
  left: 24%;
  top: 0;
  height: 65%;
}

.p-top2__cont .dotOver img {
  max-height: 100%;
}

@media only screen and (max-width: 767.9px) {
  body {
    font-size: 2.8vw;
    font-weight: 400;
  }
  .c-btn01 {
    font-size: 2.8vw;
    padding: 2.5vw 5vw;
  }
  .p-top1__cont {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .p-top1__cont .logo {
    width: 30vw;
  }
  .p-top1__cont .title {
    font-size: 4.8vw;
    letter-spacing: 1px;
  }
  .p-top1__cont .desc {
    font-size: 2.8vw;
    letter-spacing: 1px;
  }
  .c-btn2 {
    font-size: 3.8vw;
    letter-spacing: 1px;
    padding: 3vw 10vw;
  }
  .c-btn2:after {
    width: 4.8vw;
    height: 4.8vw;
    font-size: 2vw;
    right: 2vw;
  }
  .p-top1__bgRight {
    width: 100%;
    position: static;
  }
  .c-footer {
    font-size: 2vw;
    letter-spacing: 2px;
    padding: 2vw;
  }
  .c-btnScroll {
    border-width: 1px;
    right: 15px;
    bottom: 20px;
    width: 12vw;
    height: 12vw;
    max-width: 60px;
    max-height: 60px;
  }
  .c-btnScroll:before {
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .p-top8__content .c-table1 {
    width: 95%;
  }
  .c-table1 {
    border-top-width: 1px;
    border-bottom-width: 0px;
  }
  .c-table1 dt {
    font-size: 3vw;
    letter-spacing: 1px;
    padding: 3 2vw;
  }
  .c-table1 dd {
    font-size: 2.8vw;
    letter-spacing: 1px;
    padding: 3vw 0;
  }
  .c-title2 img {
    max-height: 8vw;
  }
  .u-dot {
    font-size: 2.4vw;
  }
  .c-title2 .sub {
    font-size: 3.8vw;
    letter-spacing: 2px;
  }
  .p-top7__cont {
    width: 100%;
  }
  .c-form01__label {
    font-size: 3.2vw;
    letter-spacing: 0px;
    width: 100%;
  }
  .c-form01__2c {
    flex-wrap: wrap;
  }
  .c-form01 input, .c-form01 textarea {
    min-height: 30px;
    font-size: 2.8vw;
  }
  .c-form01__field {
    margin-top: 1.5vw;
  }
  .c-form01 textarea {
    min-height: 150px;
  }
  .c-form01__submit input {
    width: auto;
    letter-spacing: 1px;
    font-size: 3.2vw;
    padding: 5vw 3vw;
    line-height: 0;
  }
  .p-top6__cont {
    flex-wrap: wrap;
  }
  .p-top6__cont > * {
    width: 100%;
  }
  .p-top6__cont > *:not(:first-child) {
    margin-top: 15vw;
  }
  .c-voice__thumb {
    margin-right: 0;
    margin-top: -10vw;
  }
  .c-voice__thumb img {
    max-height: 26vw;
  }
  .c-voice .content .title {
    font-size: 3.2vw;
    text-align: center;
  }
  .c-voice .content .name {
    font-size: 2.6vw;
    text-align: center;
    margin-top: 0;
  }
  .c-voice .content {
    margin-top: 4vw;
    padding: 0;
  }
  .c-voice .content .desc {
    font-size: 2.6vw;
    margin-top: 4vw;
  }
  .c-voice {
    padding: 0 3vw 4vw;
  }
  .p-top7:before {
    top: -10px;
  }
  .p-top5__content:after {
    content: none;
  }
  .p-top5__content {
    flex-wrap: wrap;
  }
  .p-top5__content > * {
    width: 100%;
  }
  .c-step__no {
    width: 100%;
  }
  .c-step__no:before {
    font-size: 3vw;
    border-bottom-width: 2px;
  }
  .c-step__no span {
    font-size: 6vw;
  }
  .c-step__img {
    margin-top: 4vw;
  }
  .c-step__img img {
    height: auto;
    max-width: 100%;
    max-height: 50vw;
  }
  .c-step__cont .title {
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }
  .c-step__cont .content {
    font-size: 2.6vw;
  }
  .c-step__cont {
    margin-top: 6vw;
  }
  .p-top5__content .c-step:nth-child(2n):before, .p-top5__content .c-step:nth-child(2n):after {
    content: none;
  }
  .p-top5__content .c-step:not(:last-child):after {
    /* content: ""; */
    content: "\f054";
    font-family: "font Awesome 5 free";
    /* top: 51%; */
    color: #000;
    /* -webkit-transform: translatey(-50%); */
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    /* position: absolute; */
    width: 7vw;
    font-size: 3vw;
    height: 7vw;
    /* display: -webkit-box; */
    display: -webkit-box;
    display: flex;
    /* -webkit-box-pack: center; */
    -webkit-box-pack: center;
    justify-content: center;
    /* -webkit-box-align: center; */
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    font-weight: bold;
    border-radius: 50%;
    border: 0.2vw solid #000;
    box-sizing: border-box;
    padding-left: 0.2vw;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
    margin-bottom: 8vw;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .c-contact1__cont {
    width: 100%;
  }
  .c-contact1__cont .title {
    font-size: 6vw;
    letter-spacing: 1px;
  }
  .c-contact1__cont .box1 {
    display: block;
    font-size: 3.8vw;
    padding: 4vw;
  }
  .c-contact1__cont .box1 .col:first-child {
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
  }
  .c-contact1__cont .box1 .col:nth-child(2n) {
    margin-left: 0;
    text-align: center;
    margin-top: 3vw;
  }
  .c-contact1__cont .box1 .col:first-child .strong {
    font-size: 5vw;
    letter-spacing: 2px;
  }
  .c-contact1__cont .box1 .col .phone {
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 6vw;
  }
  .c-contact1__cont .box1 .col .phone:before {
    font-size: 5.2vw;
    margin-right: 5px;
  }
  .c-contact1__cont .btn > * {
    width: 48%;
    padding-right: 6vw;
  }
  .c-contact1__cont .btn {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4vw;
    margin-bottom: 1vw;
  }
  .c-txtImg2 {
    display: block;
    border-bottom-width: 1px;
  }
  .c-txtImg2__cont {
    margin-left: 0;
  }
  .c-txtImg2__cont img.num {
    max-height: 9vw;
  }
  .c-txtImg2__cont img.num--h1 {
    max-height: 16vw;
  }
  .c-txtImg2__cont .title {
    font-size: 3.8vw;
    letter-spacing: 1px;
  }
  .c-txtImg2__cont .title:first-letter {
    font-size: 4.8vw;
  }
  .c-txtImg2__cont .content {
    font-size: 2.6vw;
    letter-spacing: 1px;
  }
  .c-txtImg2__cont.ml1 {
    margin-left: 0;
  }
  .c-contact1 {
    padding-top: 4vw;
    padding-bottom: 5vw;
    background-size: 20vw auto;
  }
  .c-txtImg2__thumb {
    width: 100% !important;
    margin: auto;
    margin-bottom: 4vw;
    text-align: center !important;
  }
  .c-txtImg2__thumb img.text {
    max-height: 18vw;
  }
  .c-txtImg2__thumb img.text--h2 {
    max-height: 9vw;
  }
  .c-txtImg2__thumb img.text--h1 {
    max-height: 20vw;
  }
  .c-txtImg2__thumb img.main {
    max-width: 90%;
  }
  .c-txtImg2__cont .title .sub {
    font-size: 2.6vw;
  }
  .p-top3__cont {
    width: 100%;
  }
  .p-top3__cont .layout-2c .col .logo {
    width: 30vw;
  }
  .p-top3__cont .layout-2c .col .title {
    font-size: 3.8vw;
    letter-spacing: 1px;
  }
  .p-top3__cont .layout-2c .col .content {
    letter-spacing: 1px;
  }
  .p-top2__sum {
    font-size: 3.8vw;
    padding-bottom: 4vw;
  }
  .c-txtImg1__cont .desc {
    font-size: 2.6vw;
    letter-spacing: 1px;
  }
  .c-txtImg1__bg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    order: 1;
    position: static;
  }
  .c-txtImg1__cont {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
    position: static;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: -6vw;
  }
  .c-txtImg1__cont .labelImg {
    /* order: 1; */
    margin-top: -8vw;
    margin-bottom: 4vw;
  }
  .c-txtImg1 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .c-txtImg1__cont .labelImg .avatar {
    width: 24vw;
  }
  .c-txtImg1__cont .labelImg img.text {
    max-height: 10vw;
  }
  .c-txtImg1--rv .c-txtImg1__cont {
    margin-left: 4vw;
    margin-right: 4vw;
    width: 100%;
  }
  .p-top2__cont .c-txtImg1 + .c-txtImg1 {
    margin-top: 18vw;
  }
  .c-txtImg1 .over2 {
    height: 18vw;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
  .p-top2__cont {
    padding-top: 18vw;
  }
  .c-txtImg1 .over1 {
    height: 18vw;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
  .c-title1 {
    font-size: 4vw;
    width: 92vw;
    letter-spacing: 2px;
    padding: 2vw;
  }
  .p-top2 .c-title1 {
    margin-top: -5vw;
  }
  .c-txtImg1__cont .title:first-letter {
    font-size: 4vw;
  }
  .c-txtImg1__cont .desc {
    margin-top: 4vw;
  }
  .c-txtImg1--rv .c-txtImg1__cont .desc {
    margin-top: 4vw;
  }
  .c-txtImg1__cont .title:first-letter {
    font-size: 4vw;
  }
  .c-txtImg1__cont .desc {
    margin-top: 4vw;
  }
  .c-txtImg1--rv .c-txtImg1__cont .desc {
    margin-top: 4vw;
  }
  .p-top1__cont .logo {
    width: 35vw;
  }
  .p-top1__cont .title {
    margin-top: 4vw;
    text-align: center;
  }
  .p-top1__cont .desc {
    margin-top: 3vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .p-top1__cont {
    text-align: center;
    padding-bottom: 2vw;
    position: relative;
    z-index: 1;
  }
  .p-top1__bgLeft {
    display: none;
  }
  .p-top1__bgRight .over {
    height: 240px;
    width: auto;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
  }
  .p-top1__bgRight .mainvisual {
    height: 80vw;
  }
  .p-top1__bgsp {
    display: block;
  }
  .p-top1__bgsp {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -20vw;
    width: 100%;
    text-indent: -9999px;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    overflow: hidden;
    display: block;
    z-index: -1;
  }
  .p-top1__bgsp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg-text.png);
    background-color: #fff;
    background-size: contain;
    background-repeat: repeat;
    background-position: left top;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .c-txtImg1__cont .labelImg img.text.text--h1 {
    max-height: 16vw;
  }
  .p-top2__cont .dotOver {
    left: 10%;
    width: 90%;
    overflow: hidden;
    height: 70%;
  }
  .p-top2__cont .dotOver img {
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.u-blue {
  color: #1da2da;
}

.u-red {
  color: #fb755a;
}

.u-green {
  color: #7ec84f;
}

.u-dot {
  font-size: 1.2vw;
}

.u-dot > * {
  display: inline-block;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}

.u-block {
  display: block;
}

/*# sourceMappingURL=style.css.map */
