@charset "utf-8";
/*リセットcss*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 16px;
  line-height: 1.7;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav,
ul,
ol,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* ----------------------------------------------
　animate css
----------------------------------------------*/
.fadeIn_up {
  opacity: 0;
  transition: 2s;
}
.fadeIn_up.is-show {
  opacity: 1;
}
/* ----------------------------------------------
　共通
----------------------------------------------*/
@media screen and (min-width: 865px) {
  .sp {
    display: none;
  }
}
html {
  background: #f9f9f9;
  color: #0b3e78;
  font-family: 'Noto Serif JP', serif;
  font-weight: 100;

}
/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, 0.7) 0 0 0 !important;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  margin: auto;
  box-sizing: border-box;
}
a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
section {
  width: 100%;
}
.content {
  width: 100%;
}
figure {
  line-height: 0;
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}
.main-title {
  color: #0b3e78;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 5px;
  margin-bottom: 5%;
  position: relative;
}
.main-title:after{
  background: #0b3e78;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 70px;
}
.title-catch {
  color: #0b3e78;
  font-size: 50px;
  font-weight: 100;
}
.content-text {
  margin-bottom: 30px;
  line-height: 2;
}

/* ----------------------------------------------
  header
----------------------------------------------*/
.top-mv {
  position: relative;
}
.logo {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 15%;
}
.contact-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
}
/* ----------------------------------------------
　footer
----------------------------------------------*/
small {
  background: #0b3e78;
  color: #fff;
  display: block;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}
