@charset "UTF-8";
@import url("../assets/plugin/slick/css/slick.css");
@import url("../assets/plugin/slick/css/slick-theme.css");
@import url("../assets/plugin/font/css/font.css");
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5B351;
  z-index: 9999;
  transition: all 1s 2s
}
.loading_anime {
  display: block
}
.self-building-square-spinner, .self-building-square-spinner * {
  box-sizing: border-box
}
.self-building-square-spinner {
  height: 100px;
  width: 100px;
  margin: 1em auto 0 auto
}
.self-building-square-spinner .square {
  height: 30px;
  width: 30px;
  top: calc(-10px * 2 / 3);
  margin-right: calc(10px / 3);
  margin-top: calc(10px / 3);
  float: left;
  position: relative;
  background: #fff;
  opacity: 0;
  animation: self-building-square-spinner 6s infinite
}
.self-building-square-spinner .square:nth-child(1) {
  animation-delay: calc(100ms * 6)
}
.self-building-square-spinner .square:nth-child(2) {
  animation-delay: calc(100ms * 7)
}
.self-building-square-spinner .square:nth-child(3) {
  animation-delay: calc(100ms * 8)
}
.self-building-square-spinner .square:nth-child(4) {
  animation-delay: calc(100ms * 3)
}
.self-building-square-spinner .square:nth-child(5) {
  animation-delay: calc(100ms * 4)
}
.self-building-square-spinner .square:nth-child(6) {
  animation-delay: calc(100ms * 5)
}
.self-building-square-spinner .square:nth-child(7) {
  animation-delay: calc(100ms * 0)
}
.self-building-square-spinner .square:nth-child(8) {
  animation-delay: calc(100ms * 1)
}
.self-building-square-spinner .square:nth-child(9) {
  animation-delay: calc(100ms * 2)
}
.self-building-square-spinner .clear {
  clear: both
}
@keyframes self-building-square-spinner {
  0% {
    opacity: 0
  }
  5% {
    top: 0;
    opacity: 1
  }
  50.9% {
    top: 0;
    opacity: 1
  }
  55.9% {
    top: inherit;
    opacity: 0
  }
}
/*ロゴ*/
#loading figure {
  display: block;
  text-align: center
}
#loading img {
  width: 80%
}
.fadeInUp {
  opacity: 0;
  transition: all 1s 3s;
  animation: fadeInUp 0.5s linear;
  animation-delay: calc(100ms * 2);
  animation-fill-mode: forwards
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }
  100% {
    top: inherit;
    opacity: 1;
    transform: translateY(50%)
  }
}
.loaded {
  opacity: 0;
  visibility: hidden
}
/*共通*/
body {
  font-family: 'GenJyuuGothic', sans-serif;
  font-weight: 100;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body p, body span, body dl, h1, h2, h3, h4, h5, h6, li {
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg)
}
section {
  margin: 2em auto
}
.yellow {
  color: #f58800;
  font-weight: 300
}
.main_content {
  width: 90%;
  margin: 0 auto
}
p, h1, h2, h3, li {
  line-height: 1.8em;
  letter-spacing: 0.1em;
  list-style: none
}
a {
  color: #000;
  text-decoration: none
}
.br_pc, .br_tb, .br_14, .br_76, .br_tb2, .br_tb3, .br_50 {
  display: none
}
@media print, screen and (min-width: 500px) {
  .br_sp2 {
    display: none
  }
  .br_50 {
    display: block
  }
}
@media print, screen and (min-width: 768px) {
  .br_tb, .br_tb3 {
    display: block
  }
  .br_sp {
    display: none
  }
  .br_76 {
    display: block
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.1em
  }
  section {
    margin: 4em auto
  }
  p, h1, h2, h3, li {
    line-height: 2em
  }
  .main_content {
    max-width: 1450px;
    margin: 0 auto;
    font-size: 1.1em
  }
  .br_pc {
    display: block
  }
  .br_76 {
    display: none
  }
  .br_tb2 {
    display: block
  }
}
@media print, screen and (min-width: 1100px) {
  .br_11 {
    display: block
  }
}
@media print, screen and (min-width: 1400px) {
  .br_14 {
    display: block
  }
  .br_11 {
    display: none
  }
  .br_tb2 {
    display: none
  }
}
/*メイン*/
main {
  overflow: hidden
}
.firstview {
  display: none
}
.firstview.is-active {
  display: block
}
/*スライダー設定*/
.firstview {
  width: 100%;
  height: 90vh;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%)
}
.slider {
  width: 95%;
  margin: 0 auto;
  z-index: 1
}
.printimg {
  display: none
}
.slider li {
  width: 100%;
  height: 85vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover
}
.firstview_image {
  position: relative
}
.firstview_image .item01 {
  background: url("../image/slide_01.jpg") center / cover no-repeat;
  background-position: 22% 100%
}
.firstview_image .item02 {
  background: url("../image/slide_02.jpg") center / cover no-repeat;
  background-position: 30% 50%
}
.firstview_image .item03 {
  background: url("../image/slide_03.jpg") center / cover no-repeat;
  background-position: 66% 100%
}
.firstview_image .item04 {
  background: url("../image/slide_04.jpg") center / cover no-repeat;
  background-position: 66% 34%
}
.firstview_image .item05 {
  background: url("../image/slide_05.jpg") center / cover no-repeat;
  background-position: 17% 30%
}
.firstview_p {
  position: absolute;
  right: 2em;
  top: 5em;
  font-family: 'KiwiMaru', serif;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #433E3A;
  text-shadow: 0 0 0.05em #fff, 0 0 0.06em #fff, 0 0 0.07em #fff, 0 0 0.08em #fff, 0 0 0.09em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.5em #fff;
  z-index: 1
}
.catch {
  font-size: 1.8em;
  line-height: 1.3em
}
.catch_sub {
  margin-top: 1em;
  font-size: 1.5em
}
.firstview_banner {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  left: 2em;
  bottom: 1em;
  text-align: center;
  line-height: 125px;
  border-radius: 50%;
  background-color: #F8922D;
  z-index: 100;
  animation: poyoyon2 1s ease-in-out 1 forwards;
  animation-delay: 4s
}
.firstview_banner::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: -0.65em;
  bottom: -0.6em;
  background: url(../image/banner.svg) center / cover no-repeat;
  z-index: 90
}
.firstview_banner p {
  display: inline-block;
  position: relative;
  line-height: 1.1em;
  vertical-align: middle;
  font-size: 1.3em;
  color: #fff
}
.firstview_banner span {
  font-size: 0.8em
}
.firstview_banner p::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 10px;
  top: -1em;
  right: 1.6em;
  text-align: center;
  background: url(../image/three_line.svg) center / cover no-repeat;
  z-index: 100
}
@media screen and (min-width: 350px) {
  .firstview_p {
    top: 7em
  }
  .catch {
    font-size: 2.3em
  }
  .catch_sub {
    font-size: 1.8em
  }
}
@media screen and (min-width: 500px) {
  .firstview_p {
    top: 9em
  }
  .catch {
    font-size: 3em
  }
  .catch_sub {
    margin-top: 4em;
    font-size: 2em
  }
}
@media print, screen and (min-width: 768px) {
  .firstview_image .item05 {
    background-position: 1% 30%
  }
  .firstview_p {
    top: 11em;
    right: 3em
  }
  .catch {
    margin-left: 0.3em;
    font-size: 3.5em
  }
  .catch_back {
    padding: 0.2em 0;
  }
  .firstview_indent {
    margin-top: 3em;
    padding: 0.3em 0;
    z-index: 501
  }
  .catch_sub {
    margin-top: 7em;
    font-size: 2em;
    line-height: 1.3em
  }
  .firstview_banner {
    width: 8em;
    height: 8em;
    left: 3em;
    bottom: 1.1em;
    line-height: 9em
  }
  .firstview_banner::before {
    width: 9.6em;
    height: 9.6em;
    left: -0.77em;
    bottom: -0.75em
  }
  .firstview_banner p {
    font-size: 1.6em;
    letter-spacing: 0;
    line-height: 1.1em
  }
  .firstview_banner p::before {
    top: -0.8em;
    right: 1.5em
  }
}
@media screen and (max-height: 700px) {
  .catch {
    font-size: 2em
  }
  .catch_sub {
    margin-top: 1em;
    font-size: 1.5em
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 500px) {
  .firstview {
    height: 100vh;
    box-shadow: none
  }
  .firstview_p {
    top: 2em;
    right: 14em;
    padding-left: 3em;
    white-space: nowrap
  }
  .slider li {
    height: 90vh
  }
  .firstview_banner {
    bottom: 9em;
    right: 4em;
    left: auto
  }
}
@media screen and (min-aspect-ratio: 128/75) {
  .firstview_p {
    top: 1em;
    right: 5em
  }
  .firstview_banner {
    bottom: 1em;
    left: 4em
  }
  .catch {
    font-size: 2.5em
  }
  .catch_sub {
    margin-top: 3em;
    font-size: 1.5em
  }
}
@media screen and (max-width: 1023px) and (min-aspect-ratio: 3/4) {
  .firstview_p {
    top: 7em
  }
}
/*画面の縦横比が16:9以上の時（スマホ横画面）*/
@media screen and (min-aspect-ratio: 16/9) {
  .firstview_p {
    top: 4em;
    right: 6em
  }
  .catch {
    font-size: 2em
  }
  .catch_sub {
    margin-top: 1em;
    font-size: 1.5em
  }
  .catch_back {
    padding: 0;
  }
  .firstview_banner {
    width: 110px;
    height: 110px;
    left: 3em;
    bottom: 2em;
    line-height: 120px
  }
  .firstview_banner p {
    font-size: 1.2em
  }
  .firstview_banner::before {
    width: 7.5em;
    height: 7.5em;
    left: -0.69em;
    bottom: -0.69em
  }
  .firstview_banner p::before {
    top: -1em;
    right: 1.45em
  }
  .br_tb {
    display: block
  }
}
/*画面の幅が768px以下、縦横比が16:9以上の時（iphone6、アンドロイドなど）*/
@media screen and (max-width: 768px) and (min-aspect-ratio: 16/9) {
  .firstview {
    height: 20em
  }
  .slider li {
    height: 20em
  }
  .firstview_p {
    top: 10em
  }
  .firstview_banner::before {
    width: 8em;
    height: 8em;
    left: -0.55em;
    bottom: -0.5em
  }
  .firstview_banner p::before {
    right: 1.55em
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 16/9) {
  .firstview_p {
    top: 7em;
    right: 3em;
    font-size: 1.5em
  }
  .firstview_banner::before {
    width: 8.1em;
    height: 8.1em;
    left: -0.6em;
    bottom: -0.6em
  }
  .catch_sub {
    margin-top: 0.5em;
    font-size: 1.3em
  }
}
/*画面の幅が1024px以下、縦横比が16:9以上の時（ipad、iphoneXRなど）*/
@media screen and (max-width: 1023px) and (min-aspect-ratio: 16/9) {
  .firstview_p {
    top: 6em;
    right: 2em;
    font-size: 1.2em
  }
  .catch {
    font-size: 2em
  }
  .catch_sub {
    margin-top: 1em;
    font-size: 1.7em
  }
  .br_tb3 {
    display: none
  }
}
@media screen and (min-width: 700px) and (min-aspect-ratio: 16/9) {
  .firstview_banner p::before {
    right: 1.25em
  }
}
@media screen and (min-width: 1023px) and (min-aspect-ratio: 16/9) {
  .firstview_p {
    top: 1em;
    font-size: 1.2em
  }
  .firstview_banner::before {
    width: 7.5em;
    height: 7.5em
  
}
}
@media print, screen and (min-width: 1400px) {
  .firstview_image .item01, .firstview_image .item02, .firstview_image .item03, .firstview_image .item04, .firstview_image .item05 {
    background-position: center
  }
  .catch {
    font-size: 3.5em
  }
  .catch_sub {
    margin-top: 7em;
    font-size: 2em
  }
  .firstview_p {
    top: 1em;
    right: 10em;
    font-size: 1em
  }
  .firstview_banner {
    width: 8em;
    height: 8em;
    bottom: 9em;
    right: 4.5em;
    left: auto;
    line-height: 9.3em
  }
  .firstview_banner::before {
    width: 9.5em;
    height: 9.5em;
    left: -0.75em;
    bottom: -0.7em
  }
  .firstview_banner p {
    font-size: 1.6em
  }
  .firstview_banner p::before {
    top: -0.8em;
    right: 1.5em
  }
}
/*ヘッダー設定*/
header {
  min-width: 320px;
  height: 10vh;
  margin-top: -0.5em;
  position: relative
}
.logo {
  width: 15%;
  margin: 0.5em auto;
  display: block
}
.logo img {
  width: 100%;
  height: auto
}
.pc_menu, .fixed_menu {
  display: none
}
.insta a:hover {
  color: #2691EF
}
.toiawase a:hover {
  color: #2691EF
}
.logo2 {
  height: 60px;
  width: 60px;
  display: flex;
  position: fixed;
  top: 2%;
  left: 40%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 1100
}
@media screen and (min-width: 768px) {
  .logo {
    width: 10%
  }
}
@media print, screen and (min-width: 1024px) {
  header {
    height: 0
  }
  .hamburger-menu {
    display: none
  }
  .pc_menu, .fixed_menu {
    display: block
  }
  .logo {
    width: 9em;
    height: 9em;
    margin: 0 0 1em 1em;
    padding: 1em;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    z-index: 100
  }
  .logo img {
    width: 100%
  }
  /*pcメニュー設定*/
  .insta {
    margin: 1.5em 0.1em 0 0;
    padding: 0.8em 2.5em 0.8em 4em;
    position: absolute;
    top: -6.45em;
    right: 0;
    font-size: 1.5em;
    font-weight: 300;
    background: url(../image/siro.svg) left / cover no-repeat;
    box-shadow: 0 0.05px 0 #fff;
    transition: .4s;
    z-index: 100
  }
  .insta::before {
    content: "";
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0.9em;
    left: 2.4em;
    background: url(../image/insta_b.svg) center / cover no-repeat;
    pointer-events: none
  }
  .toiawase {
    position: absolute;
    top: -2.9em;
    right: 0;
    margin: 1em 0.9em 1em 0;
    padding: 0.5em 1.2em 0.5em 4.3em;
    display: flex;
    font-size: 1.8em;
    font-weight: 300;
    background: url(../image/siro.svg) left / cover no-repeat;
    box-shadow: 0 0.05px 0 #fff;
    transition: .4s;
    z-index: 100
  }
  .toiawase2 {
    position: absolute;
    right: 10.4em;
    background: url(../image/siro2.svg) left / cover no-repeat
  }
  .pc_phone, .cell_phone {
    position: relative
  }
  .cell_phone {
    margin: 0 1em 0 -1em
  }
  .pc_phone::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    left: -1.2em;
    background: url(../image/toiawase.svg) center / cover no-repeat;
    pointer-events: none
  }
  .cell_phone::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 34px;
    left: -1.1em;
    top: -2px;
    background: url("../image/cell_phone.svg") center / cover no-repeat;
    pointer-events: none
  }
  .insta:hover {
    color: #2691EF;
    opacity: 0.8;
    transform: translateY(4px);
    box-shadow: 0 0 0 #ffaa22
  }
  .toiawase:hover {
    color: #2691EF;
    opacity: 0.9;
    transform: translateY(4px);
    box-shadow: 0 0 0 #ffaa22
  }
  .normal_menu {
    margin-top: 0.5em;
    display: block
  }
  .normal_menu ul {
    padding: 0 1em 1em 1em;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    z-index: 500
  }
  .normal_menu li {
    margin: 1.5em auto 0 auto;
    position: relative;
    text-align: center;
    line-height: 1.2em;
    transition: all 0.5s 0s ease
  }
  .normal_menu a {
    padding: 0 0 5px 0;
    position: relative
  }
  .normal_menu li:hover {
    margin-top: 1.7em;
    opacity: 0.5
  }
  .normal_menu li::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 15%;
    right: -1.3em;
    background: url(../image/menu.svg) center / cover no-repeat;
    transition: all 0.5s 0s ease
  }
  .normal_menu li:hover::after {
    top: 30%
  }
  .menu_en {
    margin: 0 auto;
    font-size: 0.8em;
    color: #9F9F9F
  }
  #gloval-nav {
    opacity: 0
  }
  .fixed_menu ul {
    padding: 0;
    justify-content: space-between;
    align-items: center;
    box-shadow: none
  }
  .fixed_menu .normal_menu {
    margin-top: 0
  }
  .fixed_menu li {
    margin: 0 2em 0 0;
    transition: all 0.5s 0s ease
  }
  .fixed_menu li:hover {
    margin-top: 0.4em
  }
  .fixed_menu .fixed_logo {
    margin: 0
  }
  .fixed_menu .fixed_logo::after {
    display: none
  }
  .fixed_logo {
    width: 10%
  }
  .fixed_logo img {
    width: 70%;
    margin: 0 auto
  }
  .fixed_menu .fixed_tel::after {
    display: none
  }
  .fixed_tel {
    margin-left: 1em
  }
  .fixed {
    width: 100%;
    padding: 1em;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 3px 5px -5px rgb(0 0 0 / 50%);
    z-index: 1000
  }
  .fixed_menu .fixed_tel {
    width: 5%;
    margin-right: 1em;
    text-align: left
  }
  .fixed_tel img {
    width: 1.8em;
    height: 1.8em
  }
}
@media print, screen and (min-width: 1500px) {
  .normal_menu li {
    margin: 1.5em 3em 0 3em
  }
  .normal_menu li::after {
    top: 10%;
    right: -1.5em
  }
  .normal_menu a {
    font-size: 1.1em
  }
  .normal_menu li {
    margin: 1.5em 3em 0 3em
  }
  .fixed_menu .fixed_tel {
    margin-right: 1em
  }
  .fixed_menu li {
    margin: 0 1em
  }
  .fixed_menu ul {
    justify-content: space-between
  }
}
/*ハンバーガーメニュー設定*/
.hamburger_box {
  text-align: center
}
.hamburger-menu .insta, .hamburger-menu .toiawase {
  width: 90%;
  margin: 0.5em;
  display: block;
  border-radius: 30px;
  background-color: #F5B351
}
.hamburger-menu .insta {
  width: 80%;
  margin: 0.5em auto;
  position: relative;
  background-color: #F5B351
}
.hamburger-menu .insta a {
  text-align: center;
  color: #fff
}
.hamburger-menu .insta::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0.45em;
  right: 5%;
  background: url(../image/insta.svg) center / cover no-repeat
}
.hamburger-menu .insta a::before {
  display: none
}
.hamburger-menu .toiawase {
  width: 80%;
  margin: 0.5em auto;
  position: relative;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  border: solid 1px #F5B351;
  background-color: #fff
}
.hamburger-menu .toiawase a {
  text-align: center;
  color: #000
}
.hamburger-menu .toiawase::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0.45em;
  right: 5%;
  background: url(../image/toiawase.svg) center / cover no-repeat
}
.hamburger-menu .toiawase2::before {
  width: 25px;
  height: 28px;
  background: url(../image/cell_phone.svg) center / cover no-repeat
}
.hamburger-menu .toiawase a::before {
  display: none
}
.hamburger-menu .logo {
  width: 100%;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%)
}
.hamburger-menu .logo img {
  width: 15%;
  margin: 0.5em auto;
  display: block
}
.menu-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 1100
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: "";
  width: 25px;
  height: 3px;
  display: block;
  position: absolute;
  border-radius: 3px;
  background-color: #000
}
.menu-btn span:before {
  bottom: 8px
}
.menu-btn span:after {
  top: 8px
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0)
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg)
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg)
}
ss #menu-btn-check {
  display: none
}
#menu-btn-check {
  display: none
}
.menu-content .menu_ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15em
}
.menu-content ul li a {
  width: 100%;
  padding: 0.5em 0em 0.5em 0.5em;
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.5em;
  box-sizing: border-box;
  font-size: 1em;
  color: #000;
  text-decoration: none
}
.menu-content ul li a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 27%;
  right: 1em;
  background: url(../image/menu.svg) center / cover no-repeat
}
.menu-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 100%;
  top: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: 1000;
  transition: all 0.5s
}
#menu-btn-check:checked ~ .menu-content {
  left: 0%;
  opacity: 1
}
.menu-content ul li .menu_en {
  color: #9F9F9F
}
@media print, screen and (min-width: 768px) {
  .menu-content ul li a {
    font-size: 1.2em
  }
  .hamburger-menu .logo img {
    width: 10%
  }
  .hamburger-menu .insta {
    width: 50%;
    height: 3em
  }
  .hamburger-menu .insta::before {
    top: 0.7em;
    right: 5%
  }
  .hamburger-menu .toiawase::before {
    top: 22%;
    right: 5%
  }
  .hamburger-menu .toiawase {
    width: 50%
  }
}
/*特徴*/
.about_us {
  margin-top: 0;
  padding: 3em 0 5em 0;
  padding: 1em 0 5em 0;
  background: url("../image/sky.png") bottom / cover no-repeat, linear-gradient(45deg, rgba(212, 227, 238, 0.8), rgba(242, 249, 255, 0.3), rgba(212, 227, 238, 0))
}
.about_flex {
  padding: 2em 0;
  display: block
}
.about_title {
  margin: 1em auto;
  display: inline;
  position: relative;
  text-align: center;
  font-size: 1.5em;
  font-weight: 300
}
.about_title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0.3em;
  left: -1.5em;
  background: url("../image/left_line.svg") center / cover no-repeat
}
.about_title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: -1.5em;
  top: 0.2em;
  background: url("../image/right_line.svg") center / cover no-repeat
}
.about_title span {
  margin: 0 0.1em;
  font-size: 2em
}
.about_box p {
  margin-top: 2em;
  text-align: left
}
.about_box {
  text-align: center
}
.icon_circle {
  margin-top: 11em;
  position: relative
}
.icon_circle::before {
  content: "Feature";
  position: absolute;
  top: -1.5em;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 6em;
  font-family: 'KaushanScript', sans-serif;
  color: #FFE5BE
}
.icon_circle figure {
  width: 200px;
  height: 200px;
  margin: 2em auto;
  top: 1px;
  text-align: center;
  line-height: 200px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%)
}
.icon_circle img {
  width: 60%;
  margin-top: 2.3em
}
.icon_circle figcaption {
  width: 60%;
  padding: 0.5em 1em 0.5em 1em;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  font-weight: 300;
  background-color: #f9af40
}
.about_number {
  display: inline-block;
  position: relative;
  font-size: 2.5em;
  font-weight: 300;
  color: #F5B351;
  z-index: 100
}
.about_number::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: -0.5em;
  top: -0.4em;
  border-radius: 50%;
  border: solid 1px #F5B351;
  background-color: #fff;
  z-index: -1
}
.number_flex {
  display: flex;
  justify-content: center;
  align-items: center
}
@media print, screen and (min-width: 500px) {
  .about_title {
    width: 65%
  }
  .about_title::before {
    left: -2em
  }
  .about_title::after {
    right: -2em
  }
}
@media print, screen and (min-width: 768px) {
  .about_us {
    padding: 2.5em 0 7em 0;
    background: url(../image/sky.png) bottom / cover no-repeat, linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(212, 227, 238, 0))
  }
  .about_title {
    width: 60%
  }
  .icon_circle {
    width: 90%;
    margin: 11em auto 0 auto;
    display: flex;
    justify-content: space-between
  }
  .icon_circle figcaption {
    padding: 0.5em 1em 0.5em 1.5em;
    font-size: 1em
  }
  .icon_circle::before {
    top: -1em;
    font-size: 7em
  }
}
@media print, screen and (min-width: 1024px) {
  .icon_circle {
    justify-content: center
  }
  .icon_circle .item02 {
    margin: 0 5em
  }
  .icon_circle figcaption {
    padding: 0.1em 1em 0.1em 1em
  }
  .about_number::after {
    top: -0.25em;
    left: -0.38em
  }
}
@media print, screen and (min-width: 1350px) {
  .about_us {
    padding: 5em 0 7em 0
  }
  .about_flex {
    margin: 0 0 0 2em;
    display: flex;
    justify-content: space-between
  }
  .about_box {
    width: 45%;
    font-size: 1.1em
  }
  .about_box p {
    margin-top: 1em
  }
  .icon_circle .item02 {
    margin: 0 1.5em
  }
  .icon_circle::before {
    top: -25%;
    right: 0.3em;
    left: auto;
    font-size: 7em
  }
  .icon_circle figcaption {
    width: 80%;
    margin: 0 auto;
    padding: 0.1em 0 0.1em 1.5em;
    text-align: left;
    line-height: 1.2em
  }
  .about_number::after {
    top: -0.25em;
    left: -0.35em
  }
  .about_title {
    width: 80%
  }
  .icon_circle {
    width: 50%;
    margin: 10em 0 0 auto;
    justify-content: right
  }
  .icon_circle::before {
    top: -45%;
    font-size: 9em;
  }
  .icon_circle img {
    width: 60%;
    margin-top: 2em
  }
  .icon_circle figcaption {
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    line-height: 1.3em
  }
  .icon_circle figure {
    width: 190px;
    height: 190px
  }
}
/*挨拶*/
.greeting {
  padding-bottom: 6em;
  position: relative
}
.greeting_flex {
  margin: 3em 0;
  display: flex;
  text-align: center;
  flex-direction: column
}
.greeting_flex h2 {
  width: 100%;
  margin: 1em auto;
  padding: 1em 0.1em 0 0.1em;
  position: relative;
  display: inline;
  text-align: center;
  font-size: 2.4em;
  font-weight: 100;
  line-height: 1.3em;
  font-family: 'KiwiMaru', serif
}
.greeting_flex h2:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  left: 0;
  top: 0.7em;
  border-radius: 50%;
  background-color: #FFE9A1;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out
}
.greeting_p {
  margin: 0 auto 2em 0
}
.greeting_p p {
  text-align: left;
  padding-top: 2em
}
.greeting_image {
  width: 100%;
  margin: 0 auto;
  position: relative
}
.greeting_image img {
  width: 100%
}
.greeting_01::before {
  content: "";
  width: 3em;
  height: 3em;
  position: absolute;
  top: 1em;
  left: -1em;
  border-radius: 50%;
  background-color: #F5B351;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out
}
.greeting_02::before {
  content: "";
  width: 15%;
  height: 20%;
  position: absolute;
  top: 0.7em;
  right: 1.5em;
  background: url("../image/sun.svg") center / cover no-repeat;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out
}
.greeting::after {
  content: "";
  width: 3em;
  position: absolute;
  bottom: 0;
  right: 1%;
  border: 2px solid;
  color: #F5B351;
  transform: rotate(140deg)
}
.greeting::before {
  content: "Greeting";
  position: absolute;
  right: 0.6em;
  bottom: 0.5em;
  text-align: center;
  font-size: 5em;
  font-family: 'KaushanScript', sans-serif;
  color: #FFE5BE
}
.greeting_flex2 {
  flex-direction: column-reverse
}
.greeting_second {
  position: relative
}
.greeting_second p {
  padding-top: 0;
  padding-bottom: 1em
}
@media screen and (min-width: 768px) {
  .greeting {
    padding-top: 1em;
    padding-bottom: 6em
  }
  .greeting_image {
    width: 70%
  }
  .greeting_flex h2:before {
    top: 0.8em;
    left: 1%
  }
}
@media print, screen and (min-width: 900px) {
  .greeting {
    margin: 0 1em;
    padding: 2em 0 7em 0
  }
  .greeting_flex {
    margin: 0 0 5em 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row
  }
  .greeting_flex h2 {
    width: 100%;
    margin: 0 0 0.5em 0;
    display: block;
    text-align: left
  }
  .greeting_p {
    width: 50%;
    margin: 0
  }
  .greeting_p p {
    width: 95%;
    padding-top: 1em;
    padding-left: 0.5em
  }
  .greeting_second p {
    padding-left: 2em
  }
  .greeting_image {
    width: 45%
  }
  .greeting_01::before {
    width: 3em;
    height: 3em;
    left: -2em;
    top: 0
  }
  .greeting_02::before {
    width: 14%;
    height: 16%
  }
  .greeting::after {
    right: 2%;
    bottom: 1%;
    border: 2px solid
  }
  .greeting_00:before {
    top: 5%;
    left: 1.5%
  }
  .greeting::before {
    font-size: 7em
  }
  .greeting_flex .slidein-right {
    margin: 10em auto 0 2em
  }
  .greeting_flex .slidein-left {
    margin: 0 2em 0 0
  }
}
@media print, screen and (min-width: 1400px) {
  .greeting_p {
    margin: 0 2em
  }
  .greeting_p p {
    width: 95%;
    font-size: 1.1em
  }
  .greeting_second p {
    padding-left: 0
  }
  .greeting_second {
    margin-left: 4em;
    text-align: right
  }
  .greeting_second p {
    text-align: left
  }
  .greeting::before {
    bottom: 1.2em;
    right: 5%
  }
  .greeting::after {
    right: 3%;
    bottom: 7%
  }
  .greeting {
    padding: 4em 0
  }
  .greeting_flex {
    margin: 0 0 10em 0
  }
  .greeting_flex h2 {
    margin: 0 0 1em 0;
    clip-path: inset(0 100% 0 0);
    transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
    font-size: 3em
  }
  .greeting_flex h2.is-active {
    margin: 0 0 0.5em 0;
    clip-path: inset(0)
  }
  .greeting_flex h2:before {
    left: 0;
    top: 0.7em
    ;
  }
  .greeting_flex .slidein-right {
    margin: 4em auto 0 2em
  }
  .greeting_image {
    width: 50%
  }
  .greeting_00:before {
    top: 6%;
    left: 8%
  }
  .greeting::after {
    right: 7%
  }
  .greeting::before {
    bottom: 1.5em;
    right: 11%
  }
}
/*業務内容*/
.service {
  margin-bottom: 0;
  padding: 4em 0;
  background-color: #F9F9F9;
  z-index: -100
}
.service_title {
  margin: 1em auto;
  text-align: center;
  font-size: 1.5em;
  font-weight: 300
}
.service_title span {
  font-size: 1.3em
}
.headline {
  margin: 1em 0;
  text-align: center
}
.headline h1 {
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  font-weight: 100;
  border-bottom: dotted 2px #000
}
.service .headline h1:before {
  content: "";
  width: 80%;
  height: 50%;
  position: absolute;
  left: 10%;
  top: -2em;
  background: url(../image/service_icon.svg) center / cover no-repeat
}
.question_flex {
  width: 100%;
  margin: 3em auto
}
.case_p {
  text-align: center
}
.case_p p {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.1em;
  font-weight: 300;
  color: #fff;
  z-index: 100
}
.case_p p::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -1.2em;
  left: -10%;
  border-radius: 50%;
  background-color: #f9af40;
  z-index: -10
}
.question {
  margin: -1em 0 0 0;
  padding: 3em 0.5em 2em 0.5em;
  background-color: #fff
}
.question li {
  padding-left: 1.5em;
  text-indent: -1.3em
}
.question_top {
  margin-bottom: 0.5em
}
.question_q {
  color: #2691EF
}
.question_a {
  color: #f58800
}
.question_a, .question_q {
  font-size: 1.1em;
  font-weight: bold
}
.service_p {
  margin: 2em 0 4em 0
}
.service_flex {
  margin-top: 5em
}
.box {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 5px -5px rgb(0 0 0 / 50%), 5px 5px 0 5px #E6E6E6
}
.box .box_title {
  height: 9em;
  padding: 1em;
  position: absolute;
  left: 5%;
  top: 0;
  font-size: 1.5em;
  font-weight: 300;
  font-family: 'GenJyuuGothic-p', sans-serif;
  writing-mode: vertical-rl;
  color: #433E3A;
  background-color: #fff;
  z-index: 100
}
.box .box_three {
  height: 12em
}
.box img {
  width: 100%;
  height: 25em;
  object-fit: cover
}
.box p {
  margin: 1em;
  padding: 1em 0 2em 0
}
.box_number {
  margin-bottom: 1em;
  position: relative;
  writing-mode: horizontal-tb;
  color: #000
}
.box_number::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -0.15em;
  right: -25%;
  border-radius: 50%;
  background-color: #f9af40;
  z-index: -10
}
.reform_box {
  width: 90%;
  margin: -3.5em auto 0 auto;
  padding: 1em;
  border: double 5px #f9af40;
  background-color: #fff
}
.reform_box p {
  margin: 3em 0.5em 1em 0.5em
}
.reform h3 {
  padding: 1.2em 1.2em 1em 1em;
  position: relative;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #fff;
  z-index: 100
}
.reform h3::before {
  content: "";
  width: 105%;
  height: 70%;
  position: absolute;
  bottom: 0.65em;
  left: -0.1em;
  text-align: center;
  line-height: 110px;
  background: url(../image/reform_title.svg) center / cover no-repeat;
  z-index: -3
}
.reform_flex figure {
  text-align: center
}
.reform_flex figure img {
  width: 60%
}
@media screen and (min-width: 500px) {
  .reform h3::before {
    height: 100%;
    bottom: 0.1em
  }
  .reform h3 {
    padding: 1em 1.2em 1em 1em;
    font-size: 1.3em
  }
}
@media print, screen and (min-width: 768px) {
  .service {
    padding: 6em 0
  }
  .service_p p {
    margin: 0 1em
  }
  .question_flex {
    width: 85%
  }
  .reform_flex {
    display: flex;
    align-items: center
  }
  .reform_flex figure {
    width: 40%
  }
  .reform_flex p {
    width: 60%;
    margin: 1em auto 1em 1em
  }
  .reform h3 {
    margin: 1em 0 1.5em 1em;
    font-size: 1.3em
  }
  .reform h3::before {
    content: "";
    width: 90%;
    height: 80%;
    position: absolute;
    bottom: 0.45em;
    text-align: center;
    line-height: 110px;
    background: url(../image/reform_title.svg) center / cover no-repeat;
    z-index: -3
  }
  .reform_flex figure img {
    width: 90%
  }
}
@media print, screen and (min-width: 1024px) {
  .service {
    padding: 9em 0
  }
  .service_p p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em
  }
  .service_flex {
    margin: 8em 0;
    display: flex;
    justify-content: space-between
  }
  .question {
    width: 90%;
    margin: 0.5em 0 0 -4em;
    padding: 1.5em 0 1.5em 4em;
    font-size: 1.1em;
    background-color: transparent;
    background-color: #fff
  }
  .question_top {
    margin-bottom: 0.2em
  }
  .question_flex {
    width: 90%;
    margin: 1em auto;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .case_p {
    margin-right: 2em;
    text-align: left
  }
  .case_p p::after {
    width: 100px;
    height: 100px;
    top: -1.4em;
    left: -0.5em
  }
  .reform h3 {
    margin: 1em
  }
  .box {
    width: 35%;
    margin: 0 2em
  }
  .box_number::after {
    width: 60px;
    height: 60px;
    top: 0;
    right: -0.35em
  }
  .case_bottom {
    margin: 2em 2em -2em 2em
  }
  .reform h3::before {
    width: 75%;
  }
  .reform_flex figure img {
    width: 60%
  }
}
@media print, screen and (min-width: 1400px) {
  .reform_box {
    width: 80%
  }
  .reform h3 {
    margin: 1em 4em
  }
  .reform h3::before {
    width: 70%;
    left: -1em
  }
  .question_flex {
    width: 70%
  }
}
/*遮熱材について*/
.heat {
  width: 100%;
  margin: 0;
  padding: 6em 0 4em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #FFF9EF 0%, #FFF9EF 70%, #fff 70%, #fff 100%);
  z-index: -100
}
.heat .main_content {
  position: relative
}
.heat .headline, .access .headline {
  text-align: left
}
.heat .headline h1 {
  margin-left: 1em;
  position: relative;
  border: none
}
.heat .headline h1::before {
  width: 9em;
  content: "";
  position: absolute;
  top: 48%;
  left: -10em;
  border-top: 1px dashed
}
.heat .headline h1::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  border-radius: 50%;
  background-color: #FFE9A1
}
.heat h2 {
  margin: 0 0 1em 1em;
  text-align: left;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
  font-family: 'KiwiMaru', serif;
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path
}
.heat h2.is-active {
  clip-path: inset(0)
}
.heat_image {
  width: 150%;
  margin: 2em 0 4em 0;
  position: relative
}
.heat_image img {
  width: 100%
}
.heat_p {
  margin: -4em auto 0 auto;
  padding: 2em 1em;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 5px -5px rgb(0 0 0 / 50%);
  z-index: 100
}
.heat_link {
  margin: 1em 0;
  padding: 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none
}
a .heat_link:hover {
  color: #2691EF;
  transition: 0.5s
}
.heat_flex_s {
  display: flex
}
.orange_circle {
  width: 1em;
  position: relative
}
.heat_link::before {
  content: "";
  width: 10%;
  height: 1px;
  position: absolute;
  bottom: 38%;
  right: -15%;
  background: #333;
  transition: all .3s;
  z-index: 100;
  pointer-events: none
}
.heat_link::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 54%;
  right: -15%;
  background: #333;
  transform: rotate(35deg);
  transition: all .3s;
  z-index: 100;
  pointer-events: none
}
.heat_link:hover::before {
  right: -5%
}
.heat_link:hover::after {
  right: -5%
}
.orange_circle::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1.5em;
  bottom: 1.2em;
  border-radius: 50%;
  background-color: #F5B351;
  z-index: -1;
  pointer-events: none
}
.heat .main_content::before {
  content: "heat shield";
  position: absolute;
  right: 0;
  top: -1em;
  text-align: center;
  font-size: 4em;
  font-family: 'KaushanScript', sans-serif;
  color: #FFE5BE
}
@media screen and (min-width:500px) {
  .heat .main_content::before {
    font-size: 5em
  }
}
@media print, screen and (min-width:768px) {
  .heat {
    padding: 9em 0 7em 0;
    background: linear-gradient(90deg, #FFF9EF 0%, #FFF9EF 30%, #fff 30%, #fff 100%)
  }
  .heat .headline h1 {
    margin-left: 2em
  }
  .heat h2 {
    font-size: 2em
  }
  .heat_link::before {
    right: -1%;
  }
  .heat_link::after {
    right: -1%;
  }
  .heat .headline h1::before {
    width: 9em;
    top: 39%;
    left: -10em
  }
  .heat .headline h1::after {
    top: 0.3em
  }
  .heat_link {
    padding: 0 2em 0 0
  }
  .heat_image {
    width: 100%;
    margin: 4em 0
  }
  .heat .main_content::before {
    top: -0.5em
  }
  .orange_circle::after {
    width: 25px;
    height: 25px;
    left: -0.3em;
    bottom: 1em
  }
}
@media print, screen and (min-width: 1024px) {
  .heat {
    padding: 12em 0 8em 0
  }
  .heat_p {
    width: 50%;
    margin: -21em 2em 2em auto;
    padding: 2em 2em
  }
  .heat h2 {
    margin-left: 2em
  }
  .heat .headline h1 {
    margin-left: 3.5em
  }
  .heat .headline h1::before {
    width: 25em;
    top: 48%;
    left: -26em;
    overflow: hidden
  }
  .heat .headline h1::after {
    top: 0.55em
  }
  .heat_link::before {
    bottom: 40%;
    right: -0.5em
  }
  .heat_link::after {
    right: -0.5em
  }
  .heat .main_content::before {
    right: 0.2em;
    font-size: 7em
  }
  .orange_circle::after {
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 1.2em
  }
}
@media print, screen and (min-width: 1400px) {
  .heat h2 {
    font-size: 2.5em
  }
  .heat_p {
    width: 50%;
    margin: -27em 5em 2em auto;
    padding: 3em 2em
  }
}
/*会社概要*/
.company {
  margin: 0;
  padding: 3em 0;
  background-color: #F9F9F9
}
.company_ul {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px
}
.company_ul li {
  margin-bottom: 20px;
  line-height: 2em
}
.company_ul li span {
  margin-bottom: 5px;
  display: block;
  position: relative
}
.company_ul li span::before {
  width: 70%;
  content: "";
  display: block;
  position: absolute;
  left: 5.5em;
  bottom: -2px;
  line-height: 0;
  border-bottom: 2px dashed #aaa
}
.company_ul li span::after {
  width: 25%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  line-height: 0;
  border-bottom: 2px solid #F5B351
}
.company_flex a:hover {
  color: #2691EF
}
@media screen and (min-width: 500px) {
  .company_ul li span::after {
    width: 20%
  }
  .company_ul li span::before {
    width: 75%;
    left: 6em
  }
}
@media print, screen and (min-width: 768px) {
  .company {
    padding: 5em 0
  }
  .company_ul li span::before {
    width: 85%
  }
  .company_ul li span::after {
    width: 13%
  }
}
@media print, screen and (min-width: 1024px) {
  .company {
    padding: 5em 0 7em 0
  }
  .company_ul {
    width: 70%;
    margin-top: 4em
  }
  .company_flex {
    display: flex;
    margin-bottom: 5px;
    position: relative
  }
  .company_flex::before {
    content: "";
    width: 85%;
    display: block;
    position: absolute;
    left: 4.3em;
    bottom: -2px;
    line-height: 0;
    border-bottom: 2px dashed #aaa
  }
  .company_flex::after {
    content: "";
    width: 10%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    line-height: 0;
    border-bottom: 2px solid #f9af40
  }
  .company_flex span {
    width: 15%
  }
  .company_ul li span {
    border: none
  }
  .company_ul li span::after {
    display: none
  }
  .company_ul li span::before {
    display: none
  }
  .company_flex:last-child::before {
    border: none
  }
  .company_flex:last-child::after {
    display: none
  }
}
@media print, screen and (min-width: 1500px) {
  .company_ul li span::after {
    width: 25%
  }
  .company_flex::before {
    left: 5.5em
  }
}
/*アクセス*/
.access {
  margin: 0;
  padding: 2em 0 4.5em 0;
  color: #fff;
  background: url("../image/access.png") center / cover no-repeat #000
}
.access .headline h1 {
  margin-left: 1em;
  position: relative;
  border: none
}
.access .headline h1::before {
  width: 9em;
  position: absolute;
  content: "";
  top: 48%;
  left: -10em;
  border-top: 1px dashed
}
.access .headline h1::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: -1.5em;
  top: 0.4em;
  border-radius: 50%;
  background-color: #FFE9A1
}
.access_number {
  margin: 1em 0;
  padding: 1em;
  border: solid 1px #fff;
  border-radius: 15px
}
.access_number a {
  color: #fff
}
.access_number a:hover {
  color: #2691EF
}
.access iframe {
  width: 100%;
  height: 20em;
  border-radius: 15px
}
@media print, screen and (min-width: 768px) {
  .access {
    padding: 6em 0
  }
  .access .headline h1 {
    margin-left: 2em
  }
  .access .headline h1::before {
    width: 9em;
    top: 39%;
    left: -10em
  }
  .access .headline h1::after {
    top: 0.2em
  }
  .access_flex {
    margin: 0 2em;
    display: flex;
    justify-content: space-between
  }
  .access_p {
    width: 50%;
    font-size: 1.1em
  }
  .access_number {
    padding: 1em 2em 1em 1em;
    display: inline-block;
    font-size: 1.1em
  }
  .access iframe {
    width: 40%
  }
}
@media print, screen and (min-width: 1024px) {
  .access .headline h1 {
    margin-left: 4em
  }
  .access_p {
    margin-left: 2.5em
  }
  .access .headline h1::before {
    width: 30em;
    top: 48%;
    left: -31em
  }
  .access .headline h1::after {
    top: 0.7em
  }
  .access_number {
    font-size: 1.5em
  }
}
/*お問い合わせ*/
.contact {
  margin: 0 0 -1em 0;
  padding: 4em 1em 0 1em;
  position: relative
}
.contact_flex {
  margin: 1em 0 0 0;
  padding-bottom: 10em
}
.contact_image {
  width: 100%
}
.contact_image img {
  width: 100%
}
.contact_right {
  margin: 1em 0
}
.contact_right li {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 0.4em
}
.contact_sub {
  margin: 0.5em 0;
  padding: 0.5em 1em;
  display: inline-block;
  position: relative;
  font-size: 0.9em;
  color: #fff;
  background-color: #f9af40;
  border-radius: 30px
}
.contact_cercle {
  width: 35%;
  margin: 0.5em 0 0.5em 0.3em;
  padding: 0.5em 1em;
  display: block;
  position: relative;
  font-size: 0.9em
}
.contact_cercle::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: -0.2em;
  top: 0.3em;
  border-radius: 50%;
  background-color: #f9af40
}
.contact .contact_time {
  margin-top: 1em;
  text-align: center;
  font-size: 1em
}
.contact::before {
  content: "";
  width: 100%;
  height: 10%;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 1%;
  transform: translateX(-50%);
  background: url(../image/footer.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain
}
.contact_right .contact_height {
  line-height: 1em
}
.contact_right a:hover {
  color: #2691EF
}
@media print, screen and (min-width: 500px) {
  .contact p {
    text-align: center;
    line-height: 1.6em
  }
}
@media print, screen and (min-width: 768px) {
  .contact {
    padding: 6em 1em 0 1em
  }
  .contact p {
    font-size: 1.1em
  }
  .contact_right p {
    text-align: left
  }
  .contact_flex {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .contact_image {
    width: 45%;
    text-align: right
  }
  .contact_image img {
    width: 80%;
    height: 25em;
    object-fit: cover
  }
  .contact_right {
    width: 50%
  }
  .contact_sub {
    margin-bottom: 0
  }
  .contact::before {
    width: 50%;
    bottom: 1em
  }
}
@media print, screen and (min-width: 1024px) {
  .contact_image img {
    height: 20em
  }
}
@media print, screen and (min-width: 1400px) {
  .contact::before {
    width: 40%
  }
}
@media print, screen and (min-width: 1800px) {
  .contact::before {
    width: 30%
  }
}
/*フッター*/
footer {
  padding: 1em;
  position: relative;
  text-align: center;
  background-color: #000;
  color: #fff
}
footer figure {
  width: 30%;
  margin: 1em auto 0.5em auto
}
footer img {
  width: 100%
}
footer small {
  font-size: 0.8em
}
@media screen and (min-width: 500px) {
  footer figure {
    width: 20%
  }
}
@media print, screen and (min-width: 768px) {
  footer img {
    width: 80%
  }
}
@media print, screen and (min-width: 1024px) {
  footer figure {
    width: 10%
  }
}
/*ページトップ*/
#pagetop {
  margin: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  opacity: 0;
  z-index: 900
}
#pagetop a {
  width: 65px;
  height: 65px;
  position: relative;
  display: block;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 1);
  transition: opacity .6s ease
}
#pagetop a:hover {
  opacity: .3
}
#pagetop a::before {
  content: "";
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF
}
@media screen and (max-width:767px) {
  #pagetop a {
    width: 60px;
    height: 60px
  }
  #pagetop a::before {
    width: 10px;
    height: 10px;
    top: 5px
  }
}
/* アニメーション↓ */
/*下から*/
.u-fade-type-up {
  transform: translateY(50px);
  transition: .6s;
  opacity: 0
}
.u-fade-type-up.is-active {
  transform: translateY(0);
  opacity: 1
}
/*右から*/
.slidein-right {
  transform: translateX(200px);
  transition: all .5s ease-in;
  opacity: 0
}
.slidein-right.is-active {
  transform: translateX(0);
  opacity: 1
}
/*左から*/
.slidein-left {
  transform: translateX(-200px);
  transition: all .5s ease-in;
  opacity: 0
}
.slidein-left.is-active {
  transform: translateX(0);
  opacity: 1
}
/*中央から*/
.zoomin {
  transform: scale(0.8);
  opacity: 0;
  transition: all .5s ease-in
}
.zoomin.is-active {
  transform: scale(1);
  opacity: 1
}
	
