@charset "UTF-8";


/* body
-------------------------------------------------------------- */


*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding:0;
}

html {
  margin: 0;
  padding:0;
  font-size:16px;
}
  
body {
  margin: 0;
  padding: 0;
  font-family:'Noto Sans JP', 'Roboto Condensed','Yu Gothic',  '游ゴシック体', sans-serif;
  color: #1a1a1a;
  line-height: 1.2;
  background:#FFFFFE;
  font-size:16px;
}

h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
  letter-spacing:.0em;
}
  
figure {
  margin: 0;
}

a{
  text-decoration:none;
}

img {
  width: 100%;
  height:auto;
  vertical-align: bottom;
  margin-bottom:1rem;
  height:auto;
}

ul,li,dl,dt,dd {
  margin:0;
  padding:0;
  list-style: none;
    line-height:1.5;
}

p{
    line-height:1.5;
}

  
a:hover { 
  transition: .3s;
  opacity: 0.6;
}

.big{
  font-size: 1.5em;
}

small{
  font-size: .5em;
}

#container{
    margin:4rem auto;
}

.border-radius{
  border-radius:.5em;
}

section {
padding-top:4rem;
padding-bottom:4rem;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.wide-wrapper{
  width:90%;
  margin:0 auto;
}



/* header
-------------------------------------------------------------- */


.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.header_inner {
  position: relative;
  padding: 15px;
}
.logo{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.title {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 15px;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .logo {

    padding-left: 15px;
}
  .global-nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .global-nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
    padding: 0 14px;
  }
  .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}/* sp */

@media only screen and (min-width: 769px) {
  .header_inner{
    max-width: 980px;
    width: 100%;
    padding: 15px 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .global-nav__list{
    text-align: right;
  }
  .global-nav__list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
  .global-nav__list li a{
    color: #000;
    font-weight: 600;
  }
}/* pc */






/* contents
-------------------------------------------------------------- */


section.hero {
  padding:0;
  background-image: url(../images/hero-img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 580px;
}

@media screen and (max-width:800px) {

section.hero{
  background:none;
  height: 530px;

}
  
section.hero{
  background-image: url(../images/hero-img-sp.jpg);
  background-size: cover;
  position: relative;
  }
  
}




.cont > .inner {
  width: 960px;
  max-width: calc(100% - 1em);
  margin: 0 auto;
  padding: 3em 0 2em;
}

.cont > .inner > h1 {
  font-size: 1.8em;
  font-weight: 900;
  text-shadow: 1px 1px 1px #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

.cont > .inner > h1 em {
  color: #ec8e26;
  font-size: 1.3em;
}



@media screen and (max-width: 480px) {
  .cont {
    background-color: #fff;
  }
  .cont > .inner {
    padding: 1.5em 0;
  }
}

.contact-bnr {
  background: url(../images/bnr-sankaku.png) no-repeat center top #f7e5c7;
}

.contact-bnr > .inner {
  width: 860px;
  max-width: calc(100% - 1em);
  margin: 0 auto;
  padding: 4em 0 2em;
}

.contact-bnr > .inner > h2 {
  font-size: 1.5em;
  font-weight: 900;
}

.contact-bnr > .inner > h2 > em {
  font-size: 1.3em;
}

.contact-bnr > .inner > h2 > em.dot {
  position: relative;
}

.contact-bnr > .inner > h2 > em.dot::after {
  content: "・";
  position: absolute;
  top: -0.8em;
  left: 0em;
  color: #ec8e26;
}

.contact-bnr > .inner > .price {
  font-size: 1.9em;
  font-weight: 900;
  position: relative;
  margin-bottom: 1.8em;
}

.contact-bnr > .inner > .price > p {
  margin: 0;
  line-height: 0.3em;
}

.contact-bnr > .inner > .price > p > em {
  font-size: 1.5em;
}

.contact-bnr > .inner > .price > p > em.torikeshi {
  position: relative;
}

.contact-bnr > .inner > .price > p > em.torikeshi::before, .contact-bnr > .inner > .price > p > em.torikeshi::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 130px;
  border-top: 5px solid #ec8e26;
}

.contact-bnr > .inner > .price > p > em.torikeshi::before {
  transform: skewY(-20deg);
}

.contact-bnr > .inner > .price > p > em.torikeshi::after {
  transform: skewY(20deg);
}

.contact-bnr > .inner > .price > p > em.zero {
  display: inline-block;
  margin-left: 0.5em;
  padding-left: 1em;
  color: #ec8e26;
  font-size: 2em;
  position: relative;
  top: 0.2em;
}

div.mfp_buttons {
  box-shadow:3px 3px 6px #707070;
}

.contact-bnr > .inner > .price > p > em.zero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2em;
  bottom: 0em;
  left: 0;
  background: url(../images/bnr-ya.png) no-repeat left bottom;
}

.contact-bnr > .inner > .price > p > em.zero span {
  font-size: 2em;
}

.contact-bnr > .inner > .price > img {
  position: absolute;
  right: -1em;
  top: -3em;
}

.contact-bnr > .inner > ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contact-bnr > .inner {
    padding: 3em 0 2em;
  }
  .contact-bnr > .inner > h2 {
    font-size: 1.4em;
  }
  .contact-bnr > .inner > h2 > em {
    font-size: 1.2em;
  }
  .contact-bnr > .inner > .price {
    font-size: 1.7em;
  }
  .contact-bnr > .inner > .price > p {
    margin: 0;
    line-height: 0.3em;
  }
  .contact-bnr > .inner > .price > p > em {
    font-size: 1.5em;
  }
  .contact-bnr > .inner > .price > p > em.torikeshi::before, .contact-bnr > .inner > .price > p > em.torikeshi::after {
    width: 2.5em;
  }
  .contact-bnr > .inner > .price > p > em.zero {
    display: inline-block;
    margin-left: 0.5em;
    padding-left: 1em;
    color: #ec8e26;
    font-size: 2em;
    position: relative;
    top: 0.2em;
  }
  .contact-bnr > .inner > .price > p > em.zero span {
    font-size: 2em;
  }
  .contact-bnr > .inner > .price > img {
    right: 0em;
  }
  .contact-bnr > .inner > ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .contact-bnr {
    background-size: 5em;
  }
  .contact-bnr > .inner {
    padding: 2em 0 1em;
  }
  .contact-bnr > .inner > h2 {
    text-align: center;
    font-size: 1.4em;
  }
  .contact-bnr > .inner > h2 > em {
    font-size: 1.2em;
  }
  .contact-bnr > .inner > .price {
    font-size: 1.7em;
    margin-bottom: 0.8em;
  }
  .contact-bnr > .inner > .price > p {
    text-align: center;
    line-height: 1.2;
  }
  .contact-bnr > .inner > .price > p > em {
    font-size: 1.5em;
  }
  .contact-bnr > .inner > .price > p > em.torikeshi::before, .contact-bnr > .inner > .price > p > em.torikeshi::after {
    width: 2.5em;
  }
  .contact-bnr > .inner > .price > p > em.zero {
    margin-top: -0.2em;
    font-size: 1.5em;
    line-height: 1;
  }
  .contact-bnr > .inner > .price > p > em.zero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: 0.5em;
    left: -0.2em;
    background: url(../images/bnr-ya.png) no-repeat left bottom;
  }
  .contact-bnr > .inner > .price > p > em.zero span {
    font-size: 2em;
  }
  .contact-bnr > .inner > .price > img {
    right: -0.3em;
    top:.5em;
    width:88px;
  }
  .contact-bnr > .inner > ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 386px) {
  .contact-bnr > .inner > .price > img {
    top: 3em;

  }
}

#onayami {
  background: url(../images/onayami.png) no-repeat center bottom #ccc;
}

#onayami > .inner > ul.row1,
#onayami > .inner > ul.row2 {
  display: flex;
  justify-content: space-between;
}

#onayami > .inner > ul.row2 > li > ul {
  display: flex;
}

#onayami > .inner > ul.row1 > li,
#onayami > .inner > ul.row2 > li > ul > li {
  width: 165px;
  height: 165px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9em;
}

#onayami > .inner > ul.row1 .n01 {
  margin-top: 4em;
}

#onayami > .inner > ul.row1 .n02 {
  margin-top: 0.5em;
}

