/*
Theme Name: moveonstyle
Author: coral
Version: 1.0.0
*/

@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
}

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

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* body{font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;color:#767676;line-height:normal;word-wrap:break-word;background:#222} */
/* h1, h2, h3, h4, h5, h6{font-weight:bold;margin-bottom:30px}
h2, h3, h4, h5, h6{margin-top:40px} */
html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
  max-width: 1160px !important;
}

h1 {
  font-size: 24px;
}

h1.site-name {
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-left: 4px;
  @media (max-width: 500px) {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-left: 4px;
  }
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* p{margin:30px 0} */
/* .page #content p, .single-post #content p{font-size:18px;line-height:145%} */
* p:last-of-type,
#sidebar .widget-container:last-child {
  margin-bottom: 0;
}

/* a{color:#007acc} */
a:hover,
a:focus {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre {
  overflow-x: auto;
  white-space: pre-wrap;
}

pre,
code {
  font-family: "courier new", courier, serif;
}

hr {
  height: 1px;
  border: 0;
  margin: 30px 0;
  background: #ccc;
}

blockquote {
  padding: 15px;
  border-left: 4px solid #ccc;
  margin: 30px 0;
}

blockquote p:first-of-type {
  margin-top: 0;
}

.entry-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

.entry-content ul,
.widget-container ul,
.comment-body ul,
.entry-content ol,
.widget-container ol,
.comment-body ol {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 30px 0 30px 60px;
}

.entry-content ul ul,
.widget-container ul ul,
.comment-body ul ul,
.entry-content ol ol,
.widget-container ol ol,
.comment-body ol ol,
.entry-content ul ol,
.widget-container ul ol,
.comment-body ul ol,
.entry-content ol ul,
.widget-container ol ul,
.comment-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content ol,
.widget-container ol,
.comment-body ol {
  list-style: decimal outside;
  list-style-type: decimal-leading-zero;
  margin-left: 70px;
}

.entry-content ul li,
.widget-container ul li,
.comment-body ul li {
  list-style-type: "— ";
}

.entry-content li,
.widget-container li,
.comment-body li {
  line-height: 125%;
  margin: 20px 0;
}

input,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  padding: 15px;
  border: 0;
  border-bottom: 1px solid transparent;
  outline: 0;
  margin-top: 10px;
  background: #f6f6f6;
}

input:focus,
textarea:focus {
  border-bottom: 1px solid #007acc;
}

/* input[type=submit], button, .button {
  display: inline-block;
  font-family: georgia, serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 25px;
  border: 0;
  background: #007acc;
  cursor: pointer;
} */

input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  opacity: 0.8;
}

a img,
input[type="image"],
iframe {
  border: 0;
}

a img:hover,
a:focus img,
a svg:hover,
a:focus svg {
  opacity: 0.8;
}

img,
img[src$=".svg"],
svg {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

img,
video,
audio,
table,
select,
textarea {
  max-width: 100% !important;
  height: auto;
}

table {
  width: 100%;
  margin: 30px 0;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

/* #header, #container, #footer{padding:5%} */
#branding {
  float: left;
}

#logo {
  max-height: 100%;
}

/* #container{flex:1;background:#fff} */
/* #content {
  width: 75%;
  padding-right: 5%;
  float: left;
} */

/* #content.full-width {
  width: 100%;
  padding-right: 0;
  float: none;
} */

#sidebar {
  width: 25%;
  float: right;
}

#footer {
  clear: both;
}

#menu {
  margin-top: 10px;
  float: right;
}

#menu div:first-of-type {
  float: left;
}

#menu ul {
  font-size: 0;
}

#menu ul,
#menu li,
#menu a {
  position: relative;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li.menu-item-has-children > a:after,
#menu li.page_item_has_children > a:after {
  font-family: serif;
  content: " ▾";
  line-height: 0;
}

#menu a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  line-height: 33px;
  padding-bottom: 10px;
  margin-top: -1px;
  margin-right: 25px;
}

#menu a:hover,
#menu a:focus {
  color: #767676;
  text-decoration: none;
}

#menu ul.sub-menu,
#menu ul.children {
  position: absolute;
  display: block;
  top: 100%;
  left: -9999px;
  margin-top: 20px;
  -webkit-transition: unset;
  transition: unset;
  z-index: 1000;
}

#menu ul.sub-menu a,
#menu ul.children a {
  width: 200px;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
}

#menu ul.sub-menu a:hover,
#menu ul.sub-menu a:focus,
#menu ul.children a:hover,
#menu ul.children a:focus {
  color: #767676;
  background: #f7f7f7;
}

#menu li.menu-item-has-children a:hover + ul.sub-menu,
#menu li.menu-item-has-children a:focus + ul.sub-menu,
#menu li.menu-item-has-children a + ul.sub-menu:hover,
#menu li.menu-item-has-children a + ul.sub-menu:focus-within,
#menu li.page_item_has_children a:hover + ul.children,
#menu li.page_item_has_children a:focus + ul.children,
#menu li.page_item_has_children a + ul.children:hover,
#menu li.page_item_has_children a + ul.children:focus-within {
  left: 0;
}

#menu .menu-toggle {
  display: none;
  color: #fff;
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
  -webkit-transition: unset;
  transition: unset;
}

#menu .menu-toggle:hover,
#menu .menu-toggle:focus {
  color: #007acc;
}

#menu .menu-icon {
  font-size: 50px;
}

#search {
  float: right;
}

#search .search-field {
  width: 36px;
  height: 36px;
  color: transparent;
  padding: 10px;
  border-color: transparent;
  margin-top: 0;
  background-color: #transparent;
  background-image: url(images/find-light.png);
  cursor: pointer;
}

#search .search-field:focus {
  width: 200px;
  color: #fff;
  border-color: #007acc;
  cursor: text;
}

.widget-container .search-field {
  width: 100%;
}

.error404 .entry-content .search-field,
.search .entry-content .search-field {
  width: 200px;
  margin-top: 30px;
}

.error404 .entry-content .search-field,
.search .entry-content .search-field,
.widget-container .search-field {
  background-color: #f6f6f6;
}

.search-field {
  background: url(images/find.png) no-repeat 98% center/24px auto;
}

#site-title h1,
#site-title a {
  display: inline;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}

#site-description,
#copyright,
#copyright a {
  color: #8a8a8a;
}

.single h1.entry-title a {
  color: #767676;
  text-decoration: none;
  font-size: 20px;
}

h2.entry-title,
h3.widget-title {
  margin-top: 0;
}

#commentform label {
  display: block;
}

#commentform #comment {
  width: 100%;
  max-width: 400px !important;
  height: auto;
}

#comments .comment-author {
  line-height: 14px;
}

#comments .comment-author img {
  margin-right: 5px;
  float: left;
}

#comments .comment {
  margin: 20px 10px;
}

#comments .comment-body {
  padding: 15px;
}

#comments .odd > .comment-body {
  background: #f6f6f6;
}

#comments .comment-body > p {
  font-size: 16px;
  margin: 15px 0 0;
}

#copyright {
  text-align: center;
}

.entry-meta,
.entry-footer,
.archive-meta {
  margin: 30px 0;
}

.entry-footer {
  clear: both;
}

.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a,
.comment-meta,
.comment-meta a,
.comment-author,
.comment-author a {
  font-size: 14px;
  color: #767676;
}

.sticky {
  padding-bottom: 60px;
  border-bottom: 4px solid #ccc;
}

.post,
.widget-container,
.search article {
  margin-bottom: 60px;
}

.post:last-of-type {
  margin-bottom: 0;
}

.wp-caption {
  width: auto !important;
}

.wp-caption.aligncenter,
.wp-caption-text,
.gallery-caption {
  text-align: center;
}

.wp-block-gallery ul,
.wp-block-gallery ul li,
.wp-block-gallery ul li:before {
  content: "";
  margin: 0;
}

.wp-post-image {
  display: block;
  margin-bottom: 30px;
}

.entry-attachment img {
  display: block;
  margin: 60px auto 30px;
}

.attachment .entry-caption {
  text-align: center;
}

.alignleft {
  margin: 0 30px 30px 0;
  float: left;
}

.alignright {
  margin: 0 0 30px 30px;
  float: right;
}

.aligncenter {
  display: block;
  margin: 30px auto;
  clear: both;
}

#content p.wp-block-cover-text {
  color: #fff;
}

.nav-links {
  margin-top: 30px;
}

.nav-links a,
#nav-above a {
  text-decoration: none;
}

#nav-above a {
  display: block;
  font-family: tahoma, sans-serif;
  font-size: 50px;
  color: #767676;
  line-height: 0;
  margin: 30px 0 15px;
}

.nav-previous {
  text-align: left;
  float: left;
}

.nav-next {
  text-align: right;
  float: right;
}

.note {
  display: block;
  font-size: 14px;
  padding: 20px;
  margin: 30px 0;
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: normal;
  vertical-align: middle;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: currentColor;
}

.symbol {
  font-family: "Times", "Times New Roman", "serif", "sans-serif", system-ui,
    -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI",
    "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto",
    "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu",
    "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif,
    "EmojiSymbols";
}

.round {
  border-radius: 100px;
}

.circle {
  border-radius: 50%;
}

.blue,
.blue *,
.blue-dark,
.blue-dark *,
.green,
.green *,
.green-dark,
.green-dark *,
.orange,
.orange *,
.purple,
.purple *,
.red,
.red *,
.black,
.black * {
  color: #fff;
}

.white,
.white *,
.yellow,
.yellow * {
  color: #000;
}

.white {
  background-color: #fff !important;
}

.blue {
  background-color: #007acc !important;
}

.blue-dark {
  background-color: #1c78b5 !important;
}

.green {
  background-color: #91da29 !important;
}

.green-dark {
  background-color: #5d8c1a !important;
}

.orange {
  background-color: #f98733 !important;
}

.purple {
  background-color: #bb6cf8 !important;
}

.red {
  background-color: #ef645d !important;
}

.yellow {
  background-color: #f8f658 !important;
}

.black {
  background-color: #4a4a45 !important;
}

.lighter {
  background-color: rgba(255, 255, 255, 0.05);
}

.darker {
  background-color: rgba(0, 0, 0, 0.05);
}

.overlay:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.layer {
  width: 100%;
  padding: 5%;
}

.layer-inner {
  max-width: 800px;
  margin: 0 auto;
}
/* 
.box, .box-2, .box-3, .box-4, .box-5, .box-6, .box-1-3, .box-2-3 {
  display: inline-block;
  width: 100%;
  padding: 5%;
  vertical-align: top;
  float: left;
}

.box-2 {
  width: 50%;
}

.box-3, .box-1-3 {
  width: 33.3333333%;
}

.box-4 {
  width: 25%;
}

.box-5 {
  width: 20%;
}

.box-6 {
  width: 16.6666667%;
}

.box-2-3 {
  width: 66.6666666%;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
} */

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-float:after,
#header:after,
#container:after,
.boxes:after {
  display: table;
  content: "";
  clear: both;
}

.offset {
  padding-top: 100px;
  margin-top: -100px;
}

.spacer {
  display: inline-block;
  width: 25px;
}

.mobile,
.desktop {
  display: none;
}

@media (max-width: 1024px) {
  .box-5,
  .box-6 {
    width: 25%;
  }
  .boxes .box-5:nth-child(5) {
    width: 100%;
  }
  .boxes .box-6:nth-child(5),
  .boxes .box-6:nth-child(6) {
    width: 50%;
  }
}
@media (min-width: 769px) {
  #logo-container {
    display: block;
    height: 35px;
    margin-bottom: 10px;
  }
  .desktop {
    display: block;
  }
}
@media (max-width: 768px) {
  #header,
  #footer {
    text-align: center;
  }
  #content,
  #sidebar {
    width: 100%;
    padding: 0;
  }
  #branding,
  #menu,
  #menu div:first-of-type,
  #search {
    float: none;
  }
  #search {
    margin-top: 20px;
  }
  #search .search-field {
    width: 100%;
    color: #fff;
    border-color: #8a8a8a;
    cursor: text;
  }
  #search .search-field:focus {
    width: 100%;
  }
  #menu.toggled {
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
  }
  #menu .menu-toggle {
    display: inline-block;
  }
  #menu ul {
    display: none;
  }
  #menu.toggled ul,
  #menu.toggled ul.sub-menu,
  #menu.toggled ul.children {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0 10px 0;
    margin: 0;
  }
  #menu.toggled ul.sub-menu,
  #menu.toggled ul.children {
    padding-bottom: 0;
  }
  #menu.toggled a,
  #menu.toggled ul.sub-menu a,
  #menu.toggled ul.children a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 15px 0 5px;
    border: 0;
    margin: 0;
    background: none;
  }
  #menu.toggled ul.sub-menu a,
  #menu.toggled ul.children a {
    color: #ccc;
  }
  .box-4,
  .box-5,
  .box-6 {
    width: 50%;
  }
  .mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .single .nav-links .nav-previous,
  .single .nav-links .nav-next {
    float: none;
  }
  .box-3 {
    width: 50%;
  }
  .boxes .box-3:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #header,
  #container,
  #footer,
  .layer {
    padding: 10%;
  }
  .wp-caption,
  input,
  textarea,
  .button {
    width: 100% !important;
  }
  input[type="checkbox"],
  input[type="radio"] {
    width: auto !important;
  }
  .box-2,
  .box-3,
  .box-4,
  .box-5,
  .box-6,
  .boxes .box-6:nth-child(5),
  .boxes .box-6:nth-child(6),
  .box-2-3,
  .box-1-3 {
    width: 100%;
  }
  .spacer {
    display: block;
    width: 100%;
    height: 30px;
  }
}
@media (prefers-color-scheme: light) {
  body,
  #container {
    background: #fff;
  }
  #header {
    background: #111;
  }
}
@media (prefers-color-scheme: dark) {
  body,
  #container {
    background: #111;
  }
}
@media print {
  * {
    color: #000 !important;
    background: #fff !important;
  }
  body {
    padding: 50px !important;
    margin: 0 !important;
  }
  #content {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #header,
  #sidebar,
  #footer,
  #comments,
  .entry-footer,
  .navigation,
  .share,
  .video-wrap,
  iframe,
  img {
    display: none !important;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.looper {
  display: none;
}

.search-submit {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

/* .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

/* .container {
  margin: 0 auto;
  max-width: 1160px !important;
} */

/* 共通 */
a {
  color: #333;
  text-decoration: none;
}

#header,
#container,
#footer {
  padding: 0;
}

#container {
  width: 97.6%;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}

/*header.header {
  padding: 20px 0 20px;
  margin-top: 50px;
}*/

/*header#header {
  margin-bottom: 20px;
}*/

header.header h1.entry-title {
  font-size: 30px !important;
  padding-top: 80px;
}

h2.wp-block-heading {
  margin-bottom: 20px;
  margin-top: 40px;
}

/* ページ */
.page-template-default #content,
.error404 #content {
  width: 75%;
  margin: 0 auto;
  display: block;
}

/* ページトップボタン */
.pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
  background-color: rgba(8, 74, 149, 0.7019607843);
}
@media screen and (min-width: 750px) {
  .pagetop {
    bottom: 20px;
  }
}

a.pagetop__arrow {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
}

a.pagetop__arrow::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

#header {
  background: #fff;
}

