@charset "UTF-8";
/**
 * Breakpoints
 *---------------------*/
/**
 * Constant
 *---------------------*/
/**
 * Style Function
 *---------------------*/
/*----------------------------------------------------
	Structure Module
----------------------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #111;
  text-align: left;
  word-break: break-all;
  -ms-word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------------------
	Headings Module
----------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------
	Phrasing Module
----------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

cite,
dfn,
address,
i {
  font-style: normal;
}

strong,
em,
b {
  font-weight: normal;
}

u {
  text-decoration: none;
}

abbr {
  border: 0 none;
}

mark {
  background-color: transparent;
}

q {
  quotes: none;
}

/*----------------------------------------------------
	Hypertext Module
----------------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(152, 152, 152, 0.3);
}

a:hover {
  text-decoration: underline;
}

a:active,
a:focus {
  background-color: transparent;
}

/*----------------------------------------------------
	Image Module
----------------------------------------------------*/
img {
  border: 0;
  vertical-align: bottom;
}

/*----------------------------------------------------
	Embedded Module
----------------------------------------------------*/
object,
embed {
  outline: none;
}

/*----------------------------------------------------
	List Module
----------------------------------------------------*/
ul,
ol,
dl,
dt,
dd,
li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: none;
}

/*----------------------------------------------------
	Table Module
----------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  font-weight: normal;
  vertical-align: middle;
}

th.vert,
td.vert {
  vertical-align: top;
}

th.verb,
td.verb {
  vertical-align: bottom;
}

th.tac,
td.tac {
  text-align: center;
}

th.tar,
td.tar {
  text-align: right;
}

/*----------------------------------------------------
	Forms Module
----------------------------------------------------*/
form,
button,
input,
select,
option,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

textarea {
  width: 350px;
  font-size: 12px;
}

input {
  border: 0 none;
  border-radius: 0px;
}

button {
  background: none;
  border: 0 none;
  overflow: visible;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/*----------------------------------------------------
	HTML5 Reset
----------------------------------------------------*/
article,
aside,
figure,
figcaption,
dialog,
details,
footer,
header,
menu,
main,
nav,
section,
summary {
  display: block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/*==================================================

	Optimization

====================================================*/
/*	html
--------------------------*/
html {
  font-size: 75%;
}

/*	Body
--------------------------*/
body,
body *,
body *:before,
body *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-size: 100%;
}

img {
  -webkit-touch-callout: none;
  /*
  	width: auto;
  */
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

a:hover {
  text-decoration: none;
}

/*img,button,i {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}*/
h1,
h2,
h3,
h4 {
  font-size: 100%;
  font-weight: 400;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
option,
textarea {
  border: 0 none;
  letter-spacing: 0px;
}

button {
  outline: none;
}

/*==================================================

	Color

====================================================*/
/* テキスト
--------------------------*/
body {
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
option,
textarea {
  color: #111;
  border: 0 none;
  letter-spacing: 0px;
  border-radius: 0px;
  background-color: transparent;
}

button:disabled,
input:disabled,
select:disabled,
option:disabled,
textarea:disabled {
  background-color: transparent;
}

textarea {
  resize: none;
  vertical-align: bottom;
}

input:-moz-placeholder {
  color: #bbbbbb;
}

input::-moz-placeholder {
  color: #bbbbbb;
}

input::-webkit-input-placeholder {
  color: #bbbbbb;
}

input:-ms-input-placeholder {
  color: #bbbbbb;
}

textarea:-moz-placeholder {
  color: #bbbbbb;
}

textarea::-moz-placeholder {
  color: #bbbbbb;
}

textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

textarea:-ms-input-placeholder {
  color: #bbbbbb;
}

/* テキスト選択
--------------------------*/
::-moz-selection {
  background: #06c755;
  color: #fff;
}
::selection {
  background: #06c755;
  color: #fff;
}

::-webkit-selection {
  background: #06c755;
  color: #fff;
}

::-moz-selection {
  background: #06c755;
  color: #fff;
}

/* リンク
--------------------------*/
a:link,
a:visited {
  color: #111;
}

/*==================================================

	layout[ALL]

====================================================*/
/*  body
--------------------------*/
body {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
}

/*==================================================

  BaseFont

====================================================*/
body,
button,
input,
select,
option,
textarea {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/*-----------------------
  Z-index
-----------------------*/
#sp_nav_btn {
  z-index: 50;
}

#sp_nav {
  z-index: 40;
}

header {
  z-index: 10;
}

#document_request {
  z-index: 9;
}

#overlay {
  z-index: 8;
}

/*-----------------------
  Display
-----------------------*/
.pc_hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_hidden {
    display: block;
  }
}

.sp_hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp_hidden {
    display: none;
  }
}

/*-----------------------
  Break
-----------------------*/
.br_pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: inline;
  }
}

.br_sm {
  display: none;
}
@media screen and (max-width: 640px) {
  .br_sm {
    display: inline;
  }
}

.br_sm_hidden {
  display: inline;
}
@media screen and (max-width: 640px) {
  .br_sm_hidden {
    display: none;
  }
}

.br_xs {
  display: none;
}
@media screen and (max-width: 480px) {
  .br_xs {
    display: inline;
  }
}

.br_xs_hidden {
  display: inline;
}
@media screen and (max-width: 480px) {
  .br_xs_hidden {
    display: none;
  }
}

/*-----------------------
  Wrapper
-----------------------*/
#wrapper {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/*-----------------------
  Container
-----------------------*/
#container {
  width: 100%;
  position: relative;
}

/*-----------------------
  parts
-----------------------*/
/**
 *  Section header & body
 */
.__sec_header__ {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 40px 0px 40px;
}
@media screen and (max-width: 768px) {
  .__sec_header__ {
    padding: 0px 20px 0px 20px;
  }
}

.__sec_body__ {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 40px 0px 40px;
}
@media screen and (max-width: 768px) {
  .__sec_body__ {
    padding: 0px 20px 0px 20px;
  }
}

