@charset "UTF-8";html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dashed;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: postspace,postspace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dashed ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

*::-moz-selection {
  color: #454545;
  background: #085f8c;
}

*::selection {
  color: #454545;
  background: #085f8c;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-y: scroll;
  line-height: 1.6;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  color: #454545;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
}

body * {
  font-style: normal;
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: #454545;
  outline: none;
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: .8s;
    transition: .8s;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

video {
  display: block;
}

button {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 0;
  cursor: pointer;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: 0;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: 0;
}

select {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

hr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

svg {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

svg:not(:root) {
  overflow: visible;
}

.dis_none {
  display: none !important;
}

.dis_block {
  display: block !important;
}

.sm_block {
  display: block !important;
}

@media screen and (min-width: 321px) {
  .sm_block {
    display: none !important;
  }
}

.sp_block {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .sp_block {
    display: none !important;
  }
}

.sp_item {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_item {
    display: none;
  }
}

.pc_block {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .pc_block {
    display: block !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

html.sr .scroll_fade,
html.sr .scroll_up,
html.sr .scroll_right,
html.sr .scroll_left,
html.sr .scroll_down {
  visibility: hidden;
}

.wrap {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.embed_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.embed_wrap iframe,
.embed_wrap object,
.embed_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_base a {
  position: relative;
  width: 100%;
  font-weight: 700;
  max-width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  background: #bf3d1b;
  color: #fff;
  border-radius: 40px;
  padding: 0 1.5em;
}

.btn_base a::before, .btn_base a::after {
  content: '';
  display: block;
  position: absolute;
}

.btn_base a::before {
  top: 50%;
  margin-top: -3px;
  right: 1.6em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_base a::after {
  top: 50%;
  margin-top: -10px;
  right: 1.2em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
}

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .main_ttl {
  color: #085f8c;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px 20px;
}

header .main_ttl span {
  font-size: 2.5rem;
  display: block;
}

header .header_btn a {
  font-weight: 700;
  display: block;
  height: 100%;
  padding: 12px 20px;
  background: #bf3d1b;
  color: #fff;
  position: relative;
}

header .header_btn a::before, header .header_btn a::after {
  content: '';
  display: block;
  position: absolute;
}

header .header_btn a::before {
  bottom: 22px;
  left: 50%;
  margin-left: -4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .header_btn a::after {
  bottom: 15px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
}

footer {
  background: #085f8c;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

footer .inner {
  width: 80%;
  margin: 0 auto;
}

footer .inner .ttl i {
  display: block;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

footer .inner .ttl span {
  display: block;
  font-size: 2.4rem;
}

footer .inner .desc {
  margin-bottom: 40px;
}

footer .inner .copy {
  font-size: 1.2rem;
  color: #fff;
}

main {
  padding: 0 0 20px;
}

main .mv_slide .slide_item {
  width: 100%;
}

main .mv_slide .slide-animation {
  -webkit-animation: fadezoom 10s 0s infinite;
  animation: fadezoom 10s 0s infinite;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

main .section_cont .section_inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

main .section_cont .section_inner .section_ttl {
  font-size: 2.4rem;
  color: #085f8c;
}

main .section_cont .section_inner .section_intro_desc {
  padding: 20px 0 50px;
  font-weight: 700;
}

main .section_cont#point {
  background: #F0F0F0;
  padding: 50px 0 10px;
}

main .section_cont#point .tweet_block {
  margin-bottom: 40px;
}

main .section_cont#point .point_block {
  background: #fff;
  border: 1px solid #787878;
  text-align: left;
  margin-bottom: 40px;
}

main .section_cont#point .point_block .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

main .section_cont#point .point_block .ttl em {
  display: block;
  background: #ffe100;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1.5em 1em;
  margin-right: 1em;
}

main .section_cont#point .point_block .ttl span {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
}

main .section_cont#point .point_block .img {
  width: 80%;
  margin: 0 auto 30px;
}

main .section_cont#point .point_block .desc {
  width: 80%;
  margin: 0 auto 30px;
}

main .section_cont#about {
  padding: 50px 0 80px;
}

main .section_cont#about .info_list {
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #787878;
}

main .section_cont#about .info_list dt {
  font-weight: 700;
  margin-bottom: 5px;
}

main .section_cont#about .info_list dd {
  font-size: 1.8rem;
}

main .section_cont#about .embed_wrap {
  margin-top: 20px;
  padding-top: 70%;
}

main .section_cont#about .desc {
  font-weight: 700;
  padding-top: 80px;
  margin-bottom: 10px;
}