/*.header {
  height: 90px;
  background: white;
}*/
.header .header-pc {
  display: block;
}
.header .header-sp {
  display: none;
}
.header .header-wrap {
  margin: 0 auto;
  width: 100%;
  padding: 20px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .left .title {
  padding-left: 90px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .right .time {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  padding-right: 16px;
}
.header .right .tel-link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  position: relative;
  padding-left: 46px;
}
.header .right .tel-link::after {
  width: 36px;
  height: 36px;
  display: block;
  content: "";
  background-image: url(../images/lp/tel-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}
.header nav {
  max-width: 728px;
}
.header nav {
  max-width: 52.753%;
}
.header nav ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.header nav ul li {
  display: inline;
}
.header nav ul li a {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.header nav ul li .link01,
.header nav ul li .link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 16px 0px;
  position: relative;
  height: 100%;
  padding: 16px;
}
.header nav ul li .link01::after,
.header nav ul li .link02::after {
  width: 17px;
  height: 12px;
  display: block;
  content: "";
  background-image: url(../images/lp/nav-arrow.png);
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.header nav ul li a.button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 16px 0 40px;
  background: #da1682;
  border-radius: 80px;
  color: #fff;
  height: 62px;
  position: relative;
}
.header nav ul li a.button01::before {
  width: 17px;
  height: 11px;
  display: block;
  content: "";
  background-image: url(../images/lp/btn-top-arrow.png);
  bottom: 50%;
  top: 50%;
  margin: auto;
  left: 16px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.header nav ul li a.button02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 16px 0 40px;
  background: #fbffca;
  border-radius: 80px;
  height: 62px;
  position: relative;
}
.header nav ul li a.button02::before {
  width: 17px;
  height: 11px;
  display: block;
  content: "";
  background-image: url(../images/lp/btn-top-arrow2.png);
  bottom: 50%;
  top: 50%;
  margin: auto;
  left: 16px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

header#header {
  height: 80px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  background-color: #fff;
  padding: 10px 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding: 16px 0;
}
@media screen and (min-width: 750px) {
  .btn-box {
    gap: 24px;
    padding: 40px 0;
  }
}
.btn-box .btn-dl-bk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  isolation: isolate;
  width: 176px;
  height: 40px;
  background: #141e2a;
}
@media screen and (min-width: 750px) {
  .btn-box .btn-dl-bk {
    width: 232px;
    height: 53px;
  }
}
.btn-box .btn-dl-bk a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: 100%;
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 8px 30px 8px 12px;
}
@media screen and (min-width: 750px) {
  .btn-box .btn-dl-bk a {
    font-size: 20px;
    padding: 12px 37px 12px 29px;
  }
}
.btn-box .btn-dl-bk a::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(images/lp/icon-dl-file.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  position: absolute;
}
@media screen and (min-width: 750px) {
  .btn-box .btn-dl-bk a::after {
    width: 21px;
    height: 21px;
  }
}
.btn-box .btn-consul-rd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  isolation: isolate;
  width: 176px;
  height: 40px;
  background: #bd0000;
}
@media screen and (min-width: 750px) {
  .btn-box .btn-consul-rd {
    width: 232px;
    height: 53px;
  }
}
.btn-box .btn-consul-rd a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: 100%;
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 8px 30px 8px 12px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .btn-box .btn-consul-rd a {
    padding: 12px 33px 12px 19px;
    font-size: 20px;
  }
}
.btn-box .btn-consul-rd a::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(images/lp/icon-b-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  position: absolute;
}
@media screen and (min-width: 750px) {
  .btn-box .btn-consul-rd a::after {
    width: 21px;
    height: 21px;
  }
}

.btn-box-header {
  display: none;
  gap: 16px;
}
@media screen and (min-width: 750px) {
  .btn-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn-box-header .btn-dl-bk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  isolation: isolate;
  width: 180px;
  height: 42px;
  background: #141e2a;
}
@media screen and (min-width: 750px) {
  .btn-box-header .btn-dl-bk {
    width: 218px;
    height: 42px;
  }
}
.btn-box-header .btn-dl-bk a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: 100%;
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 8px 38px 8px 30px;
}
.btn-box-header .btn-dl-bk a::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(images/lp/icon-dl-file.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  position: absolute;
}
.btn-box-header .btn-consul-rd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  isolation: isolate;
  width: 180px;
  height: 42px;
  background: #bd0000;
}
@media screen and (min-width: 750px) {
  .btn-box-header .btn-consul-rd {
    width: 218px;
    height: 42px;
  }
}
.btn-box-header .btn-consul-rd a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: 100%;
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 8px 53px 8px 53px;
  text-align: center;
}
.btn-box-header .btn-consul-rd a::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(images/lp/icon-b-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  position: absolute;
}

.header-wrap.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav#menu li {
  font-size: 15px;
  font-weight: 500;
  line-height: 22.2px;
  text-align: left;
}
nav#menu li a {
  font-size: 15px !important;
  font-weight: 500;
  line-height: 22.2px;
  text-align: left;
  text-decoration: none;
  color: #333;
}

i.fas.fa-external-link-alt {
  margin-left: 10px;
  font-size: 14px;
}

/* hamburgerここから */
/* inputを非表示 */
.input-hidden {
  display: none;
}

/* label */
.hamburger-link-switch {
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 0; /* ハンバーガーアイコンの位置（上から） */
  z-index: 9999;
  width: 4em; /* アイコン（クリック可能領域）の幅 */
  height: 4em; /* アイコン（クリック可能領域の）高さ */
}

/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-link1:checked ~ .hamburger-link-switch {
  position: fixed;
}

/* ハンバーガーアイコン */
.hamburger-switch-line1,
.hamburger-switch-line1:before,
.hamburger-switch-line1:after {
  width: 25px;
  height: 3px;
  background: #333; /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}

.hamburger-switch-line1 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hamburger-switch-line1:before {
  -webkit-transform: translate(-50%, -300%);
  transform: translate(-50%, -300%);
}

.hamburger-switch-line1:after {
  -webkit-transform: translate(-50%, 200%);
  transform: translate(-50%, 200%);
}

/* ハンバーガーアイコン･アニメーション */
#hamburger-link1:checked ~ .hamburger-link-switch .hamburger-switch-line1 {
  width: 0;
}

