@charset "UTF-8";

/*========= 共通ボタン ===============*/
.effectLink {
  width: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.effectLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  color: #1E1E1E;
}

.effectLink a .Black_Arrow {
  width: 46px;
  margin-left: .5em;
}

.effectLink a .Black_Arrow .st1 {
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #1E1E1E;
  stroke: #1E1E1E;
  stroke-miterlimit: 10;
  transition: 0.3s ease-in-out;
}

.effectLink a .Black_Arrow .st0 {
  fill: #fff;
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.effectLink a:hover {
  opacity: 1;
}

.effectLink a:hover .Black_Arrow .st1 {
  fill: #fff;
  stroke: #1E1E1E;
  stroke-miterlimit: 10;
}

.effectLink a:hover .Black_Arrow .st0 {
  fill: #1E1E1E;
}

.BrankIcon {
  margin-left: .3em;
}

/*===================
ヘッダー
=====================*/
section#Catch h2 {
  font-size: clamp(32px, 3vw, 58px);
  font-weight: normal;
  margin-bottom: .5em;
}

@media screen and (max-width: 800px) {
  section#Catch h2 {
    font-size: clamp(36px, 3.5vw, 60px);
  }
}

section#Catch h2 span {
  font-size: .7em;
}

section#Catch p {
  margin-bottom: 40px;
  margin-left: 50px;
  line-height: 1.7;
  letter-spacing: -.5px;
}

@media screen and (max-width: 800px) {
  section#Catch p {
    margin-left: 80px;
    letter-spacing: -1.2px;
    text-align: justify;
  }
}

/*===================
コンテンツcommon
=====================*/
.Inner {
  padding: 0 4%;
}

.InnerRight {
  padding: 0 4% 0 22%;
}

@media screen and (max-width: 800px) {
  .InnerRight {
    padding: 0 4%;
  }
}

.W1050Box {
  max-width: 1050px;
  margin: auto;
}

.bold {
  font-weight: bold;
}

h2 {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 800px) {
  h2 {
    font-size: 1.7em;
  }
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  h3 {
    font-size: 1.4em;
  }
}

section {
  padding-top: 80px;
}

/*hoverした際の、背景の場所とテキスト色の変更*/

/*========= フッター ==========*/
#footerBg {
  background: #f8f8f8;
  /*background: -webkit-gradient(linear, left top, right top, from(#f1f2fb), to(#c7d2d9));*/
  width: 100%;
}

#footerBg .footer {
  margin: 0 auto;
  width: 100%;
  padding: 70px 6vw 30px 6vw;
  font-family: Noto Sans JP,sans-serif;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

#footerBg .footer .FootLogo {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #footerBg .footer .FootLogo {
    width: 100%;
  }
}

#footerBg .footer .FootLogo .AddList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .8vw;
  border-top: 1px solid #999;
  padding: 10px;
  border-bottom: 1px solid #999;
  font-size: .9em;
}

@media screen and (max-width: 800px) {
  #footerBg .footer .FootLogo .AddList {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footerBg .footer .FootLogo .AddList .Logo {
  width: 140px;
}

#footerBg .footer .FootLogo .AddList .Add {
  font-size: .85em;
  line-height: 1.6;
  text-align: center;
}

#footerBg .footer .FootLogo .AddList .Add dt {
  font-weight: bold;
}

#footerBg .footer .FootNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  #footerBg .footer .FootNavi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footerBg .footer .FootNavi ul li {
  margin-right: 2em;
}

@media screen and (max-width: 800px) {
  #footerBg .footer .FootNavi ul li {
    margin-bottom: 1em;
  }
}

#footerBg .footer li {
  padding-left: 10px;
  position: relative;
  font-size: clamp(0.5rem, calc(.8125rem + 0.625vw), 1.625rem);
}

#footerBg .footer li::before {
  border-color: transparent transparent transparent #878787;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: .7em;
  width: 0;
}

#footerBg .footer a {
  color: #000;
}

@media screen and (max-width: 800px) {
  #footerBg .footer li::before {
    top: 35%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer {
    display: block;
  }
}

.copyBox {
  background-color: #333;
}

.copyBox #copy {
  color: #fff;
  text-align: center;
  font-size: .9rem;
  padding: 1.8em 0;
}

.copyBox #copy a {
  color: #fff;
}

header .menu-icon:checked,
header .menu-icon:not(:checked) {
  position: absolute;
  left: -9999px;
}

header .nav {
  margin: 2em 1em;
}

header .nav ul {
  margin-left: 1em;
}

header .nav ul li {
  position: relative;
}

header .nav ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  width: .8em;
  height: 1px;
  left: -1em;
  background-color: #000;
}

header .nav ul li a {
  color: #000;
  text-decoration: none;
}

