@charset "UTF-8";
/* Scss Document */
/* reset
============================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - https://richclarkdesign.com 
Twitter: @rich_clark
*/
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, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  overflow-x: hidden;
}

::selection {
  background: #ff7e00;
  color: #fff;
}

::-moz-selection {
  background: #ff7e00;
  color: #fff;
}

body {
  line-height: 1.4;
  position: relative;
  text-align: left;
  font-size: 18px;
  color: #1a1a1a;
  background: #fff;
  transform-origin: 0 0;
  hyphens: manual;
}

p {
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 400;
}

img, p {
  vertical-align: bottom;
}

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

ul {
  list-style: none;
}

ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

ol ol {
  padding-left: 1em;
}

ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 5px;
  color: #b40000;
}

blockquote, q {
  quotes: none;
}

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

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

table th {
  text-align: left;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-size: 18px;
}

table td {
  text-align: left;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-size: 18px;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #1a1a1a;
  opacity: 0.6;
}

a .op:hover,
a.op:hover,
a:hover img {
  opacity: 0.9;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.shadow {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15) !important;
}

#wap {
  width: 100%;
  max-width: 2300px;
  margin: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.row {
  align-items: flex-start;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.sp_block {
  display: none !important;
}

.position_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.position_center_y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Safari用 */
  transform: translate(0, -50%);
}

.position_center_x {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) !important;
  /* Safari用 */
  transform: translate(-50%, 0) !important;
}

hr {
  margin: 0 auto;
}

i {
  position: relative;
  top: 6px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.lineheight_16 {
  line-height: 1.6;
}

.lineheight_2 {
  line-height: 2;
}

.le_sp02,
.le_sp02 span {
  letter-spacing: 0.2em;
}

ruby > rt {
  font-size: 30%;
}

/************************** フォーム **************************/
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  outline: none;
}

input[type="email"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.6;
  transition: 0.3s;
  color: #fff !important;
}

form table {
  width: 80%;
  margin: auto;
}

form table th {
  padding: 2% 3% 2% 0;
  width: 23%;
  vertical-align: top;
  font-weight: bold;
}

form table td {
  border: none;
  padding-left: 50px;
  width: 63%;
  padding: 0 0 30px 0;
}

form textarea:focus,
form input:focus {
  outline: none;
}

.red {
  background-color: #C7081B;
  color: #fff;
  font-size: 12px;
  padding: 2px 7px;
  margin-right: 10px;
  border-radius: 3px;
  margin-left: 20px;
}

.con_frame01 {
  width: 100%;
  border: 1px solid #888;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.con_frame06 {
  height: 150px;
  width: 100%;
  border: 1px solid #888;
  padding: 10px;
}

textarea,
input {
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}

input[type=button],
input[type=submit] {
  background: #ff7e00;
  border: 1px solid #ff7e00;
  color: #fff;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  transition: .3s;
  display: inline-block;
  overflow: hidden;
  width: 250px;
  margin: 5px;
}

[type=text] {
  line-height: normal;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

form .ef01_green i,
form .ef01_og i {
  position: absolute;
  top: 36%;
  right: 5%;
}

form .ef01_green,
form .ef01_og {
  padding: 0;
  position: relative;
}

.form_btn {
  margin-bottom: 10px;
}

/*::    萓九�隕九◆逶ｮ   ::*/
/* Chrome */
::-webkit-input-placeholder {
  color: #999999;
  padding-left: 5px;
  padding-top: 5px;
  line-height: 1em;
}

/* Firefox */
::-moz-placeholder {
  color: #999999;
  padding-left: 5px;
  padding-top: 5px;
  line-height: 1em;
}

/* IE */
:-ms-input-placeholder {
  color: #999999;
  padding-left: 5px;
  padding-top: 5px;
  line-height: 1em;
}

form table td.radio {
  padding-top: 17px;
}

input[type=button],
input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: 0.3s;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  outline: none;
}

input[type="email"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  background: #fff;
}

textarea,
input[type="email"],
input[type="text"] {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  vertical-align: top;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #888888;
}

textarea:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type=submit]:focus {
  outline: none;
}

input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  letter-spacing: 0.1em;
}

input[type=checkbox], input[type=radio] {
  margin-right: 3px;
  position: relative;
  top: 2px;
}

label {
  margin-right: 10px;
}

label span {
  font-size: 16px;
}

input[type="text"].txt_box_s {
  width: 50%;
  display: inherit;
  margin-top: 10px;
  padding: 10px;
}

.mwform-radio-field01 label {
  display: table;
  margin-bottom: 5px !important;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  padding-bottom: 5px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form_confirm .none {
  display: none;
}

.mw_wp_form_confirm form table th {
  padding-top: 0;
}

/* Chrome */
::-webkit-input-placeholder {
  color: #D6D6D6;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

/* Firefox */
::-moz-placeholder {
  color: #D6D6D6;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

/* IE */
:-ms-input-placeholder {
  color: #D6D6D6;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

/************************** フォント **************************/
strong,
.f_bold,
.f_bold span {
  font-weight: 700;
}

.f_en,
.f_en span {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.f_10,
.f_10 span {
  font-size: 10px;
}

.f_12,
.f_12 span {
  font-size: 12px;
}

.f_14,
.f_14 span {
  font-size: 14px;
}

.f_16,
.f_16 span {
  font-size: 16px;
}

.f_18,
.f_18 span {
  font-size: 18px;
}

.f_20,
.f_20 span {
  font-size: 20px;
}

.f_21,
.f_21 span {
  font-size: 21px;
}

.f_22,
.f_22 span {
  font-size: 22px;
}

.f_24,
.f_24 span {
  font-size: 24px;
}

.f_26,
.f_26 span {
  font-size: 26px;
}

.f_28,
.f_28 span {
  font-size: 28px;
}

.f_30,
.f_30 span {
  font-size: 30px;
}

.f_32,
.f_32 span {
  font-size: 32px;
}

.f_36,
.f_36 span {
  font-size: 36px;
}

.f_38,
.f_38 span {
  font-size: 38px;
}

.f_40,
.f_40 span {
  font-size: 40px;
}

.f_42,
.f_42 span {
  font-size: 42px;
}

.f_44,
.f_44 span {
  font-size: 44px;
}

.f_46,
.f_46 span {
  font-size: 46px;
}

.f_48,
.f_48 span {
  font-size: 48px;
}

.f_56,
.f_56 span {
  font-size: 56px;
}

.f_60,
.f_60 span {
  font-size: 60px;
}

.f_62,
.f_62 span {
  font-size: 62px;
}

.f_64,
.f_64 span {
  font-size: 64px;
}

.f_72,
.f_72 span {
  font-size: 72px;
}

.f_80,
.f_80 span {
  font-size: 80px;
}

.f_100,
.f_100 span {
  font-size: 100px;
}

.f_wh {
  color: #fff;
}

a.f_wh:hover {
  color: #fff;
  opacity: 0.8;
}

.f_gray {
  color: #888888;
}

a.f_gray:hover {
  color: #888888;
  opacity: 0.8;
}

.f_red {
  color: #E70011;
}

.f_blue,
a.f_blue {
  color: #4897db;
}

a.f_blue:hover {
  color: #4897db !important;
}

.f_og,
a.f_og {
  color: #ff7e00;
}

a.f_blue:hover {
  color: #4897db !important;
}

.f_blue02,
a.f_blue02 {
  color: #ebfafa;
}

a.f_blue02:hover {
  color: #ebfafa !important;
}

.f_gr,
a.f_gr {
  color: #49b7ba;
}

a.f_gr:hover {
  color: #49b7ba !important;
}

.f_pink,
a.f_pink {
  color: #f77171;
}

a.f_pink:hover {
  color: #f77171 !important;
}

.f_tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/************************** 背景 **************************/
.bg_og01 {
  background-color: #fff7f0;
}

.bg_og02 {
  background-color: #ff7e00;
}

.bg_og03 {
  background-color: #ffcc99;
}

.bg_og04 {
  background-color: #fce7c1;
}

.bg_og05 {
  background-color: #fcf9e3;
}

.bg_gr_og {
  background-image: linear-gradient(to left, #f77171 0%, #ff7e00 100%);
  background-size: auto 200%;
}

.bg_gr_og02 {
  background-image: linear-gradient(to left, #ff8585 0%, #ffbb00 100%);
  background-size: auto 200%;
}

.bg_gr_bl {
  background-image: linear-gradient(to right, #4897db 0%, #49b7ba 100%);
  background-size: auto 200%;
}

.bg_border_og {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #ffdbb8 5%, transparent 8%);
  background-size: 1px 8px;
}

.bg_border_og02 {
  background-color: #fcf9e3;
  background-image: linear-gradient(-180deg, #ffdbb8 5%, transparent 8%);
  background-size: 1px 8px;
}

.bg_border_og03 {
  background-color: #ffcc99;
  background-image: linear-gradient(-180deg, #ffdbb8 5%, transparent 8%);
  background-size: 1px 8px;
}

.bg_border_bl {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #b8deff 5%, transparent 8%);
  background-size: 1px 8px;
}

.bg_border_gr {
  background-color: #f2f2f2;
  background-image: linear-gradient(-180deg, #e5e5e6 5%, transparent 8%);
  background-size: 1px 8px;
}

.bg_inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

/************************** ライン **************************/
.line01 {
  width: 160px;
  height: 5px;
  background: url("../img/common/line01.svg");
  background-size: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.round {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.round.round_l {
  width: 20px;
  height: 20px;
}

.round.round_gr {
  border: 1px solid #49b7ba;
}

.round.round_bl {
  border: 1px solid #4897db;
}

.round.round_pink {
  border: 1px solid #f77171;
}

/************************** タイトル **************************/
/************************** ボタン **************************/
.arrow_wap .material-icons.arrow {
  width: 32px;
  line-height: 32px;
  border-radius: 100%;
  right: 10px;
  transition: 0.3s;
  text-align: center;
}

.arrow_wap .material-icons.arrow.arrow_og {
  background: #ff7e00;
  color: #fff;
}

.arrow_wap .material-icons.arrow.arrow_bl {
  background: #4897db;
  color: #fff;
}

.arrow_wap:hover .material-icons.arrow {
  right: 5px;
  transition: 0.3s;
}

.btn01 {
  display: inline-block;
  padding: 15px 120px 15px 20px;
  position: relative;
  --borderWidth: 6px;
  background: #fff;
  position: relative;
  border-radius: 50px;
  letter-spacing: 0.2em;
}

.btn01.btn01_center {
  padding: 15px 60px;
}

.btn01.btn01_yl {
  border: 3px solid #f2ec93;
  color: #ff7e00;
}

.btn01.btn01_bl {
  border: 3px solid #4897db;
  color: #4897db;
}

.btn01.btn01_og {
  border: 3px solid #ff7e00;
  color: #ff7e00;
}

.btn01.btn01_og02 {
  background: #ff7e00;
  color: #fff;
  border: 2px solid #fff;
}

.btn01.btn01_og03 {
  background: #ff7e00;
  color: #fff;
}

.btn01:hover {
  opacity: 1;
}

.btn01:hover.btn01_yl {
  background: #ff7e00;
  color: #fff;
}

.btn01:hover.btn01_bl {
  background: #4897db;
  color: #fff;
}

.btn01:hover.btn01_og {
  background: #ff7e00;
  color: #fff;
}

.btn01:hover.btn01_og02 {
  background: #fff;
  color: #ff7e00;
}

.btn01:hover.btn01_og03 {
  background: #fff;
  color: #ff7e00;
}

.btn02 {
  padding: 5px 20px;
  border-radius: 30px;
  border: 4px solid #f2ec93;
  width: 48%;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.btn02 i {
  background: #fff;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  transform: translateY(0px);
}

.btn02.btn02_bl {
  background-image: linear-gradient(to left, #4897db 0%, #49b7ba 100%);
}

.btn02.btn02_og {
  background-image: linear-gradient(to left, #f77171 0%, #ff7e00 100%);
}

.btn02:hover {
  opacity: 1;
  position: relative;
  top: 5px;
  transition: 0.3s;
  transform: translateY(8px);
}

.btn03 {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 0;
  display: inline-block;
}

.btn04 {
  padding: 20px 0;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  border-radius: 50px;
}

.btn04:hover {
  opacity: 1;
  position: relative;
  top: 5px;
  transition: 0.3s;
  transform: translateY(8px);
}

/************************** 動き **************************/
.gradient_border {
  --borderWidth: 6px;
  background: #fff;
  position: relative;
  border-radius: var(--borderWidth);
  display: inline-block;
  margin-right: 15px;
  padding-left: 10px;
}

.gradient_border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #ffaa00, #ff8585, #ffaa00, #ff8585);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 2s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fadein_left {
  opacity: 0;
  transform: translate(80px, 0);
  transition: all 0.8s;
}

.fadein_right {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: all 0.8s;
}

.fadein_bottom {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.2s;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .fadein {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.8s;
}

.fadein:nth-of-type(1) {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
}

.fadein:nth-of-type(2) {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
}

.fadein:nth-of-type(3) {
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
}

.fadein:nth-of-type(4) {
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
}

.fadein:nth-of-type(5) {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}

.fadein:nth-of-type(6) {
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
}

.fadein:nth-of-type(7) {
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
}

.fadein:nth-of-type(8) {
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
}

.fadein:nth-of-type(9) {
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
}

.fadein:nth-of-type(10) {
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}

.fuwafuwa:nth-child(odd) {
  -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
}

.fuwafuwa:nth-child(even) {
  -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
}

.fuwafuwa span {
  text-decoration: none;
  display: block;
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
}

.fuwafuwa:nth-child(1) span {
  -webkit-animation-duration: 1.1s;
}

.fuwafuwa:nth-child(2) span {
  -webkit-animation-duration: 1.3s;
}

.fuwafuwa:nth-child(3) span {
  -webkit-animation-duration: 1.5s;
}

@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
.swing {
  -webkit-animation: swing linear 5s infinite;
}

@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(-5deg);
  }
  50% {
    -moz-transform: rotate(0deg);
  }
  75% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  0% {
    -o-transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(-5deg);
  }
  50% {
    -o-transform: rotate(0deg);
  }
  75% {
    -o-transform: rotate(5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  0% {
    -ms-transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(-5deg);
  }
  50% {
    -ms-transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.buruburu {
  animation: furu 2.2s infinite;
}

@keyframes furu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  2% {
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  4% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  6% {
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  8% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  10% {
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  12% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  14% {
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  16% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  18% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.marker-animation.active {
  background-position: -100% 20%;
}

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #4897db 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #4897db 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #4897db 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #4897db 50%);
  background-image: linear-gradient(left, transparent 50%, #4897db 50%);
  background-repeat: repeat-x;
  background-size: 200% 60%;
  background-position: 0 20%;
  transition: all 2s ease;
  transition-delay: 0.8s;
  font-weight: bold;
  padding: 0 0 20px 3px;
  letter-spacing: 3px;
}

/************************** テーブル **************************/
.table01 {
  max-width: 700px;
}

.table01 th {
  border-bottom: 1px solid #888888;
  width: 20%;
  padding: 20px 0;
}

.table01 td {
  border-bottom: 1px solid #888888;
  padding: 20px 0 20px 60px;
}

/*---------------------/header---------------------*/
header {
  background: #fff;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

header h1 {
  max-width: 500px;
  width: 30%;
}

header h1 img {
  width: 100%;
}

header nav a {
  margin: 0 0.6vw;
  position: relative;
}

header nav a::after {
  position: absolute;
  bottom: -20%;
  left: -20%;
  content: '';
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  margin: 0 20%;
  background: #ff7e00;
}

header nav a:hover::after {
  transform: scale(1, 1);
}

header nav a:hover {
  opacity: 1;
}

.fix_btn_wap {
  right: -3px;
  top: 25vh;
  z-index: 9999;
}

.fix_btn_wap a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 50px 30px;
  border-radius: 30px 0 0 30px;
}

.fix_btn_wap.en_side a {
  padding: 20px 30px;
}


.fix_btn_wap .fix_btn01 {
  background: #fcf8c7;
  margin-bottom: 20px;
}

.fix_btn_wap .fix_btn01:hover {
  opacity: 1;
  background: #ff7e00;
  color: #fcf8c7 !important;
}

.fix_btn_wap .fix_btn02 {
  background-image: linear-gradient(to bottom, #f77171 0%, #ff7e00 51%, #f77171 100%);
  background-size: auto 200%;
}

.fix_btn_wap .fix_btn02 i {
  transform: rotate(270deg);
}

.fix_btn_wap .fix_btn02:hover {
  background-position: bottom center;
  opacity: 1;
}

/*---------------------/headerトップ固定---------------------*/
/*---------------------/footer---------------------*/
footer {
  padding-top: 60px;
}

footer .box02 h2 {
  margin-bottom: 20px;
}

footer address {
  padding-bottom: 20px;
}

footer #pagetop {
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 2000;
  line-height: 100%;
}

footer #pagetop a:hover p {
  opacity: 0.6;
}

main {
  margin-top: 90px;
}

.container_1240 {
  max-width: 1240px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.container_1080 {
  max-width: 1080px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

/**-----------------------------------------------  form_link  **/
/*---------------------footer/---------------------*/
/*---------------------/hover---------------------*/
/*---------------------hover/---------------------*/
/*---------------------/Writing Okamatsu---------------------*/
.sun_main h2 span.border_blue {
  border-bottom: 2px solid #4897db;
}

.bg_gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #49b7ba), color-stop(90%, #4897db));
  background: linear-gradient(to right, #49b7ba 25%, #4897db 90%);
}

.bg_w_gray {
  background-color: #eef4fa;
}

.bg_gray {
  background-color: #f2f2f2;
}

.text-yellow {
  color: #f2ec93;
}

.gradient_text {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #49b7ba), color-stop(90%, #4897db));
  background: linear-gradient(to right, #49b7ba 25%, #4897db 90%);
  -webkit-background-clip: text;
  color: transparent;
}

.to_companies .logo_bg02 {
  background-image: url(../img/common/logo_bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
}

.to_companies .to_companies_details {
  max-width: 550px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.to_companies .btn01.btn01_bl {
  margin-left: auto;
  margin-right: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 20px 120px 20px 40px;
}

.to_companies .w-90 {
  width: 90%;
}

.to_companies .business_items {
  margin: 40px 0 100px;
  border-bottom: 5px solid #f2ec93;
}

.to_companies .business_items .business_items_img {
  height: 300px;
  background-image: url(../img/to_companies/img02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}

.to_companies .business_items02 {
  margin: 100px 0 40px;
  border-bottom: 5px solid #f2ec93;
}

.to_companies .business_items02 .business_items_img {
  height: 300px;
  background-image: url(../img/to_companies/img03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}

.to_companies .to_companies_thought {
  padding: 100px 0;
}

.to_companies .to_companies_thought .tc_thought_title {
  padding: 0 0 50px;
}

.to_companies .to_companies_thought .tc_thought_contents {
  -webkit-box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 9.5rem !important;
}

.to_companies .to_companies_thought .tc_thought_contents h3 {
  position: relative;
  top: -35px;
  padding: 15px 120px;
  border-radius: 30px;
}

.to_companies .to_companies_thought .tc_thought_contents h3 .border_blue {
  border-bottom: 2px solid #4897db;
}

.to_companies .to_companies_thought .tc_thought_contents .tc_thought_subtitle {
  border-radius: 30px;
}

.to_companies .to_companies_thought .tc_thought_contents .tc_thought_items p span {
  color: #4897db;
}

.to_companies .to_companies_thought .tc_thought_contents .tc_thought_items .img_right_float01 {
  float: right;
}

.to_companies .to_companies_thought .tc_thought_contents .tc_thought_items .img_left_float {
  float: left;
}

.to_companies .to_companies_thought .tc_thought_contents .tc_thought_items .right_box02 {
  overflow: hidden;
}

.to_companies .to_companies_thought .tc_thought_contents .tc_thought_items .right_box02 .float_space02 {
  float: right;
  height: 6em;
}

.to_companies .to_companies_thought .tc_thought_contents .tc_thought_items .right_box02 .img_right_float02 {
  float: right;
  clear: both;
  margin: 3.0em 0 0 3.0em;
}

.to_companies .to_companies_thought .float_none {
  clear: both;
}

.txt_outline {
  display: inline-block;
  color: #ffffff;
  /* 文字の色 */
  letter-spacing: 2px;
  /* 文字間 */
  text-shadow: 1px  1px 0px #4897db, -1px  1px 0px #4897db, 1px -1px 0px #4897db, -1px -1px 0px #4897db, 1px  0px 0px #4897db, 0px  1px 0px #4897db, -1px  0px 0px #4897db, 0px -1px 0px #4897db;
  /* 文字の影 */
}

.about .about_img img {
  max-width: 1065px;
  width: 85%;
  height: auto;
}

.about .about_system_contents {
  background-image: url(../img/about/img02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 605px;
}

.about .about_system_contents .about_system_txt {
  min-height: calc(605px - 3rem);
}

.about .about_system_contents .about_system_txt p {
  max-width: 535px;
}

.about .about_system_contents02 {
  background-image: url(../img/about/img04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 605px;
}

.about .about_system_contents02 .about_system_txt {
  min-height: calc(605px - 3rem);
  margin-left: auto !important;
  margin-right: 0 !important;
}

.about .about_system_contents02 .about_system_txt p {
  max-width: 535px;
}

.about .cont09.cont09_09 .txt_box p {
  max-width: 535px;
}

.about .cont09.cont09_09 .img_box {
  width: 50%;
  background: #ffffff;
  border-radius: 0px 50px 50px 0px;
  padding: 20px 5% 20px 0;
}

.about .cont09.cont09_09 .img_box img {
  max-width: 510px;
  width: 90%;
  height: auto;
}

.about .cont09.about_system_contents02_02 .img_box {
  width: 50%;
  background: #ffffff;
  border-radius: 50px 0px 0px 50px;
  padding: 20px 0% 20px 5%;
}

.about .cont09.about_system_contents02_02 .img_box img {
  max-width: 510px;
  width: 90%;
  height: auto;
}

.about .about_contact p span {
  border-bottom: 2px solid #f2ec93;
}

.dispatch .dispatch_system_contents {
  background-image: url(../img/dispatch/img01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 605px;
}

.dispatch .dispatch_system_contents .dispatch_system_txt {
  min-height: calc(605px - 3rem);
}

.dispatch .dispatch_system_contents .dispatch_system_txt p {
  max-width: 535px;
}

.dispatch .dispatch_btn_list .dispatch_btn {
  border-radius: 30px;
  border: 1px solid #4897db;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 285px;
}

.dispatch .dispatch_btn_list .dispatch_btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #49b7ba), color-stop(90%, #4897db));
  background: linear-gradient(to right, #49b7ba 25%, #4897db 90%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.dispatch .dispatch_btn_list .dispatch_btn p, .dispatch .dispatch_btn_list .dispatch_btn i {
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2;
}

.dispatch .dispatch_btn_list .dispatch_btn:hover {
  opacity: 1;
  border: 1px solid #eef4fa;
}

.dispatch .dispatch_btn_list .dispatch_btn:hover::before {
  opacity: 1;
}

.dispatch .dispatch_btn_list .dispatch_btn:hover p, .dispatch .dispatch_btn_list .dispatch_btn:hover i {
  color: white;
}

.dispatch .cont09.cont09_09 {
  margin-top: 100px;
}

.dispatch .cont09.cont09_09 .txt_box p {
  max-width: 535px;
}

.dispatch .cont09.cont09_09 .img_box {
  width: 50%;
  background: #ffffff;
  border-radius: 50px 0px 0px 50px;
  padding: 20px 0% 20px 5%;
}

.dispatch .cont09.cont09_09 .img_box img {
  max-width: 510px;
  width: 90%;
  height: auto;
}

.dispatch .dispatch_about_contents {
  border: 4px solid #f2ec93;
  border-radius: 60px;
}

.dispatch .dispatch_about_contents .dac_first {
  position: relative;
}

.dispatch .dispatch_about_contents .dac_first::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 10px;
  border-top: 25px solid #ffffff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.dispatch .dispatch_about_contents .dac_first p {
  border-radius: 40px;
}

.dispatch .dispatch_about_contents ul li {
  position: relative;
  width: 250px;
  min-height: 335px;
  background-color: #999999;
}

.dispatch .dispatch_about_contents ul li::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 10px;
  border-top: 25px solid #999999;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.dispatch .dispatch_about_contents ul li.bg-white {
  background-color: white;
}

.dispatch .dispatch_about_contents ul li.bg-white::before {
  border-top: 25px solid #f2ec93;
}

.dispatch .dispatch_about_contents .bg_yellow {
  background-color: #f2ec93;
}

.dispatch .dispatch_deff .dispatch_deff_title span {
  position: relative;
}

.dispatch .dispatch_deff .dispatch_deff_title span::before {
  position: absolute;
  content: "";
  top: calc(100% + 3px);
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #49b7ba), color-stop(90%, #4897db));
  background: linear-gradient(to right, #49b7ba 25%, #4897db 90%);
}

.dispatch .dispatch_deff .dispatch_deff_subtitle {
  border-radius: 30px;
}

.dispatch .dispatch_support .dispatch_support_contents ul li {
  padding: 20px 0;
}

.dispatch .dispatch_support .dispatch_support_contents ul li img {
  width: 100%;
  height: auto;
}

.dispatch .dispatch_flow .dispatch_flow_contents {
  background-image: url(../img/dispatch/img11.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dispatch .dispatch_flow .dispatch_flow_contents .dispatch_flow_list li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 785px;
}

.dispatch .dispatch_flow .dispatch_flow_contents .dispatch_flow_list li:nth-child(1) {
  background-image: url(../img/dispatch/img12.png);
}

.dispatch .dispatch_flow .dispatch_flow_contents .dispatch_flow_list li:nth-child(2) {
  background-image: url(../img/dispatch/img13.png);
}

.dispatch .dispatch_flow .dispatch_flow_contents .dispatch_flow_list li:nth-child(3) {
  background-image: url(../img/dispatch/img14.png);
}

.dispatch .dispatch_flow .dispatch_flow_contents .dispatch_flow_list li:nth-child(4) {
  background-image: url(../img/dispatch/img15.png);
}

.dispatch .dispatch_flow .dispatch_flow_contents .dispatch_flow_list li:nth-child(5) {
  background-image: url(../img/dispatch/img16.png);
}

.dispatch .dispatch_flow .dispatch_flow_contents .dispatch_flow_list li:nth-child(6) {
  background-image: url(../img/dispatch/img17.png);
}

#about,
#deff,
#support,
#flow {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}

@media screen and (max-width: 1400px) {
  .about .about_system_contents .about_system_txt p.mr-auto,
  .about .about_system_contents02 .about_system_txt p.mr-auto {
    margin-right: 90px !important;
  }

  .about .about_system_contents .about_system_txt p.ml-auto,
  .about .about_system_contents02 .about_system_txt p.ml-auto {
    margin-left: 90px !important;
  }

  .about .cont09.cont09_09 .txt_box p.mr-auto {
    margin-right: 90px !important;
  }

  .about .cont09.cont09_09 .txt_box p.ml-auto {
    margin-left: 90px !important;
  }

  .dispatch .dispatch_system_contents {
    background-position: center left 65%;
  }

  .dispatch .dispatch_system_contents .dispatch_system_txt p.mr-auto {
    margin-right: 90px !important;
  }

  .dispatch .dispatch_system_contents .dispatch_system_txt p.ml-auto {
    margin-left: 90px !important;
  }

  .dispatch .cont09.cont09_09 .txt_box p.mr-auto {
    margin-right: 90px !important;
  }

  .dispatch .cont09.cont09_09 .txt_box p.ml-auto {
    margin-left: 90px !important;
  }

  .dispatch .dispatch_about_contents ul li {
    width: 23%;
  }
}
@media screen and (max-width: 1400px) {
  .about .about_system_contents .about_system_txt {
    width: 65% !important;
  }

  .about .about_system_contents02 .about_system_txt {
    width: 65% !important;
  }

  .dispatch .dispatch_title {
    width: 90%;
    margin: auto;
  }

  .dispatch .dispatch_btn_list {
    width: 90%;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dispatch .dispatch_btn_list .dispatch_btn {
    margin-bottom: 1.5rem !important;
  }

  .dispatch .dispatch_system_contents .dispatch_system_txt {
    width: 65% !important;
  }

  .dispatch .dispatch_deff .dispatch_deff_list {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 1190px) {
  #about,
  #deff,
  #support,
  #flow {
    -webkit-transform: translateY(-115px);
    transform: translateY(-115px);
  }
}
@media screen and (max-width: 767px) {
  .to_companies .btn01.btn01_bl {
    padding: 10px 100px 10px 15px;
  }

  .to_companies .w-90 {
    width: 95%;
  }

  .to_companies .to_companies_thought {
    padding-bottom: 0 !important;
  }

  .to_companies .to_companies_thought .tc_thought_contents {
    margin-bottom: 5rem !important;
  }

  .to_companies .to_companies_thought .tc_thought_contents .tc_thought_contents_title01,
  .to_companies .to_companies_thought .tc_thought_contents .tc_thought_contents_title02,
  .to_companies .to_companies_thought .tc_thought_contents .tc_thought_contents_title03 {
    padding: 15px 0;
    width: 80%;
  }

  .to_companies .to_companies_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .to_companies .to_companies_items .to_companies_items_img {
    width: 100%;
  }

  .to_companies .to_companies_items .to_companies_items_img img {
    width: 100%;
  }

  .to_companies .to_companies_items .to_companies_details {
    margin-left: 0 !important;
    margin-top: 1.5rem !important;
  }

  .to_companies .business_items, .to_companies .business_items02 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .to_companies .business_items .business_items_img, .to_companies .business_items02 .business_items_img {
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 100% !important;
    height: 200px;
  }

  .to_companies .business_items .business_items_text, .to_companies .business_items02 .business_items_text {
    padding: 40px 20px !important;
  }

  .to_companies .tc_thought_items01 {
    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-bottom: 1.5rem !important;
  }

  .to_companies .tc_thought_items01 .img_right_float01, .to_companies .tc_thought_items01 .img_left_float {
    margin: 0px auto 20px !important;
  }

  .to_companies .tc_thought_items01 img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem !important;
  }

  .to_companies .tc_thought_items02 {
    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;
    margin-top: 10px;
    padding-top: 1.5rem !important;
  }

  .to_companies .tc_thought_items02 .img_left_float, .to_companies .tc_thought_items02 .img_right_float02 {
    margin: 0px auto 20px !important;
  }

  .to_companies .tc_thought_items02 .float_space02 {
    display: none;
  }

  .to_companies .tc_thought_items02 img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem !important;
  }

  .to_companies .tc_thought_items02 p {
    padding-bottom: 0 !important;
  }

  .about .about_img img {
    width: 80%;
    height: auto;
    max-width: 280px;
  }

  .about .about_system_contents,
  .about .about_system_contents02 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 94% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    background-image: none !important;
  }

  .about .about_system_contents .about_system_txt,
  .about .about_system_contents02 .about_system_txt {
    width: 100% !important;
    padding: 2.5rem  0 !important;
  }

  .about .about_system_contents .about_system_txt p.ml-auto, .about .about_system_contents .about_system_txt p.mr-auto,
  .about .about_system_contents02 .about_system_txt p.ml-auto,
  .about .about_system_contents02 .about_system_txt p.mr-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .about .about_system_contents .about_system_txt p.f_28,
  .about .about_system_contents02 .about_system_txt p.f_28 {
    margin-bottom: 1.5rem !important;
  }

  .about .cont09.cont09_09 {
    padding-bottom: 0 !important;
  }

  .about .cont09.cont09_09 .box_wap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 94% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .about .cont09.cont09_09 .box_wap .txt_box {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about .cont09.cont09_09 .box_wap .txt_box p.ml-auto, .about .cont09.cont09_09 .box_wap .txt_box p.mr-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .about .cont09.cont09_09 .box_wap .img_box {
    width: 100%;
    margin: 20px auto;
    border-radius: 0px 0px 0px 0px;
    padding: 40px 0;
  }

  .about .cont09.cont09_09 .box_wap .img_box img {
    display: block;
    margin: auto;
    width: 90%;
    height: auto;
  }

  .dispatch .dispatch_system_contents {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 94% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    background-image: none !important;
  }

  .dispatch .dispatch_system_contents .dispatch_system_txt {
    width: 100% !important;
    padding: 2.5rem  0 !important;
  }

  .dispatch .dispatch_system_contents .dispatch_system_txt p.ml-auto, .dispatch .dispatch_system_contents .dispatch_system_txt p.mr-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .dispatch .dispatch_system_contents .dispatch_system_txt p.f_28 {
    margin-bottom: 1.5rem !important;
  }

  .dispatch .cont09.cont09_09 {
    padding-bottom: 0 !important;
  }

  .dispatch .cont09.cont09_09 .box_wap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 94% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .dispatch .cont09.cont09_09 .box_wap .txt_box {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dispatch .cont09.cont09_09 .box_wap .txt_box p.ml-auto, .dispatch .cont09.cont09_09 .box_wap .txt_box p.mr-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .dispatch .cont09.cont09_09 .box_wap .img_box {
    width: 100%;
    margin: 20px auto;
    border-radius: 0px 0px 0px 0px;
    padding: 40px 0;
  }

  .dispatch .cont09.cont09_09 .box_wap .img_box img {
    display: block;
    margin: auto;
    width: 90%;
    height: auto;
  }

  .dispatch .dispatch_about_contents {
    border-radius: 30px;
    margin-top: 40px;
  }

  .dispatch .dispatch_about_contents .dac_first p {
    padding: 1rem 0 !important;
    width: 90% !important;
    border-radius: 30px;
  }

  .dispatch .dispatch_about_contents ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .dispatch .dispatch_about_contents ul li {
    width: 100%;
    min-height: auto;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid white;
  }

  .dispatch .dispatch_about_contents ul li:first-child::before {
    border-top-color: #f2ec93;
  }

  .dispatch .dispatch_about_contents ul li:nth-child(n + 2):before {
    display: none !important;
  }

  .dispatch .dispatch_about_contents ul li p {
    padding-bottom: 0 !important;
  }

  .dispatch .dispatch_about_contents ul li.bg-white p {
    padding-bottom: 1rem !important;
  }

  .dispatch .dispatch_deff .dispatch_deff_list li img {
    width: 100% !important;
    height: auto;
  }

  .dispatch .dispatch_deff .dispatch_deff_ul02 img {
    margin: auto;
  }

  .dispatch .dispatch_support .dispatch_support_contents .dispatch_support_contents_list {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .dispatch .dispatch_support .dispatch_support_contents .dispatch_support_contents_list li {
    padding-bottom: 0 !important;
  }

  .dispatch .dispatch_flow .dispatch_flow_contents .dispatch_flow_list li {
    width: 95%;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    background-size: cover;
  }

  .dispatch .btn01.btn01_bl {
    padding: 10px 100px 10px 45px;
  }

  .dispatch #about,
  .dispatch #deff,
  .dispatch #support,
  .dispatch #flow {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
/*---------------------Writing Okamatsu/---------------------*/


@media screen and (max-width:1300px) and ( min-width:768px) {

    .po_navi .f_18,
    .po_navi  .f_18 span {
    font-size: 14px;
    }

    .en_navi .f_18,
    .en_navi  .f_18 span {
    font-size: 14px;
    }


}