#hamburger-link1:checked
  ~ .hamburger-link-switch
  .hamburger-switch-line1:before {
  -webkit-transform: rotate(45deg) translate(-40%, 325%);
  transform: rotate(45deg) translate(-40%, 325%);
}

#hamburger-link1:checked
  ~ .hamburger-link-switch
  .hamburger-switch-line1:after {
  -webkit-transform: rotate(-45deg) translate(-40%, -325%);
  transform: rotate(-45deg) translate(-40%, -325%);
}

/* メニューエリア */
.hamburger-link-menuwrap {
  position: fixed;
  height: 100%;
  background: #fafafa; /* メニューエリアの背景色 */
  padding: 5em 3% 2em;
  z-index: 9998;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
  top: 0;
  left: 100%;
  width: 70%;
}

/* メニューリスト */
.hamburger-link-menulist {
  margin-right: 3%;
  padding-left: 5% !important; /* !important不要な場合もあり */
  list-style: none;
}

.hamburger-link-menulist li a {
  text-decoration: none;
  color: #333; /* メニューリストの文字色 */
  display: block;
  padding: 0.5em 0;
}

/* メニューエリア･アニメーション */
/* 右から */
#hamburger-link1:checked ~ .hamburger-link-menuwrap {
  left: 30%;
}

/* コンテンツカバー */
#hamburger-link1:checked ~ .hamburger-link-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}

/* PCではハンバーガーメニューを表示しない */
@media (min-width: 1297px) {
  .hamburger-link-menubox {
    display: none;
  }
}
@media (max-width: 1298px) {
  .hamburger-link-menubox {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  #hamburger-link1:checked ~ .hamburger-link-switch {
    position: fixed;
    top: 10px;
  }
  header#header {
    padding: 10px 5px !important;
    position: relative;
  }
  header#header .center {
    display: none;
  }
  header#header .right {
    display: block;
    padding-right: 80px;
  }
  header#header .left {
    width: 100%;
  }
  ul#menu-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 10px;
    margin-top: 50px;
  }
  #menu {
    margin-top: 10px;
    float: left;
    /* text-align: center; */
  }
}
@media (max-width: 780px) {
  header#header .right {
    display: none;
  }
  .hamburger-link-menubox {
    top: 10px;
  }
}
.header-logo {
  width: auto;
  height: 60px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
}

div#cnt {
  margin-bottom: 50px;
}

.footer {
  background-color: #fff;
  text-align: center;
  padding: 0 0 0;
  font-size: 16px;
}
.footer .flex-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 32px;
  border-top: 1px solid #bbbbbb;
  margin-top: 40px !important;
}