header .menu-icon:checked ~ .nav ul li a {
  color: #000;
}

@media screen and (max-width: 800px) {
  header .menu-icon:checked + label,
  header .menu-icon:not(:checked) + label {
    /*position: fixed;*/
    position: absolute;
    top: 30px;
    right: 25px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
  }
  header .menu-icon:checked + label:before,
  header .menu-icon:not(:checked) + label:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    z-index: 20;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transition: border-width 100ms 1500ms ease, top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 1500ms ease, top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 1500ms ease, top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 1500ms ease, top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .menu-icon:checked + label:after,
  header .menu-icon:not(:checked) + label:after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    z-index: 20;
    top: 11px;
    left: 0;
    background-color: #000;
    margin-top: -1px;
    -webkit-transition: width 100ms 1750ms ease, right 100ms 1750ms ease, margin-top 100ms ease, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms 1750ms ease, right 100ms 1750ms ease, margin-top 100ms ease, -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms 1750ms ease, right 100ms 1750ms ease, margin-top 100ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms 1750ms ease, right 100ms 1750ms ease, margin-top 100ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .menu-icon:checked + label:before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 1px;
    background-color: #000;
    border-width: 0;
    -webkit-transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .menu-icon:checked + label:after {
    width: 30px;
    margin-top: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .nav {
    /*position: fixed;*/
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 9;
    border-radius: 0 0 0 0px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: border-transform 7s linear infinite;
            animation: border-transform 7s linear infinite;
    -webkit-transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
  }
  header .menu-icon:checked ~ .nav {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    top: 0%;
    right: 0%;
    /*transform: translate(50%, -50%);*/
    width: 18em;
    height: 100vh;
    -webkit-transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 700ms ease;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 700ms ease;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 700ms ease;
  }
  header .nav ul {
    /*position: fixed;*/
    /*position: absolute;*/
    /*top: 10%;
	  left: 0;*/
    display: block;
    width: 100%;
    padding: 4em 4em 0 5em;
    margin: 0;
    z-index: 6;
    text-align: left;
    /*transform: translateY(-50%);*/
    list-style: none;
  }
  header .nav ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    text-align: left;
    list-style: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
  }
  header .nav ul li:nth-child(1) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  header .nav ul li:nth-child(2) {
    -webkit-transition-delay: 180ms;
            transition-delay: 180ms;
  }
  header .nav ul li:nth-child(3) {
    -webkit-transition-delay: 160ms;
            transition-delay: 160ms;
  }
  header .nav ul li:nth-child(4) {
    -webkit-transition-delay: 140ms;
            transition-delay: 140ms;
  }
  header .nav ul li:nth-child(5) {
    -webkit-transition-delay: 120ms;
            transition-delay: 120ms;
  }
  header .menu-icon:checked ~ .nav ul li {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 350ms ease, -webkit-transform 250ms ease;
    transition: opacity 350ms ease, -webkit-transform 250ms ease;
    transition: opacity 350ms ease, transform 250ms ease;
    transition: opacity 350ms ease, transform 250ms ease, -webkit-transform 250ms ease;
  }
  header .menu-icon:checked ~ .nav ul li:nth-child(1) {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms;
  }
  header .menu-icon:checked ~ .nav ul li:nth-child(2) {
    -webkit-transition-delay: 1480ms;
            transition-delay: 1480ms;
  }
  header .menu-icon:checked ~ .nav ul li:nth-child(3) {
    -webkit-transition-delay: 1560ms;
            transition-delay: 1560ms;
  }
  header .menu-icon:checked ~ .nav ul li:nth-child(4) {
    -webkit-transition-delay: 1640ms;
            transition-delay: 1640ms;
  }
  header .menu-icon:checked ~ .nav ul li:nth-child(5) {
    -webkit-transition-delay: 1720ms;
            transition-delay: 1720ms;
  }
}

/*body {
	font-size: clamp(.5rem, calc(1rem + 0.45vw), 1.8rem);
}*/
body p {
  font-weight: 300;
}

.Uberhand {
  font-family: ff-uberhand-pro-2, sans-serif;
  font-weight: 200;
  font-style: normal;
}

/*========= トップページ ===============*/
/*-- ▼ローディング --*/
.svgwrap {
  max-width: 400px;
  margin: auto;
  margin-top: calc(50vh - 180px);
}

@media screen and (max-width: 800px) {
  .svgwrap {
    width: 80%;
  }
}

/* マスクのCSS */
#Opning .st1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
}

#Opning .st2 {
  fill: #000;
}

#Catch h2 {
  font-size: 5vw;
}

#Catch p {
  margin-bottom: 40px;
  line-height: 1.7;
}