.__common_sec_title01__ {
  text-align: center;
}
.__common_sec_title01__ .bubble {
  display: inline-block;
  font-size: 150%;
  font-weight: bold;
  color: #666666;
  background-color: #ededed;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
  border-radius: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .__common_sec_title01__ .bubble {
    font-size: 134%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 36px;
  }
}
.__common_sec_title01__ .bubble::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #ededed transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .__common_sec_title01__ .bubble::before {
    bottom: -8px;
  }
}
.__common_sec_title01__ .title {
  display: block;
  font-size: 250%;
  font-weight: bold;
  color: #111;
  padding-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .__common_sec_title01__ .title {
    font-size: 184%;
    padding-top: 10px;
  }
}

.__common_sec_title02__ {
  text-align: center;
}
.__common_sec_title02__ .en {
  font-size: 117%;
  font-weight: normal;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .__common_sec_title02__ .en {
    font-size: 100%;
  }
}
.__common_sec_title02__ .title {
  display: block;
  font-size: 250%;
  font-weight: bold;
  color: #111;
  padding-top: 4px;
  letter-spacing: 2px;
  color: #06c755;
}
@media screen and (max-width: 768px) {
  .__common_sec_title02__ .title {
    font-size: 184%;
    padding-top: 2px;
  }
}

/**
 *  Button
 */
.__common_btn01__ {
  color: #fff;
  letter-spacing: 2px;
  line-height: 40px;
  background-image: linear-gradient(to right, #06c755 0%, #2ed473 51%, #06c755 100%);
  font-size: 134%;
  background-size: 200% auto;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.__common_btn01__:hover {
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .__common_btn01__ {
    font-size: 117%;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.anchor {
  padding-top: 62px;
  margin-top: -62px;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 40px;
    margin-top: -40px;
  }
}

/**
 * 離脱防止モーダルウィンドウ
 *-----------------------------*/
#hfm_popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}
#hfm_popup .hfm_popup_in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #hfm_popup .hfm_popup_in {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#hfm_popup .hfm_popup_in .content_wrap {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  position: relative;
}
#hfm_popup .hfm_popup_in .content_wrap .content .thumbnail_wrap {
  height: 200px;
}
@media screen and (max-width: 768px) {
  #hfm_popup .hfm_popup_in .content_wrap .content .thumbnail_wrap {
    height: 160px;
  }
}
#hfm_popup .hfm_popup_in .content_wrap .content .thumbnail_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
#hfm_popup .hfm_popup_in .content_wrap .content .text_wrap {
  padding-top: 20px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  #hfm_popup .hfm_popup_in .content_wrap .content .text_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#hfm_popup .hfm_popup_in .content_wrap .content .text_wrap .title {
  font-size: 184%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #hfm_popup .hfm_popup_in .content_wrap .content .text_wrap .title {
    font-size: 18px;
  }
}
#hfm_popup .hfm_popup_in .content_wrap .content .text_wrap > p {
  font-size: 117%;
  padding-top: 8px;
  line-height: 2;
}
#hfm_popup .hfm_popup_in .content_wrap > .btn_area {
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #hfm_popup .hfm_popup_in .content_wrap > .btn_area {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 34px;
  }
}
#hfm_popup .hfm_popup_in .content_wrap > .btn_area button {
  width: 100%;
  background-color: #f5ed8c;
  font-size: 150%;
  font-weight: bold;
  border-radius: 8px;
  line-height: 49px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#hfm_popup .hfm_popup_in .content_wrap > .btn_area button:hover {
  opacity: 0.7;
}
#hfm_popup .hfm_popup_in .content_wrap #hfm_popup_close {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: -28px;
  right: -28px;
}
@media screen and (max-width: 768px) {
  #hfm_popup .hfm_popup_in .content_wrap #hfm_popup_close {
    width: 20px;
    height: 20px;
    top: -30px;
    right: -16px;
  }
}

/* Button
-----------------------*/
#sp_nav_btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  #sp_nav_btn {
    display: block;
    width: 36px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
  }
  #sp_nav_btn .nav_btn_in {
    width: 100%;
    height: 100%;
  }
  #sp_nav_btn .nav_btn_in .border {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #111;
    position: absolute;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
  }
  #sp_nav_btn .nav_btn_in .border.b01 {
    top: 0;
    left: 0;
  }
  #sp_nav_btn .nav_btn_in .border.b02 {
    top: 50%;
    left: 0;
    margin-top: -2px;
  }
  #sp_nav_btn .nav_btn_in .border.b03 {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #sp_nav_btn {
    width: 26px;
    height: 19px;
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .menu-open #sp_nav_btn .nav_btn_in .border.b01 {
    transform: translateY(11px) rotate(-135deg);
  }
  .menu-open #sp_nav_btn .nav_btn_in .border.b02 {
    width: 0;
  }
  .menu-open #sp_nav_btn .nav_btn_in .border.b03 {
    transform: translateY(-11px) rotate(135deg);
  }
}
@media screen and (max-width: 768px) {
  .menu-open #sp_nav_btn .nav_btn_in .border.b01 {
    transform: translateY(8px) rotate(-135deg);
  }
  .menu-open #sp_nav_btn .nav_btn_in .border.b02 {
    width: 0;
  }
  .menu-open #sp_nav_btn .nav_btn_in .border.b03 {
    transform: translateY(-8px) rotate(135deg);
  }
}

@media screen and (max-width: 1024px) {
  .start-scrolling #sp_nav_btn {
    position: fixed;
    top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .start-scrolling #sp_nav_btn {
    top: 14px;
  }
}

