@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%
}

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

a:focus {
  outline: thin dotted
}

a:hover,
a:active {
  outline: 0
}

mark {
  background: transparent
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

q {
  quotes: none
}

q:before,
q:after {
  content: '';
  content: none
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

ul li,
ol li,
dl li {
  list-style: none
}

img,
picture source {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

img,
abbr,
acronym,
fieldset {
  border: 0;
  -ms-interpolation-mode: bicubic
}

legend {
  border: 0;
  *margin-left: -7px
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle
}

button,
input {
  line-height: normal;
  *overflow: visible;
  border: none
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal
}

.disable {
  pointer-events: none;
  opacity: .5
}

html {
  scroll-padding-top: 110px;
}
@media screen and (max-width:767px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-family: "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  font-size: 16px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3
}

a {
  text-decoration: none;
  color: #2e71b8;
}

@media screen and (min-width:768px) {
  .pc_only {
    display: block
  }

  .sp_only {
    display: none
  }
}

@media screen and (max-width:767px) {
  .pc_only {
    display: none
  }

  .sp_only {
    display: block
  }
}

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

@media screen and (max-width:767px) {
  .width_fix {
    width: 100%;
    padding: 0 20px;
  }
}
header #head_fix .width_fix {
  display: flex;
  align-items: center;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .main_headline_area .width_fix {
    padding: 0;
  }
}

.section {
  padding: 0 0 60px 0;
}

@media screen and (max-width:767px) {
  .section {
    padding: 0 0 40px 0;
  }
}

.hover {
  transition: 0.25s
}

.hover:hover {
  opacity: 0.7
}

h1 {
  font-size: 24px;
  border-bottom: 2px solid #238f3a;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width:767px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 24px;
  color: #fff;
  background: #229039;
  border-radius: 9999px;
  text-align: center;
  padding: 5px 15px;
  margin: 0 0 30px 0;
}

@media screen and (max-width:767px) {
  h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
h2 .label_tip {
  display: inline-block;
  color: #229039;
  border-radius: 9999px;
  background: #fff;
  padding: 0 15px;
  margin: 0 10px 0 0;
}

h3 {
  font-size: 22px;
  border-left: 3px solid #238f3a;
  padding: 0 0 0 10px;
  margin: 25px 0 20px 0;
}
@media screen and (max-width:767px) {
  h3 {
    font-size: 18px;
  }
}

.inline_title_under_bar {
  display: table;
  font-size: 20px;
  border-bottom: 2px solid #238f3a;
  padding: 0 0 5px 0;
  margin: 0 auto 20px;
}

.maker_title {
  display: inline-block;
  font-size: 28px;
  background: linear-gradient(transparent 60%, #ffff00 60%);
  margin: 0 0 20px 0;

}
@media screen and (max-width:767px) {
  .maker_title {
    font-size: 15px;
    white-space: nowrap;
  }
}

section > p {
  padding: 15px 0;
}

strong {
  color: red;
}

.readmore {
  text-align: right;
  padding: 20px 0 0 0;
}

.main_headline_area {
  background: #ECE9E5;
  padding: 20px 0;
}
@media screen and (max-width:767px) {
  .main_headline_area {
    padding: 10px 0;
  }
}
.breadcrumb_list_block {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb_list {
  display: inline-flex;
  white-space: nowrap;
  padding: 0 20px;
}
.breadcrumb_list .breadcrumb_list_item .text {
  font-size: 12px;
}
.breadcrumb_list .breadcrumb_list_item::after {
  color: #aaa;
  content: "　＞　";
  font-size: 12px;
}
.breadcrumb_list .breadcrumb_list_item:last-child::after {
  content: "";
}


iframe {
  display: block;
  width: 80%;
  border: none;
  height: 400px;
  margin: 20px auto 0;
}
@media screen and (max-width:767px) {
  iframe {
    width: 100%;
    height: 250px;
  }
}

#media iframe {
  width: 750px;
  height: 1000px;
}
@media screen and (max-width:767px) {
  #media iframe {
    width: 100%;
  }
}

.text_maker {
  text-decoration: underline;
  text-decoration-thickness: .5em;
  text-decoration-color: rgba(255, 228, 0, .4);
  text-underline-offset: -.2em;
  text-decoration-skip-ink: none;
  font-weight: 700;
}

.arrow::after,
#container #navi .category ul li a::after,
.item_exam li a p::after,
.maker li a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-width: 4px 4px 0 0;
  border-style: solid;
}

#container #navi .category ul li a::after {
  color: #aaa;
  border-width: 2px 2px 0 0;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.item_exam li a p::after {
  color: #fff;
  border-width: 2px 2px 0 0;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.maker li a::after {
  color: #aaa;
  border-width: 2px 2px 0 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.store_plusbox {
  display: block;
  position: relative;
  background: #fff;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  vertical-align: middle;
}

.store_plusbox span {
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #aaa;
  top: 2px;
  left: calc(50% - 1px);
  transition: all 0.25s;
}

.store_plusbox span:nth-child(1) {
  transform: rotate(90deg);
}

dt.open .store_plusbox span:nth-child(2) {
  transform: rotate(90deg);
}

@media screen and (max-width:767px) {
  #topmenu ul li::after,
  footer .foot_menu li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
  }
}

.cta_area {
  display: flex;
  gap: 20px;
  background: #f8f5b0;
  width: 100%;
  padding: 30px 20px;
  margin: 40px 0 0 0;
}
@media screen and (max-width:767px) {
  .cta_area {
    display: block;
    margin: 0;
  }
  #container .cta_area {
    padding: 30px 10px;
    margin: 30px 0 0 0;
  }
  #container .cta_contents .cta_area {
    padding: 30px 0 0 0;
    margin: 0;
  }
}

.tel_form {
  color: #000;
  pointer-events: none;
}
.cta_area .tel_form {
  width: 50%;
}

@media screen and (max-width:767px) {
  .tel_form {
    display: inline-flex;
    position: relative;
    flex-flow: column;
    border-radius: 10px;
    background: #F0F0F0;
    box-shadow: 0 8px 0 #C8C8C8;
    width: 100%;
    padding: 15px 0;
    margin: 0 0 32px 0;
    pointer-events: auto;
  }
  .cta_area .tel_form {
    width: 100%;
  }
}

.tel_form .tip,
.tel_form .tel_form_header_tip {
  font-size: 16px;
  color: #D50000;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width:767px) {
  .tel_form .tip,
  .tel_form .tel_form_header_tip {
    position: absolute;
    font-size: 12px;
    color: #FFF;
    border-radius: 4px;
    background: #1E1E1E;
    white-space: nowrap;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 4px 0;
  }
}

.tel_form .text_block {
  display: flex;
  justify-content: center;
}

.tel_form .text {
  position: relative;
  color: #ec8413;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 0 5px 35px;
}

.tel_form .text::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(/assets/noukigu/img/common/icon-phone.png);
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(54%) sepia(77%) saturate(1308%) hue-rotate(354deg) brightness(96%) contrast(93%);
}