#Slides .MainVisualSlide {
  margin-left: 22%;
  margin-top: 2.5vw;
}

#CorpConcept {
  background-color: #f8f8f8;
  margin-top: -100px;
}

#CorpConcept .InnerRight {
  margin-top: 200px;
}

#CorpConcept .InnerRight .wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#CorpConcept .InnerRight .wrapp .EnTitle {
  font-size: clamp(32px, 3vw, 58px);
  line-height: 1.2;
  white-space: nowrap;
}

#CorpConcept .InnerRight .wrapp .InFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#CorpConcept .InnerRight .wrapp .InFlex .JpBox {
  padding: 3vw 0 3vw 12vw;
}

#CorpConcept .InnerRight .wrapp .InFlex .JpBox .SubJTitle {
  font-size: 1.6em;
  margin-bottom: .3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

#CorpConcept .InnerRight .wrapp .InFlex .JpBox .SubJTitle:after {
  margin-left: 5px;
  border-top: 1px solid #ccc;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 800px) {
  #CorpConcept .InnerRight .wrapp .InFlex .JpBox {
    padding: 10vw 0 3vw 0;
  }
}

#CorpConcept .InnerRight .wrapp .AboutThum {
  width: 50%;
}

@media screen and (max-width: 800px) {
  #CorpConcept .InnerRight .wrapp .AboutThum {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #TopComp .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#TopComp .flex h2 {
  width: 280px;
}

#TopComp .flex .TextBox {
  width: calc(100% - 280px);
  margin-top: 1em;
}

@media screen and (max-width: 800px) {
  #TopComp .flex .TextBox {
    width: 100%;
    padding-left: 113px;
  }
}

#TopComp .flex .TextBox p {
  margin-bottom: .8em;
}

/*========= lowpage ===============*/

main#LowPage {
  background-color: #f8f8f8;
}

.EnTitle {
  font-size: clamp(32px, 3vw, 58px);
  line-height: 1.2;
  white-space: nowrap;
}

/*
#LowBasicFirst {
	margin-top: -184px;
	.InnerRight170 {
		padding: 0 4% 0 14%;
		margin-top: 170px;
		@include mq {
			padding: 0 4% 0 8%;
		}
	}
}
*/
section .InnerRightWhite {
  margin: 0 4% 0 22%;
  padding: 60px 70px;
  background-color: rgba(255, 255, 255, 0.96);
}

@media screen and (max-width: 800px) {
  section .InnerRightWhite {
    padding: 30px 42px;
    margin: 0 4% 0 8%;
  }
}

.SubTitle {
  position: relative;
  margin-left: 4em;
}

.SubTitle::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 1.2em;
  height: 1px;
  left: -1.8em;
  background-color: #000;
}

.About {
  background: url(../img/about/bg_about.jpg), #f8f8f8;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 440px;
}

@media screen and (max-width: 800px) {
  .About {
    background-size: 60%;
  }
}

.About #About p {
  margin-bottom: .8em;
}

.About #About p.Name {
  text-align: right;
}

.About #About .sec2 {
  margin: 50px 0 0 8%;
}

@media screen and (max-width: 800px) {
  .About #About .sec2 {
    margin: 50px 0 0 0;
  }
}

.About #About .sec3 {
  margin: 50px 0 0 16%;
}

@media screen and (max-width: 800px) {
  .About #About .sec3 {
    margin: 50px 0 0 0;
  }
}

.About #About .sec4 {
  margin: 50px 0 50px 24%;
}

@media screen and (max-width: 800px) {
  .About #About .sec4 {
    margin: 50px 0 50px 0;
  }
}

.Company {
  background: url(../img/company/bg_company.jpg), #f8f8f8;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 440px;
}

@media screen and (max-width: 800px) {
  .Company {
    background-size: 60%;
  }
}

.Company #Company p {
  margin-bottom: .8em;
}

.Company #Company p.Name {
  text-align: right;
}

.Company #Company .sec2 {
  margin: 50px 0 0 8%;
}

@media screen and (max-width: 800px) {
  .Company #Company .sec2 {
    margin: 50px 0 0 0;
  }
}

.Company #Company .sec3 {
  margin: 50px 0 0 16%;
}

@media screen and (max-width: 800px) {
  .Company #Company .sec3 {
    margin: 50px 0 0 0;
  }
}

.Company #Company .sec4 {
  margin: 50px 0 50px 24%;
}

@media screen and (max-width: 800px) {
  .Company #Company .sec4 {
    margin: 50px 0 50px 0;
  }
}

.Company #Company .AccessMap {
  width: 100%;
}

#Company table {
  border-collapse: collapse;
  width: 100%;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}

@media screen and (max-width: 800px) {
  #Company table {
    border-bottom: none;
    font-size: 1.1rem;
  }
}