.footer {
  background-color: #0d9d12;
  text-align: center;
}
.footer .footer-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  padding: 36px 0;
  width: 100%;
  font-weight: 600;
}
.footer .footer-menu ul li {
  margin-right: 24px;
}
.footer .footer-menu ul li a {
  color: #000000;
}
.footer .footer-menu ul li a:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
.footer .footer-info {
  margin-bottom: 20px;
  padding: 40px 10%;
  color: #fff;
}
.footer .footer-info .name {
  font-weight: 700;
  font-size: 36px;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.footer .footer-info .adress a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
.footer .copyright {
  color: #333;
  background-color: #fff;
  padding: 2px 0;
  line-height: 37px;
}

@media screen and (max-width: 959px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .footer-logo {
    width: 126.5px;
    height: 94.5px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 780px) {
  .footer .profile .company-name {
    font-size: 9.5px;
    font-weight: 400;
    line-height: 18.5px;
  }
  .footer .profile p {
    font-family: Roboto;
    font-size: 9.5px;
    font-weight: 400;
    line-height: 18.5px;
    text-align: left;
    padding: 0;
  }
  .footer-logo {
    margin-bottom: 25.5px;
  }
  .footer .small-link {
    font-size: 9.5px;
    font-weight: 400;
    line-height: 18.5px;
    text-align: left;
  }
  .footer .flex-container {
    max-width: 302.5px;
    margin: 0 auto;
  }
  .footer {
    padding: 38px 0 30px;
  }
}

@media screen and (min-width: 750px) {
  .footer .flex-container {
    margin-top: 48px;
    padding: 40px 0 68px;
  }
}
.footer .footer-logo {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media screen and (min-width: 750px) {
  .footer .footer-logo {
    text-align: left;
    padding-bottom: 8px;
    margin: auto;
  }
}
.footer .profile .company-name {
  font-size: 18px !important;
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .footer .profile .company-name {
    text-align: left;
    font-size: 18px;
  }
}
.footer .profile .company-adress {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 750px) {
  .footer .profile .company-adress {
    font-size: 16px;
    text-align: left;
  }
}
.footer .small-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}
.footer .small-link ul li {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.footer .small-link ul li a {
  color: #333;
}

.footer .information .tel-link {
  position: relative;
  font-weight: 700;
  font-size: 46px;
  line-height: 66px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 16px;
}
.footer .information .tel-link::after {
  content: "";
  display: block;
  width: 39px;
  height: 42px;
  background-image: url(../images/lp/tel-icon.png);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  bottom: 50%;
  margin: auto;
  left: -60px;
}
.footer .information .reception {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
}
.footer .information .mail {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
.footer .information .mail::after {
  content: "";
  display: block;
  width: 35px;
  height: 38px;
  background-image: url(../images/lp/mail-icon.png);
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  left: -50px;
}
.footer .copyright {
  padding: 80px 0 10px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 14.4px;
  background-color: #01be07;
  padding: 10px 0;
  height: 37px;
}

input.form-button {
  background: #01be07;
  color: #fff;
}

@media screen and (max-width: 1574px) {
  .title-sub {
    display: none;
  }
  .header .left .title {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .header .left .title {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .header .header-wrap {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 780px) {
  /* 780px以下に適用されるCSS（スマホ用） */

  .header .header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    padding: 0;
  }
  .header .right {
    width: 100%;
    background: #000241;
    color: #fff;
    padding: 19px 0 19px 8%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 47px;
  }
  .header .left {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .left .title {
    padding-left: 10px;
    font-size: 11.71px;
    display: block;
  }
  .header-logo {
    width: 143px;
  }
  .header-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .header .right .tel-link {
    font-size: 13.75px;
    padding-left: 32px;
    color: #fff;
  }
  .header .right .tel-link a {
    color: #fff;
  }
  .header .right .time {
    color: #fff;
    font-size: 10px;
  }
  .header .right .tel-link::after {
    width: 23.6px;
    height: 23.6px;
    background-image: url(../images/lp/tel-icon-w.png);
  }
}

section.contact .container .text0l {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.form-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.form-box .p-contact-list {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 700px !important;
}
.form-box .p-contact-list .p-contact-list__title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  position: relative;
  padding-bottom: 2px;
}
.form-box .contact-form-title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  padding-bottom: 2px;
  font-size: 20px;
  padding-top: 16px;
}
.form-box .p-contact-list .p-contact-list__data {
  width: 100%;
  text-align: left;
}
.form-box .p-contact-list .p-contact-list__note {
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 4px;
}
.form-box .p-contact-list dd {
  margin-left: 0;
}
.form-box .p-contact-list .required {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 16px;
  position: absolute;
  height: 20px;
  background: #ff6505;
  border-radius: 4px;
  margin: 0 20px;
  display: inline-block;
  position: absolute;
}
.form-box .p-contact-list input {
  padding: 4px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 6px;
}
.form-box .p-contact-list textarea {
  padding: 4px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 6px;
}
.form-box .p-contact-list span.mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 86%;
  font-size: 20px;
  align-items: center;
}
.form-box .p-contact-list span.mwform-zip-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 86%;
  font-size: 20px;
  align-items: center;
}
section.contact
  .bg
  .container
  .form-box
  .p-contact-list
  section.contact
  .bg
  .container
  .form-box
  .p-contact-list
  input {
  padding: 4px;
  width: auto;
}
.privacy-text {
  text-align: left;
  max-width: 570px !important;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.privacy-text a {
  color: #000000;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
.form-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0px;
  gap: 10px;
  width: 320px;
  background: #09a81b;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto;
  position: relative;
  border: 0;
}
.form-button--back {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0px;
  gap: 10px;
  width: 320px;
  background: #c5c5c5;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto;

  position: relative;
  border: 0;
}
.form-button:hover {
  background-color: #72ccdb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