/* ----------------------------------------------
　漫画
----------------------------------------------*/
.manga {
  margin: 0 auto;
  padding: 5% 0;
  width: 1100px;
}
.manga li {
  margin: 0 auto 50px;
}
.w-700 {
  width: 700px;
}
.w-750 {
  width: 750px;
}
.w-800 {
  width: 800px;
}
.w-850 {
  width: 850px;
}
.w-888 {
  width: 888px;
}
.w-900 {
  width: 900px;
}
.w-1000 {
  width: 1000px;
}
.bg-b {
  background: #f0f8f9;
}
/* ----------------------------------------------
content01
----------------------------------------------*/
.section01 {
  display: flex;
}
.section01-content {
  background: linear-gradient(90deg, #f9f9f9 0%, #f9f9f9 70%, #f3f3f3 70%, #f3f3f3 100%);
  box-sizing: border-box;
  padding: 100px 0 0;
  width: 45%;
}
.section01-content .title-catch{
  margin: 0 0 0 50%;
}
.section01-content .main-title{
  margin: 0 0 100px 50%;
}
.section01-content-right{
  background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 80%, #f9f9f9 80%, #f9f9f9 100%);
  box-sizing: border-box;
  padding: 10%  0 0 5%;
  width: 55%;
}
.section01-content-right .content-text{
  color: #0b3e78;
  width: 500px;
}
/* ----------------------------------------------
content02
----------------------------------------------*/
.section02 {
  background: #0b3e78;
  padding: 100px 0;
  text-align: center;
}
.section02 .main-title,.section02 .title-catch{
  color: #fff;
}
.section02 .main-title:after{
  left: calc(50% - 35px);
  background: #fff;
}
.section02 ul {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
  width: 1100px;
}
.section02 ul li {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  border-radius: 100px;
  color: #0b3e78;
  display: flex;
  justify-content: center;
  font-size: 18px;
  height: 200px;
  width: 200px;
}
/* ----------------------------------------------
content03
----------------------------------------------*/
.section03 {
  background:#e7ebef;
  padding: 100px 0;
}
.section03-content{
  display: flex;
}
.section03-catch{
  color: #d9dfe7;
  font-size: 120px;
  font-weight: 100;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 15%;
}
.section03-content-inner{
  margin: 0 5% 0 0;
  text-align: left;
  width: 35%;
}
.content03-image{
  width: 45%;
}
/* ----------------------------------------------
content04
----------------------------------------------*/
.section04 {
  padding: 100px 0;
}
.section04-content {
  margin: 0 auto;
  width: 1100px;
}
.section04-content ul {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.section04-content ul li{
  margin: 0 0 30px;
  width: 500px;
}
.section04-content ul li:nth-child(odd){
  margin-right: 100px;
}
.section04-content ul li figure{
  margin: 0 auto 15px;
}
.section04-content ul li h3{
  font-size: 18px;
  margin: 0 auto 15px;
}
.content04-sub-content{
  background: #e7ebef;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}
.content04-sub-content .main-title:after{
  left: calc(50% - 35px);
}
.parallax{
  background: url(img/parallax_bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 35vw;
}
/* ----------------------------------------------
content05
----------------------------------------------*/
.section05 {
  background: #0b3e78;
  padding: 100px 0;
}
.section05-content{
  margin: 0 auto;
  width: 1100px;
}
.section05-content .main-title,.section05-content .title-catch{
  color: #fff;
}
.section05-content .title-catch{
  line-height: 1.2;
  margin-bottom: 50px;
}
.section05-content .main-title:after{
  background: #fff;
}
.section05-content-title{
  align-items: flex-end;
  color: #fff;
  display: flex;
  margin: 0 0 50px;
}
.number{
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  margin: 0 30px 0 0;
}
.section05-content-title h3{
  font-size: 21px;
  margin-bottom: 10px;
}
.section05-content ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section05-content ul li{
  background: #fff;
  box-sizing: border-box;
  margin: 0 0 50px;
  padding: 30px;
  width: 500px;
}
.section05-content ul li p{
  line-height: 2;
}
.section05-content ul li p.section05-content-inner-title{
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 15px;
}
.section05-content-sub-title{
  background: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 0 0 50px;
  padding: 3px 30px;
}
/* ----------------------------------------------
content06
----------------------------------------------*/
.section06 {
  background: url(img/parallax_bg02.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 100px 0;
}
.section06-content{
  margin: 0 auto;
  width: 1100px;
}
.section06-content .main-title,.section06-content .title-catch{
  color: #fff;
}
.section06-content .main-title:after{
  background: #fff;
}
.section06-content h3{
  line-height: 5;
}
/* ----------------------------------------------
content07
----------------------------------------------*/
.section07 {
  padding: 100px 0;
}
.section07-content {
  margin: 0 auto;
  width: 1100px;
}
.section07-content ul{
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.section07-content ul li{
  text-align: center;
  width: 350px;
}
.section07-content ul li figure{
  margin-bottom: 15px;
}
.section07-content ul li p{
  font-size: 18px;
  font-weight: 500;
}
/* ----------------------------------------------
content08
----------------------------------------------*/
.section08 {
  background: #e7ebef;
  padding: 100px 0;
  text-align: center;
}
.section08 .main-title:after{
  left: calc(50% - 35px);
}
/* ----------------------------------------------
  概要ブロック
----------------------------------------------*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 50px auto;
}
.menu-list dt,
.menu-list dd {
  border-bottom: 1px solid #333;
  padding: 20px 0 10px;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
.menu-list dt {
  box-sizing: border-box;
  padding-left: 10px;
  width: 30%;
}
.menu-list dd {
  width: 70%;
  padding-right: 10px;
  box-sizing: border-box;
}
.menu-list dd span {
  display: block;
  font-size: 11px;
}
.menu-list dd a {
  color: #0d97d1;
}
/* ----------------------------------------------
　お問い合わせ
----------------------------------------------*/
.contact {
  padding: 5% 0;
  text-align: center;
}
.contact .main-title:after{
  left: calc(50% - 35px);
}
/* ----------------------------------------------
content09
----------------------------------------------*/
.section09 {
  background: #0b3e78;
  padding: 100px 0;
  text-align: center;
}
.section09-content .main-title,.section09-content .title-catch{
  color: #fff;
}
.section09 .main-title:after{
  background: #fff;
  left: calc(50% - 35px);
}
.section09 .menu-list dt,
.section09 .menu-list dd {
  border-bottom: 1px solid #fff;
  color: #fff;
}
/* ----------------------------------------------
メールフォーム
----------------------------------------------*/
.mail_form {
  text-align: center;
}
form {
  width: 800px;
  margin: 50px auto 0;
  text-align: center;
}
form th,form td{
  text-align: left;
  vertical-align: top;
}
form th{
  width: 30%;
}
form td{
  width: 70%;
}
form tr{
  height: 60px;
}
input, select{
  height: 40px;
}
form tbody{
  margin-bottom: 30px;
}
.text input{
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
}
.submit{
  padding: 30px 0;
}
.submit input{
  background: #0b3e78;
  border: none;
  color: #fff;
  height: 50px;
  width: 250px;
}
.from_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px 0;
}
label {
  width: 250px;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #182741;
}
.form_text {
  width: 550px;
  height: 42px;
  padding: 5px 10px;
  font-size: 14px;
  box-sizing: border-box;
}
table,textarea{
  width: 100%;
}
/* ----------------------------------------------
　スマホ
----------------------------------------------*/
@media screen and (max-width: 864px) {
  .pc {
    display: none;
  }
  p,
  li {
    font-size: 12px;
  }
  small {
    padding: 10px 0;
    text-align: center;
    writing-mode: unset;
  }
  footer {
    display: block;
    height: auto;
    margin: 0px 0 62px;
    position: unset;
  }
  .footer_tel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10000;
  }
  .footer_tel .footer_tel_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
    margin-right: 0px;
  }
  .inquiry_btn {
    color: #fff;
    background-color: #0b3e78;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 80%;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }
  .content {
    box-sizing: border-box;
    padding: 50px 20px;
  }
  .main-title{
    font-size: 4vw;
    margin-bottom: 30px;
  }
  .title-catch{
    font-size: 8vw;
  }
  .contact-btn {
    width: 40%;
  }
  .manga {
    padding-bottom: 0;
  }
  .manga li {
    margin: 0 auto 30px;
  }
  .w-700 {
    width: 75%;
  }
  .w-750 {
    width: 80%;
  }
  .w-800 {
    width: 85%;
  }
  .w-850 {
    width: 88%;
  }
  .w-888 {
    width: 90%;
  }
  .w-900 {
    width: 95%;
  }
  .w-1000 {
    width: 100%;
  }
  .section01{
    display: block;
  }
  .section01-content{
    background: #f3f3f3;
    padding-bottom: 0;
    width: 100%;
  }
  .section01-content .title-catch,.section01-content .main-title{
    margin: 0 ;
  }
  .section01-content-right{
    background: #f3f3f3;
    width: 100%;
  }
  .section01-content-right .content-text{
    width: 100%;
  }
  .manga{
    width: 100%;
  }
  .section02 ul{
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
  }
  .section02 ul li{
    height: auto;
    font-size: 16px;
    margin: 0 auto 15px;
    padding: 5px 0;
    width: 100%;
  }
  .section03-content{
    flex-direction: column-reverse;
  }
  .content03-image{
    margin: 0 0 30px;
    width: 80%;
  }
  .section03-content-inner{
    width: 100%;
  }
  .parallax{
    background: none;
    height: auto;
  }
  .section04-content{
    width: 100%;
  }
  .section04-content ul li{
    width: 100%;
  }
  .section04-content ul li:nth-child(odd){
    margin-right: 0;
  }
  .content04-sub-content{
    padding: 20px 10px;
  }
  .section05-content{
    width: 100%;
  }
  .section05-content .title-catch{
    margin-bottom: 30px;
  }
  .section05-content-title{
    display: block;
  }
  .section05-content ul li{
    margin-bottom: 30px;
    padding: 30px 15px;
    width: 100%;
  }
  .section06{
    background: none;
    color: #0b3e78;
    padding: 0;
  }
  .section06-content{
    padding-bottom: 0;
    width: 100%;
  }
  .section06-content .main-title, .section06-content .title-catch{
    color: #0b3e78;
  }
  .section06-content .main-title:after {
    background: #0b3e78;
  }
  .section07-content{
    width: 100%;
  }
  .section07-content ul{
    flex-wrap: wrap;
  }
  .section07-content ul li{
    margin-bottom: 30px;
    width: 100%;
  }
  .section07-content ul li p{
    font-size: 16px;
  }
  iframe{
    height: 70vw;
    width: 100%;
  }
  form{
    width: 100%;
  }
  form tr{
    display: flex;
    flex-wrap: wrap;
  }
  form th,form td{
    box-sizing: border-box;
    width: 100%;
  }
  form tr{
    margin-bottom: 10px;
  }
  .formTable{
    width: 100%;
  }
  .text input,textarea{
    width: 98%;
  }
  .submit{
    padding-top: 100px;
  }

  .menu-list {
    margin: 30px auto;
    width: 100%;
  }
  .menu-list dt,
  .menu-list dd {
    font-size: 12px;
  }
}