/* Menu
-----------------------*/
#sp_nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  #sp_nav {
    display: block;
    width: 100%;
    position: absolute;
    top: 150px;
    right: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
  }
  #sp_nav .sp_nav_in > ul {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #sp_nav .sp_nav_in > ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #sp_nav .sp_nav_in > ul > li {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 2px solid #eeeeee;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #sp_nav .sp_nav_in > ul > li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #sp_nav .sp_nav_in > ul > li .txt {
    font-size: 150%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
  }
  #sp_nav .sp_nav_in > ul > li .txt:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #sp_nav .sp_nav_in > ul > li .txt {
    font-size: 134%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #sp_nav .sp_nav_in > ul > li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  #sp_nav .sp_nav_in .btn_wrap {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #sp_nav .sp_nav_in .btn_wrap {
    max-width: 200px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #sp_nav .sp_nav_in .btn_wrap .__common_btn01__ {
    width: 100%;
    font-size: 150%;
    line-height: 52px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #sp_nav .sp_nav_in .btn_wrap .__common_btn01__ {
    font-size: 134%;
    line-height: 42px;
    border-radius: 21px;
  }
}
@media screen and (max-width: 768px) {
  #sp_nav {
    top: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .menu-open #sp_nav {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 1024px) {
  .start-scrolling #sp_nav {
    position: fixed;
  }
}

#overlay {
  width: 0%;
  height: 120%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  animation: overlay 2.5s ease 1 both;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}

.menu-open #overlay {
  width: 100%;
}

header {
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
header #header_in {
  padding: 24px 40px 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
@media screen and (max-width: 768px) {
  header #header_in {
    padding: 14px 20px 14px 12px;
  }
}
header #header_in > h1 {
  width: 150px;
}
@media screen and (max-width: 768px) {
  header #header_in > h1 {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  header #header_in > nav {
    display: none;
  }
}
header #header_in > nav > ul {
  display: flex;
  align-items: center;
}
header #header_in > nav > ul > li {
  padding-left: 16px;
  padding-right: 16px;
}
header #header_in > nav > ul > li .menu {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
header #header_in > nav > ul > li .menu .txt {
  font-size: 125%;
  font-weight: bold;
}
header #header_in > nav > ul > li.contact, header #header_in > nav > ul > li.document_request {
  padding-right: 0;
}
header #header_in .btn_wrap {
  display: none;
  padding-right: 64px;
}
@media screen and (max-width: 1024px) {
  header #header_in .btn_wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header #header_in .btn_wrap {
    padding-right: 36px;
  }
}
@media screen and (max-width: 480px) {
  header #header_in .btn_wrap .__common_btn01__ {
    font-size: 100%;
    letter-spacing: 1px;
  }
}

.start-scrolling header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.92);
}
.start-scrolling header #header_in {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .start-scrolling header #header_in {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

