@charset "UTF-8";
/* テンプレート
------------------------*/
.template {
  background-color: #eee;
  width: 100%;
  height: 50px; }
  @media screen and (max-width: 640px) {
    .template {
      width: 100%;
      height: 25px;
      background-color: #999; } }

.wrap--m {
  width: 100%;
  margin: auto;
  max-width: 980px;
  overflow-y: hidden; }

.top-back {
  background-color: #fff7ec; }

.bottom-backcolor {
  background-color: #ffffff; }

.main .headline .headline__inner {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  position: relative; }
  .main .headline .headline__inner--toptitletext1 {
    font-size: 3.2rem;
    letter-spacing: 2px; }
    @media screen and (max-width: 640px) {
      .main .headline .headline__inner--toptitletext1 {
        font-size: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; } }
  .main .headline .headline__inner--toptitletext2 {
    font-size: 2rem; }
    @media screen and (max-width: 640px) {
      .main .headline .headline__inner--toptitletext2 {
        font-size: 1.6rem; } }

.main .wrap--l {
  position: relative; }
  .main .wrap--l .icon4 {
    position: absolute;
    display: block;
    top: 60%;
    left: 7%; }
    @media screen and (max-width: 640px) {
      .main .wrap--l .icon4 {
        display: none; } }

.main .section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 640px) {
    .main .section1 {
      padding-bottom: 0rem; } }
  .main .section1__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 168px;
    margin-left: 1%; }
    .main .section1__menu .icon3 {
      margin-top: 28rem;
      padding-left: 16%; }
    @media screen and (max-width: 640px) {
      .main .section1__menu {
        display: none; } }
  .main .section1 .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main .section1 .text1 {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 1.4rem; }
  .main .section1 .icon1 {
    display: inline-block;
    text-align: right; }
  .main .section1__main {
    margin-left: 3%;
    margin-bottom: 70px; }
    @media screen and (max-width: 640px) {
      .main .section1__main {
        margin-right: 3%;
        margin-bottom: 0%; } }

.main .menu_sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .main .menu_sp {
      background-image: url(../../img/okinawa/ict/buttomback_sp.jpg);
      display: inherit;
      text-align: center;
      padding-bottom: 5%; }
      .main .menu_sp img {
        width: 95%;
        margin-top: 5%; } }