@media screen and (max-width:767px) {
  .tel_form .text {
    font-size: 26px;
    text-align: center;
  }
}

.tel_form .caption {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.cta_form {
  display: inline-flex;
  position: relative;
  color: #FFF;
  border-radius: 10px;
  flex-flow: column;
  background: #1DBE00;
  box-shadow: 0 8px 0 #137D00;
  padding: 15px 0;
}
.cta_area .cta_form {
  width: 50%;
}

@media screen and (max-width:767px) {
  .cta_form,
  .cta_area .cta_form {
    width: 100%;
  }
}

.cta_form .tip {
  position: absolute;
  font-size: 12px;
  color: #1E1E1E;
  border-radius: 4px;
  background: #FFD357;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  width: 70%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 4px 0;
}

.cta_form .text {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 5px 0;
}

@media screen and (max-width:767px) {
  .cta_form .text {
    font-size: 26px;
  }
}

.cta_form .caption {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.cta_contents {
  position: relative;
  width: 100%;
  height: 290px;
  background: url(/assets/noukigu/img/common/cta_contents_bottom_bg.png) no-repeat;
  background-position: center;
  margin: 10px 0 0 0;
}
@media screen and (max-width:767px) {
  .cta_contents {
    background: #f8f5b0;
    height: auto;
    padding: 30px 10px;
    margin: 30px 0 0 0;
  }
}
.cta_contents .phone_block {
  float: left;
  text-align: center;
  padding: 210px 0 0 190px;
}
.cta_contents .phone_block .phone {
  font-size: 42px;
  color: #ec8413;
  font-weight: 700;
}
.cta_contents .phone_block .time {
  line-height: 1;
  font-weight: 600;
}

.line_btn_block {
  text-align: center;
}
.line_btn {
  display: block;
  width: 260px;
  height: 80px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #00C300;
  border-bottom: solid 2px #229039;
  border-radius: 3px;
}
.line_btn::before {
  display: inline-block;
  position: relative;
  content: "";
  width: 91px;
  height: 88px;
  top: 10px;
  left: 15px;
  background: url(/assets/noukigu/img/index/line_logo_01.png) no-repeat;
  background-size: 70% auto;
  vertical-align: middle;
}
.line_btn {
  margin: 20px auto 0;
}

.item_exam {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media screen and (max-width:767px) {
  .item_exam {
    grid-template-columns: repeat(2, 1fr);
  }
}
.item_exam li {
  border: 1px solid #aaa;
  border-radius: 10px;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  transition: all 0.25s;
  overflow: hidden;
}
.item_exam li:hover {
  box-shadow: none;
  transform: translateY(3px);
}
.item_exam li a {
  display: block;
  text-align: center;
  background: #aaa;
  height: 100%;
}
.item_exam li a img {
  background: #fff;
  height: 155px;
  padding: 10px;
}
@media screen and (max-width:767px) {
  .item_exam li a img {
    height: 135px;
  }
}
.item_exam li a p {
  position: relative;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px 10px 10px;
}

.maker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 30px 0 0 0;
}
@media screen and (max-width:767px) {
  .maker {
    grid-template-columns: repeat(2, 1fr);
  }
}
.maker li {
  border: 1px solid #aaa;
  border-radius: 10px;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  transition: all 0.25s;
}
.maker li:hover {
  box-shadow: none;
  transform: translateY(3px);
}
.maker li a {
  display: block;
  position: relative;
  color: #000;
  text-align: center;
  height: 100%;
  padding: 10px 20px 10px 5px;
}

header #head_fix {
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 100;
  width: 100%;
}

@media screen and (max-width:767px) {
  header #head_fix.pc_only {
    display: none;
  }

  header #head_fix.sp_only {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #aaa;
    height: 60px;
    padding: 0 10px;
  }
}