footer .footer_upper .footer_in {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  footer .footer_upper .footer_in {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer_upper .footer_in {
    display: block;
  }
}
footer .footer_upper .footer_in .logo_area .logo {
  font-size: 150%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer_upper .footer_in .logo_area .logo {
    font-size: 134%;
  }
}
footer .footer_upper .footer_in .logo_area .info {
  font-size: 117%;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  footer .footer_upper .footer_in .logo_area .info {
    padding-top: 12px;
    font-size: 109%;
  }
}
footer .footer_upper .footer_in .copyright {
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer_upper .footer_in .copyright {
    font-size: 92%;
  }
}
@media screen and (max-width: 480px) {
  footer .footer_upper .footer_in .copyright {
    padding-top: 16px;
    text-align: center;
  }
}

.top_page footer {
  padding-right: 300px;
}
@media screen and (max-width: 1024px) {
  .top_page footer {
    padding-right: 0;
  }
}

.top_page #keyvisual {
  width: 100%;
  background: linear-gradient(90deg, #06c755 0%, #06c755 40%, #2ed473 100%);
  padding-top: 88px;
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual {
    padding-top: 60px;
  }
}
.top_page #keyvisual > ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-left: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul {
    display: block;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.top_page #keyvisual > ul > li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul > li {
    width: 100%;
  }
}
.top_page #keyvisual > ul > li.content > h2 {
  font-size: 200%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul > li.content > h2 {
    font-size: 184%;
    text-align: center;
  }
}
.top_page #keyvisual > ul > li.content > h2 > span {
  font-size: 142%;
  background: linear-gradient(transparent 78%, #fbbf01 0%);
}
.top_page #keyvisual > ul > li.content > h3 {
  font-size: 150%;
  color: #fff;
  font-weight: bold;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul > li.content > h3 {
    font-size: 134%;
    padding-top: 16px;
  }
}
.top_page #keyvisual > ul > li.content > ul {
  display: flex;
  padding-top: 32px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul > li.content > ul {
    justify-content: center;
    padding-top: 16px;
  }
}
.top_page #keyvisual > ul > li.content > ul > li {
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul > li.content > ul > li {
    padding-right: 4px;
    padding-left: 4px;
  }
}
.top_page #keyvisual > ul > li.content > ul > li .circle {
  background-color: #fff;
  border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.5);
}
.top_page #keyvisual > ul > li.content > ul > li .circle .circle_in {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 9.5vw;
  height: 9.5vw;
  border-radius: 50%;
  border: 2px solid #baffd6;
}
@media screen and (max-width: 1024px) {
  .top_page #keyvisual > ul > li.content > ul > li .circle .circle_in {
    width: 13vw;
    height: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul > li.content > ul > li .circle .circle_in {
    width: 18vw;
    height: 18vw;
  }
}
@media screen and (max-width: 480px) {
  .top_page #keyvisual > ul > li.content > ul > li .circle .circle_in {
    width: 24vw;
    height: 24vw;
  }
}
.top_page #keyvisual > ul > li.content > ul > li .circle .circle_in .text_wrap {
  font-size: 1.2vw;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .top_page #keyvisual > ul > li.content > ul > li .circle .circle_in .text_wrap {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul > li.content > ul > li .circle .circle_in .text_wrap {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 480px) {
  .top_page #keyvisual > ul > li.content > ul > li .circle .circle_in .text_wrap {
    font-size: 3vw;
  }
}
.top_page #keyvisual > ul > li.content > ul > li .circle .circle_in .text_wrap > span {
  color: #06c755;
  font-size: 2.6vw;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .top_page #keyvisual > ul > li.content > ul > li .circle .circle_in .text_wrap > span {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul > li.content > ul > li .circle .circle_in .text_wrap > span {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 480px) {
  .top_page #keyvisual > ul > li.content > ul > li .circle .circle_in .text_wrap > span {
    font-size: 5.6vw;
  }
}
.top_page #keyvisual > ul > li.products_image {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .top_page #keyvisual > ul > li.products_image {
    padding-top: 32px;
    padding-left: 0;
  }
}
.top_page #about .about_in .__sec_header__ {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .top_page #about .about_in .__sec_header__ {
    padding-top: 48px;
  }
}
.top_page #about .about_in .__sec_body__ {
  padding-top: 24px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top_page #about .about_in .__sec_body__ {
    padding-top: 12px;
    padding-bottom: 64px;
  }
}
.top_page #about .about_in .__sec_body__ > p {
  font-size: 134%;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_page #about .about_in .__sec_body__ > p {
    text-align: left;
    line-height: 2;
  }
}
.top_page #about .about_in .__sec_body__ > p span {
  color: #fbbf01;
  font-weight: bold;
}
.top_page #document_request {
  width: 300px;
  height: 100%;
  background-color: #06c755;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .top_page #document_request {
    position: static;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 500px;
    margin-top: -500px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .top_page #document_request {
    padding-top: 40px;
    margin-top: -40px;
  }
}
.top_page #document_request .document_request_in {
  width: 100%;
  background-color: #06c755;
}
.top_page #document_request .document_request_in .__sec_header__ {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.top_page #document_request .document_request_in .__sec_header__ > h2 .en {
  color: #fff;
  font-size: 167%;
}
@media screen and (max-width: 768px) {
  .top_page #document_request .document_request_in .__sec_header__ > h2 .en {
    font-size: 134%;
  }
}
.top_page #document_request .document_request_in .__sec_header__ > h2 .title {
  color: #fff;
}
.top_page #document_request .document_request_in .__sec_body__ {
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .top_page #document_request .document_request_in .__sec_body__ {
    max-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top_page #document_request .document_request_in .__sec_body__ {
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 64px;
  }
}
.top_page #document_request .document_request_in .__sec_body__ ul > li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.top_page #document_request .document_request_in .__sec_body__ ul > li > dl > dt {
  font-size: 117%;
  color: #fff;
}
.top_page #document_request .document_request_in .__sec_body__ ul > li > dl > dd {
  padding-top: 4px;
}
.top_page #document_request .document_request_in .__sec_body__ ul > li > dl > dd input {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  font-size: 117%;
}
.top_page #document_request .document_request_in .__sec_body__ .btn_wrap {
  padding-top: 32px;
}
@media screen and (max-width: 1024px) {
  .top_page #document_request .document_request_in .__sec_body__ .btn_wrap {
    padding-top: 40px;
    max-width: 280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top_page #document_request .document_request_in .__sec_body__ .btn_wrap {
    padding-top: 24px;
    max-width: 250px;
  }
}
.top_page #document_request .document_request_in .__sec_body__ .btn_wrap input[type=submit] {
  width: 100%;
  height: 48px;
  background-color: #55de35;
  border-radius: 4px;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.2;
}
.top_page #document_request .document_request_in .__sec_body__ #thanks_message {
  display: none;
}
.top_page #document_request .document_request_in .__sec_body__ .mw_wp_form_complete #thanks_message {
  display: block;
}
.top_page #document_request .document_request_in .__sec_body__ #thanks_message {
  font-size: 117%;
  color: #fff;
  line-height: 2;
}
.top_page #problem .problem_in {
  background-color: #f4ffee;
  position: relative;
}
.top_page #problem .problem_in::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #f4ffee transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.top_page #problem .problem_in .__sec_header__ {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .top_page #problem .problem_in .__sec_header__ {
    padding-top: 48px;
  }
}
.top_page #problem .problem_in .__sec_body__ {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top_page #problem .problem_in .__sec_body__ {
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 40px;
  }
}
.top_page #problem .problem_in .__sec_body__ > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_page #problem .problem_in .__sec_body__ > ul {
    max-width: 480px;
  }
}
.top_page #problem .problem_in .__sec_body__ > ul > li {
  width: 33.33%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .top_page #problem .problem_in .__sec_body__ > ul > li {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.top_page #problem .problem_in .__sec_body__ > ul > li > dl > dt {
  display: flex;
  justify-content: center;
}
.top_page #problem .problem_in .__sec_body__ > ul > li > dl > dt .icon {
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  background-color: #b3b3b3;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top_page #problem .problem_in .__sec_body__ > ul > li > dl > dt .icon {
    line-height: 36px;
    font-size: 150%;
  }
}
.top_page #problem .problem_in .__sec_body__ > ul > li > dl > dd {
  font-size: 134%;
  padding-top: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top_page #problem .problem_in .__sec_body__ > ul > li > dl > dd {
    padding-top: 8px;
  }
}
.top_page #problem .problem_in .__sec_body__ > ul > li > dl > dd > span {
  color: #06c755;
  font-weight: bold;
}
.top_page #solution .solution_in .__sec_header__ {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_header__ {
    padding-top: 80px;
  }
}
.top_page #solution .solution_in .__sec_body__ {
  padding-top: 56px;
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_body__ {
    padding-top: 16px;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_body__ > ul > li {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.top_page #solution .solution_in .__sec_body__ > ul > li:nth-child(even) > ul {
  flex-direction: row-reverse;
}
.top_page #solution .solution_in .__sec_body__ > ul > li:nth-child(even) > ul > li .dl {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_body__ > ul > li:nth-child(even) > ul > li .dl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top_page #solution .solution_in .__sec_body__ > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
}
.top_page #solution .solution_in .__sec_body__ > ul > li > ul > li {
  width: 50%;
  display: flex;
  align-items: center;
}
.top_page #solution .solution_in .__sec_body__ > ul > li > ul > li:first-child {
  height: 500px;
  background-image: url("../images/top/demo_solution.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_body__ > ul > li > ul > li:first-child {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_body__ > ul > li > ul > li {
    width: 100%;
  }
}
.top_page #solution .solution_in .__sec_body__ > ul > li > ul > li .dl {
  align-items: center;
  background-color: #fff;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_body__ > ul > li > ul > li .dl {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top_page #solution .solution_in .__sec_body__ > ul > li > ul > li .dl .dt .number {
  color: #06c755;
  font-size: 450%;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_body__ > ul > li > ul > li .dl .dt .number {
    font-size: 400%;
  }
}
.top_page #solution .solution_in .__sec_body__ > ul > li > ul > li .dl .dt .title {
  font-size: 200%;
  color: #06c755;
  font-weight: bold;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_body__ > ul > li > ul > li .dl .dt .title {
    font-size: 167%;
    padding-top: 12px;
  }
}
.top_page #solution .solution_in .__sec_body__ > ul > li > ul > li .dl > h4 {
  display: block;
  font-size: 134%;
  padding-top: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .top_page #solution .solution_in .__sec_body__ > ul > li > ul > li .dl > h4 {
    padding-top: 8px;
  }
}
.top_page #solution .solution_in .__sec_body__ > ul > li > ul > li .dl > h4 > span {
  color: #fbbf01;
  font-weight: bold;
}
.top_page #feature .feature_in {
  background: linear-gradient(90deg, #06c755 0%, #06c755 40%, #2ed473 100%);
}
.top_page #feature .feature_in .__sec_header__ {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .top_page #feature .feature_in .__sec_header__ {
    padding-top: 48px;
  }
}
.top_page #feature .feature_in .__sec_header__ > h2 .en,
.top_page #feature .feature_in .__sec_header__ > h2 .title {
  color: #fff;
}
.top_page #feature .feature_in .__sec_body__ {
  padding-top: 40px;
  padding-bottom: 120px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .top_page #feature .feature_in .__sec_body__ {
    padding-top: 20px;
    padding-bottom: 56px;
  }
}
.top_page #feature .feature_in .__sec_body__ > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_page #feature .feature_in .__sec_body__ > ul > li {
  width: 25%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .top_page #feature .feature_in .__sec_body__ > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .top_page #feature .feature_in .__sec_body__ > ul > li {
    width: 100%;
    padding-right: 0;
  }
}
.top_page #feature .feature_in .__sec_body__ > ul > li .content {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.top_page #feature .feature_in .__sec_body__ > ul > li .content .number {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fbbf01;
  color: #fff;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 250%;
  font-style: italic;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -20px);
}
@media screen and (max-width: 768px) {
  .top_page #feature .feature_in .__sec_body__ > ul > li .content .number {
    width: 48px;
    height: 48px;
    font-size: 200%;
    padding-top: 4px;
  }
}
.top_page #feature .feature_in .__sec_body__ > ul > li .content .text_wrap {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top_page #feature .feature_in .__sec_body__ > ul > li .content .text_wrap {
    font-size: 134%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.top_page #flow .flow_in {
  background-color: #f4ffee;
}
.top_page #flow .flow_in .__sec_header__ {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_header__ {
    padding-top: 48px;
  }
}
.top_page #flow .flow_in .__sec_body__ {
  padding-top: 24px;
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_body__ {
    padding-top: 24px;
    padding-bottom: 64px;
  }
}
.top_page #flow .flow_in .__sec_body__ > ul > li {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.top_page #flow .flow_in .__sec_body__ > ul > li > dl {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl {
    display: block;
  }
}
.top_page #flow .flow_in .__sec_body__ > ul > li > dl > dt {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06c755;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl > dt {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 480px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl > dt {
    margin: 0 auto;
  }
}
.top_page #flow .flow_in .__sec_body__ > ul > li > dl > dt .step {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 125%;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl > dt .step {
    font-size: 109%;
  }
}
.top_page #flow .flow_in .__sec_body__ > ul > li > dl > dt .number {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 284%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl > dt .number {
    font-size: 234%;
  }
}
.top_page #flow .flow_in .__sec_body__ > ul > li > dl > dd {
  flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl > dd {
    padding-left: 12px;
  }
}
@media screen and (max-width: 480px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl > dd {
    padding-top: 8px;
    padding-left: 0;
  }
}
.top_page #flow .flow_in .__sec_body__ > ul > li > dl > dd .title {
  font-size: 167%;
  font-weight: bold;
  color: #06c755;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl > dd .title {
    font-size: 150%;
  }
}
.top_page #flow .flow_in .__sec_body__ > ul > li > dl > dd .cap {
  display: block;
  font-size: 134%;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .top_page #flow .flow_in .__sec_body__ > ul > li > dl > dd .cap {
    padding-top: 4px;
    font-size: 117%;
  }
}
.top_page #price .price_in .__sec_header__ {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .top_page #price .price_in .__sec_header__ {
    padding-top: 48px;
  }
}
.top_page #price .price_in .__sec_body__ {
  padding-top: 40px;
  padding-bottom: 120px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .top_page #price .price_in .__sec_body__ {
    padding-top: 24px;
    padding-bottom: 64px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.top_page #price .price_in .__sec_body__ > ul {
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 0 auto;
}
.top_page #price .price_in .__sec_body__ > ul > li {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .top_page #price .price_in .__sec_body__ > ul > li {
    width: 100%;
    max-width: 280px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.top_page #price .price_in .__sec_body__ > ul > li .card {
  background-color: #f4ffee;
  box-shadow: 8px 8px 0px #f3eae9;
  border-radius: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .top_page #price .price_in .__sec_body__ > ul > li .card {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.top_page #price .price_in .__sec_body__ > ul > li .card .name {
  text-align: center;
}
.top_page #price .price_in .__sec_body__ > ul > li .card .name > span {
  display: inline-block;
  line-height: 48px;
  font-size: 167%;
  font-weight: bold;
  color: #fff;
  background-color: #06c755;
  border-radius: 24px;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .top_page #price .price_in .__sec_body__ > ul > li .card .name > span {
    line-height: 38px;
    font-size: 134%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.top_page #price .price_in .__sec_body__ > ul > li .card .price {
  font-size: 150%;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .top_page #price .price_in .__sec_body__ > ul > li .card .price {
    padding-top: 12px;
    font-size: 125%;
  }
}
.top_page #price .price_in .__sec_body__ > ul > li .card .price .num {
  font-size: 233.33%;
  letter-spacing: 2px;
  line-height: 1;
}
.top_page #price .price_in .__sec_body__ > ul > li .card .price .bold {
  font-weight: bold;
}
.top_page #faq .faq_in {
  background-color: #f5f1f0;
}
.top_page #faq .faq_in .__sec_header__ {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .top_page #faq .faq_in .__sec_header__ {
    padding-top: 48px;
  }
}
.top_page #faq .faq_in .__sec_body__ {
  padding-top: 24px;
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .top_page #faq .faq_in .__sec_body__ {
    padding-top: 24px;
    padding-bottom: 64px;
  }
}
.top_page #faq .faq_in .__sec_body__ > ul > li {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top_page #faq .faq_in .__sec_body__ > ul > li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.top_page #faq .faq_in .__sec_body__ > ul > li > dl {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.top_page #faq .faq_in .__sec_body__ > ul > li > dl > dt {
  display: flex;
  font-weight: bold;
}
.top_page #faq .faq_in .__sec_body__ > ul > li > dl > dt .question {
  width: 40px;
  font-size: 200%;
  color: #06c755;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top_page #faq .faq_in .__sec_body__ > ul > li > dl > dt .question {
    width: 32px;
    font-size: 184%;
  }
}
.top_page #faq .faq_in .__sec_body__ > ul > li > dl > dt .text {
  font-size: 150%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top_page #faq .faq_in .__sec_body__ > ul > li > dl > dt .text {
    font-size: 134%;
  }
}
.top_page #faq .faq_in .__sec_body__ > ul > li > dl > dd {
  display: flex;
  padding-top: 12px;
}
.top_page #faq .faq_in .__sec_body__ > ul > li > dl > dd .answer {
  width: 40px;
  font-size: 200%;
  color: #ffc0b3;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top_page #faq .faq_in .__sec_body__ > ul > li > dl > dd .answer {
    width: 32px;
    font-size: 184%;
  }
}
.top_page #faq .faq_in .__sec_body__ > ul > li > dl > dd .text {
  font-size: 134%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top_page #faq .faq_in .__sec_body__ > ul > li > dl > dd .text {
    font-size: 117%;
  }
}
.top_page #contact .contact_in {
  background-color: #bbffd8;
}
.top_page #contact .contact_in .__sec_header__ {
  padding-top: 92px;
}
@media screen and (max-width: 768px) {
  .top_page #contact .contact_in .__sec_header__ {
    padding-top: 48px;
  }
}
.top_page #contact .contact_in .__sec_header__ .__common_sec_title01__ .bubble {
  background-color: #fff;
}
.top_page #contact .contact_in .__sec_header__ .__common_sec_title01__ .bubble::before {
  border-color: #fff transparent transparent transparent;
}
.top_page #contact .contact_in .__sec_body__ {
  padding-top: 16px;
  padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .top_page #contact .contact_in .__sec_body__ {
    padding-top: 12px;
    padding-bottom: 48px;
  }
}
.top_page #contact .contact_in .__sec_body__ > p {
  font-size: 134%;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_page #contact .contact_in .__sec_body__ > p {
    text-align: left;
    font-size: 117%;
  }
}
.top_page #contact .contact_in .__sec_body__ .btn_wrap {
  max-width: 280px;
  margin: 0 auto;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .top_page #contact .contact_in .__sec_body__ .btn_wrap {
    max-width: 250px;
  }
}
.top_page #contact .contact_in .__sec_body__ .btn_wrap .__common_btn01__ {
  width: 100%;
  font-size: 184%;
  line-height: 56px;
  border-radius: 28px;
}
@media screen and (max-width: 768px) {
  .top_page #contact .contact_in .__sec_body__ .btn_wrap .__common_btn01__ {
    font-size: 150%;
    line-height: 50px;
    border-radius: 25px;
  }
}
.top_page #contact .contact_in .__sec_body__ .tel_wrap {
  padding-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_page #contact .contact_in .__sec_body__ .tel_wrap {
    padding-top: 16px;
  }
}
.top_page #contact .contact_in .__sec_body__ .tel_wrap .tel {
  font-size: 250%;
  font-weight: bold;
  letter-spacing: 3px;
  padding-left: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_page #contact .contact_in .__sec_body__ .tel_wrap .tel {
    font-size: 184%;
    padding-left: 34px;
  }
}
.top_page #contact .contact_in .__sec_body__ .tel_wrap .tel > i {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top_page #contact .contact_in .__sec_body__ .tel_wrap .tel > i {
    width: 24px;
    height: 24px;
  }
}
.top_page #contact .contact_in .__sec_body__ .tel_wrap .tel > i > svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .top_page #contact .contact_in .__sec_body__ .tel_wrap .tel > i > svg {
    width: 24px;
    height: 24px;
  }
}
.top_page #hfm_document_request {
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.3);
  border-radius: 8px 8px 8px 8px;
  transform: translateY(120%);
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top_page #hfm_document_request {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 350px;
    border-radius: 8px 8px 0 0;
  }
}
.top_page #hfm_document_request .hfm_document_request_in {
  position: relative;
}
.top_page #hfm_document_request .hfm_document_request_in > a {
  display: block;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .top_page #hfm_document_request .hfm_document_request_in > a {
    width: 100%;
  }
}
.top_page #hfm_document_request .hfm_document_request_in > a .title {
  text-align: center;
  border-radius: 8px 8px 0 0;
  background-color: #f5ed8c;
  font-size: 150%;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .top_page #hfm_document_request .hfm_document_request_in > a .title {
    font-size: 134%;
  }
}
.top_page #hfm_document_request .hfm_document_request_in > a .content {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.top_page #hfm_document_request .hfm_document_request_in > a .content .img_wrap {
  width: 80px;
}
.top_page #hfm_document_request .hfm_document_request_in > a .content .img_wrap img {
  border-radius: 50%;
}
.top_page #hfm_document_request .hfm_document_request_in > a .content .text_wrap {
  flex: 1;
  padding-left: 16px;
  font-size: 117%;
}
@media screen and (max-width: 768px) {
  .top_page #hfm_document_request .hfm_document_request_in > a .content .text_wrap {
    font-size: 109%;
    padding-left: 10px;
  }
}
.top_page #hfm_document_request .hfm_document_request_in > a .btn_wrap {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.top_page #hfm_document_request .hfm_document_request_in > a .btn_wrap button {
  width: 100%;
  background-color: #2ed473;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  border-radius: 8px;
  line-height: 49px;
  cursor: pointer;
}
.top_page #hfm_document_request .hfm_document_request_in #hfm_document_request_close {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .top_page #hfm_document_request .hfm_document_request_in #hfm_document_request_close {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}