#onayami > .inner > ul.row1 .n04 {
  margin-top: 0.5em;
}

#onayami > .inner > ul.row1 .n05 {
  margin-top: 4em;
}

#onayami > .inner > ul.row2 .n06 {
  margin-top: 3em;
}

#onayami > .inner > ul.row2 .n07 {
  margin-top: -2em;
  margin-left: -0.5em;
}

#onayami > .inner > ul.row2 .n08 {
  margin-top: -2em;
  margin-left: 0.5em;
}

#onayami > .inner > ul.row2 .n09 {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  #onayami > .inner > ul.row1 > li,
  #onayami > .inner > ul.row2 > li > ul > li {
    width: 140px;
    height: 140px;
  }
  #onayami > .inner > ul.row1 .n01 {
    margin-top: 4em;
  }
  #onayami > .inner > ul.row1 .n02 {
    margin-top: 0.5em;
  }
  #onayami > .inner > ul.row1 .n04 {
    margin-top: 0.5em;
  }
  #onayami > .inner > ul.row1 .n05 {
    margin-top: 4em;
  }
  #onayami > .inner > ul.row2 .n06 {
    margin-top: 3em;
  }
  #onayami > .inner > ul.row2 .n07 {
    margin-top: -2em;
    margin-left: -0.5em;
  }
  #onayami > .inner > ul.row2 .n08 {
    margin-top: -2em;
    margin-left: 0.5em;
  }
  #onayami > .inner > ul.row2 .n09 {
    margin-top: 3em;
  }
}

@media screen and (max-width: 480px) {
  #onayami {
    background-size: 50vw;
  }
  #onayami > .inner {
    padding-bottom: 7em;
  }
  #onayami > .inner > ul.row1,
  #onayami > .inner > ul.row2 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #onayami > .inner > ul.row1 > li,
  #onayami > .inner > ul.row2 > li {
    margin-bottom: 1em;
  }
  #onayami > .inner > ul.row2 {
    width: 100%;
  }
  #onayami > .inner > ul.row2 > li {
    width: 100%;
  }
  #onayami > .inner > ul.row2 > li > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #onayami > .inner > ul.row2 > li > ul > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #onayami > .inner > ul.row1 > li,
  #onayami > .inner > ul.row2 > li > ul > li {
    width: 165px;
    height: 165px;
    font-size: 1em;
  }
  #onayami > .inner > ul.row1 .n01 {
    margin-top: 0;
  }
  #onayami > .inner > ul.row1 .n02 {
    margin-top: 0;
  }
  #onayami > .inner > ul.row1 .n04 {
    margin-top: 0;
  }
  #onayami > .inner > ul.row1 .n05 {
    margin-top: -1.5em;
    margin-bottom: -0.5em;
  }
  #onayami > .inner > ul.row2 .n06 {
    margin-top: 0;
  }
  #onayami > .inner > ul.row2 .n07 {
    margin-top: 0;
    margin-left: 0;
  }
  #onayami > .inner > ul.row2 .n08 {
    margin-top: 0;
    margin-left: 0;
  }
  #onayami > .inner > ul.row2 .n09 {
    margin-top: 0;
  }
}

#riyu {
  background: url(../images/riyu00.jpg) no-repeat center center;
  background-size: cover;
}

#riyu > .inner > ul {
  display: flex;
  justify-content: space-between;
}

#riyu > .inner > ul > li {
  width: 172px;
  display: flex;
  flex-direction: column;
}

#riyu > .inner > ul > li h2 {
  order: 2;
  color: #ec8e26;
  font-size: 1.1em;
  font-weight: 900;
  text-align: center;
  margin: 0.5em 0 0 0;
}

#riyu > .inner > ul > li .image {
  order: 1;
  border: solid 5px #fff;
}

@media screen and (max-width: 480px) {
  #riyu > .inner > ul {
    flex-direction: column;
  }
  #riyu > .inner > ul > li {
    width: 100%;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #riyu > .inner > ul > li h2 {
    order: 2;
    color: #ec8e26;
    font-size: 1.1em;
    font-weight: 900;
    text-align: center;
    margin: 0.5em 0 0 0;
    width: 50%;
    padding-left: 0.5em;
  }
  #riyu > .inner > ul > li .image {
    order: 1;
    border: none;
    width: 50%;
    border: solid 1px #ccc;
  }
  #riyu > .inner > ul > li .image img {
    width: 100%;
    height: auto;
  }
  #riyu > .inner > ul > li:nth-of-type(odd) h2 {
    order: 1;
    padding-right: 0.5em;
    padding-left: 0;
  }
  #riyu > .inner > ul > li:nth-of-type(odd) .image {
    order: 2;
  }
}



@media screen and (max-width: 480px) {
  #tadayasu > .inner > ul {
    flex-direction: column;
  }
  #tadayasu > .inner > ul > li {
    margin: 0 auto 1em;
  }
  #tadayasu > .inner > ul > li p {
    font-size: 0.95em;
    padding: 1em 0.5em;
  }
}

#hojo {
  background: #ccc;
}

#hojo > .inner > ul {
  display: flex;
  justify-content: space-between;
}

#hojo > .inner > ul > li {
  width: 100%;
  background: #fff;
  border: solid 2px #ec8e26;
}

#hojo > .inner > ul > li h2 {
  color: #333;
  border-bottom: solid 2px #ec8e26;
  font-size: 1.75em;
  font-weight: normal;
  padding:1em 0.5em 0.25em;
}


#hojo > .inner > ul > li .main {
  padding: 1em;
  font-size: 0.8em;
}

#hojo > .inner > ul > li .main h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.5em;
  color: #ff6633;
}

#hojo > .inner > ul > li .main p {
  margin: 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #hojo {
    background: #ccc;
  }
  #hojo > .inner > ul > li h2 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 480px) {
  #hojo > .inner > ul {
    flex-direction: column;
  }
  #hojo > .inner > ul > li {
    width: 100%;
  }
  #hojo > .inner > ul > li:first-child {
    margin-bottom: 0.5em;
  }
  #hojo > .inner > ul > li h2 {
    font-size: 1.3em;
  }
}

#works > .inner #wk-gallery {
  position: relative;
  height: fit-content;
}

#works > .inner #wk-gallery .nav {
  position: absolute;
  top: calc(50% - 2em);
  width: 100%;
}

#works > .inner #wk-gallery .nav .back {
  position: absolute;
  left: -10px;
}

#works > .inner #wk-gallery .nav .back::after {
  display: flex;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 3em;
  height: 3em;
  margin: -4px 0 0 0;
  border-top: solid 10px #ff6633;
  border-right: solid 10px #ff6633;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 999;
}

#works > .inner #wk-gallery .nav .next {
  position: absolute;
  right: -10px;
}

#works > .inner #wk-gallery .nav .next::after {
  display: flex;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 0;
  right: -1.5em;
  width: 3em;
  height: 3em;
  margin: -4px 0 0 0;
  border-top: solid 10px #ff6633;
  border-right: solid 10px #ff6633;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 999;
}

#works > .inner #wk-gallery > .wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

#works > .inner #wk-gallery > .wrapper > ul {
  position: relative;
  left: 0;
  width: 7860px;
  transition: all 0.3s ease;
}

#works > .inner #wk-gallery > .wrapper > ul > li {
  width: calc((960px - 40px) / 3);
  float: left;
  margin: 10px;
  transition: all 0.3s ease;
}

#works > .inner #wk-gallery > .wrapper > ul > li:first-child {
  margin-left: 0;
}

#works > .inner #wk-gallery > .wrapper > ul > li > ul > li:first-child {
  margin-bottom: 1.5em;
}

#works > .inner #wk-gallery > .wrapper > ul > li > ul > li > h2 {
  background-color: #ffffe0;
  text-align: center;
  line-height: 1.2;
  padding: 0.8em;
  position: relative;
  margin-bottom: 1em;
}

#works > .inner #wk-gallery > .wrapper > ul > li > ul > li > h2::after {
  border-right: 2em solid transparent;
  border-top: 1em solid #ffffe0;
  border-left: 2em solid transparent;
  bottom: -0.5em;
  content: "";
  display: block;
  left: calc(50% - 2em);
  position: absolute;
  width: 0;
}

