@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

html {
  /* font-size: 62.5%; */
  line-height: 1.6;
  height: 100%;
  font-feature-settings: "palt" 1;
  /* scroll-behavior: smooth;  */
}

body {
  color: #326698;
  background: #FFF;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
  background-attachment: fixed;
  position: relative;
  text-align: justify;
}
@media (min-width: 575px) {
  body {
    font-size: 15px;
    letter-spacing: 2px;
  }
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: #326698;
}
@media (min-width: 575px) {
  a:hover {
    cursor: pointer;
  }
}
a.under_line {
  text-decoration: underline;
}

@media (min-width: 575px) {
  a:hover img {
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s;
  }
}

@media (min-width: 575px) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s;
  }
}

a:visited {
  color: #326698;
}

#page_top {
  position: fixed;
  bottom: 60px;
  right: -5px;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 575px) {
  #page_top {
    bottom: 120px;
    right: 20px;
  }
}
#page_top.fadein_btn {
  opacity: 1;
}

#page_top a {
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
}

@media (min-width: 575px) {
  #page_top a:hover {
    text-decoration: none;
  }
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  transition: ease-in 0.5s;
}

.fadein-s {
  opacity: 0;
  transform: translate(0, 10px);
  transition: ease-in 0.5s;
}
@media (min-width: 575px) {
  .fadein-s {
    opacity: 1;
  }
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.2s;
}

.fadein-s.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.2s;
}

.fadein_delay-3 {
  transition-delay: 0.3s !important;
}

.fadein_delay-3 {
  transition-delay: 0.3s !important;
}

.fadein_delay-4 {
  transition-delay: 0.4s !important;
}

.fadein_delay-5 {
  transition-delay: 0.5s !important;
}
@media (min-width: 575px) {
  .fadein_delay-5 {
    transition-delay: 0.2s !important;
  }
}

.fadein_delay-6 {
  transition-delay: 0.6s !important;
}
@media (min-width: 575px) {
  .fadein_delay-6 {
    transition-delay: 0.2s !important;
  }
}

.fadein_delay-6-p {
  transition-delay: 0.2s !important;
}
@media (min-width: 575px) {
  .fadein_delay-6-p {
    transition-delay: 0.6s !important;
  }
}

.fadein_delay-8-p {
  transition-delay: 0.2s !important;
}
@media (min-width: 575px) {
  .fadein_delay-8-p {
    transition-delay: 0.8s !important;
  }
}

.load_fadein {
  -webkit-animation: loading 3s;
          animation: loading 3s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btnripple3 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
}

/*波形の設定*/
@media (min-width: 575px) {
  .btnripple3:hover::before {
    content: "";
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: 30%;
    top: 0;
    /*波形の形状*/
    border: 1px solid #333;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity: 1;
    /*アニメーションの設定*/
    -webkit-animation: 1s circleanime2 forwards;
            animation: 1s circleanime2 forwards;
  }
}

/*波形が広がるアニメーション*/
@-webkit-keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.link-t-a {
  position: relative;
  top: -100px; /*左の数値を変えると、上下に調整します*/
  display: block;
}

.p-button__footer--sample {
  transition: all 1s;
  opacity: 0;
}

.bnr_fadein {
  opacity: 1;
}

.bnr_fadeout {
  opacity: 0;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background-color: #FFF;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-header.hide {
  opacity: 0;
  pointer-events: none;
}

.l-header__logo {
  width: 100%;
  max-width: 150px;
}

.l-header__inner {
  display: none;
}
@media (min-width: 575px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 460px;
    padding: 0 20px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    color: #326698;
  }
  .l-header__inner a {
    color: #326698;
  }
}

.l-header__nav {
  width: 28px;
  margin-left: 118px;
}

.l-nav__button {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.l-nav__button span,
.l-nav__button span:before,
.l-nav__button span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 20;
  width: 28px;
  height: 2px;
  border-radius: 3px;
  background-color: #326698;
  transition: all 0.5s ease-in-out 0s;
}

.l-nav__button span:before {
  bottom: 14px;
}

.l-nav__button span:after {
  top: 14px;
}

#nav__button-check:checked ~ .l-nav__button span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#nav__button-check:checked ~ .l-nav__button span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#nav__button-check:checked ~ .l-nav__button span::after {
  top: 0;
  transform: rotate(-45deg);
}

#nav__button-check {
  display: none;
}

.l-header__nav--menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #326698 0%, #326698 50%, #FFF 50%, #FFF 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transition-property: opacity, visibility;
}

#nav__button-check:checked ~ .l-header__nav--menu {
  visibility: visible;
  opacity: 1;
}

.l-header__nav--inner {
  display: flex;
  align-items: center;
}

.l-header__nav--logo {
  width: 50%;
  padding: 20px;
  text-align: center;
}
.l-header__nav--logo img {
  max-width: 242px;
}