header #head_fix.shadow {
  box-shadow: 0 10px 6px -6px #DDD;
}

header #head_fix .logo_img {
  transition: all 0.25s;
  width: 200px;
}

@media screen and (max-width:767px) {
  header #head_fix .logo_img {
    width: 50px;
  }
}

header .tel_form {
  margin-left: auto;
}

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

header .tel_form .tel_form_header_tip {
  color: #D50000;
}

@media screen and (max-width:767px) {
  header .tel_form .tel_form_header_tip {
    color: #fff;
  }
}

header .cta_form {
  padding: 10px 18px;
  margin: 0 0 0 20px;
}

@media screen and (max-width:767px) {
  header .cta_form {
    padding: 15px 0;
    margin: 0;
  }
}

@media screen and (max-width:767px) {
  header #head_fix .tel_form_header {
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width:767px) {
  header #head_fix .tel_form_header a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    border-radius: 6px;
    background: #238f3a;
    box-shadow: 0 0 3px #d7d7d7;
    -webkit-box-shadow: 0 0 3px #d7d7d7;
    padding: 5px;
  }
}

@media screen and (max-width:767px) {
  header #head_fix .tap_img {
    width: 50px;
    margin: -10px 0 0 5px;
  }
}

header .gnav {
  margin: 100px 0 0 0;
}

header .gnav .list {
  display: flex;
}

header .gnav .list li {
  background: #238f3a;
  border-left: 2px dotted #FFF;
  flex: 1;
}

header .gnav .list li:first-child {
  border: none;
}

header .gnav .list li a {
  display: flex;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  border: 4px solid #238f3a;
  height: 72px;
  justify-content: center;
  align-items: center;
}

header .gnav .list li.active a {
  color: #238f3a;
  background: #FFF;
}

@media screen and (max-width:767px) {
  #topmenu {
    display: none;
    position: fixed;
    background: #fff none repeat scroll 0 0;
    width: 100vw;
    height: calc(100% - 60px);
    z-index: 100;
    margin: 60px 0 0 0;
  }

  #topmenu .scroll_area {
    height: 100%;
    overflow-y: auto;
  }

  #topmenu ul {
    font-size: 15px;
    border-top: 1px solid #aaa;
    width: 100%;
  }

  #topmenu ul li {
    position: relative;
    border-bottom: 1px solid #aaa;
  }

  #topmenu ul li::after {
    color: #aaa;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  #topmenu ul li a {
    display: block;
    color: #000;
    width: 100%;
    padding: 10px 0 10px 20px;
  }

  #topmenu ul li .rc_list {
    display: none;
    position: relative;
    z-index: 110;
  }

  #topmenu ul li ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #ff6d00;
  }

  #topmenu ul li ul li {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  #topmenu ul li ul li:first-child,
  #topmenu ul li ul li:nth-child(2) {
    border-top: 0;
  }

  #topmenu li ul li:nth-child(2n) {
    border-right: 0;
  }

  #topmenu ul li ul li::after {
    color: #fff;
  }

  #topmenu ul li ul li a {
    color: #fff;
  }

  .menu-expand {
    align-items: center;
    background-color: #fff;
    border-left: 1px solid #aaa;
    color: #555;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.25s ease-in-out 0s;
    z-index: 110;
  }

  .menu-expand span {
    background-color: #aaa;
    display: block;
    height: 2px;
    margin-bottom: -2px;
    transition: all 0.25s ease-in-out 0s;
    width: 12px;
  }

  .menu-expand span:nth-child(2) {
    transform: rotate(-90deg);
  }

  .menu-expand.open span:first-child {
    transform: none;
  }

  #topmenu .menu-expand.open span:nth-child(2),
  #topmenu .menu-expand.open span:nth-child(3) {
    display: none;
  }

  #menu_btn {
    background-color: #fff;
    border: 2px solid #d7d7d7;
    border-radius: 6px;
    box-shadow: 0 0 3px #d7d7d7;
    -webkit-box-shadow: 0 0 3px #d7d7d7;
    -moz-box-shadow: 0 0 3px #d7d7d7;
    cursor: pointer;
    font-size: 10px;
    overflow: hidden;
    padding: 5px 0 0 0;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
  }

  #menu_btn span {
    background-color: #5c5c5c;
    box-sizing: border-box;
    display: block;
    height: 2px;
    margin: .8vw auto .5vw;
    width: 7vw;
  }

  #menu_btn span:last-child {
    margin: 6px 8px 0 8px;
  }

  #menu_btn.open span:first-child {
    transform: translateY(2.5vw) rotate(-135deg);
  }

  #menu_btn.open span:nth-child(2) {
    transform: translateX(300px);
  }

  #menu_btn.open span:nth-child(3) {
    transform: translateY(0) rotate(135deg);
  }

  .close,
  .open .menu {
    display: none;
  }

  .open .close {
    display: block;
    padding: 10px 0 0 0;
  }
  .menu {
    padding: 5px 0 0 0;
  }
}

@media screen and (max-width:767px) {
  .head_fix_padding {
    padding: 60px 0 0 0;
  }
}

#container {
  display: flex;
  width: 1200px;
  padding: 20px 0 100px 0;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  #container {
    width: 100%;
    padding: 20px 10px 60px 10px;
  }
}

#container #main {
  width: 880px;
  order: 1;
}

@media screen and (max-width:767px) {
  #container #main {
    width: 100%;
  }
}

#container #navi.pc_only {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: 260px;
  order: 0;
  margin: 0 60px 0 0;
}

@media screen and (max-width:767px) {
  #container #navi.pc_only {
    display: none;
  }
}

#container #navi a:hover {
  opacity: 0.7;
}

#container #navi .bnr {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

#container #navi .category .side-ttl {
  font-weight: 700;
  background-color: #238f3a;
}

#container #navi .category .side-ttl a,
#container #navi .category .side-ttl p {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}

#container #navi .category ul li {
  border-bottom: 1px solid #aaa;
}

#container #navi .category ul li a {
  display: flex;
  position: relative;
  color: #000;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 30px 0 10px;
}
#container #navi .category ul li a img {
  width: 50px;
}

#container #navi #shop ul {
  padding: 4px;
  border-right: 2px solid #ff6d00;
  border-bottom: 2px solid #ff6d00;
  border-left: 2px solid #ff6d00;
  -webkit-border-radius: 0 0 15px 15px / 0 0 15px 15px;
}

#container #navi #shop ul li {
  background: url(/assets/noukigu/img/common/shop_li_bg.png) no-repeat;
}

#container #navi #shop ul li a {
  display: block;
  color: #000;
  padding: 10px 0 15px 35px;
}

#container .content ul {
  display: none;
}

#navi .add_button {
  cursor: pointer;
  box-shadow: 1px 1px 3px #b9b5b4;
  -webkit-box-shadow: 1px 1px 3px #b9b5b4;
  -moz-box-shadow: 1px 1px 3px #b9b5b4;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 90%;
  margin: 10px auto 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#navi .add_button:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px)
}

.investigate_text {
  font-size: 32px;
  color: #fe0000;
  text-align: center;
  font-weight: 900;
  padding: 0 0 10px 0;
}

@media screen and (max-width:767px) {
  .investigate_text {
    font-size: 24px;
  }
}

.step_block .title_bar {
  text-align: left;
  margin: 30px 0;
}
@media screen and (max-width:767px) {
  .step_block .title_bar {
    margin: 20px 0;
  }
}

.step .text_img_block {
  display: flex;
  gap: 30px;
}
@media screen and (max-width:767px) {
  .step .text_img_block {
    flex-flow: column;
    gap: 20px;
  }
}
.step .text_img_block img {
  width: 280px;
  min-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .step .text_img_block img {
    margin: 0 auto;
  }
}

.step .tel_title,
.step .web_title {
  position: relative;
  font-size: 22px;
  padding: 0 0 5px 35px;
  margin: 30px 0 20px 0;
}
.step .tel_title {
  color: #23883a;
  border-bottom: 1px solid #23883a;
}
.step .web_title {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
.step .tel_title::before,
.step .web_title::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  top: calc(50% - 3px);
  transform: translate(0, -50%);
  background-size: 100%;
}
.step .tel_title::before {
  background-image: url(/assets/noukigu/img/common/icon-phone.png);
  filter: brightness(0) saturate(100%) invert(43%) sepia(70%) saturate(640%) hue-rotate(83deg) brightness(81%) contrast(77%);
}
.step .web_title::before {
  background-image: url(/assets/noukigu/img/common/icon-mail.png);
  filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(5748%) hue-rotate(357deg) brightness(103%) contrast(116%);
}

.document {
  border-radius: 8px;
  border: 1px solid #aaa;
  padding: 0 30px 20px 30px;
  margin: 30px 0 0 0;
}
@media screen and (max-width:767px) {
  .document {
    padding: 0 10px 20px 10px;
    margin: 20px 0 0 0;
  }
}
.document .head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0;
}
.document .link_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0 0 0;
}
@media screen and (max-width:767px) {
  .document .link_block {
    flex-flow: column;
  }
}
.document .link_block .tel {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .document .link_block .tel {
    pointer-events: auto;
  }
}
.document ul {
  padding: 20px 0 0 20px;
}
.document ul li {
  list-style: disc;
}

#media .text_img_block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width:767px) {
  #media .text_img_block {
    flex-flow: column;
    justify-content: unset;
  }
}
#media .text_img_block img {
  order: 1;
  width: 210px;
}
@media screen and (max-width:767px) {
  #media .text_img_block img {
    order: 0;
    width: 100%;
  }
}
#media .text_img_block ul {
  padding: 0 0 0 20px;
}
#media .text_img_block ul li {
  list-style: disc;
}

.download {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width:767px) {
  .download {
    grid-template-columns: repeat(1, 1fr);
  }
}
.download .box {
  border: 1px solid #aaa;
  padding: 15px;
}
.download .box ul {
  padding: 10px 0 0 35px;
}
.download .box ul li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 16px;
}
.download .box ul li:before {
  position: absolute;
  content: '';
  border: 6px solid transparent;
  border-left: 6px solid #238f3a;
  width: 6px;
  height: 6px;
  top: 5px;
  left: 4px;
  box-sizing: border-box;
}

.contents_fv {
  margin: 20px 0;
}

.what {
  display: flex;
  gap: 30px;
}

@media screen and (max-width:767px) {
  .what {
    flex-flow: column;
    gap: 5px;
  }
}

.what .img {
  height: 250px;
  width: auto;
}

@media screen and (max-width:767px) {
  .what .img {
    height: auto;
    width: 150px;
    margin: 0 auto;
  }
}

.what .head {
  font-size: 24px;
  font-weight: 700;
  color: #23883a;
  padding: 0 0 20px 0;
}

@media screen and (max-width:767px) {
  .what .head {
    font-size: 20px;
  }
}

.what p {
  padding: 0 0 15px 0;
}

.movie_area .iframe_block {
  text-align: center;
}

.item_area .text_img_block {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 0 0 20px 0;
}

@media screen and (max-width:767px) {
  .item_area .text_img_block {
    gap: 15px;
    flex-flow: column;
  }
}

.item_area .text_img_block img {
  width: 230px;
  height: 120px;
}

.item_area .text_img_block .text_block p:last-of-type {
  padding: 10px 0 0 0;
}

@media screen and (max-width:767px) {
  .item_area .text_img_block img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    order: 1;
  }

  .item_area .text_img_block .text_block {
    order: 0;
  }
}

.item_area .oldnougu {
  display: block;
  margin: 20px 0 0 0;
}

.line3_sidelayout {
  display: flex;
  gap: 20px;
}

@media screen and (max-width:767px) {
  .line3_sidelayout {
    flex-flow: column;
  }
}

.line3_sidelayout li {
  flex: 1;
}

@media screen and (max-width:767px) {
  .line3_sidelayout li {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}

@media screen and (max-width:767px) {
  .line3_sidelayout li .img_block {
    min-width: 145px;
  }
}

.line3_sidelayout li img {
  display: block;
  width: auto;
  height: 170px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .line3_sidelayout li img {
    height: 105px;
  }
}

.line3_sidelayout li .text_block {
  padding: 20px 0 0 0;
}

@media screen and (max-width:767px) {
  .line3_sidelayout li .text_block {
    padding: 0;
  }
}

.line3_sidelayout li .head {
  font-size: 20px;
  color: #ff6d00;
  font-weight: 700;
  text-align: center;
}

.line3_sidelayout li p:last-of-type {
  padding: 20px 0 0 0;
}

@media screen and (max-width:767px) {
  .line3_sidelayout li p:last-of-type {
    padding: 10px 0 0 0;
  }
}

.point_area img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .point_area img {
    width: 100%;
  }
}
.point_area p {
  padding: 20px 0 0 0;
}

p+.region {
  padding: 20px 0 0 0;
}

.region ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

@media screen and (max-width:767px) {
  .region ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.region ul li a {
  display: block;
  color: #fff;
  border-radius: 10px;
  background: #ff6d00;
  height: 100%;
  padding: 5px;
}

@media screen and (max-width:767px) {
  .region ul li a {
    padding: 2px;
  }
}

.region ul li a img {
  border-radius: 6px 6px 0 0;
}

.region ul li a p {
  font-weight: 600;
  text-align: center;
  padding: 10px 0 0 0;
}

.region ul li a p small {
  font-size: 12px;
}

@media screen and (max-width:767px) {
  .region ul li a p,
  .region ul li a p small {
    font-size: 12px;
  }
}

.region_table_area .title {
  font-size: 40px;
  color: #238f3a;
  font-weight: 700;
  padding: 0 0 15px 0;
}
@media screen and (max-width:767px) {
  .region_table_area .title {
    font-size: 24px;
  }
}
.region_table_area .region_table {
  border-collapse: separate;
  border: 4px solid #aaa;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px auto 0;
}
.region_table_area .region_table th {
  border-bottom: 4px solid #aaa;
  background: #ffe6c7;
  width: 150px;
  padding: 15px;
  text-align: left;
}
.region_table_area .region_table td {
  border-bottom: 4px solid #aaa;
  padding: 15px;
}
.region_table_area .region_table tr:last-of-type th,
.region_table_area .region_table tr:last-of-type td {
  border-bottom: none;
}
@media screen and (max-width:767px) {
  .region_table_area .region_table th,
  .region_table_area .region_table td {
    display: block;
  }
  .region_table_area .region_table th {
    border: none;
    width: 100%;
  }
}
.region_table_area .region_table td ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.item_table,
.item_td_table {
  box-shadow: 0 0 10px #00000073;
  line-height: 1;
  width: 100%;
  margin: 30px 0 0 0;
  table-layout: fixed;
}

.item_table tr {
  display: flex;
}

.item_table tr th {
  color: #fff;
  background: #f68d06;
  width: 100%;
  padding: 15px;
  flex: 1;
  border-right: 1px solid #aaa;
}
#shop .rc_detail_block .item_table tr th,
#detail .rc_detail_block .item_table tr th {
  border-bottom: 1px solid #aaa;
  width: 105px;
  min-width: 105px;
  flex: none;
}

.item_table tr td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 15px;
  overflow-wrap: anywhere;
  flex: 1;
}
.item_table tr th:last-of-type,
.item_table tr td:last-of-type {
  border-right: none;
}
#shop .rc_detail_block .item_table tr td,
#detail .rc_detail_block .item_table tr td {
  text-align: left;
  background: #fff;
  width: 100%;
}

.item_table tr:last-of-type td {
  border-bottom: none;
}

.item_td_table {
  background: #aaa;
}
.item_td_table tbody {
  display: block;
  padding: 3px;
}
.item_td_table tr {
  display: flex;
  gap: 3px;
  margin: 0 0 3px 0;
}
.item_td_table tr:last-of-type {
  margin: 0;
}
.item_td_table td {
  flex: 1;
  background: #fff;
  padding: 10px;
}


.itemlist_block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  padding: 30px 0
}
@media screen and (max-width:767px) {
  .itemlist_block {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px 0
  }
}
.itemlist_block .item {
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  background: #f3f3f3;
  width: 100%;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  transition: all 0.25s;
}
.itemlist_block .item:hover {
  box-shadow: none;
  transform: translateY(3px);
}
.itemlist_block .item .link {
  color: #000;
  padding: 10px;
}
.itemlist_block .item .img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  margin: 0 0 10px 0
}
.itemlist_block .item .text_block {
  padding: 0 0 10px 0
}
.itemlist_block .item .text_block .text {
  height: 50px;
  font-weight: 700;
  padding: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itemlist_block .item .text_block .label_tip {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 100vh;
  padding: 3px 15px;
  color: #FFF;
  background: #1E1E1E;
}
.itemlist_block .item .text_block .price {
  font-size: 28px;
  font-weight: 900;
  color: #D50000
}
@media screen and (max-width:767px) {
  .itemlist_block .item .text_block .price {
    font-size: 24px
  }
}
.itemlist_block .item .text_block .caption {
  font-size: 12px
}
.itemlist_block .item .cta_form_small_btn {
  display: block;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  background: #1DBE00;
  border-radius: 4px;
  padding: 15px 0;
}
.caption_block {
  display: none;
}
.modal_area {
  display: none;
}

.voice_parts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width:767px) {
  .voice_parts {
    grid-template-columns: repeat(1, 1fr);
  }
}

.voice_parts .box {
  border: 1px solid #f68d06;
  background: #ffe6c7;
  padding: 20px;
}

@media screen and (max-width:767px) {
  .voice_parts .box {
    padding: 15px;
  }
}

.voice_parts .box .img_block {
  display: flex;
  gap: 20px;
  padding: 0 0 15px 0;
}

.voice_parts .box .img_block img {
  width: 150px;
}

.voice_parts .box .detail_block {
  display: flex;
  gap: 20px;
  padding: 0 0 15px 0;
}

.voice_parts .box .detail_block dl:first-of-type {
  width: 150px;
}

.voice_parts .box dt {
  color: #ff6d00;
  font-weight: 600;
}

.voice_parts .box p {
  border-top: 1px dashed #ff6d00;
  float: left;
  padding: 15px 0 0 0;
}

.staff-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width:767px) {
  .staff-contents {
    grid-template-columns: repeat(1, 1fr);
  }
}

.staff-contents .item_list {
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width:767px) {
  .staff-contents .item_list {
    padding: 15px;
  }
}

.staff-contents .item_list .head {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 0 20px 0;
}

.staff-contents .item_list .head .img {
  width: 110px;
}

.staff-contents .item_list .head .title .name {
  display: block;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
}

.staff-contents .item_list .head .title .catch {
  display: block;
  font-size: 18px;
  color: #3A8E31;
}

#faq dl {
  margin: 0 0 20px 0;
}

#faq dt {
  display: flex;
  justify-content: space-between;
  border: 1px solid #aaa;
  font-weight: 600;
  background: url(/assets/noukigu/img/faq/q.png) 10px 7px no-repeat;
  padding: 10px 10px 10px 50px;
  margin: 0 0 10px 0;
  cursor: pointer;
}

#faq dd {
  display: none;
  text-align: left;
  background: url(/assets/noukigu/img/faq/a.png) 10px 10px no-repeat;
  background-color: #fffedf;
  padding: 15px 10px 15px 50px;
  margin: -10px 0 20px 0;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

#faq .store_plusbox {
  margin: 0 0 0 10px;
}

.list_area ul {
  font-size: 18px;
  margin: 0 0 0 30px;
}

.list_area ul li {
  list-style: disc;
  padding: 0 0 5px 0;
}

.list_area ul li:last-of-type {
  padding: 0;
}

#line_satei {
  margin: 0 auto;
}
#line_satei .line_btn_block {
  padding: 20px 0 0 0;
}
#line_satei .line_btn_block .line_btn {
  width: 420px;
  height: 120px;
}
#line_satei .line_btn_block .line_btn::before {
  width: 75px;
  height: 70px;
}
@media screen and (max-width:767px) {
  #line_satei .line_btn_block .line_btn {
    width: 100%;
  }
}
#line_satei section > div {
  text-align: center;
}

#line_satei .satei_step h2 span {
  font-size: 34px;
}
@media screen and (max-width:767px) {
  #line_satei .satei_step h2 span {
    font-size: 22px;
  }
}
#line_satei .satei_step .step_box {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px 0 0 0;
}
@media screen and (max-width:767px) {
  #line_satei .satei_step .step_box {
    flex-flow: column;
    margin: 20px 0 0 0;
  }
}
#line_satei .satei_step .step_box div {
  flex: 1;
  border: 1px solid #aaa;
  background: #fff;
  padding: 20px;
}
#line_satei .satei_step .step_num {
  display: block;
  width: 30%;
  padding: 10px 25px;
  margin: 0 auto;
  margin-top: -45px;
  background: #f47a0d;
  border-radius: 40px;
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width:767px) {
  #line_satei .satei_step .step_num {
    font-size: 20px;
    padding: 8px 20px;
    margin-top: -40px;
  }
}
#line_satei .satei_step h3 {
  font-size: 18px;
  padding: 20px 0;
}
#line_satei .satei_step img {
  width: 80%;
}
#line_satei .satei_step p {
  padding: 20px 0 0 0;
}

#line_satei .satsuei_point {
  background: #d1faae;
  padding: 20px 0;
}
@media screen and (max-width:767px) {
  #line_satei .satsuei_point {
    padding: 20px 10px;
  }
}
#line_satei .satsuei_point > p {
  padding: 0 0 20px 0;
}
#line_satei .satsuei_point .point_detail {
  width: 60%;
  padding: 0 0 40px 0;
  margin: 0 auto;
}
#line_satei .satsuei_point .point_detail:last-of-type {
  padding: 0;
}
@media screen and (max-width:767px) {
  #line_satei .satsuei_point .point_detail {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
#line_satei .satsuei_point .point_detail img {
  border: 10px solid #fff;
  margin: 0 0 20px 0;
  box-shadow: 2px 2px 4px -2px #888;
}

#line_satei .noukigu_kaitori_list > p {
  padding: 0 0 20px 0;
}
#line_satei .noukigu_kaitori_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width:767px) {
  #line_satei .noukigu_kaitori_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#line_satei .noukigu_kaitori_list ul li {
  border: 1px solid #aaa;
  background: #e6e6e6;
  text-align: center;
}
#line_satei .noukigu_kaitori_list ul li a {
  display: block;
  color: #000;
  padding: 10px;
}
#line_satei .noukigu_kaitori_list ul li a:hover {
  background: #aaa;
  color: #fff;
  transition: 0.25s;
}