@media screen and (max-width: 768px) {
  #works > .inner #wk-gallery .nav .back::after {
    left: 1.5em;
  }
  #works > .inner #wk-gallery .nav .next::after {
    right: 1.5em;
  }
  #works > .inner #wk-gallery > .wrapper {
    width: 100%;
    overflow: hidden;
  }
  #works > .inner #wk-gallery > .wrapper > ul > li {
    width: calc((700px - 40px -1em) / 2);
  }
}

@media screen and (max-width: 480px) {
  #works > .inner #wk-gallery .nav .back::after {
    left: 1.5em;
  }
  #works > .inner #wk-gallery .nav .next::after {
    right: 1.5em;
  }
  #works > .inner #wk-gallery > .wrapper {
    width: 100%;
    overflow: hidden;
  }

}

#voice {
  background-color: #ccc;
}

#voice > .inner > .unit {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 1em;
  margin-bottom: 2em;
  padding: 1.5em;
}

#voice > .inner > .unit:last-child {
  margin-bottom: 0;
}

#voice > .inner > .unit > .main {
  order: 2;
  width: calc(100% - 178px - 1em);
}

#voice > .inner > .unit > .main h2 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 1em;
}

#voice > .inner > .unit > .main h2 span {
  color: #fdd08b;
  font-size: 3em;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  margin-left: 0.1em;
}

#voice > .inner > .unit > .main h2 em {
  flex-grow: 2;
  background-color: #f7931e;
  color: #fff;
  position: relative;
  line-height: 1;
  font-size: 1.2em;
  padding: 0.6em 1.2em;
}

#voice > .inner > .unit > .main h2 em::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/vya.png) no-repeat left top #fff;
  top: 0.6em;
  left: -26px;
  width: 26px;
  height: 13px;
}

#voice > .inner > .unit > .main h3 {
  font-weight: bold;
  font-size: 0.8em;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

#voice > .inner > .unit > .main p {
  font-size: 0.8em;
  padding-left: 0.5em;
  margin: 0;
}

#voice > .inner > .unit > .image {
  order: 1;
  width: 178px;
  text-align: center;
}

#voice > .inner > .unit > .image img {
  margin-bottom: 0.5em;
}

#voice > .inner > .unit.r > .main {
  order: 1;
}

#voice > .inner > .unit.r > .main h2 {
  flex-direction: row;
}

#voice > .inner > .unit.r > .main h2 span {
  margin-left: 0;
  margin-right: 0.1em;
}

#voice > .inner > .unit.r > .main h2 em::before {
  background: url(../images/vya.png) no-repeat left top #fff;
  transform: scale(-1, 1);
  top: 0.6em;
  left: auto;
  right: -26px;
  width: 26px;
  height: 13px;
}

#voice > .inner > .unit.r > .image {
  order: 2;
}

@media screen and (max-width: 480px) {
  #voice > .inner > .unit {
    flex-direction: column;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
  }
  #voice > .inner > .unit:last-child {
    margin-bottom: 0;
  }
  #voice > .inner > .unit > .main {
    order: 1;
    width: 100%;
  }
  #voice > .inner > .unit > .main h2 {
    flex-direction: column;
  }
  #voice > .inner > .unit > .main h2 span {
    display: block;
    line-height: 1.2;
    height: auto;
    margin-left: 0;
  }
  #voice > .inner > .unit > .main h2 em {
    padding: 0.6em 1.2em;
    line-height: 1.2;
  }
  #voice > .inner > .unit > .main h2 em::before {
    display: none;
  }
  #voice > .inner > .unit > .main h3 {
    font-size: 1em;
    padding: 0;
  }
  #voice > .inner > .unit > .main p {
    font-size: 1em;
    padding: 0;
    margin: 0;
  }
  #voice > .inner > .unit > .image {
    order: 2;
    margin: 0 auto;
  }
  #voice > .inner > .unit.r > .main {
    order: 1;
  }
  #voice > .inner > .unit.r > .main h2 {
    flex-direction: column;
  }
  #voice > .inner > .unit.r > .main h2 span {
    margin-right: 0;
  }
  #voice > .inner > .unit.r > .main h2 em::before {
    display: none;
  }
  #voice > .inner > .unit.r > .image {
    order: 2;
  }
}

#flow {
  background: url(../images/flow.jpg) no-repeat center center;
  background-size: cover;
}

#flow > .inner > h1 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 0;
}

#flow > .inner > p {
  color: #fff;
  margin: 0.5em 0 2em;
  font-size: 0.8em;
  text-align: center;
}

#flow > .inner > ul {
  width: fit-content;
  margin: 0 auto;
}

#flow > .inner > ul > li {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0.6em;
}

#flow > .inner > ul > li::after {
  position: absolute;
  content: "";
  border-right: 50px solid transparent;
  border-top: 18px solid #fff;
  border-left: 50px solid transparent;
  left: calc(50% - 1em);
  bottom: 0;
}

#flow > .inner > ul > li.yanon {
  margin-bottom: 0;
}

#flow > .inner > ul > li.yanon::after {
  display: none;
}

#flow > .inner > ul > li p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 480px;
  height: 3.5em;
  line-height: 1.1;
  background-color: #f7931e;
  margin: 0;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 480px) {
  #flow > .inner > ul {
    width: 100%;
  }
  #flow > .inner > ul > li {
    display: block;
    position: relative;
    margin-bottom: 2em;
  }
  #flow > .inner > ul > li::after {
    position: absolute;
    content: "";
    border-right: 50px solid transparent;
    border-top: 18px solid #fff;
    border-left: 50px solid transparent;
    left: calc(50% - 2.5em);
    bottom: -1.5em;
  }
  #flow > .inner > ul > li.yanon {
    margin-bottom: 0;
  }
  #flow > .inner > ul > li.yanon::after {
    display: none;
  }
  #flow > .inner > ul > li .image {
    position: absolute;
    top: 0;
    min-width: 70px;
    max-width: 70px;
  }
  #flow > .inner > ul > li p {
    min-width: auto;
    margin: 0 0 0 50px;
    padding: 0.5em 1em 0.5em 1em;
    height: 4em;
    border-radius: 0.8em;
  }
}


#faq > .inner dl dt {
  display: flex;
  align-items: center;
  background: url(../images/faq.png) no-repeat left top;
  min-height: 43px;
  padding-left: 3em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

#faq > .inner dl dd {
  background-color: #fff;
  margin-bottom: 1.5em;
  font-size: 0.8em;
  padding: 1em 3em;
}



#confirm > .inner > form#mailformpro dl dt,
#confirm > .inner > form#mailformpro dl dd,
#contact-form > .inner > form#mailformpro dl dt,
#contact-form > .inner > form#mailformpro dl dd {
  font-size: 16px;
}

#confirm > .inner > form#mailformpro dl dt,
#contact-form > .inner > form#mailformpro dl dt {
  width: 250px;
  text-align: left;
  padding-left: 10px;
}

#confirm > .inner > form#mailformpro dl dt .must,
#confirm > .inner > form#mailformpro dl dt .notmust,
#contact-form > .inner > form#mailformpro dl dt .must,
#contact-form > .inner > form#mailformpro dl dt .notmust {
  background-color: #ff0000;
  border: none;
  text-shadow: none;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: normal;
  margin: 0px 10px;
  border-radius: 4px;
  box-shadow: none;
  background-image: none;
  background-size: 100% 100%;
  float: right;
  color: #fff;
}

#confirm > .inner > form#mailformpro dl dt .notmust,
#contact-form > .inner > form#mailformpro dl dt .notmust {
  background-color: #0066cc;
}

#confirm > .inner > form#mailformpro dl dd,
#contact-form > .inner > form#mailformpro dl dd {
  padding: 10px 5px 20px 270px;
}

#confirm > .inner > form#mailformpro dl dd input[type="text"],
#confirm > .inner > form#mailformpro dl dd input[type="email"],
#confirm > .inner > form#mailformpro dl dd input[type="tel"],
#contact-form > .inner > form#mailformpro dl dd input[type="text"],
#contact-form > .inner > form#mailformpro dl dd input[type="email"],
#contact-form > .inner > form#mailformpro dl dd input[type="tel"] {
  min-width: 90%;
}