.l-header__nav--list ul {
  padding: 70px 10px 0 10px;
}
@media (min-width: 575px) {
  .l-header__nav--list ul {
    padding: 70px 10px 0 50px;
  }
}
.l-header__nav--list ul li {
  list-style: none;
}
.l-header__nav--list ul a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 15px 10px 0;
  font-size: 14px;
  text-decoration: none;
  color: #326698;
}
.l-header__nav--list ul a::before {
  content: "";
  position: absolute;
  right: 11px;
  top: 16px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

.l-header__nav__button--sample {
  width: 330px;
  height: 60px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 575px) {
  .l-header__nav__button--sample {
    margin-top: 100px;
  }
}

.l-header__nav__button--sample.end {
  width: 90%;
}
@media (min-width: 575px) {
  .l-header__nav__button--sample.end {
    width: 410px;
  }
}

.l-main {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 1199px) {
  .l-main {
    padding-top: 80px;
  }
}

.l-main__inner--full-width {
  width: 100%;
}
.l-main__inner--full-width.bg__c__lightblue {
  background-color: #f5f8fb;
}

.l-main__inner--middle-width {
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1360px) {
  .l-main__inner--middle-width {
    max-width: 1280px;
    border-top: 1pt solid #f2f2f2;
  }
}

.l-main__section--middle-width {
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1360px) {
  .l-main__section--middle-width {
    max-width: 1280px;
  }
}

.l-main__sectioninnner--small-width {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 991px) {
  .l-main__sectioninnner--small-width {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-main__section--small-width {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 991px) {
  .l-main__section--small-width {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 575px) {
  .l-main__text__center {
    text-align: center;
  }
}

.l-main__text__center-lg {
  text-align: center;
}
@media (min-width: 991px) {
  .l-main__text__center-lg {
    text-align: left;
  }
}

.l-main__text__center-rlg {
  text-align: center;
}
@media (min-width: 991px) {
  .l-main__text__center-rlg {
    text-align: right;
  }
}

.l-main__text__center-s {
  text-align: center;
}
@media (min-width: 575px) {
  .l-main__text__center-s {
    text-align: left;
  }
}

.l-main__text__center-rs {
  text-align: center;
}
@media (min-width: 575px) {
  .l-main__text__center-rs {
    text-align: right;
  }
}

.l-main__text__right {
  text-align: right;
}

.l-main__center {
  text-align: center;
}

.l-footer {
  padding: 60px 0 120px;
  background-color: #f5f8fb;
}
@media (min-width: 575px) {
  .l-footer {
    padding: 40px 0 30px;
  }
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 575px) {
  .l-footer__inner {
    flex-direction: row;
    align-items: flex-end;
  }
}

.l-footer__logo {
  width: 100%;
  max-width: 200px;
}
@media (min-width: 575px) {
  .l-footer__logo {
    max-width: 160px;
  }
}

.l-footer__menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 60px 0 30px;
  padding: 18px 0;
  border-top: 1px solid #9fbbdc;
  border-bottom: 1px solid #9fbbdc;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.l-footer__menu a {
  color: #326698;
}
@media (min-width: 767px) {
  .l-footer__menu {
    flex-wrap: wrap;
  }
}
@media (min-width: 575px) {
  .l-footer__menu {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    border-top: none;
    border-bottom: none;
    margin: 0;
  }
  .l-footer__menu a {
    position: relative;
    padding-right: 20px;
    margin-left: 20px;
  }
  .l-footer__menu a:last-of-type {
    border-right: none;
  }
  .l-footer__menu a::after {
    content: "";
    display: block;
    height: 20px;
    border-right: 1px solid #326698;
    position: absolute;
    bottom: 6px;
    right: 0;
  }
  .l-footer__menu a:last-of-type::after {
    border-right: none;
  }
}

.l-footer__logo--taki {
  width: 200px;
  margin-bottom: 10px;
}
@media (min-width: 575px) {
  .l-footer__logo--taki {
    width: 180px;
    margin-bottom: 0;
  }
}

.l-footer__copy {
  text-align: center;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 575px) {
  .l-footer__copy {
    margin-top: -12px;
  }
}

.c-heading-2 {
  color: #9E393E;
}

.c-button__main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #326698;
  background-color: #FFF;
  border: 1pt solid #326698;
  border-radius: 3px;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 500;
}
.c-button__main a {
  color: #326698;
}
.c-button__main.c-button__radius {
  border-radius: 30px;
}
@media (min-width: 575px) {
  .c-button__main {
    font-size: 24px;
  }
}

.end .c-button__main {
  font-size: 14px;
  color: #FFF;
  background-color: #6c96ca;
  border: 1pt solid #6c96ca;
}
@media (min-width: 575px) {
  .end .c-button__main {
    font-size: 18px;
  }
}

.c-button__accent {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 14px 0 20px;
  color: #FFF;
  background-color: #326698;
  border-radius: 15px;
}
@media (min-width: 575px) {
  .c-button__accent {
    border-radius: 50px;
  }
}

.p-button__footer--sample {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: rgba(50, 102, 152, 0.8);
  padding: 14px 0;
}
.p-button__footer--sample a {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 575px) {
  .p-button__footer--sample {
    display: none !important;
  }
}

.c-title__mainpage {
  margin-top: 45px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 575px) {
  .c-title__mainpage {
    margin-top: 90px;
    margin-bottom: 90px;
    font-size: 36px;
  }
}

.c-title__pageh3 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
@media (min-width: 575px) {
  .c-title__pageh3 {
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 38px;
  }
}

.c-title__pageh3-m {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}
@media (min-width: 575px) {
  .c-title__pageh3-m {
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 38px;
  }
}

.c-title__page {
  margin-bottom: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 575px) {
  .c-title__page {
    margin-top: 90px;
    margin-bottom: 90px;
    font-size: 36px;
  }
  .c-title__page.c-title__tx__page {
    font-size: 24px;
  }
}

.c-title__section {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 575px) {
  .c-title__section {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.c-title__normal {
  font-weight: normal;
}

.c-title__middle {
  font-weight: 500;
}

.c-title__normal {
  font-weight: normal;
}

.c-title__product {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 575px) {
  .c-title__product {
    font-size: 24px;
    text-align: left;
  }
}

.c-title__ft_m {
  font-size: 16px;
}

.c-border__top--g {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 575px) {
  .c-border__top--g-p {
    border-top: 1px solid #e6e6e6;
  }
}

.c-border__top--b {
  border-top: 1px solid #326698;
}

.c-decoration__red {
  color: #9E393E;
}

.c-decoration__text__underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.c-decoration__line__large {
  line-height: 24px;
}
@media (min-width: 575px) {
  .c-decoration__line__large {
    line-height: 34px;
  }
}

.c-form__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 575px) {
  .c-form__question {
    flex-direction: row;
    flex-wrap: nowrap;
    height: 60px;
  }
}
.c-form__question label {
  width: 100%;
  display: block;
}
@media (min-width: 575px) {
  .c-form__question label {
    width: 30%;
  }
}
.c-form__question input {
  width: 100%;
  height: 60px;
  padding: 5px 20px;
  border: solid 2px #e6e6e6;
  border-radius: 10px;
}
@media (min-width: 575px) {
  .c-form__question input {
    width: 70%;
  }
}
.c-form__question input.c-form__name {
  width: 48%;
  height: 60px;
  padding: 5px 20px;
  border: solid 2px #e6e6e6;
  border-radius: 10px;
}
@media (min-width: 575px) {
  .c-form__question input.c-form__name {
    width: 34%;
  }
}
.c-form__question input.c-form__name:first-of-type {
  margin-right: 2%;
}
.c-form__question input.c-form__tel {
  width: 28%;
  height: 60px;
  padding: 5px 10px;
  border: solid 2px #e6e6e6;
  border-radius: 10px;
}
@media (min-width: 575px) {
  .c-form__question input.c-form__tel {
    width: 22%;
  }
}
.c-form__question textarea {
  width: 100%;
  height: 120px;
  padding: 5px 20px;
  border: solid 2px #e6e6e6;
  border-radius: 10px;
}
@media (min-width: 575px) {
  .c-form__question textarea {
    width: 70%;
  }
}
.c-form__question.c-form__textarea {
  align-items: flex-start;
  height: auto;
}
.c-form__question.c-form__textarea div.c-form__anq__text--etc {
  width: 100%;
}
@media (min-width: 575px) {
  .c-form__question.c-form__textarea div.c-form__anq__text--etc {
    width: 70%;
  }
}
.c-form__question.c-form__textarea div.c-form__anq__text--etc textarea {
  width: 100%;
}

.c-form__privacy--label {
  font-size: 18px;
}
@media (min-width: 575px) {
  .c-form__privacy--label {
    font-size: 24px;
  }
}
.c-form__privacy--label span {
  font-size: 14px;
}

.c-form-checkboxinput {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 8px;
  cursor: pointer;
}

.c-form-checkboxinput--input {
  margin: 0;
  width: 1px;
}

.c-form-checkboxinput:hover > .c-form-checkboxinput--dummyinput {
  border: solid 2px #e6e6e6;
}

.c-form-checkboxinput:focus + .c-form-checkboxinput--dummyinput {
  border: solid 2px #e6e6e6;
}

.c-form-checkboxinput:checked + .c-form-checkboxinput--dummyinput {
  border: solid 2px #e6e6e6;
  background: #FFF;
}

.c-form-checkboxinput--input:checked + .c-form-checkboxinput--dummyinput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/done_FILL0_wght400_GRAD0_opsz48.svg") no-repeat center;
  background-size: contain;
}

.c-form-checkboxinput--dummyinput {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border: solid 2px #e6e6e6;
  background: #FFF;
  border-radius: 4px;
}

.c-form__question input::-moz-placeholder {
  color: #cccccc;
}

.c-form__question input:-ms-input-placeholder {
  color: #cccccc;
}

.c-form__question input::placeholder {
  color: #cccccc;
}

.c-form__question textarea::-moz-placeholder {
  color: #cccccc;
}

.c-form__question textarea:-ms-input-placeholder {
  color: #cccccc;
}

.c-form__question textarea::placeholder {
  color: #cccccc;
}

@media (min-width: 575px) {
  .c-form__requestanq {
    display: flex;
    align-items: center;
  }
}
.c-form__requestanq .c-form__text__requestanq {
  width: 100%;
}
@media (min-width: 575px) {
  .c-form__requestanq .c-form__text__requestanq {
    width: 30%;
  }
}
.c-form__requestanq .c-form__check__requestanq {
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 5%;
}
@media (min-width: 575px) {
  .c-form__requestanq .c-form__check__requestanq {
    width: 70%;
    margin-left: 30px;
  }
}
.c-form__requestanq .c-form__requestanq__text {
  width: 85%;
}
@media (min-width: 575px) {
  .c-form__requestanq .c-form__requestanq__text {
    width: 100%;
  }
}

@media (min-width: 575px) {
  .c-form__anq {
    display: flex;
    align-items: flex-start;
  }
}
.c-form__anq.c-form__anq__flex__jsb {
  justify-content: space-between;
}
.c-form__anq.c-form__anq__flex__aic {
  align-items: center;
}
.c-form__anq .c-form__text__anq {
  width: 100%;
}
@media (min-width: 575px) {
  .c-form__anq .c-form__text__anq {
    width: 30%;
  }
}
.c-form__anq .c-form__anq__label {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .c-form__anq .c-form__anq__label {
    width: 30%;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.c-form__anq textarea {
  width: 100%;
  height: 120px;
  padding: 5px 20px;
  border: solid 2px #e6e6e6;
  border-radius: 10px;
}
@media (min-width: 575px) {
  .c-form__anq textarea {
    width: 70%;
  }
}
.c-form__anq.c-form__textarea {
  align-items: flex-start;
  height: auto;
}
.c-form__anq.c-form__textarea div.c-form__anq__text--etc {
  width: 100%;
}
@media (min-width: 575px) {
  .c-form__anq.c-form__textarea div.c-form__anq__text--etc {
    width: 70%;
  }
}
.c-form__anq.c-form__textarea div.c-form__anq__text--etc textarea {
  width: 100%;
}
.c-form__anq.c-form__textarea div.c-form__anq__text--etc textarea::-moz-placeholder {
  color: #cccccc;
}
.c-form__anq.c-form__textarea div.c-form__anq__text--etc textarea:-ms-input-placeholder {
  color: #cccccc;
}
.c-form__anq.c-form__textarea div.c-form__anq__text--etc textarea::placeholder {
  color: #cccccc;
}
.c-form__anq .c-form__select {
  height: 60px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: solid 2px #e6e6e6;
}
@media (min-width: 575px) {
  .c-form__anq .c-form__select {
    width: 70%;
  }
}
.c-form__anq select {
  /* 初期化 */
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #326698;
}

.c-form__radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: solid 2px #e6e6e6;
  border-radius: 10px;
}
@media (min-width: 575px) {
  .c-form__radio {
    width: 70%;
  }
  .c-form__radio.c-form__anq__innerradio {
    width: 100%;
  }
}
.c-form__radio label {
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 25%;
}
@media (min-width: 575px) {
  .c-form__radio label {
    min-width: 20%;
  }
}
.c-form__radio input {
  margin-right: 5px;
}

.c-form__anq--privacy {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 575px) {
  .c-form__anq--privacy {
    margin-right: 30px;
  }
}

div.c-form__anq__text--etc {
  width: 100%;
}
div.c-form__anq__text--etc input {
  width: 100%;
  height: 60px;
  padding: 5px 20px;
  border: solid 2px #e6e6e6;
  border-radius: 10px;
}

div.c-form__anq__text--etc input::-moz-placeholder {
  color: #cccccc;
}

div.c-form__anq__text--etc input:-ms-input-placeholder {
  color: #cccccc;
}

div.c-form__anq__text--etc input::placeholder {
  color: #cccccc;
}

.c-form__check_d {
  position: relative;
}

.c-form_checkbox_dammy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

#notice_etc_input_1, .notice_etc_input_2, #notice_etc_input_3, .notice_etc_input_4, #notice_etc_input_6, .notice_etc_input_7 {
  height: 0;
  visibility: hidden;
  transition: all 0.3s;
}

#notice_etc_input_5_1 {
  height: 0;
  visibility: hidden;
  transition: all 0.3s;
}

#notice_etc_input_5 {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  width: 60%;
}

