/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  overflow-x: hidden;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

/*
Base
==============================================*/
* {
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #F2F2F2;
  position: relative;
  width: 100%;
}

section {
  width: 100%;
  height: auto;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.wrapper,
.container,
article {
  margin-left: auto;
  margin-right: auto;
}

.container {
	width:90%;
	max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .container {
    width: 94%;
  }
}

a:hover {
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}

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

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

/*
Header
==============================================*/
header {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  background-color: #0E6DB8;
  padding: 0.5rem 0;
}
header .logo {
  width: 16%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 40%;
    margin-left: 2.5%;
  }
}
header .logo img {
  height: 80%;
}
header .information {
  width: 84%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
header .information img {
  height: 80%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  header .information img {
    display: none;
  }
}
header .information button {
  width: 200px;
  height: 100%;
  display: block;
  background-color: #FFF;
  border-radius: 5px;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  header .information button {
    width: 130px;
    height: 80%;
    margin-right: 2.5%;
  }
}
header .information button a {
  display: flex;
  width: 100%;
  align-items: 100%;
  justify-content: center;
  align-items: center;
}
header .information button a span {
  color: #0E6DB8;
}
@media screen and (max-width: 768px) {
  header .information button a span {
    font-size: 0.75rem;
  }
}

/*
Main
==============================================*/
main section .container {
	width:90%;
	max-width: 1280px;
}
@media screen and (max-width: 768px) {
  main section .container {
    width: 95%;
  }
}
main section .container article {
  width: 980px;
}
@media screen and (max-width:1100px) {
  main section .container article {
    width: 95%;
  }
}
main section#main-visual {
  height: calc(100vh - 60px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main section#main-visual video {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#main-visual article {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  main section#main-visual article {
    left: 1rem;
  }
}
main section#main-visual article p {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#main-visual article p {
    font-size: 1rem;
  }
}
main section#main-visual article h1 {
  font-size: 3rem;
  color: #FFF;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#main-visual article h1 {
    font-size: 1.75rem;
  }
}
main section#main-visual article h1::after {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #0E6DB8;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
main section#main-visual article h1 em {
  color: #0E6DB8;
  font-weight: bold;
  font-size: 3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  main section#main-visual article h1 em {
    font-size: 1.75rem;
  }
}
main section#main-visual article span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  display: block;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section#main-visual article span {
    font-size: 1rem;
  }
}
main section#point .container {
  padding-top: 5rem;
}
main section#point .container ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  main section#point .container ul {
    flex-wrap: wrap;
    row-gap: 4rem;
  }
}
main section#point .container ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  main section#point .container ul li {
    width: 100%;
  }
}
main section#point .container ul li dl {
  display: block;
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  main section#point .container ul li dl {
    padding: 1.8rem;
  }
}
main section#point .container ul li dl dt {
  background-color: #F8E85B;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 1.7rem;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main section#point .container ul li dl dt {
    width: 80px;
    height: 80px;
    padding-top: 1.4rem;
  }
}
main section#point .container ul li dl dt p {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section#point .container ul li dl dt p {
    font-size: 0.75rem;
  }
}
main section#point .container ul li dl dt span {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section#point .container ul li dl dt span {
    font-size: 1.25rem;
  }
}
main section#point .container ul li dl dd {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section#point .container ul li dl dd {
    font-size: 1.3rem;
    padding-top: 0.8rem;
  }
  main section#point .container ul li dl dd br{
    display:none;
  }
}
@media screen and (max-width: 768px) {
  main section#intro {
    margin-top: 2rem;
  }
}
main section#intro .container {
  background-color: #FFF;
  border-radius: 10px;
  padding-top: 2rem;
}
main section#intro .container h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#intro .container h2 {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 1rem;
  }
  main section#intro .container h2 br {
    display: none;
  }
}
main section#intro .container ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section#intro .container ul {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
main section#intro .container ul li {
  width: 28%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main section#intro .container ul li {
    width: 94%;
  }
}
main section#intro .container ul li dl img {
  background-color: #F2F2F2;
  border-radius: 20px;
}
main section#intro .container ul li dl dt {
  margin-top: 0.5rem;
  height: 5em;
}
main section#intro .container ul li dl dd {
  text-align: center;
  font-weight: bold;
  color: red;
  font-size: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  main section#intro .container ul li dl dd {
    margin-top: 1rem;
  }
}
main section#intro .container .caution {
  background-image: url(../images/caution-bg.jpg);
  background-position: top 0 center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