#confirm > .inner > form#mailformpro dl dd input::placeholder,
#confirm > .inner > form#mailformpro dl dd textarea::placeholder,
#contact-form > .inner > form#mailformpro dl dd input::placeholder,
#contact-form > .inner > form#mailformpro dl dd textarea::placeholder {
  color: #999;
}

#confirm > .inner > form#mailformpro dl dd input[name="ご注文個数"],
#contact-form > .inner > form#mailformpro dl dd input[name="ご注文個数"] {
  width: 12em;
}

#confirm > .inner > form#mailformpro dl dd .with-label > li > label .must,
#confirm > .inner > form#mailformpro dl dd .with-label > li > label .notmust,
#contact-form > .inner > form#mailformpro dl dd .with-label > li > label .must,
#contact-form > .inner > form#mailformpro dl dd .with-label > li > label .notmust {
  background-color: #ff0000;
  border: none;
  text-shadow: none;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: normal;
  margin: 0px 10px;
  border-radius: 4px;
  box-shadow: none;
  background-image: none;
  background-size: 100% 100%;
  float: right;
  color: #fff;
}

#confirm > .inner > form#mailformpro dl dd .with-label > li > label .notmust,
#contact-form > .inner > form#mailformpro dl dd .with-label > li > label .notmust {
  background-color: #0066cc;
}

#confirm > .inner > form#mailformpro dl dd .with-label > li input[type="text"],
#contact-form > .inner > form#mailformpro dl dd .with-label > li input[type="text"] {
  width: 200px;
  max-width: 90%;
  min-width: inherit;
}

#confirm > .inner > form#mailformpro button.mfp_element_submit,
#contact-form > .inner > form#mailformpro button.mfp_element_submit {
  border: none;
  background: url(../images/btn01.png) no-repeat center center;
  width: 340px;
  height: 80px;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#confirm > .inner > form#mailformpro button.mfp_element_submit:hover,
#contact-form > .inner > form#mailformpro button.mfp_element_submit:hover {
  opacity: 0.8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#confirm > .inner > form#mailformpro .mfp_element_textarea,
#contact-form > .inner > form#mailformpro .mfp_element_textarea {
  width: 100% !important;
  min-height: 80px !important;
}

#confirm > .inner > form#mailformpro .mfp_element_submit,
#contact-form > .inner > form#mailformpro .mfp_element_submit {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
 "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  display: inline-block;
  font-size: 1.6em;
  border: none;
  background-color: #f7931e !important;
  box-shadow: 3px 3px 0 #b96300;
  color: #fff;
  border-radius: 0.3em;
  position: relative;
  line-height: 1;
  text-align: center;
  margin: auto;
}

#confirm > .inner > form#mailformpro .mfp_element_submit::after,
#contact-form > .inner > form#mailformpro .mfp_element_submit::after {
  position: absolute;
  content: "";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.4em solid #fff;
  right: 0.5em;
  top: calc(50% - 0.4em);
}

#confirm > .inner > form#mailformpro .mfp_element_submit:active, #confirm > .inner > form#mailformpro .mfp_element_submit:focus,
#contact-form > .inner > form#mailformpro .mfp_element_submit:active,
#contact-form > .inner > form#mailformpro .mfp_element_submit:focus {
  outline: none;
}

#confirm > .inner > form#mailformpro .privacy,
#contact-form > .inner > form#mailformpro .privacy {
  margin: 2em auto 4em;
  width: 700px;
  max-width: 100%;
  border: solid 1px #707070;
  padding: 2rem;
  height: 16em;
  overflow: auto;
  font-size: 0.9em;
  background: #fff;
}

#confirm > .inner > form#mailformpro .privacy h3,
#contact-form > .inner > form#mailformpro .privacy h3 {
  text-align: center;
  margin-bottom:2rem;
}

#confirm > .inner > form#mailformpro #validation-errors,
#contact-form > .inner > form#mailformpro #validation-errors {
  font-size: 0.8em;
  background-color: #fff1fb;
  color: #cc0000;
  padding: 1em;
  margin-bottom: 1em;
}

#confirm > .inner form .formBtm {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  #confirm > .inner > form#mailformpro dl dt,
  #confirm > .inner > form#mailformpro dl dd,
  #contact-form > .inner > form#mailformpro dl dt,
  #contact-form > .inner > form#mailformpro dl dd {
    font-size: 16px;
  }
  #confirm > .inner > form#mailformpro dl dt,
  #contact-form > .inner > form#mailformpro dl dt {
    width: 100%;
    padding: 10px 10px 5px 5px;
  }
  #confirm > .inner > form#mailformpro dl dt .must,
  #confirm > .inner > form#mailformpro dl dt .notmust,
  #contact-form > .inner > form#mailformpro dl dt .must,
  #contact-form > .inner > form#mailformpro dl dt .notmust {
    float: none;
    display: inline-block;
  }
  #confirm > .inner > form#mailformpro dl dd,
  #contact-form > .inner > form#mailformpro dl dd {
    padding: 0 10px 10px 10px;
  }
  #confirm > .inner > form#mailformpro dl dd .with-label > li > label .must,
  #confirm > .inner > form#mailformpro dl dd .with-label > li > label .notmust,
  #contact-form > .inner > form#mailformpro dl dd .with-label > li > label .must,
  #contact-form > .inner > form#mailformpro dl dd .with-label > li > label .notmust {
    margin: 0 10px 0 0;
    float: none;
    display: inline-block;
  }
  #confirm > .inner > form#mailformpro dl dd .with-label > li input[type="text"],
  #contact-form > .inner > form#mailformpro dl dd .with-label > li input[type="text"] {
    width: 200px;
    max-width: 90%;
    min-width: inherit;
  }
  #confirm > .inner > form#mailformpro button.mfp_element_submit,
  #contact-form > .inner > form#mailformpro button.mfp_element_submit {
    background: url(../images/btn01.png) no-repeat center center;
    background-size: contain;
    max-width: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #confirm,
  #contact-form {
    background-size: 5em;
    padding: 2em 0;
  }
  #confirm > .inner,
  #contact-form > .inner {
    padding: 1em;
  }
  #confirm > .inner > form#mailformpro,
  #contact-form > .inner > form#mailformpro {
    padding: 0;
  }
}

.returnToHome {
  margin-top: 3em;
  text-align: center;
}

/* footer
-------------------------------------------------------------- */
#footer {
  background-color: #000;
  color: #fff;
  font-size: 0.6em;
}

#footer > .inner {
  padding: 2em;
  width: 960px;
  max-width: calc(100% - 1em);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#footer > .inner .ftr-logo {
  margin: 0 1em;
}

#footer > .inner ul {
  margin: 0 1em;
}

#footer > .inner ul li {
  list-style: none;
}

#footer > .inner ul li label {
  display: inline-block;
  width: 3em;
}

#footer p {
  text-align: center;
  padding: 1em;
  margin: 0;
}

@media screen and (max-width: 800px) {
  #footer > .inner {
    display: block;
  }
  #footer > .inner .ftr-logo {
    margin: 0;
  }
  #footer > .inner ul {
    margin: 0;
  }
}

/* misc
-------------------------------------------------------------- */
#fixed-contact {
  background-color: #fff;
  border-top: solid 1px #ccc;
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.5em;
  -webkit-box-shadow: 0 0 16px #666;
  -moz-box-shadow: 0 0 16px #666;
  -ms-box-shadow: 0 0 16px #666;
  -o-box-shadow: 0 0 16px #666;
  box-shadow: 0 0 16px #666;
}

#fixed-contact ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

#fixed-contact ul li {
  display: block;
  margin-right: 0;
}

#fixed-contact ul li:last-child {
  margin-left: 0.5em;
}

#fixed-contact ul li a img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#fixed-contact ul li a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #fixed-contact {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  #fixed-contact ul li:last-child {
    margin-left: 5px;
  }
}

#totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.6;
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  border: solid 1px #fff;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#totop .arrow {
  position: absolute;
  top: calc(50% - 5px);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

#totop:hover {
  opacity: 1;
}

.flt-L {
  float: left;
}

.flt-R {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.em {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
}

.f-M {
  font-size: 16px;
}

.f-L {
  font-size: 24px;
}

.f-LL {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .em {
    font-size: 24px;
  }
  .f-M {
    font-size: 16px;
  }
  .f-L {
    font-size: 20px;
  }
  .f-LL {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .em {
    font-size: 20px;
  }
  .f-M {
    font-size: 16px;
  }
  .f-L {
    font-size: 20px;
  }
  .f-LL {
    font-size: 20px;
  }
}

.uline {
  background: linear-gradient(to bottom, rgba(161, 161, 117, 0) 50%, #ec8e26 90%, rgba(255, 255, 0, 0) 0) !important;
}

.op img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.op img:hover {
  opacity: 0.8;
}

.c-red {
  color: #ff0000;
}

.both10 {
  clear: both;
  height: 10px;
}

.both20 {
  clear: both;
  height: 20px;
}

.both30 {
  clear: both;
  height: 30px;
}

.both50 {
  clear: both;
  height: 50px;
}

.mt00 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

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

.mb50 {
  margin-bottom: 50px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb10{
  padding-bottom: 10rem;

}

.forWide {
  display: block !important;
}

.for768,
.for480,
.for320 {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .for768 {
    display: block !important;
  }
  .forWide,
  .for480,
  .for320 {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .for480 {
    display: block !important;
  }
  .forWide,
  .for768,
  .for320 {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  .for320 {
    display: block !important;
  }
  .forWide,
  .for768,
  .for480 {
    display: none !important;
  }
}


.mb {
  display: none;
}

.mb768 {
  display: none;
}

.mb380 {
  display: none;
}

@media screen and (max-width: 768px) {
  .mb768 {
    display: initial;
  }
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .mb768 {
    display: none;
  }
  .mb {
    display: initial;
  }
}

@media screen and (max-width: 380px) {
  .mb {
    display: initial;
  }
  .mb380 {
    display: initial;
  }
}


.fixed-btn{
position:fixed;
bottom:50px;
width:28%;
text-align:right;
right:8px;
transition:all .6s;
z-index:1000;
}

.fixed-btn a{
  display:inline-block;
  padding:3px;
  width:45%;
  min-width:100px;
}

@media screen and (max-width:784px){

    .fixed-btn{
        bottom:120px;
        right:2px;
    }
}


.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}




  .sp{
      display:none;
      
  }

  .font-wh,
  .font-wh a{
    color:#fff;
  }



   .red{
     color:#E94A37;
   }

   .bg-red{
     background:#E94A37;
   }

   .orange{
    color:#F5A400;
   }

   .orange-dark{
    color: #FE5E04;
   }

   .bg-orange{
    background: #F5A400;
   }
  
   .bg-l-orange{
    background: rgba(255,212,12,0.1);
     }

   .green{
    color:#00AA4B;
   }

   .bg-green{
    background:#00AA4B;
   }

   .bg-wh{
     background: #fff;
   }

   .font-wh{
     color:#fff;
   }

   .bg-l-green{
    background:rgba(0,170,75,.1);
   }

  .font-bold{
      font-weight:bold;
  }

  .green-title{
    color: #00AA4B;
    font-size: 1.4rem;
    font-weight:bold;
    padding-bottom:1em;
  }
  
   .text-center{
       text-align: center;
   }
  
   .text-right{
       text-align: right;
   }
  
   .text-left{
       text-align: left;
   }
  

   .flex{
       display: flex;
       justify-content:space-between;
   }
   .liner {
    background: linear-gradient(rgba(255, 255, 255, 0) 80%, #FFD412 80%);
    }


   .border-bottom{
     border-bottom: 1px solid #707070;
     padding-bottom:.5em;
    }

    .br20{
      border-radius: 20px;
    }






   .buttons{
     width:700px;
     -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
     align-items: center; /* 縦方向中央揃え */
   }

   .btn{
     position: relative;
       display: block;
       text-align: center;
       color: #fff;
       border-radius: 32px;
       padding:8px 8px 10px 40px;
       font-size: 1.1rem;
       font-weight: bold;
       max-width:240px;
       height:46px;
       box-shadow:3px 3px 6px #707070;
   }



   .third .bg-orange.font-wh{
      padding:.5em;  
   }

   .tel,
   .tel-color{
     line-height:1.2;
     padding-top:0;
     padding-left:60px;
     text-align: left;

   }
   .tel span,
   .tel-color span{
     font-size: .7em;
     font-weight: bold;
   }

   .btn:before{
     content: "";
     position:absolute;
     background-size: contain;
     background-repeat: no-repeat;
     top:8px;
     left:12px;
     width:32px;
     height: 32px;
   }
   .line:before{
     background-image: url(../images/line.png);

    }
    .tel:before{
      background-image: url(../images/tel.png);
      left:24px;
     }
  
     .mail:before{
      background-image: url(../images/mail.png);
      top:13px;
      left:14px;
      width:28px;
      height: 28px;
     }

     .bg-green .buttons{
       width:90%;
     }
     .bg-green .buttons .btn{
      max-width:400px;
      font-size:1.6rem;
      height:70px;
      padding-top:.9rem;
      margin:0;
     }

     .bg-green .buttons .btn.tel-color{
      font-size: 2.2rem;
      text-align: left;
      padding-left:80px;
      padding-top:0;
      line-height:.9;
      
     }

     .tel-color span{
       color: #000;
       font-size:.9rem;
       line-height: 1.4;
     }
     

     .line-color:before{
      background-image: url(../images/line_color.png);
      top:14px;
      left:24px;
      width:42px;
      height: 42px;
     }
     .tel-color:before{
       background-image: url(../images/tel_color.png);
      top:12px;
       left:32px;
      width:46px;
      height:46px;
      }
   
      .mail-color:before{
       background-image: url(../images/mail_color.png);
       top:21px;
       left:21px;
       width:40px;
       height: 40px;
      }
    
   
  h2.section-title,
  #works h2.section-title{
    font-size: 2rem;
  }
  .column1{
      width:47%;
  }
  
  .column2{
      width:63%;
  }
  
  .column3{
      width:31%;
  }

  .balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 0px 80px 16px;
    min-width: 120px;
    max-width: 100%;
    font-size: 2.2rem;
    background: #fff;
    box-shadow:0 2px 2px #ccc;
    letter-spacing: 150%;
    line-height: 1.3;
  }
  
  .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;

  }
  
  .balloon p {
    margin: 0;
    padding: 0; 
  }

  .balloon span.big{
    font-size: 1.8em;
  }

  .balloon2 {
    position: relative;
    margin: 1.5em auto;
    padding: 20px 70px;
    width: 40%;
    border-radius: 50px;
    background: #E5F6EC;
    letter-spacing: 150%;
    line-height: 1.3;
  }
  
  .balloon2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #E5F6EC;
  }
  
  .balloon2 p {
    margin: 0;
    padding: 0; 
    text-align: center;
    font-size: 2rem;
  }

  #footer {
    font-size: .9rem;
  }

#footer .inner{
  width:90%;
  max-width:1100px;
  justify-content: space-between;
}
  .ftr-logo.flex{
    align-items:center;
  }
  .ftr-logo img{
    margin-top:20px;
    width:40px;
    height: 56px ;
  }
  .ftr-logo p{
    font-size: 1.3rem;
    padding-top:40px;
  }

  .ftr-about .border-bottom{
    border-bottom:1px solid #fff;
    margin-bottom:8px;
  }


  @media screen and (max-width:768px){
      html,body{
          font-size:16 px;
      }
      .sp{
      display:block;
  }
      .pc{
          display:none;
      }
  }

@media screen and (min-width:1100px){
  section.hero {
    
    background-size: cover;
  }
}


.hero p{
  font-size: 2.2rem;
  margin-bottom:8px;
  font-weight: bold;
}

.hero .hero__title__lead{
  line-height:0.8;
  padding-bottom: .5em;;
}
.hero__title__lead span.font-bold{
  font-size: 5rem;
}

.hero__title__lead--large{
  font-size: 3.8rem;
}




.hero__icon img {
  width: 150px;
  position: absolute;
  right: 2%;
  bottom: 1%;
}

.top-medalicon img{
  width:300px;
position:absolute;
left:420px;
top:15px;
}

.main{
  font-size:1.8rem;
}
.hero .pickup {
  width:23rem;
  text-align-last: justify;
  padding:0 .5rem 0;
}

.hero .main span{
  font-size:3.5rem;
  vertical-align:-.5rem;
}

.hero .main .notes{
  margin-top:1rem;
  font-size:1rem;
  width:23rem;
}


/*rep*/

section.rep{
  padding-bottom:0;
}

.conts{
  background-image:url(../images/conts-bg.png);
  background-size: cover;
  background-repeat: repeat;
  color: #000;
}
.conts ruby{
  font-size: 3.5rem;
  vertical-align:middle;
  position: relative;
}

.conts ruby:after{
  position: absolute;
  content: "";
  top:4px;
  left:4px;
  width:3em;
  height:3em;
  background:url(../images/x.png) no-repeat;
  background-size:contain;
  z-index:10;
  }

.conts rt{
  font-size: 1rem;
}
.conts .main span.red{

position: relative;
line-height: .6;
}

.conts .main span.red:before{
  content:"";
  position: absolute;
  top:0;
  left:2rem;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #000;
    
}

.rep .bg-green{
  padding:2rem 0 .8rem; 
}

.bg-green .buttons{
  max-width:1200px;
}
/*repここまで*/



.secondry .content{
padding-top:2rem;
}
.only {
  width: 480px;
  margin: 0 auto;
}

.secondry h2.section-title{
  padding-bottom:2rem;
}

.secondry .item-title{
  padding:.5rem 0;
  font-size: 1.1rem;
}
.secondry .pickup{
  font-size: 1.6rem;
}

.secondry ruby{
  font-size: 4rem;
}

.secondry ruby rt{
  font-size: 1rem;
}
.secondry .border-bottom{
  padding:1.5rem;
}
.secondry .desc{
  padding-top: 3rem;
  text-align:center;
}

.secondry .bg-orange{
  padding:1rem;
  font-size: 1.1rem;
  margin-top:2.5rem;
}
.plans h2{
  padding: 0.5em;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 30px;
}
.plans_about{
  display: block;
  text-align: center;
  padding: 0 20px 20px;
  font-size: 2rem;
}

/* .plans ul{
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}

.plans ul li{
  display: block;
  width: 350px;
  background-color: #fff;
  border:3px solid #00AA4B;
  margin: 30px;
}
.plans img{
  padding: 0 20px 10px;
  margin: 0 auto;
}
.plans_title{
  height: 50px;
  font-size: 28px;
  font-weight: 600;
} */

.third{
  /* padding-bottom: 100px; */
}
.checklist{
  padding-bottom:2rem;
  display: inline-block;
  margin-top: 40px;
}

.checklist li{
  position: relative;
  padding-left:3rem;
  font-size: 1.4rem;
  padding-bottom:.8em;
  text-align: left;
}

.checklist li{
  position: relative;
  padding-left:3rem;
  font-size: 1.4rem;
  padding-bottom:.8em;
  text-align: left;
}

.checklist li span{
  font-size: 2rem;
}

.third .wrapper{
  text-align: center;
}

.checklist li:before{
 content:""; 
 position: absolute;
 top:2px;
 left:0px;
 width:32px;
 height:32px;
 background-image:url(../images/check-mark.png) ;
 background-size:cover ;
}

.third h2.bottom{
  position: relative;
  padding-top:40px;
  line-height:160px;
  background:#fff;
}

section.four{
  padding-bottom:0;
}

.four.background{
  background-image:url(../images/bg_four.png) ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.four h2.section-title{
  line-height:320px;
}
.four h2.section-title span{
  font-size: 2em;
}
.four .feature{

  flex-wrap:wrap;
}

.four .feature .card{

  margin-bottom:5rem;
}

.card-bottom{
  position: relative;
  text-shadow:3px 3px 2px #707070;
}

.card .number {
  font-size: 3.5em;
  line-height: 0;
  position: absolute;
  top: 15px;
}
.four .feature .card .card-text{
  font-size: 1.4rem;
  margin-bottom:1rem;
  border-left:1px solid #fff;
  padding-left:1em;
  margin-left:3em;
}


.voice-conts{
  padding:40px;
  margin-top :40px;
  
}

.voice-conts img{
  width:300px;
  height:300px;
  padding-right:2rem;
}

.bg-green .buttons{

}
#works.wide-wrapper{
  width:90%;
  margin:auto;
}

#works h2.section-title{
  padding:.5em;
  margin-bottom:1.5em;
}



/*
#works > .inner #wk-gallery > .wrapper > ul > li {
  width: calc((1200px - 40px) / 3);

}

.cont .inner{
  width:90%;
}
*/

.flow h2.section-title {
  padding:1rem;
  line-height: 1;
}

.flow h2.section-title span{
  font-size: 1rem;
}

.flow .sub-title{

  margin-top:3rem;
  margin-bottom:1rem;
  font-size: 1.4rem;
  padding:.5rem 0;
}


.qa h2.section-title{
  padding:.5em;
}

.qa .qa-list{
  margin-top: 2rem;;
}

.qa .qa-list li{
  margin-bottom:2rem;
  box-shadow:3px 3px 6px #ccc;
  padding:40px;
}
.qa .qa-list li .green-title{
  position: relative;
  padding-left:70px;
}

.qa .qa-list li .green-title:before{
  content: "";
  position: absolute;
  background-image: url(../images/quest.png);
  background-size: contain;
  top:-4px;
  left:0;
  width:48px;
  height:48px;
}

#contact-form h2.section-title{
  margin-bottom:1rem;
}
#contact-form input{
  min-height: 48px;
  width:100%;
}

#contact-form h4{
  margin-top:1rem;
}

#contact-form > .inner > form#mailformpro dl dt .must{
  border-radius: 1rem;
  padding:4px 16px;
  background-color:#E94A37;
}

#contact-form > .inner > form#mailformpro dl dt,
form#mailformpro dl dd {
  font-size: 1.3rem;
  border-top:none;
}
#mailformpro textarea{
  width:100%;
  height:200px;
}
#confirm > .inner > form#mailformpro .privacy, #contact-form > .inner > form#mailformpro .privacy{
  width:100%;
}

#contact-form button{
border:none;
color:#fff;
font-size: 2rem;
}

#footer{
  background:#606060;
  height:300px;
}



@media screen and (max-width:1100px){
  .wrapper,
  .wide-wrapper{
    width:88%;
  }

  
}

@media screen and (max-width:800px){
  section{
    padding-top:3rem;
    padding-bottom:3rem;
  }
  .voice-conts img{
    width:100%;
    height:auto;
  }
  .hero p{
    font-size: 0.9rem;
    margin-bottom:4px;
  }
  
  
  .main .pickup{
    font-size: 1.3rem;
    text-align:center;
    letter-spacing:2px;
    text-align-last:center;
    padding:0;
    
}
.hero .main .notes{
  width:100%;
}

  .wrapper,
  .wide-wrapper{
    width:90%;
  }

  .column1,
	.column2,
	.column3{
	width:100%;
	margin-bottom:1.5rem;
}




h2.section-title{
  font-size: 1.4rem;
}

  
.hero h2{
position: absolute;
bottom:-64px;
width:100%;
}

.hero h2 p{
  font-size: 1.8rem;
}
.hero h2 p span{
  font-size: 1.6rem;
}
.hero .pickup {
  width:100%;

}

.hero__title__lead{
  font-size:1.2rem;
}
.hero__title__lead span.font-bold{
  font-size: 2.5rem;
}
.hero__title__lead.wide-wrapper{
  width:95%;
}
.top-medalicon img{
  top:1%;
  left:5%;
  width: 30%;
}
.hero__icon img {
  left: 5%;
  top: 30%;
  width: 200px;
}

.balloon{
padding:0px 20px 16px;
width:100%;
}
section.conts{
/* padding-bottom:0; */
background-position: 10% 100%;
}

.conts .main span.red{
  line-height:1.8;
  letter-spacing: 0;
}

.conts .main span.red:before {
  content: "";
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top: 30px solid #000;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  z-index:100;
}

.buttons.flex{
  flex-direction: row;
}
.buttons.flex .column3{
  width:32%;
  font-size: .75rem;
}

.conts ruby{
  line-height: 1;
}

.conts ruby:before{
  
  content: "通常";
  font-size: 1.3rem;
  vertical-align: middle;
  }

  .conts ruby:after{
  left:50px;
  }

.rep .bg-green {
  padding-top:.8rem;
}

.bg-green .buttons .btn{
  padding-left: 8px;
  height:78px;
  border-radius:.5rem;
  display: block;;
}
.bg-green .buttons .btn.line-color {
  padding-top:8px;
}
.bg-green .buttons .btn.line-color:before {
  padding-bottom:4px;
}
.btn:before{
  display:block;
  position: static;
  margin:auto;
}
.bg-green .buttons .btn.tel-color{
  padding-left:8px;
  margin:auto;
  font-size: .8rem;
  text-align:center;
}
.bg-green .buttons .btn.tel-color:before{
  display:block;
  position: static;
  width:20px;

  margin:4px auto 0;
}
.bg-green .buttons .btn.tel-color .sp{
font-size: .5rem;
}
.secondry .pickup {
  font-size: 1.4rem;
}

.secondry .pickup .red .sp{
  display:inline-block;
}

.secondry .border-bottom{
  padding-left:0;
  padding-right:0;
}


.secondry p.border-bottom:last-child{
  border-bottom:none;
}

.secondry .desc{
  padding-bottom: 2rem;
  padding-top: 0;
  text-align: left;
}

.secondry .bg-orange{
  margin-top:0;
  font-size: 1rem;
}

.secondry .flex-item{
  margin-bottom:4rem;
}

.secondry rt{
  display:none;
}

.plans img{
  margin: 0 auto;
  padding: 10px;
  }
  
/* .plans ul li{
  width: 70%;
  height: 70%;
  background-color: #fff;
  border:2px solid #00AA4B;
  margin: 20px;
}
   */
.third svg{
 margin:2rem auto 3rem;
 padding-right:20px;
}

.third .list li{
  padding-bottom:2rem;
  font-size: 1.2rem;
}

.third h2.section-title{
  padding: 1rem 0 0;
  line-height:1.4;
  font-size: 1.4rem;
  height:100px;
}

.third h2.section-title.bottom {
  padding: 3.2rem 0 0;
  height: 180px;
  padding-left: 8px;
}


.four.background{
background-image: none;
padding-top: 50px;
}

.four h2.section-title,
.four h2.section-title span{
  padding:2rem 0;
  line-height:1.4;
  font-size: 1.8rem;
}

.four .sp.background{
background-image: url(../images/bg_four_sp.jpg);
height:230px;
background-size: cover;
background-repeat: no-repeat;
}

.card p.number{
  text-align: center;
  position: static;
  line-height: 1.2;
}
.four .feature .card .card-text{
  border-top:1px solid #fff;
  border-left: none;
  padding-top:.5rem;
  padding-left:0;
  margin-left:0;
  text-align: center;
  position: static;
  font-size: 1.5rem;
}
.four .feature .card {
  margin-bottom: 2rem;
}

.works h2.section-title{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.works .card-text{
  text-align: left;
  margin-bottom:2rem;
}
#works > .inner #wk-gallery .nav .next::after {
  display: flex;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  margin: -4px 0 0 0;


}
#works > .inner #wk-gallery .nav .back::after {

  width: 2em;
  height: 2em;
  left:0;
  margin: -4px 0 0 0;
}


.voice-conts img{
  width:100%;
  padding-right:0;
}

.flow h2.section-title{
  line-height:1.5;
}
.qa .qa-list li .green-title{
  padding-left:0;
  padding-top:3.5rem;
  text-align: center;
}

.qa .qa-list li .green-title:before{
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#contact-form .inner{
  width:84%;
}
#confirm > .inner > form#mailformpro dl dd, #contact-form > .inner > form#mailformpro dl dd{
  padding:0;
}

.ftr-logo.flex{
flex-direction: row;
justify-content: center;
}

#footer{
  height:650px;
}

#footer .ftr-about .border-bottom{
  margin-top: 3rem;
}
}

#footer a{
  color:#fff;
}



.rep.fixed{
  width:100%;
  position: fixed;
  bottom:0;
  z-index: 1000;
}

.pc-fixed{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.bg-green p.pc,
.bg-green p.font-wh.sp{
  padding:12px 0 4px;
}


@media screen and (min-width:801px){
  
  .four.background{
    height:200px;
    padding-top:36px;
  }
  .four h2.section-title {
    line-height: 70px;
    background:rgba(255, 255, 255, 0.5);
    max-width:760px;
    margin: 0 auto;
  }
}

@media screen and (min-width:801px) and ( max-width:1100px) {
  .rep.fixed.sp{
display:block;
   }
   .rep.fixed.pc{
    display:none;
   }
   .bg-green .buttons .btn {
    font-size: 1.2rem;
    padding-top: 1.2rem;
    margin: 0;
    padding-left:64px;
}
.bg-green .buttons .btn.tel-color {
  font-size: 1.7rem;
  text-align: left;
  padding-left: 70px;
  padding-top: 0;
  line-height: 1;
}
  .top-medalicon{
position:absolute;
left:65px;
top:600px;
}
}










/* -----------------
*       Hero
----------------- */


.hero__title{
  padding: 50px 0 0;
}

.hero__cta {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.hero__cta .btn {
  font-size: 1.5rem;
  max-width: 350px;
  height: 60px;
  padding: 10px 20px 10px 60px;
}

.hero__cta .tel-color {
  padding: 10px 20px 10px 50px;
  margin-left: 10px;
}


.hero__cta p {
  font-size: 1.5rem;
  padding-left: 15px;
}
.hero__cta .mail-color:before{
  top: 18px;
  left: 30px;
}


.hero__cta .tel-color:before{
    top: 7px;
}



.w-40{
  width: 40%;
}

.w-40 .hero__cta .btn {
    padding: 10px 30px 10px 70px;
}




.hero__campaign p {
  font-size: 1.2rem;
  padding-top: 55px;
}
.hero__campaign {
  position: absolute;
  bottom: 90px;
}
.hero__campaign .btn {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  padding: 0;
}

.hero__campaign .btn:before{
  content:initial;
}





.attention p{
  font-size: 2rem;
  padding-left: 0;
}


/* 文字の両端に斜め線 */

.attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
     
.attention:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 4px;
  height: 55px;
  background: #F5A400;
  border-radius: 3px;
  transform: rotate(-40deg);
}
     
.attention:after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  width: 4px;
  height: 55px;
  background: #F5A400;
  border-radius: 3px;
  transform: rotate(40deg);
}



#hero .attention:before{
  background: #FFD412;
}

#hero .attention:after{
  background: #FFD412;
}









@media screen and (max-width: 767px) {
  .hero__title {
    padding: 25px 0 0;

}
.hero__title__lead--large{
  font-size: 2rem;
}

.hero__cta{
  bottom: 30px;
  width: 90%;
}
  .hero__cta p{
    font-size: 1rem;
    padding-left: 5px;
  }

  .hero__cta .btn {
    padding: 5px 10px 10px 45px;
    width: 48%;
}

  .hero__cta .btn:before{
    position: absolute;
  }

  .hero__cta .mail-color:before{
    width: 30px;
    top: 22px;
    left: 15px;
}

  .hero__cta .tel-color{
    padding: 17px 10px 10px 60px;
}

  .hero__cta .tel-color:before{
    top: 7px;
}
  

  .hero .hero__title__lead{
    font-size:1.8rem;
  }
  .green-label-wrapper{
    margin-top: 35px;
  }
  .hero__campaign {
    bottom: 115px;
}

  .hero__campaign .btn{
    width: 150px;
    height: 150px;
  }

  .hero__campaign p{
    font-size: 14px;
    padding-top: 40px;
  }

  .attention {
    padding: 0 20px;
  }

  .attention p {
    font-size: 15px;
    padding: 0px 10px;
}

  #hero .attention:before {
    top: 7px;
    left: 15px;
    height: 20px;
  }
       
  #hero .attention:after {
    top: 7px;
    height: 20px;
    right: 15px;
  }






  .attention:before {
    top: 40px;
    left: 0px;
  }
       
  .attention:after {
    top: 40px;
    right: 0px;
  }

  .attention {
    padding: 0 35px;
  }









}