.mv_area .iframe_block {
  text-align: center;
}
@media screen and (max-width:767px) {
  .mv_area .iframe_block {
    margin: 0 0 20px 0;
  }
}

.block_layout_tabpanel_area .tab_area {
  position: relative;
  overflow: hidden;
}
.block_layout_tabpanel_area .tab_area::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #238f3a;
  left: 0;
  bottom: 0;
  width: 100%;
}
.block_layout_tabpanel_area .tab_area .tab_block {
  display: flex;
  gap: 3px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.block_layout_tabpanel_area .tab_area .tab_block .tab {
  display: block;
  white-space: nowrap;
  flex: 1;
  color: #FFF;
  background: #238f3a;
  border-top: 4px solid #238f3a;
  border-right: 4px solid #238f3a;
  border-left: 4px solid #238f3a;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
  cursor: pointer;
}
.block_layout_tabpanel_area .tab_area .tab_block .tab.active {
  position: relative;
  color: #238f3a;
  background: #fff;
}
.block_layout_tabpanel_area .tab_area .tab_block .tab .text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.block_layout_tabpanel_area .panel {
  display: none;
  padding: 40px 0 0 0;
}
.block_layout_tabpanel_area .panel.active {
  display: block;
}

#kobutsu .box_block {
  border: 5px solid #aaa;
  padding: 15px;
  overflow: hidden;
}
#kobutsu .box_block .box {
  display: flex;
}
#kobutsu .box_block .box:last-of-type {
  padding: 30px 0 0 0;
}
@media screen and (max-width:767px) {
  #kobutsu .box_block .box {
    flex-flow: column;
  }
}
#kobutsu .box_block .box .head {
  font-weight: 700;
  width: 140px;
  border-right: 1px solid #aaa;
  margin: 0 40px 0 0;
}
@media screen and (max-width:767px) {
  #kobutsu .box_block .box .head {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #aaa;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
  }
}

#shop .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px 0;
}
#shop .nav li {
  color: #ec8413;
  text-align: center;
  border: 1px solid #ec8413;
  border-radius: 6px;
  width: 70px;
  overflow: hidden;
}
#shop .nav li a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #ec8413;
}

#shop .rc_detail_block img,
#detail .rc_detail_block img {
  display: block;
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  #shop .rc_detail_block img,
  #detail .rc_detail_block img {
    width: 90%;
  }
}


.notfound {
  text-align: center;
  margin: 30px auto 0;
}

.notfound .nopage {
  font-size: 20px;
}

@media screen and (max-width:767px) {
  .notfound .nopage {
    font-size: 18px;
  }
}

.notfound b {
  display: block;
  font-size: 50px;
  padding: 10px 0;
}

@media screen and (max-width:767px) {
  .notfound b {
    font-size: 30px;
  }
}

footer .recruit_banner {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}

@media screen and (max-width:767px) {
  footer .recruit_banner {
    width: 100%;
  }
}

footer .top_move {
  display: flex;
  position: relative;
  color: #fff;
  border-radius: 50%;
  background-color: #238f3a;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px 0 0 0;
  margin: 0 auto 20px;
  cursor: pointer;
}

footer .top_move .arrow::after {
  left: 50%;
  top: 20px;
  transform: translateX(-50%) rotate(315deg);
}

footer .foot_menu {
  display: flex;
  gap: 20px;
  justify-content: center;
  border-top: 2px solid #aaa;
  width: 1200px;
  padding: 10px 0 0 0;
  margin: 0 auto 20px;
}

@media screen and (max-width:767px) {
  footer .foot_menu {
    font-size: 15px;
    border-top: 1px solid #aaa;
    flex-flow: column;
    gap: 0;
    width: 100%;
    padding: 0;
  }

  footer .foot_menu li {
    position: relative;
    border-bottom: 1px solid #aaa;
  }

  footer .foot_menu li::after {
    color: #dadada;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  footer .foot_menu li a {
    display: block;
    color: #000;
    width: 100%;
    padding: 10px 0 10px 20px;
  }
}

footer .foot {
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

@media screen and (max-width:767px) {
  footer .foot {
    display: block;
  }
}

footer .foot .img_block {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width:767px) {
  footer .foot .img_block {
    justify-content: center;
    margin: 0 0 20px 0;
  }
}

footer .foot .img_block .company_img {
  width: 130px;
}

footer .foot .img_block .tosho_img {
  width: 60px;
}

@media screen and (max-width:767px) {
  footer .foot .img_block .tosho_img {
    width: 70px;
  }
}

@media screen and (max-width:767px) {
  footer .foot p {
    font-size: 14px;
  }
}

footer #kobutu {
  font-size: 12px;
  text-align: center;
  margin: 0 auto 20px;
}

footer .copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.bg238f3a {
  background-color: #238f3a;
}