@charset "UTF-8";
/** reset style **/
html,
body,
div,
span,
object,
iframe,
img,
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,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  background: transparent;
  outline: 0;
}

body {
  line-height: 1;
}

* {
  padding: 0;
  margin: 0;
}

img {
  border: none;
}

.clr {
  clear: both;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  margin: 5px 0 0;
  vertical-align: middle;
}

button {
  color: inherit;
  background-color: transparent;
  border-style: none;
}

/* ベースクラス */
html {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  background-color: #fff;
}
html.scroll_none {
  overflow: hidden;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font: "Hiragino Kaku Gothic ProN", "メイリオ", "arial", "helvetica", "clean", sans-serif;
  color: 111;
  background-color: #fff;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
div,
section,
ul,
li {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 123%;
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 107%;
}

:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
a img {
  border: none;
}

/* float解除 */
.clearfix {
  display: inline-table;
}
.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}

/* Hides from IE-mac \ */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
  overflow: hidden;
}

/* End hide from IE-mac */
/* + 微調整用クラス + */
.margin5 {
  margin: 5px 0 0;
}

.margin10 {
  margin: 10px 0 0;
}

.margin20 {
  margin: 20px 0 0;
}

.margin30 {
  margin: 30px 0 0;
}

.margin40 {
  margin: 40px 0 0;
}

/* ナビリンク設定 */
/** 共通レイアウト **/
h1 {
  margin: 0;
}

header {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* // コンテンツ一覧 // */
img {
  height: auto;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}

/* content */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", serif;
}

/** リンク設定 **/
a {
  -webkit-tap-highlight-color: rgba(0, 33, 99, 0.6);
}
a:link, a:visited {
  color: #06c;
  text-decoration: none;
}
a:hover, a:active {
  color: #66f;
  text-decoration: underline;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  background-color: #3db1f0;
}

img {
  width: 100%;
}

/* ヘッダー */
.header_bg {
  width: 100%;
  background-color: #fff;
}

header {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  padding: 20px 0;
  margin: 20px auto 0;
  background-color: #fff;
}
@media (max-width: 1024px) {
  header {
    position: fixed;
    z-index: 20;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  header {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 auto;
  }
}
header h1 {
  width: 200px;
}
@media (max-width: 1024px) {
  header h1 {
    display: block;
    margin: 0 auto;
  }
}
header ul.nav {
  display: flex;
}
@media (max-width: 1024px) {
  header ul.nav {
    display: none;
  }
}
header ul.nav li {
  margin: 0 20px;
  font-size: 1.4rem;
}
header ul.nav li a {
  color: #666;
}

/* ヘッダー */
/* ハンバーガーメニュー */
div.l_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  padding: 5px 0 0;
}
@media (max-width: 1024px) {
  div.l_menu {
    display: block;
  }
}

div.l_menu .menu_btn {
  position: relative;
  z-index: 3;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 5px;
}

div.l_menu .menu_btn span {
  /* アニメーションの設定 */
  position: absolute;
  left: 14px;
  display: inline-block;
  width: 45%;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: all 0.4s;
}

div.l_menu .menu_btn span:nth-of-type(1) {
  top: 15px;
}

div.l_menu .menu_btn span:nth-of-type(2) {
  top: 23px;
}

div.l_menu .menu_btn span:nth-of-type(3) {
  top: 31px;
}

div.l_menu .active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  width: 35%;
  transform: translateY(6px) rotate(-45deg);
}

div.l_menu .active span:nth-of-type(2) {
  opacity: 0;
}

div.l_menu .active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  width: 35%;
  transform: translateY(-6px) rotate(45deg);
}

div.l_menu .menu_bg {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 400px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform: translate(-400px, 0);
}

@media (width <= 428px) {
  div.l_menu .menu_bg {
    width: 300px;
  }
}
@media (width <= 320px) {
  div.l_menu .menu_bg {
    width: 280px;
  }
}
div.l_menu .menu_bg ul {
  position: relative;
  padding: 50px;
}

div.l_menu .menu_bg ul li {
  font-family: "KosugiMaru-Regular";
  font-size: 1.8rem;
  line-height: 3.8;
  letter-spacing: 0.1em;
}

@media (width <= 320px) {
  div.l_menu .menu_bg ul li {
    line-height: 2.8;
  }
}
div.l_menu .menu_bg ul li::before {
  position: relative;
  top: -2px;
  padding: 0 7px 0 0;
  font-size: 1rem;
  color: #3db1f0;
  content: "■";
}

div.l_menu .menu_bg ul li a {
  color: #333;
}

div.l_menu .menu_bg ul li a:hover {
  text-decoration: underline;
}

div.l_menu .menu_bg ul div.cloud_triple_icon {
  position: absolute;
  right: 10%;
  bottom: 10px;
  width: 80px;
  animation: 2s cloud infinite;
}

div.l_menu .menu_bg section.mt_line {
  width: 80%;
}

div.l_menu .menu_active {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform: translate(0, 0);
}

.menu_active_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  background-color: #000;
  opacity: 0.6;
}

body.menu_active {
  overflow-y: hidden;
}

.r_menu {
  position: relative;
}

.r_menu .fb {
  position: fixed;
  top: 136px;
  right: 0;
  z-index: 100;
  width: 46px;
}