.start-scrolling .top_page #document_request .document_request_in .__sec_header__ {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .start-scrolling .top_page #document_request .document_request_in .__sec_header__ {
    padding-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .start-scrolling .top_page #document_request .document_request_in .__sec_header__ {
    padding-top: 48px;
  }
}

.contact_page #contact {
  background-color: #f4ffee;
}
.contact_page #contact .contact_in .__sec_header__ {
  padding-top: 176px;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_header__ {
    padding-top: 96px;
  }
}
.contact_page #contact .contact_in .__sec_body__ {
  max-width: 900px;
  padding-top: 48px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ {
    padding-top: 36px;
    padding-bottom: 64px;
  }
}
.contact_page #contact .contact_in .__sec_body__ > p {
  font-size: 134%;
}
.contact_page #contact .contact_in .__sec_body__ > p .danger {
  color: #dc3545;
}
.contact_page #contact .contact_in .__sec_body__ ul {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ ul {
    padding-top: 12px;
  }
}
.contact_page #contact .contact_in .__sec_body__ ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ ul > li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.contact_page #contact .contact_in .__sec_body__ ul > li > dl {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ ul > li > dl {
    display: block;
  }
}
.contact_page #contact .contact_in .__sec_body__ ul > li > dl > dt {
  width: 220px;
  padding-top: 10px;
  font-size: 134%;
  font-weight: normal;
  color: #111;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ ul > li > dl > dt {
    padding-top: 0;
    font-size: 117%;
  }
}
.contact_page #contact .contact_in .__sec_body__ ul > li > dl > dt .danger {
  color: #dc3545;
}
.contact_page #contact .contact_in .__sec_body__ ul > li > dl > dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ ul > li > dl > dd {
    padding-top: 8px;
  }
}
.contact_page #contact .contact_in .__sec_body__ ul > li > dl > dd input {
  display: inline-block;
  width: 100%;
  font-size: 134%;
  line-height: 49px;
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ ul > li > dl > dd input {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 117%;
  }
}
.contact_page #contact .contact_in .__sec_body__ ul > li > dl > dd textarea {
  display: block;
  width: 100%;
  height: 250px;
  font-size: 134%;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ ul > li > dl > dd textarea {
    height: 300px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 117%;
  }
}
.contact_page #contact .contact_in .__sec_body__ ul > li > dl > dd .error {
  padding-top: 4px;
  font-size: 117%;
  font-weight: normal;
  color: #dc3545;
}
.contact_page #contact .contact_in .__sec_body__ .btn_wrap {
  max-width: 250px;
  margin: 0 auto;
  padding-top: 48px;
}
.contact_page #contact .contact_in .__sec_body__ .btn_wrap.back {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ .btn_wrap {
    padding-top: 28px;
    max-width: 220px;
  }
}
.contact_page #contact .contact_in .__sec_body__ .btn_wrap .__common_btn01__ {
  display: block;
  width: 100%;
  font-size: 184%;
  line-height: 56px;
  border-radius: 28px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .contact_page #contact .contact_in .__sec_body__ .btn_wrap .__common_btn01__ {
    font-size: 150%;
    line-height: 50px;
    border-radius: 25px;
  }
}
.contact_page #confirm {
  background-color: #f4ffee;
}
.contact_page #confirm .confirm_in .__sec_header__ {
  padding-top: 176px;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_header__ {
    padding-top: 96px;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ {
  max-width: 900px;
  padding-top: 80px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ {
    padding-top: 36px;
    padding-bottom: 64px;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ > p {
  font-size: 134%;
}
.contact_page #confirm .confirm_in .__sec_body__ > p .danger {
  color: #dc3545;
}
.contact_page #confirm .confirm_in .__sec_body__ ul {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ ul {
    padding-top: 12px;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ ul > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ ul > li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ ul > li > dl {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ ul > li > dl {
    display: block;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ ul > li > dl > dt {
  width: 220px;
  font-size: 134%;
  font-weight: normal;
  color: #111;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ ul > li > dl > dt {
    font-size: 117%;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ ul > li > dl > dt .danger {
  display: none;
}
.contact_page #confirm .confirm_in .__sec_body__ ul > li > dl > dd {
  flex: 1;
  font-size: 134%;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ ul > li > dl > dd {
    font-size: 117%;
    padding-top: 8px;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ .btn_wrap {
  max-width: 250px;
  margin: 0 auto;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ .btn_wrap {
    padding-top: 28px;
    max-width: 220px;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ .btn_wrap .__common_btn01__ {
  display: block;
  width: 100%;
  font-size: 184%;
  line-height: 56px;
  border-radius: 28px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ .btn_wrap .__common_btn01__ {
    font-size: 150%;
    line-height: 50px;
    border-radius: 25px;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ .btn_wrap.back {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ .btn_wrap.back {
    padding-top: 16px;
  }
}
.contact_page #confirm .confirm_in .__sec_body__ .btn_wrap.back .back_screen_btn {
  display: block;
  width: 100%;
  font-size: 184%;
  line-height: 56px;
  border-radius: 28px;
  background-color: #e8e8e8;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.contact_page #confirm .confirm_in .__sec_body__ .btn_wrap.back .back_screen_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .contact_page #confirm .confirm_in .__sec_body__ .btn_wrap.back .back_screen_btn {
    font-size: 150%;
    line-height: 50px;
    border-radius: 25px;
  }
}
.contact_page #done {
  background-color: #f4ffee;
}
.contact_page #done .done_in .__sec_header__ {
  padding-top: 176px;
}
@media screen and (max-width: 768px) {
  .contact_page #done .done_in .__sec_header__ {
    padding-top: 96px;
  }
}
.contact_page #done .done_in .__sec_body__ {
  padding-top: 24px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .contact_page #done .done_in .__sec_body__ {
    padding-top: 16px;
    padding-bottom: 64px;
  }
}
.contact_page #done .done_in .__sec_body__ > p {
  font-size: 134%;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact_page #done .done_in .__sec_body__ > p {
    font-size: 117%;
  }
}
.contact_page #done .done_in .__sec_body__ .btn_wrap {
  max-width: 320px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact_page #done .done_in .__sec_body__ .btn_wrap {
    font-size: 117%;
    padding-top: 24px;
    max-width: 250px;
  }
}
.contact_page #done .done_in .__sec_body__ .btn_wrap .__common_btn01__ {
  display: block;
  width: 100%;
  font-size: 184%;
  line-height: 56px;
  border-radius: 28px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact_page #done .done_in .__sec_body__ .btn_wrap .__common_btn01__ {
    font-size: 150%;
    line-height: 50px;
    border-radius: 25px;
  }
}
.contact_page .wpcf7 .screen-reader-response {
  display: none;
}
.contact_page .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 117%;
  color: #dc3545;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .contact_page .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 109%;
  }
}
.contact_page .wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
}
.contact_page .wpcf7 .wpcf7-form .wpcf7-response-output {
  font-size: 117%;
  color: #dc3545;
  text-align: center;
  margin: 0;
  padding: 16px 0 0 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact_page .wpcf7 .wpcf7-form .wpcf7-response-output {
    font-size: 109%;
    padding: 8px 0 0 0;
  }
}