#Company table th {
  border-bottom: 1px solid #ddd;
  padding: .7em 1em;
  background-color: #f8f8f8;
  text-align: center;
  width: 14em;
}

@media screen and (max-width: 800px) {
  #Company table th {
    padding: 5px 10px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    text-align: left;
  }
}

#Company table td {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: .7em 1em;
}

@media screen and (max-width: 800px) {
  #Company table td {
    padding: 5px 10px;
    width: 100%;
    display: list-item;
    /* リストに変換 */
    list-style: none;
    /* リストに変換によるドットを非表示 */
    border-top: none !important;
    border-bottom: 1px solid #d8d8d8;
  }
}

#Company table ol {
  list-style: decimal;
  margin-left: 1em;
}

.Faq {
  background: url(../img/faq/bg_faq.jpg), #f8f8f8;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 440px;
}

@media screen and (max-width: 800px) {
  .Faq {
    background-size: 60%;
  }
}

.Faq #faq .faq_box .txt {
  background-color: #fff;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
  width: calc(100% - 100px);
}

@media screen and (max-width: 800px) {
  .Faq #faq .faq_box .txt {
    width: calc(100% - 60px);
  }
}

.Faq #faq .faq_box .ans {
  background-color: #fdfdfd;
  width: calc(100% - 100px);
}

@media screen and (max-width: 800px) {
  .Faq #faq .faq_box .ans {
    width: calc(100% - 60px);
  }
}

.Faq #faq .faq_box .Allows {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #ddd;
  font-size: 25px;
  width: 100px;
  padding: 25px 50px;
  position: relative;
  margin-bottom: 0px;
  border-bottom: 0px;
  line-height: 0;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .Faq #faq .faq_box .Allows {
    width: 60px;
  }
}

.Faq #faq .faq_box .Allows::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -30px;
  left: 0;
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
  background-color: unset;
  border-width: 30px 50px 0 50px;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .Faq #faq .faq_box .Allows::after {
    border-width: 30px 30px 0 30px;
  }
}

.Faq #faq .faq_box .Allows,
.Faq #faq .faq_box .AllowsRed {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding-top: 48px;
  padding-left: 40px;
}

@media screen and (max-width: 800px) {
  .Faq #faq .faq_box .Allows,
  .Faq #faq .faq_box .AllowsRed {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.Faq #faq .faq_box .AllowsRed {
  border: 1px solid #ddd;
  background: #fff;
  padding-top: 66px;
  font-size: 25px;
  width: 100px;
  line-height: 0;
  font-weight: bold;
  min-height: 110px;
}

@media screen and (max-width: 800px) {
  .Faq #faq .faq_box .AllowsRed {
    width: 60px;
  }
}

.Privacy {
  background: url(../img/privacy/bg_privacy.jpg), #f8f8f8;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 440px;
}

@media screen and (max-width: 800px) {
  .Privacy {
    background-size: 60%;
  }
}

.Privacy #Privacy p {
  margin-bottom: .8em;
  font-size: .9em;
}

.Privacy #Privacy h3 {
  font-size: 1.35em;
}

.Privacy #Privacy ul {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: .8em;
}

.Privacy #Privacy address {
  font-size: .8em;
  line-height: 1.4;
}

.Contact {
  background: url(../img/contact/bg_contact.jpg), #f8f8f8;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 440px;
}

@media screen and (max-width: 800px) {
  .Contact {
    background-size: 60%;
  }
}

.Contact #Contact p {
  margin-bottom: .8em;
  font-size: .9em;
}

.Contact #Contact h3 {
  font-size: 1.35em;
}

.Contact #Contact ul {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: .8em;
}

.Contact #Contact address {
  font-size: .8em;
  line-height: 1.4;
}

#CTA_Box {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 1.25em;
  margin: 0 4% 0 22%;
}

@media screen and (max-width: 800px) {
  #CTA_Box {
    margin: 0 4% 0 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#CTA_Box .ContactTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ddd;
  width: 50%;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  #CTA_Box .ContactTitle {
    width: 100%;
  }
}

#CTA_Box ul.ContatUs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 800px) {
  #CTA_Box ul.ContatUs {
    width: 100%;
  }
}

#CTA_Box ul.ContatUs a {
  display: block;
}

#CTA_Box ul.ContatUs .Tel a {
  background-color: #4e4e4e;
  color: #fff;
  padding: 1em 0;
}

#CTA_Box ul.ContatUs i {
  margin-right: .5em;
}

#CTA_Box ul.ContatUs .Mail a {
  background-color: #6C6C6C;
  color: #fff;
  padding: 1em 0;
}

#CTA_Box ul.ContatUs i {
  margin-right: .5em;
}

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