#notice_etc_input_5_1.notice_etc_open {
  height: 200px;
  visibility: inherit;
}
@media (min-width: 575px) {
  #notice_etc_input_5_1.notice_etc_open {
    height: 160px;
  }
}

#notice_etc_input_5.notice_etc_open {
  visibility: inherit;
  opacity: 1;
}

div.c-form__anq__text--etc input.notice_etc5 {
  width: 100%;
  height: 40px;
  margin-top: -10px;
}

#notice_etc_input_1.notice_etc_open, .notice_etc_input_2.notice_etc_open, #notice_etc_input_3.notice_etc_open, .notice_etc_input_4.notice_etc_open,
#notice_etc_input_6.notice_etc_open, .notice_etc_input_7.notice_etc_open {
  height: 80px;
  visibility: inherit;
}

.notice_etc_label {
  display: none;
}

.alert {
  display: inline-block;
  color: #9E393E;
}

.l-main.p-home__main {
  padding-bottom: 45px;
}
@media (min-width: 575px) {
  .l-main.p-home__main {
    padding-bottom: 90px;
  }
}

.p-home__bg-image1 {
  width: 100%;
  height: 240px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #326698;
  background-image: url("../img/top/urumico_home_bg_01-s.jpg");
  background-size: cover;
  background-position: center center;
  margin-bottom: 180px;
}
@media (min-width: 575px) {
  .p-home__bg-image1 {
    background-image: url("../img/top/urumico_home_bg_01.jpg");
    height: 470px;
    margin-bottom: 0;
  }
}
.p-home__bg-image1 .p-home__flex__fv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
}
@media (min-width: 575px) {
  .p-home__bg-image1 .p-home__flex__fv {
    max-width: 1280px;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }
}
.p-home__bg-image1 .p-home__flex__fv h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
@media (min-width: 575px) {
  .p-home__bg-image1 .p-home__flex__fv h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 991px) {
  .p-home__bg-image1 .p-home__flex__fv h2 {
    font-size: 36px;
  }
}
@media (min-width: 1199px) {
  .p-home__bg-image1 .p-home__flex__fv h2 {
    font-size: 48px;
    line-height: 68px;
  }
}
.p-home__bg-image1 .p-home__flex__fv p {
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 991px) {
  .p-home__bg-image1 .p-home__flex__fv p {
    font-size: 24px;
  }
}
@media (min-width: 575px) {
  .p-home__bg-image1 .p-home__flex__fv__innner1 {
    width: 60%;
  }
}
.p-home__bg-image1 .p-home__flex__fv__innner2 {
  margin-top: 40px;
  margin-bottom: -20px;
}
@media (min-width: 575px) {
  .p-home__bg-image1 .p-home__flex__fv__innner2 {
    width: 40%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.p-home__bg-image2 {
  width: 100%;
  height: 180px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #326698;
  background-image: url("../img/top/urumico_home_bg_02-s.jpg");
  background-size: cover;
  background-position: center center;
  font-size: 18px;
}
@media (min-width: 575px) {
  .p-home__bg-image2 {
    background-image: url("../img/top/urumico_home_bg_02.jpg");
    height: 420px;
  }
}
.p-home__bg-image2 p {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
}
@media (min-width: 575px) {
  .p-home__bg-image2 p {
    font-size: 24px;
  }
}

.p-home__bg-image3 {
  width: 100%;
  height: 180px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-image: url("../img/top/urumico_home_bg_03-s.jpg");
  background-size: cover;
  background-position: center center;
  font-size: 18px;
}
@media (min-width: 575px) {
  .p-home__bg-image3 {
    background-image: url("../img/top/urumico_home_bg_03.jpg");
    height: 420px;
  }
}
.p-home__bg-image3 p {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
}
@media (min-width: 575px) {
  .p-home__bg-image3 p {
    font-size: 36px;
  }
}

.p-home__bg__yellow {
  background: linear-gradient(to bottom, #fffeec, #fffeec);
  padding: 45px 0 10px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 575px) {
  .p-home__bg__yellow {
    background: linear-gradient(to right, #FFF, #FFF 30%, #fffeec 30%, #fffeec);
    padding: 90px 0;
    overflow-x: inherit;
  }
}

.p-home__bg__lightblue {
  background: linear-gradient(to bottom, #ecf1f8, #ecf1f8);
  padding: 45px 0 10px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 575px) {
  .p-home__bg__lightblue {
    background: linear-gradient(to left, #FFF, #FFF 30%, #ecf1f8 30%, #ecf1f8);
    padding: 90px 0;
    overflow-x: inherit;
  }
}

.p-home__block__image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 991px) {
  .p-home__block__image {
    flex-direction: row;
    align-items: center;
  }
}
.p-home__block__image div.p-home__text {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .p-home__block__image div.p-home__text {
    max-width: 540px;
  }
}
.p-home__block__image div.p-home__text .p-home__text-m {
  letter-spacing: 4px;
}
.p-home__block__image img {
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .p-home__block__image img {
    max-width: 440px;
  }
}
@media (min-width: 991px) {
  .p-home__block__image.p-home_bi_reverse {
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 20px;
  }
}

.p-home__text_lg {
  text-align: left;
}
@media (min-width: 991px) {
  .p-home__text_lg {
    text-align: right;
  }
}

.p-home__title_pro {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 575px) {
  .p-home__title_pro {
    font-size: 24px;
  }
}

.p-home__concept__image {
  margin-top: 30px;
  width: 120%;
}
@media (min-width: 575px) {
  .p-home__concept__image {
    width: 100%;
  }
}

@media (min-width: 575px) {
  .p-home__concept__image.p-home__image_mgt1 {
    margin-top: -340px;
  }
}

@media (min-width: 575px) {
  .p-home__concept__image.p-home__image_mgt2 {
    margin-top: -380px;
  }
}

@media (min-width: 575px) {
  .p-home__concept__image.p-home__image_mgt3 {
    margin-top: -300px;
  }
}

.p-home__block__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 991px) {
  .p-home__block__top {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 575px) {
  .p-home__block__top {
    align-items: center;
    margin-top: 45px;
  }
}
.p-home__block__top .p-home__logo {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media (min-width: 991px) {
  .p-home__block__top .p-home__logo {
    width: 100%;
  }
}
@media (min-width: 575px) {
  .p-home__block__top .p-home__logo {
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.p-home__block__top .p-home__top__image {
  width: 100%;
  text-align: center;
}
@media (min-width: 991px) {
  .p-home__block__top .p-home__top__image {
    width: 35%;
  }
}
.p-home__block__top .p-home__top__text {
  width: 100%;
}
@media (min-width: 991px) {
  .p-home__block__top .p-home__top__text {
    width: 35%;
  }
}

.p-home__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 575px) {
  .p-home__block {
    flex-direction: row;
    padding: 0 20px;
  }
}
.p-home__block > div {
  width: 100%;
}
@media (min-width: 575px) {
  .p-home__block > div {
    width: 45%;
  }
}

.p-home__block__product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 575px) {
  .p-home__block__product {
    flex-direction: row;
    padding: 0 20px;
  }
}
.p-home__block__product > div {
  width: 100%;
}
@media (min-width: 575px) {
  .p-home__block__product > div {
    width: 45%;
  }
}

.p-home__bg__yellow2 {
  background-color: #fffeec;
  padding: 45px 0 0;
}
@media (min-width: 575px) {
  .p-home__bg__yellow2 {
    padding: 90px 0;
  }
}

.p-home__bg__lightblue2 {
  background-color: #f5f8fb;
  padding: 45px 0 10px;
}
@media (min-width: 575px) {
  .p-home__bg__lightblue2 {
    padding: 90px 0;
  }
}

.p-home__flex__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 575px) {
  .p-home__flex__info {
    flex-direction: row;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-home__flex__info .p-home__flex__info__innner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.p-home__flex__info .p-home__flex__info__innner:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 575px) {
  .p-home__flex__info .p-home__flex__info__innner {
    justify-content: flex-start;
  }
}
.p-home__flex__info .p-home__flex__info__innner .p-home__flex__info__day {
  width: 110px;
}
.p-home__flex__info .p-home__flex__info__innner .p-home__flex__info__text {
  width: calc(100% - 110px);
  padding-right: 5px;
}
@media (min-width: 575px) {
  .p-home__flex__info .p-home__flex__info__innner .p-home__flex__info__text {
    width: auto;
  }
}
.p-home__flex__info .p-home__flex__info__innner .p-home__flex__info__text span {
  margin-left: 10px;
  display: inline-block;
  width: 18px !important;
}

@media (min-width: 575px) {
  .p-home__info__left--b {
    border-left: 1px solid #326698;
    margin-left: 35px;
    padding-left: 35px;
  }
}

.p-home_movie_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-home_movie_box .p-home_movie__play {
  position: absolute;
  top: 35%;
  left: 42%;
}
@media (min-width: 575px) {
  .p-home_movie_box .p-home_movie__play {
    top: 40%;
    left: 45%;
  }
}
@media (min-width: 575px) {
  .p-home_movie_box {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-home__text_small {
  font-size: 10px;
  margin: 10px 0;
}

.p-home__text-m {
  font-family: "Montserrat", sans-serif;
}

.p-home__text__set {
  font-weight: 500;
}
@media (min-width: 575px) {
  .p-home__text__set {
    font-size: 18px;
  }
}

.p-home__bottun__more {
  padding: 5px 20px;
  background-color: #9fbbdc;
  font-size: 12px;
  color: #FFF;
  border-radius: 14px;
}

.p-home__bottun__more:visited {
  color: #FFF;
}

.l-header__nav__button--sample.p-home__sample {
  margin-top: 40px;
}

.l-header__nav__button--sample.p-home__sample2 {
  margin-top: 20px;
}
@media (min-width: 575px) {
  .l-header__nav__button--sample.p-home__sample2 {
    margin-left: 0;
    width: 330px;
  }
}

.p-home__text__accent {
  font-size: 24px;
  line-height: 38px;
}
@media (min-width: 575px) {
  .p-home__text__accent {
    font-size: 36px;
    line-height: 56px;
  }
}

@media (min-width: 575px) {
  .p-home__text__accent2 {
    font-size: 18px;
  }
}

.p-home__text-ls4 {
  letter-spacing: 4px;
}

.p-home__text__right {
  text-align: right;
}

.l-main.p-concept__main {
  padding-bottom: 50px;
}
@media (min-width: 575px) {
  .l-main.p-concept__main {
    padding-bottom: 90px;
  }
}

.p-concept__bg-image {
  width: 100%;
  height: 240px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #326698;
  background-image: url("../img/concept/urumico_concept_bg01_sp.jpg");
  background-size: cover;
  background-position: center center;
}
@media (min-width: 575px) {
  .p-concept__bg-image {
    background-image: url("../img/concept/urumico_concept_bg01.jpg");
    height: 420px;
  }
}
.p-concept__bg-image p {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
}
@media (min-width: 575px) {
  .p-concept__bg-image p {
    font-size: 24px;
  }
}

.p-concept__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 575px) {
  .p-concept__block {
    flex-direction: row;
  }
}
.p-concept__block p {
  width: 100%;
}
@media (min-width: 575px) {
  .p-concept__block p {
    width: 45%;
  }
}

.p-concept__block__image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 991px) {
  .p-concept__block__image {
    flex-direction: row;
    align-items: center;
  }
}
.p-concept__block__image div.p-concept__text {
  width: 100%;
}
@media (min-width: 575px) {
  .p-concept__block__image div.p-concept__text {
    max-width: 540px;
  }
}
.p-concept__block__image img {
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .p-concept__block__image img {
    max-width: 440px;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .p-concept__block__image.p-concept_bi_reverse {
    flex-direction: row-reverse;
    align-items: center;
  }
}

.p-concept__block__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
  border: 1px solid #326698;
  background-color: #FFF;
}
@media (min-width: 575px) {
  .p-concept__block__text {
    flex-direction: row;
    max-width: 880px;
    padding: 50px;
    margin-right: 0;
  }
}
.p-concept__block__text div:first-of-type {
  width: 100%;
}
@media (min-width: 575px) {
  .p-concept__block__text div:first-of-type {
    width: 60%;
  }
}
.p-concept__block__text div:nth-of-type(2) {
  width: 100%;
}
@media (min-width: 575px) {
  .p-concept__block__text div:nth-of-type(2) {
    width: 35%;
  }
}
.p-concept__block__text img {
  width: 66%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .p-concept__block__text img {
    width: 290px;
  }
}

.p-concept__bg__yellow {
  background: linear-gradient(to bottom, #FFF, #FFF 20%, #fffeec 20%, #fffeec);
  padding: 45px 0;
}
@media (min-width: 575px) {
  .p-concept__bg__yellow {
    background: linear-gradient(to right, #FFF, #FFF 30%, #fffeec 30%, #fffeec);
    padding: 90px 0;
  }
}

.p-concept__bg__lightblue {
  background: linear-gradient(to bottom, #FFF, #FFF 20%, #ecf1f8 20%, #ecf1f8);
  padding: 45px 0;
}
@media (min-width: 575px) {
  .p-concept__bg__lightblue {
    background: linear-gradient(to left, #FFF, #FFF 30%, #ecf1f8 30%, #ecf1f8);
    padding: 90px 0;
  }
}

.p-concept__fontf_m {
  font-family: "Montserrat", sans-serif;
}

.l-main.p-technology__pb {
  padding-bottom: 0;
}

.p-technology__bg-image {
  width: 100%;
  height: 240px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #326698;
  background-image: url("../img/technology/urumico_technology_bg_01-s.jpg");
  background-size: cover;
  background-position: center center;
}
@media (min-width: 575px) {
  .p-technology__bg-image {
    background-image: url("../img/technology/urumico_technology_bg_01.jpg");
    height: 420px;
  }
}
.p-technology__bg-image p {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
}
@media (min-width: 575px) {
  .p-technology__bg-image p {
    font-size: 24px;
  }
}

.p-technology__bg-image2 {
  width: 100%;
  height: 280px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #FFF;
  background-image: url("../img/technology/urumico_technology_04-s.png");
  background-color: #405f9e;
  background-size: contain;
  background-position: center bottom;
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 575px) {
  .p-technology__bg-image2 {
    background-image: url("../img/technology/urumico_technology_04.png");
    min-height: 460px;
  }
}
.p-technology__bg-image2 div {
  width: 940px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 575px) {
  .p-technology__bg-image2 div {
    justify-content: flex-end;
    margin-top: 40px;
  }
}
.p-technology__bg-image2 p {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
}
@media (min-width: 575px) {
  .p-technology__bg-image2 p {
    font-size: 36px;
  }
}
.p-technology__bg-image2 p span {
  font-size: 36px;
}
@media (min-width: 575px) {
  .p-technology__bg-image2 p span {
    font-size: 60px;
  }
}

.p-technology__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 575px) {
  .p-technology__block {
    flex-direction: row;
  }
}
.p-technology__block p {
  width: 100%;
}
@media (min-width: 575px) {
  .p-technology__block p {
    width: 47%;
  }
}

.p-technology__block__image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 575px) {
  .p-technology__block__image {
    flex-direction: row;
    align-items: center;
  }
}
.p-technology__block__image div.p-technology__text {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .p-technology__block__image div.p-technology__text {
    max-width: 540px;
  }
}
.p-technology__block__image img {
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .p-technology__block__image img {
    max-width: 440px;
  }
}
@media (min-width: 575px) {
  .p-technology__block__image.p-technology_bi_reverse {
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 20px;
  }
}

.p-technology__block__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  border: 1px solid #326698;
  background-color: #FFF;
}
@media (min-width: 575px) {
  .p-technology__block__text {
    max-width: 1080px;
    padding: 50px;
  }
}
.p-technology__block__text div {
  width: 100%;
}
@media (min-width: 575px) {
  .p-technology__block__text div {
    width: 100%;
  }
}
.p-technology__block__text img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .p-technology__block__text img {
    max-width: 440px;
    width: 90%;
  }
}
.p-technology__block__text .p-technology__block__text__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 991px) {
  .p-technology__block__text .p-technology__block__text__inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.p-technology__block__text .p-technology__block__text__inner p {
  line-height: 38px;
}
@media (min-width: 991px) {
  .p-technology__block__text .p-technology__block__text__inner.p-technology_bi_reverse {
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 20px;
  }
}

.c-title__mainpage.p-technology__maintitle {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 575px) {
  .c-title__mainpage.p-technology__maintitle {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (min-width: 575px) {
  .c-title__pageh3-m.p-technology__title {
    margin-bottom: 0;
  }
}

.p-technology__bg__yellow {
  background-color: #fffeec;
  padding: 45px 0;
}
@media (min-width: 575px) {
  .p-technology__bg__yellow {
    padding: 90px 0;
  }
}

.p-technology__bg__lightblue {
  background-color: #ecf1f8;
  padding: 45px 0;
}
@media (min-width: 575px) {
  .p-technology__bg__lightblue {
    padding: 90px 0;
  }
}

.p-technology__bg__lightblue2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9fbbdc;
  padding: 30px 0;
}
@media (min-width: 575px) {
  .p-technology__bg__lightblue2 {
    padding: 40px 0;
  }
}
.p-technology__bg__lightblue2 .p-technology__title {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
@media (min-width: 575px) {
  .p-technology__bg__lightblue2 .p-technology__title {
    font-size: 36px;
    line-height: 38px;
  }
}

.p-technology__title__h3 {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 575px) {
  .p-technology__title__h3 {
    font-size: 24px;
  }
}

.p-technology__text__tiny {
  font-size: 10px;
}
@media (min-width: 575px) {
  .p-technology__text__tiny {
    font-size: 18px;
  }
}

.p-technology__text__tiny-s {
  font-size: 10px;
}
@media (min-width: 575px) {
  .p-technology__text__tiny-s {
    font-size: 15px;
  }
}

.p-technology__title-image {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 575px) {
  .p-technology__title-image {
    margin-left: initial;
    margin-right: initial;
    padding-right: 20px;
  }
}

.p-technology__ls-s {
  letter-spacing: 0.5px;
}

.p-technology__block__image2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 991px) {
  .p-technology__block__image2 {
    flex-direction: row;
    align-items: center;
  }
}
.p-technology__block__image2 > div {
  width: 100%;
}
@media (min-width: 991px) {
  .p-technology__block__image2 > div {
    width: 48%;
  }
}

.p-technology__flex__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 575px) {
  .p-technology__flex__box {
    margin-top: 0;
  }
}
.p-technology__flex__box img {
  width: 100%;
}
@media (min-width: 575px) {
  .p-technology__flex__box img {
    width: 90%;
  }
}
.p-technology__flex__box p {
  line-height: 20px;
}

.p-technology__flex__box__title {
  font-size: 18px;
}

.p-technology__image__t {
  width: 100%;
}
@media (min-width: 575px) {
  .p-technology__image__t {
    width: 60%;
  }
}

@media (min-width: 575px) {
  .p-technology__image-fig {
    text-align: right;
  }
}
@media (min-width: 575px) {
  .p-technology__image-fig img {
    width: 80%;
  }
}

.l-main.p-product__pb {
  padding-bottom: 0;
}

.p-product__bg-image {
  width: 100%;
  height: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #326698;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 575px) {
  .p-product__bg-image {
    height: 240px;
  }
}
.p-product__bg-image p {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
}
@media (min-width: 575px) {
  .p-product__bg-image p {
    font-size: 24px;
  }
}

.c-title__mainpage.p-product__title__main {
  margin-top: 0;
}

.p-product__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 575px) {
  .p-product__block {
    flex-direction: row;
  }
}
.p-product__block.p-product__block__center {
  align-items: center;
}
.p-product__block > div {
  width: 100%;
}
@media (min-width: 575px) {
  .p-product__block > div {
    width: 45%;
  }
}
@media (min-width: 575px) {
  .p-product__block .p-product__main__image {
    width: 50%;
  }
}

.p-product__bg__yellow {
  background-color: #fffeec;
  padding: 45px 0;
}
@media (min-width: 575px) {
  .p-product__bg__yellow {
    padding: 90px 0;
  }
}

.p-product__bg__lightblue {
  background-color: #f5f8fb;
  padding: 45px 0;
}
@media (min-width: 575px) {
  .p-product__bg__lightblue {
    padding: 90px 0;
  }
}

.p-product_movie_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-product_movie_box .p-product_movie__play {
  position: absolute;
  top: 35%;
  left: 42%;
}
@media (min-width: 575px) {
  .p-product_movie_box .p-product_movie__play {
    top: 40%;
    left: 45%;
  }
}
@media (min-width: 575px) {
  .p-product_movie_box {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-product_flex_mark {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product_flex_mark img {
  width: 50px;
  margin-right: 10px;
}

.p-product_flex_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.p-product__text__use {
  line-height: 28px;
}

@media (min-width: 575px) {
  .c-button__accent.p-product__accent__b {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-product__text__accent {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.p-product__text__mark {
  font-size: 12px;
}

.p-product__text_small {
  font-size: 10px;
  margin: 10px 0;
}

.p-product__text-m {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 575px) {
  .p-product__swiper1 .swiper-slide {
    width: auto !important;
    max-width: 28%;
    margin: 0 20px;
  }
}

@media (min-width: 575px) {
  .p-product__swiper2 .swiper-slide {
    width: auto !important;
    max-width: 20%;
    margin: 0 20px;
  }
}

.swiper-container {
  max-width: 100%;
  overflow: hidden;
  padding-left: 5%;
}
@media (min-width: 575px) {
  .swiper-container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}

@media (min-width: 575px) {
  .swiper-wrapper {
    justify-content: center;
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 575px) {
  .swiper-pagination {
    display: none;
  }
}

.slide_3 {
  margin-left: 38%;
}

.slide_4 {
  margin-left: 35%;
}

.swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ababab;
  opacity: 0.5;
  margin-left: 5px;
  margin-right: 5px;
}

/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  background: #326698;
  opacity: 1;
}

.iframe-wrapper2 {
  padding-bottom: 58%; /*  画像の縦横比を維持  */
  height: 0;
  position: relative;
  overflow: hidden;
}

.mv_container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.mv_container video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

#container_mv3 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 56.25%;
  z-index: 9999;
}

.l-header__nav__button--sample.p-product__sample2 {
  margin-top: 20px;
}
@media (min-width: 575px) {
  .l-header__nav__button--sample.p-product__sample2 {
    width: 330px;
  }
}

.p-request__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 991px) {
  .p-request__block {
    flex-direction: row;
    align-items: flex-start;
    padding: 0 20px;
  }
}
.p-request__block div {
  width: 100%;
}
@media (min-width: 991px) {
  .p-request__block div {
    width: 45%;
  }
}
.p-request__block img {
  margin-bottom: 20px;
}

.p-request__accent__title {
  font-size: 24px;
}

.p-request__accent__text {
  font-size: 16px;
}
@media (min-width: 575px) {
  .p-request__accent__text {
    font-size: 18px;
  }
}

.p-request__button--sample {
  width: 78%;
  height: 60px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  border: 2pt solid #326698;
  border-radius: 40px !important;
}
@media (min-width: 575px) {
  .p-request__button--sample {
    width: 470px;
    height: 80px;
    margin-top: 60px;
    font-size: 24px;
  }
}
.p-request__button--sample a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
}
@media (min-width: 575px) {
  .p-request__button--sample a {
    width: 470px;
    height: 80px;
  }
}
.p-request__button--sample input {
  color: #326698;
  width: 100%;
  height: 60px;
}
@media (min-width: 575px) {
  .p-request__button--sample input {
    height: 80px;
  }
}
@media (min-width: 575px) {
  .p-request__button--sample:hover {
    background-color: #326698;
  }
  .p-request__button--sample:hover a {
    color: #FFF;
  }
  .p-request__button--sample:hover input {
    color: #FFF;
  }
}

.p-thanks__page {
  height: 400px;
}
@media (min-width: 575px) {
  .p-thanks__page {
    height: 800px;
  }
}

.p-request__text_small {
  font-size: 10px;
  margin: 20px 0;
}

.p-request__text_middium {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 575px) {
  .p-request__text_middium {
    font-size: 18px;
  }
}

.p-request__accent__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #326698;
  background-color: #FFF;
  border: 1pt solid #326698;
  padding: 3px 20px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 575px) {
  .p-request__accent__button {
    font-size: 36px;
  }
}

.p-contact--tel {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 575px) {
  .p-contact--tel {
    font-size: 24px;
  }
}

.u-mt-sm {
  margin-top: 5px;
}

.u-mt-largest {
  margin-top: 90px;
}

.u-mt-large {
  margin-top: 50px;
}

.u-mt-middle2 {
  margin-top: 45px;
}

.u-mt-middle {
  margin-top: 40px;
}

.u-mt-small {
  margin-top: 20px;
}

.u-mt-smallest {
  margin-top: 10px;
}

.u-mb-largest {
  margin-bottom: 90px;
}

.u-mb-large {
  margin-bottom: 50px;
}

.u-mb-middle2 {
  margin-bottom: 45px;
}

.u-mb-middle {
  margin-bottom: 40px;
}

.u-mb-small2 {
  margin-bottom: 30px;
}

.u-mb-small {
  margin-bottom: 20px;
}

.u-mb-smallest {
  margin-bottom: 10px;
}

.u-mt-largest-s {
  margin-top: 45px;
}
@media (min-width: 575px) {
  .u-mt-largest-s {
    margin-top: 90px;
  }
}

.u-mt-largest2-s {
  margin-top: 20px;
}
@media (min-width: 575px) {
  .u-mt-largest2-s {
    margin-top: 90px;
  }
}

.u-mb-largest-s {
  margin-bottom: 45px;
}
@media (min-width: 575px) {
  .u-mb-largest-s {
    margin-bottom: 90px;
  }
}

.u-mt-middle-s {
  margin-top: 20px;
}
@media (min-width: 575px) {
  .u-mt-middle-s {
    margin-top: 45px;
  }
}

.u-mt-large-s {
  margin-top: 50px;
}
@media (min-width: 575px) {
  .u-mt-large-s {
    margin-top: 0;
  }
}

.u-mt-middle2-s {
  margin-top: 20px;
}
@media (min-width: 575px) {
  .u-mt-middle2-s {
    margin-top: 0;
  }
}

.u-mt-small-s {
  margin-top: 10px;
}
@media (min-width: 575px) {
  .u-mt-small-s {
    margin-top: 0;
  }
}

.u-mb-large-lg {
  margin-bottom: 50px;
}
@media (min-width: 991px) {
  .u-mb-large-lg {
    margin-bottom: 0;
  }
}

.u-mt-large2-s {
  margin-top: 30px;
}
@media (min-width: 575px) {
  .u-mt-large2-s {
    margin-top: 50px;
  }
}

.u-mb-middle-lg {
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .u-mb-middle-lg {
    margin-bottom: 0;
  }
}

.u-mb-middle-s {
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .u-mb-middle-s {
    margin-bottom: 45px;
  }
}

.u-mb-large-s {
  margin-bottom: 50px;
}
@media (min-width: 575px) {
  .u-mb-large-s {
    margin-bottom: 0;
  }
}

.u-mb-small-s {
  margin-bottom: 10px;
}
@media (min-width: 575px) {
  .u-mb-small-s {
    margin-bottom: 0;
  }
}

.u-mt-largest-p {
  margin-top: 0;
}
@media (min-width: 575px) {
  .u-mt-largest-p {
    margin-top: 180px;
  }
}

.u-mt-largest2-p {
  margin-top: 0;
}
@media (min-width: 575px) {
  .u-mt-largest2-p {
    margin-top: 90px;
  }
}

.u-mb-largest-p {
  margin-bottom: 0;
}
@media (min-width: 575px) {
  .u-mb-largest-p {
    margin-bottom: 90px;
  }
}

.u-mr-small2 {
  margin-right: 30px;
}

.u-ml-middle-p {
  margin-left: 20px;
}
@media (min-width: 575px) {
  .u-ml-middle-p {
    margin-left: 40px;
  }
}

.u-mb-max {
  margin-bottom: 50vh;
}

.u-d-inherit {
  display: inherit;
}

.u-d-initial {
  display: initial;
}

.u-d-block {
  display: block;
}

.u-d-none {
  display: none;
}

.u-d-inline-block {
  display: inline-block;
}

.u-d-flex {
  display: flex;
}

.u-d-flex__c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-d-br-p {
  display: none;
}
@media (min-width: 575px) {
  .u-d-br-p {
    display: inherit;
  }
}

.u-d-br-lg {
  display: inherit;
}
@media (min-width: 991px) {
  .u-d-br-lg {
    display: none;
  }
}

.u-d-br-md {
  display: none;
}
@media (min-width: 767px) {
  .u-d-br-md {
    display: inherit;
  }
}
@media (min-width: 991px) {
  .u-d-br-md {
    display: none;
  }
}

.u-d-br-s {
  display: inherit;
}
@media (min-width: 575px) {
  .u-d-br-s {
    display: none;
  }
}

.u-pt-largest {
  padding-top: 50px;
}
@media (min-width: 575px) {
  .u-pt-largest {
    padding-top: 100px;
  }
}

.u-pt-large {
  padding-top: 50px;
}

.u-pt-large-s {
  padding-top: 50px;
}
@media (min-width: 575px) {
  .u-pt-large-s {
    padding-top: 0;
  }
}

.u-pt-middle {
  padding-top: 40px;
}

.u-pt-small {
  padding-top: 20px;
}

.u-pb-largest {
  padding-bottom: 50px;
}
@media (min-width: 575px) {
  .u-pb-largest {
    padding-bottom: 100px;
  }
}

.u-pb-large {
  padding-bottom: 50px;
}

.u-pb-middle {
  padding-bottom: 40px;
}

.u-pb-small {
  padding-bottom: 20px;
}

.u-pb-small-s {
  padding-bottom: 10px;
}
@media (min-width: 575px) {
  .u-pb-small-s {
    padding-bottom: 0;
  }
}

.u-pl-small {
  padding-left: 10px;
}

.u-pr-small {
  padding-right: 10px;
}

.u-pr-small2 {
  padding-right: 20px;
}

@media (min-width: 575px) {
  .u-pl-small2-p {
    padding-left: 20px;
  }
}

@media (min-width: 575px) {
  .u-pr-small2-p {
    padding-right: 20px;
  }
}/*# sourceMappingURL=style.css.map */