.error_page #error {
  background-color: #ffeeea;
}
.error_page #error .error_in .__sec_header__ {
  padding-top: 176px;
}
@media screen and (max-width: 768px) {
  .error_page #error .error_in .__sec_header__ {
    padding-top: 96px;
  }
}
.error_page #error .error_in .__sec_body__ {
  padding-top: 24px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .error_page #error .error_in .__sec_body__ {
    padding-top: 16px;
    padding-bottom: 64px;
  }
}
.error_page #error .error_in .__sec_body__ > p {
  font-size: 150%;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .error_page #error .error_in .__sec_body__ > p {
    font-size: 117%;
  }
}
.error_page #error .error_in .__sec_body__ .btn_wrap {
  max-width: 320px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .error_page #error .error_in .__sec_body__ .btn_wrap {
    font-size: 117%;
    padding-top: 24px;
    max-width: 250px;
  }
}
.error_page #error .error_in .__sec_body__ .btn_wrap .__common_btn01__ {
  display: block;
  width: 100%;
  font-size: 184%;
  line-height: 56px;
  border-radius: 28px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .error_page #error .error_in .__sec_body__ .btn_wrap .__common_btn01__ {
    font-size: 150%;
    line-height: 50px;
    border-radius: 25px;
  }
}

.__banner__ {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.__banner__.type_001 .content {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.__banner__.type_001 .content .content_in {
  width: 100%;
}
.__banner__.type_001 .content .content_in > ul {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
.__banner__.type_001 .content .content_in > ul > li {
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
}
.__banner__.type_001 .content .content_in > ul > li button {
  width: 100%;
  color: #f09819;
  border: 2px solid #f09819;
  font-size: 150%;
  line-height: 43px;
  text-align: center;
  border-radius: 8px;
}
.__banner__.type_001 .content .content_in > ul > li button.read_more {
  background-color: #f09819;
  color: #fff;
}
.__banner__.type_002 .content {
  width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.__banner__.type_002 .content .content_in .title_wrap {
  background-color: #f09819;
  text-align: center;
  font-size: 150%;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.__banner__.type_002 .content .content_in > ul > li {
  border-bottom: 2px solid #f2f2f2;
}
.__banner__.type_002 .content .content_in > ul > li:last-child {
  border-bottom: none;
}
.__banner__.type_002 .content .content_in > ul > li dl {
  display: flex;
  align-items: center;
  padding: 16px;
  position: relative;
}
.__banner__.type_002 .content .content_in > ul > li dl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.__banner__.type_002 .content .content_in > ul > li dl > dt {
  width: 80px;
  border-radius: 50%;
}
.__banner__.type_002 .content .content_in > ul > li dl > dd {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 117%;
}
.__banner__.type_003 .content {
  width: 100%;
  background-color: #06c755;
}
.__banner__.type_003 .content .content_in {
  width: 100%;
  display: flex;
  justify-content: center;
}
.__banner__.type_003 .content .content_in > dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.__banner__.type_003 .content .content_in > dl > dt svg {
  width: 110px;
  height: 110px;
}
.__banner__.type_003 .content .content_in > dl > dd {
  flex: 1;
  padding-right: 16px;
  color: #fff;
}
.__banner__.type_003 .content .content_in > dl > dd .title {
  font-size: 167%;
  font-weight: bold;
}
.__banner__.type_003 .content .content_in > dl > dd .title > span {
  color: #e2f200;
}
.__banner__.type_003 .content .content_in > dl > dd > p {
  font-size: 117%;
  color: #fff;
}
.__banner__.type_004 .content {
  width: 100%;
  background-color: #06c755;
}
.__banner__.type_004 .content .content_in {
  width: 100%;
  display: flex;
  justify-content: center;
}
.__banner__.type_004 .content .content_in .text_wrap {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 86px;
  position: relative;
}
.__banner__.type_004 .content .content_in .text_wrap::before {
  content: "";
  display: block;
  width: 70px;
  height: 110px;
  background-image: url(../images/top/demo_iphone.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.__banner__.type_004 .content .content_in .text_wrap .sub {
  font-size: 134%;
  color: #fff;
}
.__banner__.type_004 .content .content_in .text_wrap .sub > span {
  color: #e2f200;
  text-decoration: underline;
}
.__banner__.type_004 .content .content_in .text_wrap .title {
  display: block;
  font-size: 217%;
  color: #fff;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */