@charset "UTF-8";

/* * {
  outline: 2px solid blue;
} */
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 16px;
  white-space:normal;
  line-break:auto;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  text-align: center;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* ------------------------------------- */

body {
  font-family: 'Yu Gothic','YuGothic',sans-serif;
  background: #fff;
}
/* font-family:
 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'MS Ｐゴシック', 'MS PGothic', sans-serif; */

.visual {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 55vw;
  background-image: url(img/20.jpg);
  background-attachment: fixed;
  position: relative;
}

.business_html .visual {
  background-image: url(img/13_2.jpg);
}

.company_html .visual {
  background-image: url(img/07.jpg);
}

.faq_html .visual {
  background-image: url(img/08.jpg);
  background-position:top;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header-wrapper {
  width: 100%;
  height: 70px;
  background-color: rgba(59, 73, 159, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  white-space: nowrap;
}

.header-wrapper-left {
  line-height: 70px;
  height: 70px;
  display: flex;
}

.header-wrapper a {
  color: #fff;
  text-decoration: none;
  line-height: 70px;
  font-size: 1rem;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-weight: bold;
  padding-left: 1rem;
}

.header-wrapper a:hover {
  color: #fff;
  text-shadow: #F0BB02 0px 0px 5px;
  -webkit-transition: .4s;
  transition: .4s;
}

.header-wrapper img {
  height: 70px;
}

.logo {
  width: 250px;
  padding: 20px 0 0 40px;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: 70px;
  padding-right: 3rem;
}

.header-nav a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 2rem 0 2rem;
  width: 100%;
  height: 70px;
  font-size: 1rem;
}

.header-nav a:hover {
  color: #fff;
  /* text-shadow: #fff 0px 0px 3px; */
  background-color: #F0BB02;
  -webkit-transition: .1s;
  transition: .1s;
}

.header-nav i {
  font-size: 2rem;
  vertical-align: -5%;
}

#home .header_title {
  text-align: center;
  padding-top: 30px;
  margin: 0 20% 50px 20%;
}

#home .header_title h2 {
  font-weight: 600;
  padding: 0;
  margin: 0 auto;
  letter-spacing: 0.5rem;
  font-size: 6rem;
  width: 50%;
  overflow: hidden;
  color: #000;
  /* text-shadow: 2px -2px 6px #F0BB02,-2px 2px 6px #F0BB02; */
  position: absolute;
  top: 34%;
  left: 50%;
  text-align: left;
}

#home .header_title .sub_title {
  font-weight: 400;
  padding: 0;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
  overflow: hidden;
  color: #222;
  font-weight: bold;
}

#home.home .header_title h2 {
  font-weight: bold;
  font-family: 'Shippori Mincho', serif;
  padding: 0;
  margin: 0 auto;
  letter-spacing: 0.3rem;
  line-height: 1.7;
  font-size: 2.6vw;
  width: 85%;
  overflow: hidden;
  color: #fff;
  /* text-shadow: #000 1px 1px 1px,#000 1px -1px 1px,#000 -1px 1px 1px,#000 -1px -1px 1px,#F0BB02 2px 2px 4px,#F0BB02 2px -2px 4px,#F0BB02 -2px 2px 4px,#F0BB02 -2px -2px 4px; */
  position: absolute;
  top: 40%;
  left: 15%;
  text-align: left;
}

#home.home .header_title h2 span{
  font-size: 4.2vw;
}

.business_html #home .header_title h2,
.business_html #home .header_title .sub_title,
.company_html #home .header_title h2,
.company_html #home .header_title .sub_title,
.faq_html #home .header_title h2,
.faq_html #home .header_title .sub_title {
  color: #fff;
  text-shadow: 2px -2px 1px #000,2px 2px 1px #000,-2px 2px 1px #000,-2px -2px 1px #000;
}


.title {
  background-color: white;
  font-weight: bold;
  font-size: 2.5rem;
  border: #333 solid 1px;
  width: 250px;
  margin: 80px auto 50px auto;
  padding: 20px 30px;
  text-align: center;
}

header input {
  display: none;
}

#ham {
  display: none;
}