main section#intro .container .caution h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  main section#intro .container .caution h3 {
    font-size: 1.8rem;
  }
}
main section#intro .container .caution h3 span {
  font-size: 3rem;
  font-weight: bold;
  color: red;
}
main section#intro .container .caution ul {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
@media screen and (max-width: 768px) {
  main section#intro .container .caution ul {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
}
main section#intro .container .caution ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  main section#intro .container .caution ul li {
    width: 45%;
  }
}
main section#reason {
  margin-top: 5rem;
}
main section#reason .container h2 {
  font-size: 2rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  main section#reason .container h2 {
    font-size: 1.4rem;
  }
}
main section#reason .container h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #0E6DB8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.6em;
}
main section#reason .container article {
  padding: 2rem;
  border-radius: 10px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  main section#reason .container article {
    padding: 1.2rem;
  }
}
main section#reason .container article h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
main section#reason .container article.nth-1 h4::before {
  content: "1";
  width: 36px;
  height: 36px;
  color: #FFF;
  background-color: #0E6DB8;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  main section#reason .container article.nth-1 h4::before {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0.5rem;
  }
}
main section#reason .container article.nth-2 {
  margin-top: 2rem;
}
main section#reason .container article.nth-2 h4::before {
  content: "2";
  width: 36px;
  height: 36px;
  color: #FFF;
  background-color: #0E6DB8;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  main section#reason .container article.nth-2 h4::before {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0.5rem;
  }
}
main section#reason .container article.nth-3 {
  margin-top: 2rem;
}
main section#reason .container article.nth-3 h4::before {
  content: "3";
  width: 36px;
  height: 36px;
  color: #FFF;
  background-color: #0E6DB8;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  main section#reason .container article.nth-3 h4::before {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0.5rem;
  }
}
main section#reason .container article .reason-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width:1100px) {
  main section#reason .container article .reason-flex {
    flex-wrap: wrap;
    align-items: normal;
  }
}
main section#reason .container article .reason-flex .reason-img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  main section#reason .container article .reason-flex .reason-img {
    width: 96%;
    margin-bottom:10px;
  }
}
main section#reason .container article .reason-flex .reason-text {
  width: 48%;
}
@media screen and (max-width: 768px) {
  main section#reason .container article .reason-flex .reason-text {
    width: 96%;
  }
}
main section#reason .container article ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  -moz-column-gap: 1%;
       column-gap: 1%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section#reason .container article ul {
    flex-wrap: wrap;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
main section#reason .container article ul li {
  width: 24%;
}
@media screen and (max-width: 768px) {
  main section#reason .container article ul li {
    width: 48%;
  }
}
main section#reason .container article ul li dl dt {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
main section#reason .container article ul li dl img {
  border-radius: 10px;
}
main section#reason .container article ul li dl dd {
  font-size: 0.875rem;
}
main section#reason .container article button {
  padding: 0.5rem 1rem;
  background-color: #0E6DB8;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
main section#reason .container article button a {
  display: flex;
  align-items: center;
  justify-content: center;
}
main section#reason .container article button a span {
  color: #FFF;
  font-weight: bold;
}
main section#tec {
  margin-top: 5rem;
}
main section#tec .container h2 {
  font-size: 2rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  main section#tec .container h2 {
    font-size: 1.4rem;
  }
}
main section#tec .container h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #0E6DB8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.6em;
}
main section#tec .container ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  -moz-column-gap: 3%;
       column-gap: 3%;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
main section#tec .container ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  main section#tec .container ul li {
    width: 48%;
  }
}
main section#tec .container ul li p {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
main section#tec .container ul.list {
  align-items: center;
  row-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}