/* -------------------------
*   オプション無料キャンペーン
-------------------------- */



#campaign ul{
  margin-top: 40px;
}


#campaign ul li {
  width: calc(22% - 10px);
  padding: 35px 0 50px;
}

#campaign img{
  margin-bottom: 0;
  padding: 10px;

}


#campaign li p{
  font-size: 23px;
  text-align: center;

}


.campaign__list__icon{
  width: 100px;
  margin: 0 auto;
}

.campaign__list__text{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#campaign{
  position: relative;
}


@media screen and (max-width: 767px) {

  #campaign .flex{
    flex-wrap: wrap;
    
  }

  #campaign .column4 li {
    width: calc(50% - 10px);
    padding: 10px;
    height: 150px;
    margin-bottom: 10px;
  }


  #campaign li p{
    font-size: 15px;
  
  }
  .campaign__list__icon{
    width: 80px;
  }

  .campaign__list__text{
    margin-top: 10px;
  
  }


  .pb10{
  padding-bottom: 7rem;

}
}





/* -----------------
*       Content
----------------- */
.content{
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .content{
    padding-top: 60px;
  }
  .balloon2 {
    width: 95%;
}
  .balloon2 p {
    font-size: 1rem;
}
}

/* ----------------------
*   GIGの特徴の一部をご紹介
------------------------ */

#feature ul{
  column-count: 2;
}

#feature {
  position: relative;
}

@media screen and (max-width: 767px) {
  #feature ul{
    column-count: auto;
  }
}



/* -------------------------------
*     ホームページ作成までのステップ
---------------------------------- */
.flow-list li{
  position: relative;
}

.flow-list li:before{
  content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 50px;
    border-top: 25px solid #E94A37;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}

.flow-list li(:last-child):before{
  content: "";
  display:none;
}


/* olのスタイル */
ol {
  margin: 20px 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: li;
}

/* ol内のliのスタイル */
ol li {
  position: relative;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  background: #F5A400;
  border-radius: 20px;
  font-size: 22px;
  padding: 15px 0 15px 90px;
  margin-bottom: 30px;
  padding: 90px 25px 25px;
}

/* 2つ目以降のliにmargin-topを指定 */
/* ol li:not(:first-child) {
  margin-top: 0.8em;
} */

/* 数字のスタイル */
ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 100px;
  top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  font-size: 1.7rem;
  color: #F5A400;
  line-height: 48px;
  text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#step .flex{
  flex-wrap: wrap;

}

#step ol li p{
  display: flex;
  align-items: center;
  justify-content: center;
}

#step ol li{
  position: relative;
  width: 23%;
  text-align: center;
}

#step ol li img {
    display: block;
    width: 75px;
    margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  ol li {
    padding: 0;
    font-size: 15px;
    margin-bottom: 30px;
  }

  #step ol li{
    width: 48%;
        padding: 45px 10px 20px;
    }

    ol li::before {
      width: 30px;
      height: 30px;
      font-size: 1rem;
      line-height: 30px;
  }
  #step ol li img {
    width: 45px;
    margin:10px auto 0;
}
}






/* -----------------
*     会社概要
----------------- */

.kaisha {
  width: 80%;
  margin: 30px auto 0;
  }
  
  .kaisha th,
  .kaisha td {
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  }
  
  .kaisha th {
  font-weight: bold;
  background-color: #dedede; 
  }
  
  @media screen and (max-width: 767px) {
  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {display:block;}
  .kaisha th {width:auto;}
  }



/* -----------------
*    完成後のサポート
----------------- */


#support{
  position: relative;
}

#support .hero__cta p{
  margin-top: 0;
  padding: 0;
  padding-left: 15px;
}

#support p{
  margin-top: 20px;
  padding: 15px;
  font-size: 25px;
}

.sub-ttl{
  font-size:1.5rem;
  font-weight: bold;
}

.sub-ttl span{
  font-size:2.5rem;
}

.sub25 span{
  font-size: 1.9rem;

}

.sub-wrapper{
  width: 800px;
  margin: 20px auto;
}
.sub-wrapper .flex{
  align-items: center;
}


div.triangle {
  width: 0;
  height: 0;
  border-top: solid 50px #FE5E04;
  border-left: solid 100px transparent;
  border-right: solid 100px transparent;
  margin: 0 auto;
}


.container {
  width: 1000px;
  max-width: 98%;
  margin: 20px auto;
  padding: 15px;
  background: #FE5E04;
  font: 30px sans-serif;
  color: #FFF;
  border-radius: 40px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 8px #fe5e04;
  box-sizing: border-box;
}

.dot-text {
  padding-top: 0.3em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center,orange,orange 100%,transparent);
}



@media screen and (max-width: 767px) {
  .checklist li span{
    font-size: 1.7rem;
  }
  #support .flex{
    display: block;
    text-align: center;
  }


  .sub-wrapper{
    width: 100%;
  }
  .sub-wrapper .flex svg {
    margin: 2rem auto;
    padding-right: 20px;
}
#support .hero__cta p{
  font-size: 1rem;
  padding-left: 5px;

}

}


/* -----------------------
*   その他オプションサービス
------------------------- */
#other .flex{
  flex-wrap: wrap;
}

#other li{
  width: calc(33% - 10px);
}

#other li img{
  width: 300px;

}

#other ol li{
  color: #00AA4B;
  text-align: center;
  background: #FFE;

}
#other ol li p{
  display: flex;
  align-items: center;
  justify-content: center;

}
#other ol li::before{
  color: #fff;
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}

@media screen and (max-width: 767px) {
  #other ol li{
    padding: 50px 0 0;
    width: 48%;

  
  }


#other li img{
  width: 150px;

}
}

.section__heading {
	position: relative;
	margin-bottom: 70px;
	font-size: 38px;
	text-align: center;
}

.section__heading::before {
  content: attr(data-en);
  display: block;
  color: #FE5E04;
  font-size: 28px;
  font-style: italic;
  padding-bottom: 20px;
}


.section__heading--green::before{
  color: #00AA4B;
}

/* 20240612追記 */
/* PC　フローティング追加 */
.tel-color span {
  font-size: .7rem;
}
.eigyou-color::before {
  content: none;
}
.gray {
  color: #606060;
}
@media only screen and (min-width: 801px) {
  .bg-green .buttons .btn {
    width: calc((100% / 4) - 10px);
  }
  .bg-green .buttons .btn.eigyou-color {
    padding-left: 10px;
  }
  .bg-green .buttons .btn {
    padding-top: 1.2rem;
  }
  .bg-green .buttons .btn.tel-color {
    padding-top: 10px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .bg-green .buttons .btn {
    font-size: 1.0rem;
  }
  .bg-green .buttons .btn.tel-color {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1101px) { 
  .bg-green .buttons .btn {
    font-size: 1.2rem;
  }
  .bg-green .buttons .btn.tel-color {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .bg-green .buttons .btn.eigyou-color {
    padding: 1.4rem 0.2rem;
  }
  .bg-green .buttons {
    width: 95%;
  }
  .bg-green .buttons .btn {
    margin-right: 3px;
    padding-top: .6rem;
  }
  .bg-green .buttons .btn.tel-color {
    margin-right: 3px;
  }
  .bg-green .buttons .btn.eigyou-color {
    margin: 0;
  }
  .btn:before {
    width: 30px;
    height: 30px;
  }
  .bg-green .buttons .btn.tel-color:before {
    margin-bottom: 5px;
  }
}

/* 20240712 MV修正 */
.hero__campaign {
  display: flex;
  align-items: end;
}
.koukoku-btn {
  width: 150px!important;
  height: 150px!important;
  background-color: #ffffff;
  color: #F5A400;
  margin-left: 20px;
}
.hero__campaign .koukoku-btn p {
  padding-top: 39px;
}
@media screen and (max-width: 767px) {
  .hero__campaign .btn {
      width: 130px;
      height: 130px;
  }
  .hero__campaign p {
    font-size: 12px;
    padding-top: 36px;
  }
  .koukoku-btn {
    width: 100px!important;
    height: 100px!important;
    margin-left: 5px;
  }
  .hero__campaign .koukoku-btn p {
    padding-top: 27px;
  }
}