main .info {
  margin-top: 4rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.8rem;
  color: #444;
  line-height: 1.7;
}

.topics {
  visibility: hidden;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

main .info h3 {
  font-size: 2.2rem;
  color: #F0BB02;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}


/* container */
.container {
  display: inline-block;
  width: 100%;
  max-width: 2400px;
}

.container .container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container .container_contents:first-child {
  width: 50%;
  text-align: center;
}
.container .container_contents {
  width: 50%;
  text-align: left;
}

.container .container_inner .container_contents img {
  width: 40vw;
  height: 27vw;
  object-fit: cover;
}

.company_html .container .container_inner .container_contents img {
  width: 40vw;
  height: 40vw;
  object-fit: cover;
}

.container .text_contents {
  padding: 5rem 8rem 4rem 8rem;
}

.container .container_inner.license {
  justify-content: space-around;
  width: 70%;
  margin: 2rem auto;
  align-items: start;
  border: #F0BB02 1px solid;
}

.company_html .container .text_contents {
  padding: 3rem 5rem 3rem 3rem;
  line-height: 2.5;
}

.company_html .container .license .text_contents {
  padding: 3rem 8rem 3rem 8rem;
  line-height: 2;
}

.company_html .sign{
  text-align: right;
}
.company_html .container .container_inner .container_contents .sign img{
  margin: 0.1rem;
  width: 190px;
  height: auto;
  object-fit: contain;
}

.text_title {
  position: relative;
}

.frontStr {
  font-size: 32px;
  font-weight: bold;
  color: rgba(59, 73, 159, 1);
  text-shadow: -1px -1px 1px #fff,1px -1px 1px #fff,-1px 1px 1px #fff,1px 1px 1px #fff,-3px -3px 3px #fff,3px -3px 3px #fff,-3px 3px 3px #fff,3px 3px 3px #fff;
  padding: 0 0 3rem 1rem;
  position: relative;
  z-index: 1;
}

/* --- 背景透かし文字の定義 -----------------------------------*/
.backStr {
  position: absolute;
  /* 親要素からの相対位置 */
  display: inline-block;
  /* インラインブロック化 */
  white-space: nowrap;
  /* 折り返ししない       */
  font-size: 5.5rem;
  /* 背景透かし文字サイズ */
  font-weight: bold;
  /* 太字                 */
  color: rgba(240, 187, 2, 0.9);
  /* 背景透かし文字色     */
  z-index: 0;
  top: -70%;
  left: 0%;
}

.container_contents .text {
  font-size: 18px;
  font-weight: normal;
  color: #222;
  letter-spacing: 0.1rem;
  line-height: 2;
  font-feature-settings: "palt";
}

.container .container_inner .container_contents p {
  font-size: 1.1rem;
  width: auto;
  margin: 0;
  padding: 1rem;
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
}

.container .container_inner:nth-of-type(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
}

/*  */


/* company profile */

.company_table {
  margin: 10rem 0;
}

table {
  margin: 0 auto;
  font-size: 19px;
  width: 60%;
  border: 1px solid #eee;
  line-height: 1.8;
}

table tr:nth-child(odd){
  background-color: #eee
}

table th {
  text-align: left;
  padding-left: 1.4rem;
  width: 20%;
  border: 1px solid #eee;
}

table td {
  text-align: left;
  padding: 12px 0 12px 3rem;
  width: 80%;
  border: 1px solid #eee;
}

/*  */

.container_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 45%;
  margin: 3rem auto 0 auto;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  background: rgb(62, 65, 112);
  color: #ffd647;
  border-radius: 1vh;
  position: relative;
  transition: 0.5s;
}

.container_box:hover {
  background: #F0BB02;
  color: rgb(62, 65, 112);
}

.access {
  margin-top: 10rem;
  text-align: center;
}

.access .backStr {
  position: absolute;
  /* 親要素からの相対位置 */
  display: inline-block;
  /* インラインブロック化 */
  white-space: nowrap;
  /* 折り返ししない       */
  font-size: 5.5rem;
  /* 背景透かし文字サイズ */
  font-weight: bold;
  /* 太字                 */
  color: rgba(240, 187, 2, 1);
  /* 背景透かし文字色     */
  z-index: 0;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.contact {
  margin-top: 10rem;
  padding: 8rem;
  background-image: url(img/14.jpg);
  background-size: cover;
}

.contact_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 420px;
  margin: auto;
  padding: 2rem 2rem;
  font-weight: bold;
  font-size: 1.4rem;
  background: rgb(62, 65, 112);
  color: #ffd647;
  border-radius: 4vh;
  position: relative;
  transition: 0.5s;
}

.contact_box:hover {
  background: #F0BB02;
  color: rgb(62, 65, 112);
}

.contact_box_text span {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 2.4rem;
}

/* Q&A */

.faq_html .frontStr {
  margin: 5rem 0 0 0;
  padding-bottom: 0;
  text-align: center;
}

.faq_html .container {
  margin: 0 auto;
  text-align: left;
}

.qa-004 {
  margin: 5rem 15vw;
  font-size: 18px;
  counter-reset: question; 
  counter-reset: answer;
}

.qa-004 dt,
.qa-004 dd {
  display: flex;
  position: relative;
  margin: 0;
  padding: 1em 2em 1em 3.1em;
  color: #333333;
}

.qa-004 dt {
  font-weight: 600;
  counter-increment: question;
}
.qa-004 dd {
  counter-increment: answer;
}

.qa-004 dd+dt {
  margin-top: 4rem;
}

.qa-004 dt::before,
.qa-004 dd::before {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0.9rem;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 40px;
  text-align: center;
}

.qa-004 dt::before {
  background-color: #7598ff;
  content: 'Q' counter(question);
}

.qa-004 dd::before {
  background-color: #fea306;
  content: 'A' counter(answer);
}



/*  */

footer {
  color: #fff;
  background-color: rgb(62, 65, 112);
}

.footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

footer .high {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}

footer .high h4 {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin: 3rem 0 0 0rem;
}

footer .high h4:hover{
  color: #ffd647;
  transition: 0.3s;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer .low {
  padding: 0.5rem 0 2rem 0rem;
  font-size: 15px;
  line-height: 1.6rem;
}

footer p {
  text-align: center;
  font-size: 12px;
}

footer img {
  width: 10%;
  height: 10%;
}

.sp {
  display: none;
}

.bnr {
  /* display: block; */
  width: 16vw;
}

.bnr img {
  width: 100%;
}

/* contact */

.faq_html .access .backStr {
  top: -150%;
}

.contact_container {
  width: 660px;
  text-align: center;
  margin: 0 auto;
}

.contact_container .form {
  position: relative;
  width: 100%;
  margin: 40px auto;
}

.contact_container .form input,
.contact_container textarea {
  font: 20px/24px sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #333333;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0px;
  margin-bottom: 20px;
}

.contact_container input[type='text']:focus,
.contact_container textarea:focus {
  border: 1px solid rgba(212, 186, 186, 0);
  outline: none;
  -webkit-box-shadow: 0 0 5px 2px rgba(212, 186, 186, 0.5);
  box-shadow: 0 0 5px 2px rgba(212, 186, 186, 0.5);
}

.contact_container input[type='submit'] {
  background-color: #eee;
}

.contact_container input[type='submit']:hover {
  border: 1px solid rgba(212, 186, 186, 0.5);
  ;
  outline: none;
  -webkit-box-shadow: 0 0 5px 2px rgba(212, 186, 186, 0.5);
  box-shadow: 0 0 5px 2px rgba(212, 186, 186, 0.5);
}

.contact_container i {
  margin-top: 20px;
  font-size: 100px;
  color: rgba(212, 186, 186, 0.5);
  ;
}

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

  html {
    overflow-x: hidden;
  }

  body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIns ease 0s 1 normal;
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    border: 0px solid rgba(0, 0, 0, .2);
  }

  .header-wrapper {
    height: 60px;
  }

  .header-wrapper-left {
    line-height: 60px;
    height: 60px;
  }

  .header-wrapper a {
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    font-size: 16px;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-weight: bold;
    padding-left: 0;
  }

  .header-wrapper-left a {
    margin: 0;
    padding-left: 1rem;
  }

  .nav {
    visibility: hidden;
    display: none;
  }

  header label {
    position: relative;
    position: absolute;
    top: 18px;
    right: 20px;
    height: 24px;
  }

  header label:hover {
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0.6;
  }

  span {
    display: inline-block;
    width: 30px;
    height: 5px;
  }

  span i {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #F0BB02;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  span i:nth-child(1) {
    top: 0;
  }

  span i:nth-child(2) {
    margin: auto;
    top: 0;
    bottom: 0;
  }

  span i:nth-child(3) {
    bottom: 0;
  }

  input:checked+label span i:nth-child(1) {
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
  }

  input:checked+label span i:nth-child(2) {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    top: 0;
    bottom: 0;
  }

  input:checked+label span i:nth-child(3) {
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    right: 0;
    bottom: 0;
  }

  input:checked+label+#ham {
    position: fixed;
    z-index: 99;
    opacity: 1;
  }

  #ham {
    display: block;
    opacity: 1;
    /* background-color: rgba(255, 255, 255, 0.5); */
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
    transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
  }

  #ham-wrap {
    width: 210px;
    height: 289px;
    background-color: rgba(59, 73, 159, 0.8);
    position: absolute;
    right: -220px;
    top: 60px;
    bottom: 0;
    -webkit-trasition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    overflow-y: scroll;
  }

  input:checked+label+#ham>#ham-wrap {
    position: absolute;
    right: 0;
    top: 20px;
  }


  #ham ul {
    margin: 0;
  }

  #ham li {
    border-bottom: 1px solid #fff;
  }

  #ham a {
    text-decoration: none;
    padding: 0 30px 0 50px;
    color: #fff;
    font-size: 15px;
    height: 47px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
  }

  #ham a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    text-shadow: 0px 0px 5px;
    -webkit-transition: .5s;
    transition: .5s;
  }

  h1 {
    font-size: 1rem;
  }

  .visual {
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation: fadeIn 1s ease 0s 1 normal;
    background-size: cover;
    background-position: 50% 60px;
    width: 100%;
    height: 340px;
    background-image: url(img/20.jpg);
    background-attachment: local;
    position: relative;
  }

  #home.home .header_title h2 {
    font-size: 16px;
    width: 100%;
    top: 45%;
    left: 0%;
    text-align: center;
  }

  #home.home .header_title h2 span{
    display: inline;
    font-size: 22px;
  }

  main .info {
    margin: 2rem 0;
  }

  main .info h3 {
    font-size: 12px;
    color: #F0BB02;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
  }

  .container .container_inner {
    display: block;
  }

  .container .container_inner:nth-of-type(2n-1) {
    -webkit-box-direction: normal;
  }

  .container .container_inner .container_contents img {
    width: 100vw;
  }

  .business_html .container .container_inner .container_contents img {
    width: 60vw;
    height: 50vw;
  }

  .container .container_contents {
    width: 100%;
  }
  .business_html .container .container_contents,.company_html .container .container_contents {
    width: 100%;
    margin: 0 auto;
  }

  .container .text_contents {
    padding: 2rem 1rem;
  }

  .business_html .container .text_contents {
    padding: 0.5rem 1rem 2.5rem
  }

  .frontStr {
    font-size: 18px;
    padding: 0 0 1rem 1rem;
    text-shadow:  2px  2px 0px #ffffff,
    -2px  2px 0px #ffffff,
     2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
     2px  0px 0px #ffffff,
     0px  2px 0px #ffffff,
    -2px  0px 0px #ffffff,
     0px -2px 0px #ffffff; 
  }

  .business_html .frontStr {
    padding: 0 0 1rem 0;
  }

  .backStr {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    font-size: 46px;
    font-weight: bold;
    color: rgba(240, 187, 2, 1);
    z-index: 0;
    top: -50%;
    left: 0%;
  }

  .container_contents .text {
    font-size: 14px;
    line-height: 1.5;
  }

  .company_html .container_contents .text {
    line-height: 1.6;
  }

  .company_html .container .container_inner .container_contents .sign img{
    margin: 0.1rem;
    width: 120px;
    height: auto;
    object-fit: contain;
  }

  .container_box {
    width: 50%;
    margin: 1rem auto 1rem auto;
    padding: 0.2rem;
    font-size: 14px;
    border-radius: 1vh;
  }

  .access {
    margin-top: 5rem;
  }

  .access .backStr {
    font-size: 46px;
  }

  iframe {
    width: 80%;
    height: 180px;
  }

  .contact {
    margin-top: 5rem;
    padding: 2rem;
    background-image: url(img/14.jpg);
    background-size: cover;
  }

  .contact_box {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 250px;
    margin: auto;
    padding: 1rem 0rem;
    font-weight: bold;
    font-size: 14px;
    background: rgb(62, 65, 112);
    color: #F0BB02;
    border-radius: 4vh;
    position: relative;
    transition: 0.5s;
  }

  .contact span {
    display: inline;
    width: 30px;
    height: 5px;
    font-size: 18px;
  }

  .fadeIn_up {
    opacity: 1;
    transform: translate(0, 0);
    transition: 0.5s;
  }

  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }

  .pc {
    display: none;
    visibility: hidden;
  }

  .sp {
    display: block;
  }

  .business_html #home .header_title h2,
  .company_html #home .header_title h2,
  .faq_html #home .header_title h2 {
    font-weight: 600;
    padding: 0;
    margin: 0 auto;
    letter-spacing: 0.2rem;
    font-size: 27px;
    width: 60%;
    overflow: hidden;
    color: #fff;
    text-shadow: 1px -1px 1px #000,-1px -1px 1px #000,1px 1px 1px #000,-1px 1px 1px #000;
    position: absolute;
    top: 45%;
    left: 40%;
    text-align: left;
  }

  .business_html #home .header_title .sub_title,
  .company_html #home .header_title .sub_title,
  .faq_html #home .header_title .sub_title {
    font-weight: bold;
    padding: 0;
    margin: 0 auto;
    letter-spacing: 0.15rem;
    font-size: 18px;
    overflow: hidden;
    color: #fff;
    text-shadow: 1px -1px 1px #000,-1px -1px 1px #000,1px 1px 1px #000,-1px 1px 1px #000;
  }

  .company_html .container .container_inner .container_contents img {
    width: 65vw;
    height: 50vw;
    object-fit: cover;
    object-position: 80% 30%;

  }

  .container .container_contents:first-child {
    text-align: center;
}

.company_html .container .text_contents {
  padding: 2rem 2rem 3rem 2rem;
  line-height: 2;
}

.container .container_inner.license {
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

.company_html .container .license .text_contents {
  padding: 1rem 0rem 1rem 0rem;
  line-height: 1.9;
  text-align: center;
}

.company_table {
  margin: 3rem 0 0 0;
}

table {
  margin: 0 auto;
  font-size: 14px;
  width: 97%;
}

table th {
  padding-left: 4px;
  white-space: nowrap;
}

table td {
  text-align: left;
  padding: 5px 0 5px 4px;
}

/* table th:after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: -25px;
} */

.qa-004 {
  margin: 1rem 1rem;
  font-size: 14px;
}

.qa-004 dt, .qa-004 dd {
  padding: 1em 0.4em 1em 3.1em;
}

.qa-004 dd+dt {
  margin-top: 2rem;
}

.qa-004 dt::before,
.qa-004 dd::before {
  top: 0.5rem;
}

.contact_container {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 11.5px;
}

.contact_container .form input, .contact_container textarea {
  font: 14px/15px sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #333333;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0px;
  margin-bottom: 13px;
}

.contact_container input[type='submit'] {
  background-color: #EEE;
}

footer .high h4 {
  font-size: 18px;
  margin: 2rem 0 0 1rem;
}

footer .low {
  padding: 1rem 0 2rem 1rem;
  font-size: 14px;
  line-height: 1.6rem;
}

.footer_flex{
  display: block;
}

.footer_text{
  width: 150%;
}

footer img {
  width: 70%;
  height: 10%;
}

.bnr {
width: 20vw;
}

.footer_block{
  width: 60%;
}

footer p {
  text-align: center;
  font-size: 8px;
}

}