main section#tec .container ul.list li {
  border: solid 1px #000;
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  main section#tec .container ul.list li {
    width: 50%;
  }
}
main section#tec .container ul.list li:nth-child(3n+1) {
  margin-right: -2px;
}
@media screen and (max-width: 768px) {
  main section#tec .container ul.list li:nth-child(3n+1) {
    margin-right: 0;
  }
}
main section#tec .container ul.list li:nth-child(3n) {
  margin-left: -2px;
}
@media screen and (max-width: 768px) {
  main section#tec .container ul.list li:nth-child(3n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  main section#tec .container ul.list li:nth-child(2n) {
    margin-left: -1px;
  }
  main section#tec .container ul.list li:nth-child(2n+1) {
    margin-right: -1px;
  }
}
main section#tec .container ul.list li h6 {
  width: 70%;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  main section#tec .container ul.list li h6 {
    font-size: 11px;
    width: 75%;
  }
}
main section#tec .container ul.list li p {
  text-align: center;
  width: 30%;
  border-left: 1px solid #000;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  main section#tec .container ul.list li p {
    font-size: 11px;
    width: 25%;
  }
}
main section#tec .container h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section#tec .container h3 {
    font-size: 1.4rem;
  }
}
main section#tec .container h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #0E6DB8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
}
main section#movie {
  margin-top: 5rem;
}
main section#movie .container h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section#movie .container h2 {
    font-size: 1.4rem;
  }
}
main section#movie .container h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #0E6DB8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
}
main section#movie .container p {
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
main section#movie iframe {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto !important;
  width: 640px !important;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  main section#movie iframe {
    width: 94% !important;
  }
}
main section#links {
  margin-top: 5rem;
}
main section#links .container h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section#links .container h2 {
    font-size: 1.4rem;
  }
}
main section#links .container ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  main section#links .container ul {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
main section#links .container ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  main section#links .container ul li {
    width: 98%;
  }
}
main section#links .container ul li p {
  font-weight: bold;
  text-align: center;
}

/*
Footer
==============================================*/
footer {
  margin-top: 5rem;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0E6DB8;
}
footer small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  footer small {
    font-size: 11px;
  }
}

/*
Bunner
==============================================*/
section#bunner {
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  section#bunner {
    display: none;
  }
}
section#bunner .container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #FFF;
}
section#bunner .container .bunner-img {
  width: 50%;
  overflow: hidden;
}
section#bunner .container .bunner-img img {
  min-width: 90%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#bunner .container .bunner-text {
  padding: 1rem 0 1rem 1.5rem;
}
section#bunner .container .bunner-text p {
  font-size: 2.125rem;
  font-weight: bold;
}
section#bunner .container .bunner-text ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 2rem;
}
section#bunner .container .bunner-text ul li {
  width: calc((100% - 1.5rem) / 2);
}
section#bunner .container .bunner-text ul li.tel {
  padding: 0.5rem;
}
section#bunner .container .bunner-text ul li.btn {
  padding: 0.5rem;
}
section#bunner .container .bunner-text ul li.btn button {
  display: block;
  border: #0E6DB8 3px solid;
  border-radius: 10px;
  width: 100%;
  height: 60px;
}
section#bunner .container .bunner-text ul li.btn button a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
section#bunner .container .bunner-text ul li.btn button a span {
  color: #0E6DB8;
  font-size: 1.25rem;
  font-weight: bold;
}/*# sourceMappingURL=common.css.map */

main section#point .container h2 {
    font-size: 2rem;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
}
main section#point .container h2::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #0E6DB8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.6em;
}
main section#point .container {
    padding-top:3rem;
}
main section#point .container ul li dl {
    padding: 2rem 1.4rem;
}
section#bunner .container .bunner-text p {
    font-size: 1.7rem;
}
section#bunner .container .bunner-text {
    padding: 2rem 0 1rem 1.5rem;
}
section#bunner .container .bunner-text ul {
    margin-top: 1.5rem;
}
section#bunner .container .bunner-text ul {
    padding-right: 30px;
}
header {
    background-color: #FF991E;
}
header .information button a span {
    color: #FF991E;
}
main section#main-visual article h1 em {
    color: #FF991E;
}
main section#main-visual article h1::after {
    background-color: #FF991E;
}
main section#point .container h2::after {
    background-color: #FF991E;
}
section#bunner .container .bunner-text ul li.btn button {
    border: #FF991E 3px solid;
}
section#bunner .container .bunner-text ul li.btn button a span {
    color: #FF991E;
}
main section#reason .container h2::after {
    background-color: #FF991E;
}
main section#reason .container article.nth-1 h4::before {
    background-color: #FF991E;
}
main section#reason .container article.nth-2 h4::before {
    background-color: #FF991E;
}
main section#reason .container article.nth-3 h4::before {
    background-color: #FF991E;
}
main section#reason .container article button {
    background-color: #FF991E;
}
main section#tec .container h3::after {
    background-color: #FF991E;
}
main section#movie .container h2::after {
    background-color: #FF991E;
}
main section#tec .container h2::after {
    background-color: #FF991E;
}
footer {
    background-color: #FF991E;
}