/*文字なめらか*/
@keyframes poyoyon2 {
  0% {
    transform: scale(1.0, 1.0) translate(0, 0)
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px)
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px)
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px)
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px)
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0)
  }
  0%, 100% {
    opacity: 1
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg)
  }
  50% {
    transform: translate(0, -7px) rotate(0deg)
  }
  100% {
    transform: translate(0, 0) rotate(7deg)
  }
}
@media print {
  .main_content {
    max-width: none;
    width: 100%
  }
  section {
    margin: 0
  }
  .page {
    break-before: page
  }
  .firstview {
    height: 30em
  }
  .firstview_p {
    top: 0;
    right: 5em
  }
  .firstview_image {
    height: 24em
  }
  .slider li {
    height: 24em
  }
  .firstview_banner {
    width: 4.5em;
    height: 4.5em;
    right: 2em;
    bottom: 5em;
    line-height: 5.5em
  }
  .firstview_banner::before {
    width: 5.5em;
    height: 5.5em;
    left: -0.55em;
    bottom: -0.5em
  }
  .firstview_banner p {
    font-size: 0.8em
  }
  .firstview_banner p::before {
    width: 20px;
    height: 5px;
    top: -0.8em;
    right: 1.4em
  }
  .logo {
    width: 4em;
    height: 4em
  }
  .insta {
    font-size: 0.8em
  }
  .insta::before {
    width: 20px;
    height: 20px;
    top: 0.6em;
    left: 2.1em
  }
  .toiawase {
    font-size: 0.97em
  }
  .toiawase::before {
    width: 21px;
    height: 21px
  }
  .catch {
    font-size: 2em
  }
  .catch_sub {
    margin-top: 4em;
    font-size: 1.5em
  }
  .normal_menu a {
    font-size: 0.8em
  }
  .normal_menu ul {
    justify-content: space-around
  }
  .normal_menu li {
    margin: 1.5em 0.5em 0 0.5em
  }
  .normal_menu li::after {
    width: 10px;
    height: 10px;
    top: 13.6%;
    right: -12.9%
  }
  #pagetop {
    display: none
  }
  .fixed_menu {
    display: none
  }
  .zoomin, .zoomin.is-active, .slidein-left, .slidein-left.is-active, .slidein-right, .slidein-right.is-active, .u-fade-type-up.is-active, .u-fade-type-up, .js-scroll-trigger, .js-scroll-trigger.is-active {
    opacity: 1;
    animation: none;
    transform: none;
    transition: unset
  }
  .greeting_flex h2, .heat h2 {
    clip-path: none
  }
  .about_us {
    padding: 3em 0 3em 0
  }
  .about_title {
    font-size: 0.8em
  }
  .about_box p {
    font-size: 0.6em
  }
  .icon_circle img {
    margin-top: 0;
    margin-bottom: 0.8em
  }
  .icon_circle {
    margin-top: 5em;
  }
  .icon_circle figure {
    width: 110px;
    height: 110px
  }
  .icon_circle figcaption {
    padding: 0.5em 0.1em 0.5em 0.5em;
    font-size: 0.8em
  }
  .icon_circle::before {
    top: -35%;
    right: 1%;
    font-size: 4em
  }
  .icon_circle .item02 {
    margin: 0 0.5em
  }
  .about_number {
    font-size: 1.5em
  }
  .about_number::after {
    width: 40px;
    height: 40px;
    left: -0.4em;
    top: -0.1em
  }
  .greeting {
    padding-top: 0
  }
  .greeting_flex {
    margin: 0 0 5em 0
  }
  .greeting_flex h2 {
    font-size: 1.5em
  }
  .greeting_p p {
    font-size: 0.6em
  }
  .greeting::before {
    font-size: 5em;
    bottom: -0.3em
  }
  .greeting::after {
    bottom: -3em
  }
  .question_flex {
    width: 90%
  }
  .question li {
    font-size: 0.7em
  }
  .case_p p {
    left: -0.6em;
    font-size: 0.8em
  }
  .case_p p::after {
    width: 75px;
    height: 75px
  }
  .service {
    padding: 1em 0
  }
  .service_flex {
    margin: 8em 0 3em 0
  }
  .service_title {
    font-size: 1em
  }
  .service_p p {
    font-size: 0.6em
  }
  .headline h1 {
    font-size: 1em
  }
  .box {
    width: 85%;
    margin: 0 0.5em
  }
  .box img {
    height: 15em
  }
  .box .box_title {
    font-size: 1em
  }
  .box_number::after {
    width: 40px;
    height: 40px
  }
  .box p {
    font-size: 0.6em
  }
  .reform h3 {
    font-size: 0.8em
  }
  .reform h3::before {
    width: 80%;
    bottom: 0.5em
  }
  .reform_flex p {
    font-size: 0.7em
  }
  .reform_box {
    margin: -1.5em auto 0 auto
  }
  .heat {
    padding: 5em 0 1em 0
  }
  .heat .main_content::before {
    font-size: 4em
  }
  .heat h2 {
    font-size: 1.5em
  }
  .heat_p {
    font-size: 0.6em
  }
  .orange_circle::after {
    width: 20px;
    height: 20px
  }
  .company_ul li {
    font-size: 0.6em
  }
  .access_p {
    font-size: 0.6em
  }
  .access iframe {
    height: 10em
  }
  .contact {
    padding: 0
  }
  .contact p {
    font-size: 0.7em
  }
  .contact .contact_time {
    font-size: 0.8em
  }
  .contact_right li {
    font-size: 0.8em
  }
  .contact_image img {
    height: 10em
  }
  footer img {
    width: 60%
  }
}