@media (width <= 428px) {
  .r_menu .fb {
    right: 0;
    width: 40px;
  }
}
/* ハンバーガーメニュー */
header#page {
  justify-content: space-between;
  margin: 20px auto -20px;
}
header#page section.l_side {
  width: 20%;
  max-width: 222px;
  margin: 0;
}
header#page section.l_side h1 .logo {
  opacity: 0;
  animation: 1s logo_anime;
  animation-fill-mode: forwards;
}
@media (max-width: 430px) {
  header#page section.l_head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
  }
}
header#page section.l_head h1 {
  position: relative;
  width: 90%;
  margin: -10px auto 20px 0;
}
@media (max-width: 430px) {
  header#page section.l_head h1 {
    position: fixed;
    left: 0;
    z-index: 999;
    display: flex;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto 20px;
    background-color: #fff;
  }
}
@media (max-width: 430px) {
  header#page section.l_head h1 .logo {
    z-index: 1000;
    width: 60%;
    margin: 0 0 0 33px;
    opacity: 0;
    animation: 1s logo_anime;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 430px) {
  header#page section.l_head h1 .menu {
    width: 20%;
  }
}
header#page section.l_nav {
  width: 69%;
  margin: 0 auto 0 0;
}
@media (max-width: 430px) {
  header#page section.l_nav {
    width: 100%;
  }
}
header#page section.l_nav ul.menu {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
header#page section.l_nav ul.menu li {
  height: 40px;
}
@media (max-width: 1024px) {
  header#page section.l_nav ul.menu li {
    padding: 0 5px;
  }
}
header#page section.l_nav ul.menu li.line {
  height: 40px;
}
header#page section.l_nav ul.menu li img {
  width: auto;
  height: 100%;
}
@media (max-width: 430px) {
  header#page section.l_nav section.visual {
    margin: 20px 0 0;
  }
}

/* メイン */
main {
  width: 1024px;
  margin: 0 auto;
}

.breadcrumb {
  margin: 10px 0 0;
  font-size: 1.4rem;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input,
select {
  background: #d1edf9;
}

input::placeholder {
  color: #999;
}

input[type=image],
input[type=submit] {
  background-color: #fff;
}

table {
  width: 90%;
  padding: 10px;
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #333;
}

th {
  padding: 10px;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background-color: #1fa0d7;
  border: 1px solid #333;
}

td {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #333;
}

/* フッター */
footer {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  padding: 30px 0 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  footer {
    width: 90%;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  footer {
    display: block;
  }
}
@media (max-width: 430px) {
  footer {
    width: 90%;
  }
}
footer .data {
  color: #fff;
}
@media (max-width: 1024px) {
  footer .data {
    margin: 0 0 10px 0;
  }
}
footer .data a {
  color: #fff;
}
footer h2 {
  width: 190px;
  margin: 0 0 10px;
}
footer address {
  font-size: 1.4rem;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.6;
}
@media (max-width: 1024px) {
  footer address {
    margin: 0 0 10px 0;
  }
}
footer .l_nav {
  display: flex;
  width: 30%;
}
@media (max-width: 1024px) {
  footer .l_nav {
    width: 50%;
  }
}
@media (max-width: 430px) {
  footer .l_nav {
    width: 100%;
    margin: 30px 0 0;
  }
}
footer .l_nav ul.nav {
  width: 14em;
  font-size: 1.4rem;
  color: #fff;
}
footer .l_nav ul.nav:first-child {
  margin: 0 30px 0 0;
}
footer .l_nav ul.nav li {
  display: block;
  margin: 0 0 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .l_nav ul.nav li a:link {
  color: #fff;
}
footer .l_nav ul.nav li a:visited {
  color: #fff;
}
footer .l_contact {
  position: relative;
  width: 580px;
  background-image: url("../images/share/contact_btn_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  footer .l_contact {
    width: 60%;
    height: 140px;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 430px) {
  footer .l_contact {
    width: 100%;
    height: 99px;
    margin: 20px auto 0;
  }
}
footer .button {
  position: absolute;
  top: 50%;
  right: 9%;
  width: 45%;
  padding: 0;
  margin: 0 auto 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  footer .button {
    top: 46%;
  }
}
@media (max-width: 834px) {
  footer .button {
    top: 40%;
    width: auto;
  }
}
@media (max-width: 430px) {
  footer .button {
    top: 40%;
    width: 40%;
  }
}
@media (max-width: 375px) {
  footer .button {
    top: 33%;
  }
}
footer .button a {
  display: block;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #1fa0d7;
  border: 3px solid #333;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  footer .button a {
    padding: 15px 3px;
  }
}
@media (max-width: 834px) {
  footer .button a {
    font-size: 1.8rem;
    padding: 10px 3px;
  }
}
@media (max-width: 430px) {
  footer .button a {
    padding: 10px 0;
    margin: 20px auto 0;
    font-size: 1.6rem;
  }
}
@media (max-width: 375px) {
  footer .button a {
    font-size: 1.4rem;
  }
}
footer .button a:hover {
  text-decoration: none;
  background-color: rgb(86, 184, 237);
}

.footer_bg {
  position: relative;
  height: 460px;
  background-image: url("../images/share/footer_bg.webp");
  background-position: center top;
  background-size: cover;
}
@media (max-width: 1024px) {
  .footer_bg {
    height: 280px;
  }
}
@media (max-width: 430px) {
  .footer_bg {
    height: 220px;
  }
}

.pc {
  display: block;
}
@media (max-width: 430px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media (max-width: 430px) {
  .sp {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media (max-width: 430px) {
  .br_pc {
    display: none;
  }
}

.br_ipadpro11 {
  display: none;
}
@media (max-width: 834px) {
  .br_ipadpro11 {
    display: block;
  }
}

.br_sp {
  display: none;
}
@media (max-width: 430px) {
  .br_sp {
    display: block;
  }
}

.br_sp_375 {
  display: none;
}
@media (max-width: 375px) {
  .br_sp_375 {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */